:root {
  --lynx-white: white;
  --lynx-black: #1f2022;
  --sky-blue: #00d9ff;
  --powder-blue: #33c2eb;
  --lynx-medium-purple: #8979ec;
  --lynx-grey: #797c83;
  --lynx-medium-sea-green: #d9ff00;
  --lynx-deep-pink: #fff;
  --deep-sky-blue: #000;
  --white-smoke: #ebe9e5;
  --gainsboro: #007720;
  --asdl-grey: #807f80;
  --asdlred: #2814ff;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.lynx-button-white {
  background-color: var(--lynx-white);
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 40px;
  padding: 10px 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--sky-blue);
  color: var(--lynx-white);
}

.lynx-heading-white-small {
  color: var(--lynx-white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-subtitle-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 140%;
  position: static;
}

.lynx-block-hero {
  background-color: #9feaffc2;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  margin-top: 0;
  margin-left: 0;
  padding: 60px;
  display: flex;
}

.lynx-hero {
  background-image: url('../images/26454654_m.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 200px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-nav-button {
  background-color: var(--powder-blue);
  color: var(--lynx-white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--sky-blue);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx-medium-purple);
}

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

.lynx-logo {
  width: 86px;
  height: 42px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 16vw;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-brand:hover {
  opacity: .3;
}

.lynx-brand.w--current {
  width: 20vw;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-navbar {
  opacity: 1;
  background-color: #ffffffa1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 24px 20px;
  display: flex;
  position: fixed;
}

.heading {
  color: var(--powder-blue);
  font-family: Droid Serif, serif;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-button {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx-medium-purple);
}

.lynx-paragraph {
  color: var(--lynx-grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-slide-nav {
  display: none;
}

.lynx-right-arrow {
  background-color: var(--lynx-black);
  background-image: url('../images/arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.lynx-left-arrow {
  background-color: var(--lynx-black);
  background-image: url('../images/arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-client-info {
  color: var(--lynx-grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

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

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-slide {
  color: var(--lynx-grey);
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.lynx-block-slide-reviews {
  height: 100%;
  display: flex;
}

.lynx-slider {
  background-color: var(--lynx-white);
  border-radius: 30px;
  width: 100%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-image-customer {
  opacity: 1;
  object-fit: cover;
  height: 200px;
}

.lynx-customer-transparent {
  background-color: var(--lynx-white);
  opacity: 1;
  border: 1px solid #c6c1ba;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  padding: 20px 45px;
  display: flex;
}

.lynx-grid-4-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-grid-5-customers {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 14px;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-paragraph-process {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-process {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-process-number {
  color: var(--lynx-white);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.lynx-block-process-green {
  background-color: var(--lynx-medium-sea-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #32b77a1a;
}

.lynx-process {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-block-process-purple {
  background-color: var(--lynx-medium-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.lynx-block-process-pink {
  background-color: var(--lynx-deep-pink);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.lynx-block-process-pink._4 {
  background-color: #1fc2f8;
}

.lynx-block-process-pink._5 {
  background-color: #fdcb4b;
}

.lynx-block-process-pink._6 {
  background-color: #f85b00;
}

.lynx-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 113px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 60px;
}

.lynx-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  object-fit: cover;
  border-radius: 50px;
  width: 100%;
  height: 250px;
  margin-top: 0;
}

.lynx-text-message {
  color: var(--lynx-white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-submit-button {
  background-color: var(--lynx-white);
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
}

.lynx-text-field {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-form-block {
  margin-bottom: 0;
}

.lynx-heading-white-margin {
  color: var(--lynx-white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-block-newsletter-text {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.lynx-newsletter-horizontal {
  background-color: var(--lynx-medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 70px 50px;
  display: flex;
}

.lynx-newsletter-image {
  background-image: url('../images/peter-nguyen-cqhgno3yhv8-unsplash.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  width: 100%;
  padding: 290px 24px 24px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-link-block {
  background-color: var(--lynx-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block:hover {
  background-color: #1f20221a;
}

.lynx-social {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer:hover {
  color: var(--lynx-black);
}

.lynx-logo-footer-center {
  width: 64px;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.lynx-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  font-family: Droid Serif, serif;
}

.paragraph {
  color: var(--lynx-white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.paragraph-2 {
  color: var(--lynx-white);
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.form-block {
  width: 100%;
}

.heading-3 {
  font-family: Noto Sans JP, sans-serif;
}

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

.field-label {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-family: Noto Sans JP, sans-serif;
  display: flex;
}

.div-block-2 {
  background-color: red;
  border-radius: 20px;
  width: 50px;
  height: 20px;
}

.text-block {
  color: var(--lynx-white);
  text-align: center;
  border-radius: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
}

.text-field {
  color: #000;
  margin-bottom: 0;
  margin-left: 20px;
}

.div-block-3 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.submit-button {
  background-color: var(--deep-sky-blue);
  border-radius: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.submit-button:hover {
  background-color: var(--sky-blue);
}

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

.textarea {
  min-height: 300px;
  margin-top: 20px;
}

.asdl-nav {
  opacity: 1;
  background-color: #ffffffa1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding: 24px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.asdl-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  display: flex;
}

.asdl-nav-menu, .global-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 1vw;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--sky-blue);
}

.nav-link.w--current {
  color: var(--lynx-black);
  font-size: 1vw;
  text-decoration: underline;
}

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

.lynx-nav-link-copy {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-copy:hover {
  color: var(--lynx-medium-purple);
}

.lynx-nav-link-copy-copy {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-copy-copy:hover {
  color: var(--lynx-medium-purple);
}

.asdl-nav-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.nav-btn {
  background-color: var(--deep-sky-blue);
  color: var(--lynx-white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 1vw;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-btn:hover {
  background-color: var(--sky-blue);
}

.section {
  padding-top: 0;
  padding-bottom: 140px;
}

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

.hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asdl-hero {
  background-image: url('../images/3.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.asdl-block-hero {
  background-color: #fff0;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  margin-top: 0;
  margin-left: 0;
  padding: 60px 20px 60px 60px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.asdl-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asdl-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.asdl-block-left {
  padding-left: 20px;
  padding-right: 8%;
}

.asdl-sub {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.asdl-heading {
  color: var(--lynx-black);
  text-align: center;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 120%;
}

.addl-para {
  color: var(--lynx-grey);
  text-align: left;
  max-width: 900px;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2vw;
  line-height: 165%;
}

.read-more {
  border: 1px solid var(--deep-sky-blue);
  background-color: var(--lynx-white);
  color: var(--deep-sky-blue);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px 30px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.read-more:hover {
  background-color: var(--deep-sky-blue);
  color: var(--lynx-white);
}

.asdl-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.asdl-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -14% -8%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.asdl-image {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 30px;
  width: 500px;
  height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.asdl-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.asdl-slider {
  background-color: var(--lynx-white);
  border-radius: 30px;
  width: 100%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.asdl-content2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asdl-heading-white {
  aspect-ratio: auto;
  color: var(--lynx-black);
  -webkit-text-stroke-color: var(--deep-sky-blue);
  background-color: #0000;
  width: 100%;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lora, sans-serif;
  font-size: 5vw;
  font-weight: 700;
  line-height: 114%;
  position: relative;
}

.asdl-heading-white.bg {
  color: var(--deep-sky-blue);
  max-width: 900px;
  margin-top: 0%;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: absolute;
  top: 13%;
}

.asdl-paragraph {
  color: var(--lynx-white);
  -webkit-text-stroke-width: .1px;
  -webkit-text-stroke-color: var(--lynx-white);
  text-shadow: 0 0 .5px var(--lynx-white);
  background-color: #055d1ab5;
  padding: 10px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 30px;
}

.asdl-btn-white {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 40px;
  padding: 10px 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.asdl-btn-white:hover {
  background-color: var(--sky-blue);
  color: var(--lynx-white);
}

.asdl-sub-white {
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5vw;
  font-weight: 200;
  line-height: 140%;
  position: static;
}

.asdl-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.asdl-right-arrow {
  background-color: var(--lynx-black);
  background-image: url('../images/arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.asdl-left-arrow {
  background-color: var(--lynx-black);
  background-image: url('../images/arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.asdl-paragraph-slide {
  color: var(--lynx-grey);
  margin-bottom: 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.asdl-block-slide-reviews {
  height: 100%;
  display: flex;
}

.asdl-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 5% 50px 3%;
  display: flex;
}

.asdl-slide-nav {
  display: none;
}

.asdl-content3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-label-2 {
  font-family: Noto Sans JP, sans-serif;
}

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

.asdl-subtitle {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-copy {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-content-4-copy, .asdl-content-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.asdl-process {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-process-green {
  background-color: var(--lynx-medium-sea-green);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #32b77a1a;
}

.block-process-purple {
  background-color: var(--lynx-medium-purple);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #8979ec1a;
}

.block-process-pink {
  -webkit-text-fill-color: inherit;
  background-color: #ffa9a9;
  background-clip: border-box;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.block-process-pink._4 {
  background-color: #1fc2f8;
}

.block-process-pink._5 {
  background-color: #fdcb4b;
}

.block-process-pink._6 {
  background-color: #f85b00;
}

.block-process-orange {
  background-color: #f70;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.block-process-orange._4 {
  background-color: #1fc2f8;
}

.block-process-orange._5 {
  background-color: #fdcb4b;
}

.block-process-orange._6 {
  background-color: #f85b00;
}

.block-process-yellow {
  background-color: #ffd000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.block-process-yellow._4 {
  background-color: #1fc2f8;
}

.block-process-yellow._5 {
  background-color: #fdcb4b;
}

.block-process-yellow._6 {
  background-color: #f85b00;
}

.block-process-sky {
  background-color: var(--sky-blue);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 36px;
  display: flex;
  box-shadow: 0 0 0 15px #fd4b8b1a;
}

.block-process-sky._4 {
  background-color: #1fc2f8;
}

.block-process-sky._5 {
  background-color: #fdcb4b;
}

.block-process-sky._6 {
  background-color: #f85b00;
}

.process-number {
  color: var(--lynx-white);
  font-family: PT Serif, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 110%;
}

.heading-process, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy-copy {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 128%;
}

.asdl-grid-process {
  grid-column-gap: 26px;
  grid-row-gap: 113px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 60px;
}

.paragraph-process {
  color: var(--lynx-grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.asdl-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-block {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.submit-flex {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.asdl-block-footer-center {
  border-top: 1px solid #dfdad2;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  padding-top: 50px;
  padding-bottom: 40px;
  display: flex;
}

.asdl-link-block {
  background-color: var(--lynx-white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.asdl-link-block:hover {
  background-color: #1f20221a;
}

.asdl-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.asdl-text-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.asdl-footer-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 45px;
  line-height: 50px;
}

.process-image-mask {
  width: 100%;
  height: 250px;
  margin-top: 20px;
}

.div-block-5 {
  background-image: url('../images/abbe-sublett-nxzdmuqhn4o-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
  height: 60vh;
}

.company-bg {
  background-image: url('../images/img_7197.jpeg');
  background-position: 50% 70%;
  background-size: cover;
  height: 60vh;
}

.company-wrapper {
  padding-bottom: 0;
}

.page-title {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
}

.container {
  padding-top: 100px;
}

.div-block-6 {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--deep-sky-blue);
  margin-top: 20px;
}

.div-block-7 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.div-block-7.group {
  display: block;
}

.div-block-7.contact {
  display: flex;
}

.div-block-8 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cell {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.text-block-2 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-3 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
}

.cell-2, .cell-3, .cell-4, .ompany-cell {
  padding-top: 20px;
}

.ompany-cell-right {
  background-color: var(--white-smoke);
  padding-top: 0;
}

.company-cell-left {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.company-cell-right {
  background-color: var(--white-smoke);
  padding-top: 0;
}

.company-cell-right.group {
  padding-top: 0;
}

.bold-text-4 {
  font-weight: 500;
}

.company-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.company-text.business {
  line-height: 30px;
}

.section-2 {
  border-left: 1px #000;
}

.page-title-flex {
  margin-top: 100px;
}

.company-inner {
  border-style: solid none none;
  border-width: 1px;
  border-color: #dfdad2 var(--lynx-grey) var(--lynx-grey);
  margin-top: 20px;
}

.map-block {
  border-radius: 30px;
  margin-top: 140px;
  margin-bottom: 100px;
  overflow: hidden;
}

.asdl-social-media {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.asdl-footer {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.asdl-logo {
  text-align: left;
  object-fit: scale-down;
  border-radius: 0%;
  width: 100%;
  height: 50px;
}

.asdl-logo:hover {
  opacity: .4;
}

.asdl-logo-mask {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.asdl-block-hero-copy {
  background-color: #33a4d494;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  margin-top: 0;
  margin-left: 0;
  padding: 60px;
  display: flex;
}

.asdl-block-hero-responsive {
  background-color: #33a4d494;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 44%;
  margin-top: 0;
  margin-left: 0;
  padding: 60px;
  display: none;
}

.process-heading, .process-heading-copy {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 120%;
}

.process-heading-responsive {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 120%;
  display: none;
}

.contact-heading {
  font-family: Noto Sans JP, sans-serif;
}

.contact-label {
  background-color: red;
  border-radius: 20px;
  width: 50px;
  height: 20px;
}

.label-text {
  color: var(--lynx-white);
  text-align: center;
  border-radius: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
}

.form-div {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.contact-content {
  font-family: Noto Sans JP, sans-serif;
}

.ceo-text {
  z-index: 1;
  text-align: right;
  background-color: #fff;
  height: 70vh;
  margin-top: 0;
  margin-left: -50px;
  margin-right: 0;
  padding: 40px 40px 0;
  position: relative;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 46px;
  display: block;
}

.paragraph-3 {
  color: #000;
  text-align: left;
  padding-top: 0;
  font-size: 16px;
  line-height: 25px;
}

.h2-sub {
  color: #666362;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.h2-sub.ceo {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-4 {
  color: #000;
  text-align: left;
  text-transform: none;
  margin-top: 20px;
  font-family: Great Vibes, cursive;
  font-size: 30px;
  font-style: italic;
  line-height: 50px;
  text-decoration: none;
}

.quick-stack {
  border-top: 1px none var(--lynx-white);
  margin-top: 0;
}

.div-block-9 {
  margin-top: 60px;
}

.image-2 {
  object-fit: scale-down;
  border-radius: 30px;
  width: 25vw;
  height: 25vw;
}

.div-block-10 {
  border-top: 1px solid #dfdad2;
}

.ceo-title, .ceo-title-responsive {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 30px;
  line-height: 46px;
  display: block;
}

.ceo-paragraph {
  color: #000;
  text-align: left;
  padding-top: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.ceo-paragraph-responsive {
  color: #000;
  text-align: left;
  padding-top: 0;
  font-size: 16px;
  line-height: 25px;
  display: none;
}

.section-3, .ufb-section {
  background-image: url('../images/adobestock_146294909.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}

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

.ufb-top-hero {
  background-image: url('../images/adobestock_146294909-.jpeg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: flex;
}

.ufb-top-heading {
  color: var(--deep-sky-blue);
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 3vw;
  font-weight: 300;
}

.top-hero-divider {
  background-color: var(--deep-sky-blue);
  width: 15vw;
  height: 1px;
}

.ufb-top-section {
  width: 100vw;
  height: 100vh;
}

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

.asdl-container {
  width: 100%;
  max-width: 1080px;
  display: block;
}

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

.paragraph-4 {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2vw;
  line-height: 30px;
}

.ufb-grid-1 {
  height: 25vw;
  margin-top: 0;
}

.ufb-grid {
  height: 35vw;
  margin-top: 0;
}

.heading-5 {
  text-align: center;
  margin-bottom: 15px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
}

.heading-6 {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

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

.ufb-divider {
  color: var(--lynx-black);
  background-color: #333;
  width: 5vw;
  height: 1px;
}

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

.div-block-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 30px;
}

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

.ufb-top-headng {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: static;
  inset: 0%;
}

.section-4 {
  padding-bottom: 140px;
}

.section-5 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-ufb {
  background-color: #0000;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-ufb.bg {
  background-color: #eaf5fa;
  position: relative;
}

.section-ufb.cta {
  padding-top: 40px;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 20vw;
  display: flex;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.ufb-image {
  object-fit: scale-down;
  border-radius: 30px;
  width: 30vw;
  height: 20vw;
}

.ufb-image.about-ufb {
  object-fit: cover;
}

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

.link-block {
  color: var(--deep-sky-blue);
  background-image: url('../images/adobestock_250438750.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 20vw;
  padding-top: 40px;
  padding-left: 40px;
  text-decoration: none;
}

.link-block-2 {
  border-radius: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  width: 2vw;
  height: 2vw;
}

.heading-7 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  display: flex;
}

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

.link-block-3 {
  color: #333;
  margin-right: 20px;
  text-decoration: none;
}

.link-block-3.w--current {
  margin-right: 20px;
}

.oem-bg {
  background-image: url('../images/adobestock_407854955.jpeg');
  background-position: 50% 40%;
  background-size: cover;
  height: 60vh;
}

.oem-section {
  padding-top: 140px;
  padding-bottom: 140px;
  padding-right: 0;
}

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

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

.asph-heading {
  color: var(--lynx-black);
  text-align: center;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 120%;
}

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

.div-block-19 {
  margin-top: 100px;
}

.oem-image {
  border-radius: 30px;
}

.oem-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.pa {
  text-align: center;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.cell-9, .cell-oem-paragraph {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
}

.oem-grid {
  margin-top: 20px;
}

.div-block-20 {
  height: 30vh;
  margin-top: 40px;
}

.image-5 {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 30px;
  width: 100%;
  height: 30vh;
}

.div-block-21 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-7 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 40px;
}

.div-block-22, .div-block-23 {
  width: 100px;
}

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

.div-block-25, .div-block-26 {
  width: 100px;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.div-block-28 {
  background-color: var(--deep-sky-blue);
  width: 80%;
  height: 1px;
}

.oem-divider-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-bottom: 140px;
  display: flex;
}

.oem-divider {
  background-color: #1f202280;
  width: 80%;
  height: 1px;
}

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

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

.div-block-31, .image-6 {
  width: 18vw;
  height: 15vw;
}

.product-image {
  object-fit: cover;
  border-radius: 30px;
  width: 18vw;
  height: 15vw;
}

.product-image-maskkkk, .product-image-mask {
  width: 18vw;
  height: 15vw;
}

.product-image-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.product-image-text {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  line-height: 25px;
}

.cell-10 {
  align-items: center;
}

.cell-product {
  border-radius: 30px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px #a59c9c33;
}

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

.div-block-33, .product-paragraph {
  margin-top: 20px;
}

.paragraph-8 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

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

.paragraph-9 {
  text-align: center;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-34 {
  background-color: var(--deep-sky-blue);
  width: 30%;
  height: 1px;
}

.heading-9 {
  margin-bottom: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

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

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

.div-block-36 {
  width: 20vw;
  height: 20vw;
}

.image-7 {
  object-fit: cover;
  width: 20vw;
  height: 20vw;
}

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

.production-img {
  object-fit: cover;
  border-radius: 30px;
  width: 20vw;
  height: 20vw;
}

.text-block-6 {
  background-color: var(--powder-blue);
  text-align: center;
  border-radius: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
}

.paragraph-10 {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 35px;
}

.div-block-37, .div-block-38, .div-block-39, .div-block-40 {
  width: 20vw;
  height: 20vw;
}

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

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

.cta-inner-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1080px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-heading {
  color: var(--lynx-grey);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  display: flex;
}

.cta-divider {
  background-color: var(--lynx-grey);
  color: var(--lynx-grey);
  width: 20vw;
  height: 1px;
  margin-top: 5px;
}

.cta-link {
  background-image: url('../images/adobestock_283636434.jpeg');
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 1624em;
  height: 50vw;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.map-bg {
  background-image: url('../images/dsc_0371.JPG');
  background-position: 100% 30%;
  background-size: cover;
  height: 60vh;
}

.html-embed {
  border-radius: 0;
}

.div-block-42, .map-wrapper {
  margin-top: 100px;
}

.div-block-43 {
  border-bottom: 1px solid #dfdad2;
  padding-bottom: 20px;
}

.heading-10 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.div-block-44 {
  margin-top: 20px;
}

.map-heading-flex {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.heading-11 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.paragraph-11 {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-45, .map-text-block {
  padding-bottom: 100px;
}

.map-text-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.map-sentence {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.map-embed-block {
  margin-top: 20px;
}

.map-heading {
  text-align: center;
  width: 1080px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.div-block-46, .map-heading-divider-box {
  border-bottom: 1px solid var(--gainsboro);
}

.image-8 {
  z-index: -1;
  position: static;
}

.div-block-47 {
  width: 100vw;
  margin-top: 10px;
}

.image-9 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
}

.paragraph-4-copy {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2vw;
  line-height: 30px;
}

.asph-paragraph {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2vw;
  line-height: 25px;
}

.quick-stack-3 {
  flex-direction: column;
  align-items: center;
  width: 1080px;
  max-width: 1080px;
  display: block;
}

.image-10 {
  background-color: var(--lynx-white);
  text-align: left;
  object-fit: scale-down;
  width: 100%;
  height: 8vw;
  margin-right: 0;
  padding-right: 40%;
  display: block;
}

.div-block-48 {
  background-color: snow;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.cta-image {
  background-color: var(--lynx-white);
  text-align: left;
  object-fit: scale-down;
  width: 100%;
  height: 130px;
  margin-right: 0;
  padding-right: 160px;
  display: block;
}

.cta-image.mail {
  width: 510px;
  height: 130px;
  padding-right: 0%;
}

.div-block-48-copy {
  background-color: snow;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.cta-image-btn {
  background-color: snow;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 130px;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.link-block-4 {
  width: 100%;
  height: 130px;
}

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

.section-6, .cta-section {
  background-image: url('../images/adobestock_283636434.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.cta-arrow {
  width: 2vw;
  height: 2vw;
}

.text-block-16, .text-block-19, .text-block-15 {
  font-family: Noto Sans JP, sans-serif;
}

.news-title {
  color: var(--lynx-black);
  text-align: left;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  position: static;
}

.text-block-17, .text-block-18 {
  font-family: Noto Sans JP, sans-serif;
}

.news-content {
  border: 1px solid #0000;
  border-bottom-color: #bdbdbd;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.text-block-14 {
  font-family: Noto Sans JP, sans-serif;
}

.date-box {
  align-items: flex-start;
  width: 130px;
  display: flex;
}

.news-text-box {
  align-items: center;
  display: flex;
}

.inner-hero {
  background-color: #e9e9e9;
  padding-top: 140px;
  padding-bottom: 60px;
}

.section-7 {
  float: none;
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  object-position: 50% 50%;
  border: 1px #000;
  outline: 1px #000;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.container-3 {
  color: #000;
  max-width: 1132px;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: block;
}

.topics-inner-hero {
  background-color: #e9e9e9;
  padding-top: 140px;
  padding-bottom: 60px;
}

.section-topics {
  float: none;
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  object-position: 50% 50%;
  border: 1px #000;
  outline: 1px #000;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

.container-3-copy, .container-3-copy-copy, .topics-container {
  color: #000;
  max-width: 1132px;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: block;
}

.topics-rich-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.heading-13 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.div-block-51 {
  border-radius: 30px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 5px 13px 1px #3358ff33;
}

.paragraph-12 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  line-height: 25px;
}

.div-block-52 {
  background-color: var(--lynx-white);
  border-radius: 30px;
}

.ufb-image-mask {
  background-color: var(--lynx-white);
  box-shadow: 4px 8px 5px 0 var(--powder-blue);
  border-radius: 30px;
}

.home-wrapper {
  margin-top: 140px;
}

.paragraph-13 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 40px;
}

.home-image-block {
  margin-top: 60px;
}

.ufb-home-image {
  border-radius: 30px;
}

.quick-stack-4 {
  margin-top: 60px;
}

.cell-12 {
  align-items: flex-end;
}

.text-span {
  color: var(--lynx-black);
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
}

.link, .text-link {
  text-decoration: none;
}

.div-block-53 {
  width: 25vw;
  display: inline-block;
  position: absolute;
  inset: -2% 0% auto;
}

.text-block-20 {
  text-align: center;
  font-family: Kosugi Maru, sans-serif;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 50px;
  position: absolute;
  inset: 7.8vw 0% auto;
}

.text-block-21 {
  color: var(--asdl-grey);
  font-family: Zonapro, sans-serif;
  font-size: 5vw;
  font-weight: 100;
  line-height: 80px;
}

.text-span-2 {
  font-size: 3.8vw;
}

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

.div-block-54 {
  background-color: var(--powder-blue);
  padding: 40px 20px;
  display: flex;
}

.text-block-22 {
  color: var(--asdl-grey);
  font-family: Zonapro, sans-serif;
  font-size: 5vw;
  line-height: 80px;
}

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

.paragraph-14 {
  color: var(--asdl-grey);
  text-align: center;
  margin-top: 20px;
  margin-left: 40px;
  font-size: 18px;
  line-height: 35px;
}

.paragraph-15 {
  color: var(--asdl-grey);
}

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

.link-block-5 {
  color: var(--lynx-black);
  margin-bottom: 1vw;
  text-decoration: none;
  display: flex;
}

.div-block-56 {
  width: 50px;
}

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

.text-block-23 {
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.div-block-58 {
  position: relative;
  left: -38vw;
}

.text-block-24 {
  color: var(--lynx-deep-pink);
  text-align: center;
  background-color: #0000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 60px;
}

.div-block-59 {
  background-color: #9feaff75;
  background-image: linear-gradient(to bottom, #7a7d9278, #7a7d9278), linear-gradient(140deg, var(--powder-blue), #caf4ff 55%, #fafeff 91%, white);
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.div-block-60 {
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.div-block-61 {
  width: 100%;
  height: 100%;
}

.div-block-62, .roduct-card-text, .product-card-block {
  margin-top: 20px;
}

.text-block-25 {
  color: #000;
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: var(--lynx-black);
  background-color: #33a4d4d9;
  padding: 10px 20px;
  font-family: Sawarabi Mincho, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
}

.text-block-25._1 {
  margin-top: 10px;
}

.div-block-63 {
  background-color: #4fafd8;
  width: 40vw;
  height: 2px;
  margin-bottom: 35px;
}

.div-block-64 {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.div-block-65 {
  background-color: #fff;
  width: 200px;
  height: 5px;
  position: absolute;
  inset: 0% auto auto 15%;
}

.div-block-66 {
  background-color: #fff;
  width: 5px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 15%;
}

.div-block-67 {
  background-color: #fff;
  width: 200px;
  height: 5px;
  position: absolute;
  inset: auto 15% 0% auto;
}

.div-block-68 {
  background-color: var(--lynx-white);
  width: 5px;
  height: 50px;
  position: absolute;
  inset: auto 15% 0% auto;
}

.text-block-26 {
  color: #ffffff24;
  text-align: center;
  letter-spacing: 20px;
  margin-top: 0;
  font-family: Lora, sans-serif;
  font-size: 25vw;
  font-weight: 700;
  line-height: 30vw;
  position: static;
  top: 0;
}

.div-block-69 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.top-text {
  color: #000;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 35px;
}

.top-text._1 {
  margin-top: 10px;
}

.div-block-70, .div-block-71 {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.link-2 {
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.div-block-72 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  display: flex;
}

.link-3 {
  color: #333;
  font-size: 18px;
  text-decoration: none;
}

.group-company {
  font-size: 18px;
  text-decoration: none;
}

.group-company-text {
  color: #333;
  margin-top: 5px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.group-company-text._1 {
  margin-top: 0;
}

.image-11, .footer-instagram {
  width: 50px;
}

.text-span-3, .text-span-4 {
  color: #2814ff;
  font-family: Noto Sans JP, sans-serif;
  font-size: 5.5vw;
  font-weight: 900;
}

.text-span-5, .text-span-6 {
  color: var(--asdlred);
  font-family: Noto Sans JP, sans-serif;
  font-size: 5.5vw;
  font-weight: 900;
}

.quick-stack-5 {
  grid-row-gap: 20px;
}

.text-block-27 {
  color: #807f80;
  text-align: center;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 45px;
}

.cell-15 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-73 {
  margin-left: 5px;
}

.text-block-28, .text-block-29, .text-block-30, .text-block-31 {
  font-size: 18px;
}

.production-grid {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 220px;
}

.section-8 {
  width: 100%;
  height: 100vh;
}

.production-bg {
  background-image: url('../images/s__363978772.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.production-section {
  padding-top: 140px;
  padding-bottom: 140px;
  line-height: 14px;
}

.production-div1 {
  height: 50vh;
  margin-top: 40px;
}

.production-image1 {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 30px;
  width: 100%;
  height: 50vh;
}

.production-paragraph {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.5vw;
  line-height: 30px;
}

.production-flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.production-image2 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 30px;
  width: 25vw;
  height: 15vw;
}

.production-image2._1 {
  object-position: 50% 60%;
}

.production-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.production-paragraph1 {
  text-align: left;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cell-16 {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.text-block-32 {
  opacity: .15;
  color: var(--asdl-grey);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.div-block-74 {
  margin-top: -99px;
}

.production-top-heading {
  color: var(--lynx-black);
  text-align: center;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
}

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

.div-block-76, .production-horizontal {
  background-color: #ececec;
  width: 100px;
  height: 2px;
  margin-top: 10px;
}

.fill-wrap-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.production-stack {
  grid-row-gap: 7px;
  margin-top: 40px;
  padding-top: 0;
}

.production-grid1 {
  margin-top: 20px;
}

.facility-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.div-block-77 {
  margin-top: 100px;
}

.facility-stack {
  margin-top: 40px;
  padding: 0;
}

.facility-stack._2 {
  margin-top: 20px;
}

.facility-img {
  object-fit: cover;
  border-radius: 30px;
  width: 15vw;
  height: 15vw;
}

.facility-heading {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 600;
}

.facility-paragraph {
  text-align: center;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.facility-right-div, .facility-left-div {
  width: 18vw;
  height: 18vw;
}

.paragraph-desktop {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.7vw;
  line-height: 40px;
}

.paragraph-mobile {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 24px;
  line-height: 40px;
  display: none;
}

.pa-copy {
  text-align: center;
  margin-top: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  line-height: 30px;
}

.oem-grid-desk-top {
  margin-top: 20px;
}

.div-block-36-copy, .product-img-mask {
  width: 20vw;
  height: 20vw;
}

.div-block-78 {
  justify-content: space-between;
  align-items: center;
  padding: 10px 10%;
  display: flex;
}

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

.link-block-6 {
  width: 20px;
}

.link-block-6.w--current {
  width: 20vw;
}

.asdl-logo-link {
  width: 20px;
}

.asdl-logo-link.w--current {
  vertical-align: top;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 5vw;
  display: flex;
}

.header-nav {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-inner {
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding: 15px 9%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-link-div {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-33 {
  color: var(--lynx-black);
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block-7 {
  text-decoration: none;
}

.navigation-link {
  margin-right: 30px;
  text-decoration: none;
}

.navigation-link:hover {
  color: var(--lynx-black);
}

.navigation-link._1st {
  margin-right: 30px;
}

.navigation-link._1st.w--current {
  color: var(--lynx-black);
}

.link-text {
  color: var(--lynx-black);
  font-family: Varela, sans-serif;
  font-size: 1.2vw;
  text-decoration: none;
}

.link-text:hover {
  color: var(--powder-blue);
}

.link-block-8 {
  background-color: #000;
  border-radius: 50px;
  padding: 15px 30px;
  text-decoration: none;
  box-shadow: 5px 5px 5px 2px #0003;
}

.link-block-8:hover {
  opacity: .4;
}

.text-block-34 {
  color: var(--lynx-white);
  font-size: 1.2vw;
}

.div-block-80, .header-opacty-bg {
  opacity: .6;
  background-color: #fff;
  height: 120px;
}

.contact-text-link {
  color: var(--lynx-white);
  font-size: 1.2vw;
}

.contact-text-link:hover {
  color: var(--lynx-white);
}

.div-block-81 {
  background-color: var(--powder-blue);
  width: 100%;
  height: 1px;
  margin-top: 5px;
}

.current-divider {
  background-color: var(--powder-blue);
  opacity: 1;
  width: 100%;
  height: 1px;
  margin-top: 5px;
  display: block;
}

.contact-link-block {
  background-color: #000;
  border-radius: 50px;
  padding: 15px 30px;
  text-decoration: none;
  box-shadow: 5px 5px 5px 2px #0003;
}

.contact-link-block:hover {
  opacity: .4;
}

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

.mobile-nav {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  display: none;
  position: relative;
}

.section-title-bg {
  opacity: .15;
  color: var(--asdl-grey);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 100px;
}

.top-text-mobile {
  display: none;
}

.top-text-mobile-divider {
  background-color: #000;
  width: 90%;
  height: 1px;
  margin-top: 5px;
}

.div-block-86, .mobile-menu {
  display: none;
}

.ufb-sub-heading {
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
}

.mobile-company-text, .mobile-ceo-paragraph {
  display: none;
}

.flex-block {
  flex-flow: column;
}

.text-span-7 {
  color: var(--asdl-grey);
}

.text-block-36 {
  text-align: center;
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.text-block-37 {
  margin-top: 10px;
  font-family: Noto Sans JP, sans-serif;
}

.text-span-8 {
  font-size: 18px;
}

.text-block-38 {
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.body {
  font-family: Noto Sans JP, sans-serif;
}

.text-block-39 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 18px;
}

.image-12 {
  object-fit: scale-down;
  width: 100vw;
  height: 100%;
}

.div-block-91 {
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 15vw;
  display: flex;
}

.div-block-92 {
  width: 25vw;
  height: 15vw;
}

.cell-19, .cell-20, .cell-21 {
  justify-content: center;
  align-items: center;
}

.div-block-94 {
  width: 20vw;
}

.div-block-95 {
  width: 18vw;
  height: 18vw;
}

.cell-22, .cell-23 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-40 {
  margin-top: 10px;
}

.facility-inner-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

.quick-stack-9._1 {
  margin-top: 40px;
}

.div-block-96 {
  width: 15vw;
  height: 15vw;
}

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

.facility-inner-box {
  background-image: url('../images/s__363978784.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 15vw;
  height: 15vw;
}

.cell-25, .cell-26 {
  justify-content: flex-start;
  align-items: center;
}

.facility-inner-box-copy {
  background-image: url('../images/s__363978784.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 15vw;
  height: 15vw;
}

.facility-inner-box-1 {
  background-image: url('../images/s__363978784.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.facility-inner-box-2 {
  background-image: url('../images/s__363978786.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.facility-inner-box-3 {
  background-image: url('../images/s__363978787.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.text-block-41, .facility-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.facility-text._1 {
  text-align: center;
  font-size: 20px;
}

.facility-inner-box-4 {
  background-image: url('../images/s__363978790.jpg');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.facility-inner-box-5 {
  background-image: url('../images/s__363978792.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.facility-inner-box-6 {
  background-image: url('../images/s__363978788.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.facility-inner-box-7 {
  background-image: url('../images/s__363978793.jpg');
  background-position: 100% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.facility-inner-box-8 {
  background-image: url('../images/s__363978791.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  width: 15vw;
  height: 15vw;
}

.text-block-42 {
  font-family: Noto Sans JP, sans-serif;
}

.owner-text-desk-top {
  text-align: left;
  margin-bottom: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
}

.owner-text-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .lynx-heading-white-small {
    font-size: 38px;
  }

  .lynx-block-hero {
    width: 56%;
    padding: 45px;
  }

  .lynx-hero {
    min-height: 590px;
  }

  .lynx-menu-button {
    background-color: var(--lynx-white);
    color: var(--lynx-black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx-black);
    color: var(--lynx-white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx-white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-customer-transparent {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lynx-grid-4-customers {
    margin-top: 10px;
  }

  .lynx-grid-5-customers {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .lynx-heading-process {
    font-size: 22px;
  }

  .lynx-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-margin {
    font-size: 38px;
  }

  .lynx-newsletter-image {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .asdl-menu-list {
    background-color: var(--lynx-white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .menu-button {
    background-color: var(--lynx-white);
    color: var(--lynx-black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .menu-button.w--open {
    background-color: var(--lynx-black);
    color: var(--lynx-white);
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .asdl-hero {
    min-height: 590px;
  }

  .asdl-block-hero {
    width: 100%;
    padding: 45px 0;
  }

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

  .asdl-heading, .lynx-heading-copy, .asdl-heading-white, .lynx-heading-copy {
    font-size: 38px;
  }

  .heading-process, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy-copy {
    font-size: 22px;
  }

  .asdl-grid-process {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .asdl-block-hero-copy, .asdl-block-hero-responsive {
    width: 56%;
    padding: 45px;
  }

  .process-heading, .process-heading-copy, .process-heading-responsive {
    font-size: 38px;
  }

  .ceo-paragraph {
    font-family: Noto Sans JP, sans-serif;
  }

  .ufb-top-heading {
    font-size: 5vw;
  }

  .ufb-grid-1, .ufb-grid, .ufb-grid.virus {
    height: 50vw;
  }

  .heading-5 {
    font-size: 2vw;
  }

  .div-block-16, .ufb-image {
    width: 40vw;
    height: 30vw;
  }

  .asph-heading {
    font-size: 38px;
  }

  .cell-9, .cell-oem-paragraph {
    justify-content: center;
    align-items: center;
  }

  .div-block-21 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .product-image, .product-image-mask, .production-img {
    width: 30vw;
    height: 30vw;
  }

  .asph-paragraph {
    font-size: 2vw;
    line-height: 20px;
  }

  .asph-paragraph._1 {
    line-height: 30px;
  }

  .topics-inner-hero {
    padding-left: 40px;
  }

  .topics-rich-text {
    text-align: left;
    font-family: Noto Sans JP, sans-serif;
    font-size: 2vw;
    line-height: 3vw;
  }

  .div-block-53 {
    top: -1%;
  }

  .text-block-20 {
    line-height: 30px;
    top: 7.7vw;
  }

  .div-block-58 {
    left: 0;
  }

  .top-text, .top-text._1 {
    font-size: 3.5vw;
  }

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

  .production-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .production-top-heading {
    font-size: 38px;
  }

  .production-stack, .production-grid1, .facility-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-desktop {
    font-size: 18px;
    line-height: 24px;
  }

  .product-img-mask {
    width: 30vw;
    height: 30vw;
  }

  .header-nav, .mobile-nav {
    display: none;
  }

  .text-block-35 {
    color: var(--lynx-black);
    text-align: center;
    font-family: Varela, sans-serif;
    font-size: 3vw;
    text-decoration: none;
  }

  .text-block-35:hover {
    color: var(--powder-blue);
  }

  .link-block-9 {
    margin-bottom: 20px;
    text-decoration: none;
  }

  .link-block-9:hover {
    color: var(--lynx-black);
  }

  .link-block-9.last {
    margin-bottom: 0;
  }

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

  .mobile-menu {
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    display: flex;
  }

  .mobile-menu-logo-link {
    width: 30vw;
    padding-left: 0;
  }

  .mobile-menu-lottie-div {
    width: 5vw;
  }

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

@media screen and (max-width: 767px) {
  .lynx-heading-white-small {
    font-size: 34px;
  }

  .lynx-block-hero {
    width: 100%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-right-arrow {
    inset: auto 7% -5% auto;
  }

  .lynx-left-arrow {
    inset: auto auto -5% 7%;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-customer-transparent {
    width: 20vw;
    min-width: 500px;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr;
  }

  .lynx-heading-process {
    font-size: 20px;
  }

  .lynx-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-heading-white-margin {
    font-size: 34px;
  }

  .lynx-block-newsletter-text {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .lynx-newsletter-horizontal {
    flex-direction: column;
    padding: 45px 25px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .asdl-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .asdl-block-hero {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .asdl-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .asdl-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .asdl-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .addl-para {
    text-align: center;
    font-size: 3vw;
  }

  .asdl-image-absolute {
    left: -2%;
  }

  .asdl-slider {
    height: 620px;
  }

  .asdl-heading-white {
    font-size: 34px;
  }

  .asdl-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .asdl-right-arrow {
    inset: auto 7% -5% auto;
  }

  .asdl-left-arrow {
    inset: auto auto -5% 7%;
  }

  .asdl-block-slide-reviews {
    flex-direction: column;
  }

  .asdl-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-heading-copy {
    max-width: 540px;
    font-size: 34px;
  }

  .heading-process, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy-copy {
    font-size: 20px;
  }

  .asdl-grid-process {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .asdl-block-footer-center {
    grid-row-gap: 20px;
    flex-direction: column;
  }

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

  .asdl-block-hero-copy, .asdl-block-hero-responsive {
    width: 100%;
  }

  .process-heading, .process-heading-copy, .process-heading-responsive {
    max-width: 540px;
    font-size: 34px;
  }

  .ceo-text {
    margin-left: 0;
  }

  .div-block-9 {
    margin-top: 0;
  }

  .image-2 {
    width: 50vw;
    height: 40vw;
  }

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

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

  .div-block-16 {
    height: 40vw;
  }

  .ufb-image {
    object-fit: cover;
    height: 40vw;
  }

  .oem-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .asph-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .oem-heading {
    font-size: 3.5vw;
    line-height: 25px;
  }

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

  .asph-paragraph._1 {
    line-height: 20px;
  }

  .news-title {
    line-height: 30px;
  }

  .text-span-2 {
    font-size: 7vw;
  }

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

  .text-block-22 {
    font-size: 7vw;
  }

  .link-block-5 {
    margin-bottom: 3vw;
  }

  .div-block-57 {
    justify-content: center;
    align-items: center;
  }

  .div-block-58 {
    margin-left: 0;
    left: 0;
  }

  .top-text {
    font-size: 4vw;
  }

  .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
    font-size: 10vw;
  }

  .production-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .production-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .production-top-heading {
    max-width: 540px;
    font-size: 34px;
  }

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

  .flex-block {
    margin-bottom: 40px;
  }

  .text-span-7 {
    font-size: 7vw;
  }

  .div-block-90 {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .lynx-heading-white-small {
    font-size: 29px;
  }

  .lynx-menu-button {
    box-shadow: none;
    background-color: #0000;
    transition-property: none;
  }

  .lynx-nav-buttons {
    display: none;
  }

  .lynx-nav {
    justify-content: center;
  }

  .lynx-brand {
    width: 150px;
  }

  .lynx-nav-block {
    max-width: 100%;
  }

  .lynx-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    font-size: 25px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-customer-transparent {
    min-width: 40vw;
  }

  .lynx-grid-4-customers, .lynx-grid-5-customers {
    grid-template-columns: 1fr 1fr;
  }

  .lynx-heading-process {
    font-size: 19px;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-margin {
    font-size: 29px;
  }

  .lynx-newsletter-horizontal {
    padding: 30px 15px;
  }

  .lynx-newsletter-image {
    padding: 190px 8px 8px;
  }

  .field-label {
    font-size: 2.5vw;
    font-weight: 300;
  }

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

  .asdl-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .asdl-nav-block {
    max-width: 100%;
  }

  .asdl-nav-menu, .global-nav {
    justify-content: center;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    display: flex;
  }

  .asdl-nav-btn {
    display: none;
  }

  .menu-button {
    box-shadow: none;
    background-color: #0000;
    transition-property: none;
  }

  .hero {
    height: 90vh;
  }

  .asdl-hero {
    background-size: cover;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .asdl-block-hero {
    width: 100vw;
    padding: 20px;
    display: flex;
  }

  .asdl-heading {
    text-align: center;
    font-size: 29px;
    font-weight: 500;
  }

  .addl-para {
    font-size: 4vw;
  }

  .read-more {
    padding: 10px 25px;
    font-size: 2vw;
  }

  .asdl-block-image {
    justify-content: flex-end;
  }

  .asdl-image {
    height: 400px;
  }

  .asdl-heading-white {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 7vw;
    font-weight: 700;
  }

  .asdl-paragraph {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .asdl-btn-white {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 2vw;
  }

  .asdl-sub-white {
    font-size: 4vw;
    font-weight: 400;
  }

  .asdl-right-arrow {
    width: 15vw;
    height: 15vw;
    bottom: 62%;
    right: 2%;
  }

  .asdl-left-arrow {
    width: 15vw;
    height: 15vw;
    bottom: 62%;
    left: 2%;
  }

  .lynx-heading-copy {
    font-size: 29px;
  }

  .asdl-process {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-process, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy, .lynx-heading-process-copy-copy {
    font-size: 19px;
  }

  .asdl-content-5 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .asdl-footer-heading {
    text-align: center;
  }

  .company-bg {
    height: 40vh;
  }

  .page-title {
    font-size: 24px;
    font-weight: 500;
  }

  .div-block-7 {
    padding: 10px;
  }

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

  .text-block-2 {
    font-size: 14px;
    font-weight: 300;
  }

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

  .company-cell-right {
    justify-content: flex-start;
  }

  .company-text {
    font-size: 14px;
    font-weight: 300;
  }

  .company-text.business {
    display: none;
  }

  .map-block {
    margin-top: 40px;
  }

  .asdl-block-hero-copy {
    padding: 20px;
  }

  .asdl-block-hero-responsive {
    width: 100%;
    padding: 20px;
    display: flex;
    position: relative;
    bottom: -87px;
    left: -32px;
  }

  .process-heading {
    font-size: 29px;
    display: none;
  }

  .process-heading-copy {
    font-size: 29px;
  }

  .process-heading-responsive {
    font-size: 29px;
    font-weight: 500;
  }

  .contact-heading {
    font-size: 5vw;
    font-weight: 500;
  }

  .label-text {
    font-size: 7px;
  }

  .ceo-text {
    text-align: left;
    max-width: 100%;
    height: 60vh;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .paragraph-3 {
    text-align: left;
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .h2-sub {
    border: 1px #000;
    border-bottom-color: red;
    border-radius: 1px;
    margin-top: 40px;
    padding-bottom: 0;
    text-decoration: none;
  }

  .h2-sub.ceo {
    font-size: 18px;
  }

  .quick-stack {
    height: 120vh;
  }

  .div-block-9 {
    width: 90vw;
    height: 90vw;
    margin-top: 40px;
  }

  .image-2 {
    width: 100%;
    height: 90vw;
  }

  .ceo-title, .ceo-title-responsive {
    margin-bottom: 10px;
    font-size: 24px;
    display: block;
  }

  .ceo-paragraph, .ceo-paragraph-responsive {
    text-align: left;
    font-family: Noto Sans JP, sans-serif;
    font-size: 15px;
    font-weight: 300;
    display: none;
  }

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

  .ufb-top-hero {
    height: 40vh;
  }

  .ufb-top-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 7vw;
  }

  .ufb-top-section {
    height: 40vh;
  }

  .asdl-container {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .ufb-grid-1 {
    height: 700px;
  }

  .ufb-grid-1.first {
    height: 70vh;
  }

  .ufb-grid-1._2 {
    height: 500px;
  }

  .ufb-grid-1._3 {
    height: 700px;
  }

  .ufb-grid-1._4 {
    height: 500px;
  }

  .ufb-grid {
    height: 700px;
  }

  .ufb-grid.virus {
    height: 600px;
  }

  .ufb-grid.penetration {
    height: 400px;
  }

  .ufb-grid.pain {
    height: 600px;
  }

  .heading-5 {
    font-size: 4vw;
  }

  .heading-6 {
    margin-bottom: 10px;
    font-size: 6vw;
  }

  .ufb-divider {
    width: 15vw;
  }

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

  .section-ufb {
    height: 260vh;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .section-ufb.bg {
    height: 300vh;
    margin-top: 0;
    padding-top: 60px;
  }

  .section-ufb.bg._1 {
    height: 300vh;
  }

  .section-ufb.bg._2 {
    height: 240vh;
  }

  .section-ufb.first {
    height: 90vh;
  }

  .section-ufb.gas {
    height: 240vh;
  }

  .section-ufb.moistur {
    height: 280vh;
  }

  .div-block-16 {
    width: 70vw;
    height: 70vw;
  }

  .ufb-image {
    object-fit: cover;
    width: 50vw;
    height: 50vw;
    box-shadow: 0 2px 5px #0003;
  }

  .ufb-image.about-ufb {
    box-shadow: 0 2px 5px #0003;
  }

  .oem-bg {
    height: 40vh;
  }

  .asph-heading {
    text-align: center;
    font-size: 6vw;
    font-weight: 500;
  }

  .asph-flex.fill-wrap {
    margin-bottom: -44px;
  }

  .oem-heading {
    font-size: 24px;
  }

  .oem-grid {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-7 {
    font-size: 14px;
    line-height: 30px;
  }

  .product-image, .product-image-mask {
    width: 35vw;
    height: 25vw;
  }

  .pduct-image-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .product-image-heading {
    font-size: 14px;
  }

  .product-image-text {
    text-align: left;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 3.5vw;
  }

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

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

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

  .production-inner2 {
    flex-flow: column;
    display: block;
  }

  .div-block-36, .production-img {
    width: 90vw;
    height: 50vw;
  }

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

  .paragraph-10 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 3vw;
  }

  .cta-heading {
    font-size: 5vw;
  }

  .cta-divider {
    width: 30%;
  }

  .map-bg {
    height: 40vh;
  }

  .asph-paragraph {
    font-size: 4vw;
  }

  .cta-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-arrow {
    width: 5vw;
    height: 5vw;
  }

  .news-title {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .news-content {
    justify-content: center;
    display: flex;
  }

  .date-box {
    width: 110px;
    font-size: 12px;
  }

  .news-text-box {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }

  .section-7 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .container-3 {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .topics-inner-hero {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-left: 0;
    display: flex;
  }

  .topics-heading {
    font-size: 5vw;
  }

  .section-topics {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    display: block;
  }

  .container-3-copy, .container-3-copy-copy {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .topics-container {
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 4vw;
    display: flex;
  }

  .topics-rich-text {
    font-size: 3.5vw;
    line-height: 4vw;
  }

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

  .div-block-53 {
    width: 35vw;
    top: 0%;
  }

  .text-block-20 {
    font-size: 2.5vw;
    line-height: 20px;
    top: 11.2vw;
  }

  .text-block-21 {
    text-align: left;
    font-size: 10vw;
    line-height: 50px;
  }

  .text-span-2 {
    font-size: 8vw;
  }

  .div-block-54 {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-22 {
    font-size: 10vw;
    line-height: 50px;
  }

  .paragraph-14 {
    margin-left: 0;
    font-size: 2.8vw;
    line-height: 30px;
  }

  .link-block-5 {
    margin-bottom: 10px;
  }

  .div-block-56 {
    width: 30px;
  }

  .div-block-58 {
    left: 0;
  }

  .text-block-24 {
    font-size: 3vw;
    line-height: 30px;
  }

  .div-block-65 {
    width: 30px;
    left: 3%;
  }

  .div-block-66 {
    height: 30px;
    left: 2%;
  }

  .div-block-67 {
    width: 30px;
    right: 3%;
  }

  .div-block-68 {
    height: 30px;
    right: 2%;
  }

  .div-block-69 {
    top: 25%;
  }

  .top-text {
    font-size: 5vw;
  }

  .top-text._1 {
    display: none;
  }

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

  .div-block-72 {
    padding-left: 10px;
  }

  .group-company-text, .group-company-text._1 {
    font-size: 12px;
  }

  .text-span-3 {
    color: var(--asdlred);
    font-size: 10vw;
  }

  .text-span-4, .text-span-5, .text-span-6 {
    color: var(--asdlred);
  }

  .quick-stack-5 {
    height: 900px;
  }

  .cell-15 {
    display: none;
  }

  .text-block-28, .text-block-29, .text-block-30, .text-block-31 {
    font-size: 14px;
  }

  .production-bg {
    height: 40vh;
  }

  .production-image2 {
    width: 90vw;
    height: 60vw;
  }

  .production-top-heading {
    text-align: center;
    font-size: 29px;
    font-weight: 500;
  }

  .facility-img, .facility-left-div {
    width: 90vw;
    height: 60vw;
  }

  .paragraph-desktop {
    font-size: 14px;
    line-height: 30px;
    display: none;
  }

  .paragraph-mobile {
    font-size: 14px;
    line-height: 30px;
    display: block;
  }

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

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

  .div-block-36-copy, .product-img-mask {
    width: 90vw;
    height: 50vw;
  }

  .mobile-nav {
    display: none;
    position: fixed;
  }

  .link-block-9 {
    margin-bottom: 10px;
  }

  .div-block-83 {
    flex-flow: column;
    justify-content: space-around;
  }

  .section-title-bg {
    font-size: 20vw;
  }

  .top-text-mobile {
    font-family: Noto Sans JP, sans-serif;
    font-size: 5vw;
    font-weight: 600;
    line-height: 35px;
    display: block;
  }

  .top-text-mobile-divider {
    width: 100%;
  }

  .div-block-84 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-block-85 {
    width: 40vw;
  }

  .div-block-86 {
    z-index: 15;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .lottie-animation {
    width: 25px;
  }

  .mobile-menu {
    z-index: 15;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 10px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .mobile-menu-logo-div {
    width: 40vw;
  }

  .ufb-sub-heading {
    margin-bottom: 10px;
    font-size: 5vw;
  }

  .div-block-87, .div-block-88 {
    height: 800px;
  }

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

  .mobile-company-text, .mobile-ceo-paragraph {
    font-family: Noto Sans JP, sans-serif;
    display: block;
  }

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

  .text-span-7 {
    font-size: 10vw;
  }

  .flex-block-2 {
    margin-top: 20px;
  }

  .section-9 {
    overflow: hidden;
  }

  .div-block-91, .div-block-92, .div-block-93, .facility-inner-div {
    width: 90vw;
    height: 60vw;
  }

  .cell-26 {
    display: none;
  }

  .facility-inner-box-1 {
    width: 90vw;
    height: 90vw;
  }

  .facility-inner-box-2, .facility-inner-box-4, .facility-inner-box-5, .facility-inner-box-7, .facility-inner-box-8 {
    width: 90vw;
    height: 90vw;
    margin-top: 20px;
  }

  .owner-text-desk-top {
    display: none;
  }

  .owner-text-mobile {
    text-align: center;
    margin-bottom: 10px;
    font-family: Noto Sans JP, sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 46px;
    display: block;
  }
}

#w-node-_4045fda1-4782-c639-e1a0-b4e26c4cdc83-209122b6, #w-node-_4045fda1-4782-c639-e1a0-b4e26c4cdc8c-209122b6, #w-node-_747a01d4-9de7-f269-c66e-494327cdf8d8-209122b6, #w-node-_747a01d4-9de7-f269-c66e-494327cdf8e3-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f06-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f08-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f0a-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f0c-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f0e-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f11-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f13-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f15-209122b6, #w-node-b04bfdfd-dabe-1eed-a287-c46f11bb1f17-209122b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b9395ad7-53aa-96aa-63d5-eef61deca1bd-1deca1bb {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b9395ad7-53aa-96aa-63d5-eef61deca1be-1deca1bb, #w-node-b9395ad7-53aa-96aa-63d5-eef61deca1c5-1deca1bb, #w-node-b9395ad7-53aa-96aa-63d5-eef61deca1c9-1deca1bb, #w-node-b9395ad7-53aa-96aa-63d5-eef61deca1ca-1deca1bb, #w-node-b9395ad7-53aa-96aa-63d5-eef61deca1ce-1deca1bb, #w-node-b9395ad7-53aa-96aa-63d5-eef61deca1cf-1deca1bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7bf9066-61a7-a1a2-e33f-20f48e5dbecd-209122b7 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a8a3151f-dcbe-e558-0a8f-81520565fcbd-209122b7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c782935a-4265-f54b-301d-2cbffb44bd1f-209122b7, #w-node-df2130fa-a047-5e0a-fccd-2c70de2f5367-209122b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb8e9cce-8729-006c-8684-17c7a7d1a08f-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bb8e9cce-8729-006c-8684-17c7a7d1a090-209122b8, #w-node-bb8e9cce-8729-006c-8684-17c7a7d1a091-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15b985a3-604c-34ba-6a85-a9b1a72ae24e-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_15b985a3-604c-34ba-6a85-a9b1a72ae24f-209122b8, #w-node-_15b985a3-604c-34ba-6a85-a9b1a72ae252-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88d4d62d-c1b1-34e0-6e58-db79715d6373-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_88d4d62d-c1b1-34e0-6e58-db79715d6374-209122b8, #w-node-_88d4d62d-c1b1-34e0-6e58-db79715d6382-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d9a50c8-5b00-9353-7c50-7fed9c705039-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0d9a50c8-5b00-9353-7c50-7fed9c70503a-209122b8, #w-node-_0d9a50c8-5b00-9353-7c50-7fed9c705048-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3f60f64-8236-366e-9cda-6950df51bdd3-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d3f60f64-8236-366e-9cda-6950df51bdd4-209122b8, #w-node-d3f60f64-8236-366e-9cda-6950df51bdd7-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe174070-7257-96dd-66db-b9146ac9ef42-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fe174070-7257-96dd-66db-b9146ac9ef43-209122b8, #w-node-fe174070-7257-96dd-66db-b9146ac9ef46-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0836f0ff-7a2b-2c71-ec40-f75c05a0ae60-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0836f0ff-7a2b-2c71-ec40-f75c05a0ae61-209122b8, #w-node-_0836f0ff-7a2b-2c71-ec40-f75c05a0ae64-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdaf4-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdaf5-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb03-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb06-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb07-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb15-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb18-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb19-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb22-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5748-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5749-209122b8, #w-node-_01ed7369-b34a-0ba3-7565-a9e06bba574c-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01ed7369-b34a-0ba3-7565-a9e06bba575f-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5760-209122b8, #w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5763-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5774-209122b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5775-209122b8, #w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5778-209122b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_691a1e17-7a72-542f-1bf2-2ae8412ecb14-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_691a1e17-7a72-542f-1bf2-2ae8412ecb15-209122b9, #w-node-_691a1e17-7a72-542f-1bf2-2ae8412ecb16-209122b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_85cba8b2-12da-8e3c-6d5f-0123004e4658-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_85cba8b2-12da-8e3c-6d5f-0123004e4659-209122b9, #w-node-_85cba8b2-12da-8e3c-6d5f-0123004e465c-209122b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_566b77b4-b485-095d-349b-68b68854a208-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-cde71be3-b9de-cc80-dcf5-16aa778500d6-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-cde71be3-b9de-cc80-dcf5-16aa778500d7-209122b9, #w-node-cde71be3-b9de-cc80-dcf5-16aa778500d8-209122b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6655ee4-63e6-65d9-670a-0d19d47ccc9f-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-c6655ee4-63e6-65d9-670a-0d19d47ccca0-209122b9, #w-node-c6655ee4-63e6-65d9-670a-0d19d47ccca2-209122b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad0d59a1-43d8-87f3-69d0-c97eba2ba5ab-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-ad0d59a1-43d8-87f3-69d0-c97eba2ba5ac-209122b9, #w-node-ad0d59a1-43d8-87f3-69d0-c97eba2ba5ae-209122b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63970d63-996b-66cd-b025-d8e2fd32cd93-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_63970d63-996b-66cd-b025-d8e2fd32cd94-209122b9, #w-node-_63970d63-996b-66cd-b025-d8e2fd32cd96-209122b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_006df4dd-af2d-8b8d-8a6d-269f6aa70c69-209122b9 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_006df4dd-af2d-8b8d-8a6d-269f6aa70c6a-209122b9, #w-node-_006df4dd-af2d-8b8d-8a6d-269f6aa70c6c-209122b9, #w-node-c650803c-a467-2fbd-b473-d65e81afc6f6-209122b9, #w-node-c650803c-a467-2fbd-b473-d65e81afc702-209122b9, #w-node-c650803c-a467-2fbd-b473-d65e81afc70e-209122b9, #w-node-c650803c-a467-2fbd-b473-d65e81afc71a-209122b9, #w-node-c650803c-a467-2fbd-b473-d65e81afc726-209122b9, #w-node-c650803c-a467-2fbd-b473-d65e81afc730-209122b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bf0-209122bf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bf1-209122bf {
  grid-row: span 2 / span 2;
}

#w-node-_6ec527b3-0740-2334-2947-7dcf20872215-209122bf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6ec527b3-0740-2334-2947-7dcf20872216-209122bf {
  grid-row: span 2 / span 2;
}

#w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bfe-209122bf {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bff-209122bf {
  grid-row: span 2 / span 2;
}

#w-node-_38029c1e-3cad-5204-9ee2-95dba960cced-209122bf, #w-node-d984dfd5-e57e-7a0c-3388-2eecfb3e905e-209122bf, #w-node-_2a3c5a4f-da2d-3779-ad4a-84f08b3d591a-209122bf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_15b985a3-604c-34ba-6a85-a9b1a72ae24e-209122b8, #w-node-_88d4d62d-c1b1-34e0-6e58-db79715d6373-209122b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-d3f60f64-8236-366e-9cda-6950df51bdd3-209122b8, #w-node-_691a1e17-7a72-542f-1bf2-2ae8412ecb14-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_85cba8b2-12da-8e3c-6d5f-0123004e4658-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_566b77b4-b485-095d-349b-68b68854a208-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bf0-209122bf, #w-node-_6ec527b3-0740-2334-2947-7dcf20872215-209122bf, #w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bfe-209122bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8a3151f-dcbe-e558-0a8f-81520565fcbd-209122b7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bb8e9cce-8729-006c-8684-17c7a7d1a08f-209122b8, #w-node-fe174070-7257-96dd-66db-b9146ac9ef42-209122b8, #w-node-_0836f0ff-7a2b-2c71-ec40-f75c05a0ae60-209122b8 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdaf4-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb06-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb18-209122b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_691a1e17-7a72-542f-1bf2-2ae8412ecb14-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b9395ad7-53aa-96aa-63d5-eef61deca1bd-1deca1bb {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c7bf9066-61a7-a1a2-e33f-20f48e5dbecd-209122b7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-a8a3151f-dcbe-e558-0a8f-81520565fcbd-209122b7 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-bb8e9cce-8729-006c-8684-17c7a7d1a08f-209122b8, #w-node-_15b985a3-604c-34ba-6a85-a9b1a72ae24e-209122b8, #w-node-_88d4d62d-c1b1-34e0-6e58-db79715d6373-209122b8, #w-node-_0d9a50c8-5b00-9353-7c50-7fed9c705039-209122b8, #w-node-d3f60f64-8236-366e-9cda-6950df51bdd3-209122b8, #w-node-fe174070-7257-96dd-66db-b9146ac9ef42-209122b8, #w-node-_0836f0ff-7a2b-2c71-ec40-f75c05a0ae60-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdaf4-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb06-209122b8, #w-node-_74d9b38d-1fde-dd79-942c-b04dfe7bdb18-209122b8, #w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5748-209122b8, #w-node-_01ed7369-b34a-0ba3-7565-a9e06bba575f-209122b8, #w-node-_01ed7369-b34a-0ba3-7565-a9e06bba5774-209122b8, #w-node-_691a1e17-7a72-542f-1bf2-2ae8412ecb14-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85cba8b2-12da-8e3c-6d5f-0123004e4658-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_566b77b4-b485-095d-349b-68b68854a208-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-cde71be3-b9de-cc80-dcf5-16aa778500d6-209122b9, #w-node-c6655ee4-63e6-65d9-670a-0d19d47ccc9f-209122b9, #w-node-ad0d59a1-43d8-87f3-69d0-c97eba2ba5ab-209122b9, #w-node-_63970d63-996b-66cd-b025-d8e2fd32cd93-209122b9, #w-node-_006df4dd-af2d-8b8d-8a6d-269f6aa70c69-209122b9 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bf0-209122bf, #w-node-_6ec527b3-0740-2334-2947-7dcf20872215-209122bf, #w-node-fd8ffe8c-15e2-925e-6881-9148eeaa2bfe-209122bf, #w-node-_38029c1e-3cad-5204-9ee2-95dba960cced-209122bf, #w-node-d984dfd5-e57e-7a0c-3388-2eecfb3e905e-209122bf, #w-node-_2a3c5a4f-da2d-3779-ad4a-84f08b3d591a-209122bf {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Zonapro';
  src: url('../fonts/zonapro-thin.zip') format('undefined');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}