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

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

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.navbar {
  z-index: 9;
  background-color: #fff;
  width: 100vw;
  height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  box-shadow: 1px 1px 3px #0000000d;
}

.topmenu-text {
  color: #0d92b6;
  text-transform: uppercase;
  border-bottom: 0 solid #0d92b6;
  border-radius: 0;
  padding: 15px 20px 15px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.topmenu-text:hover {
  background-color: #0d92b61a;
  border-bottom-width: 5px;
  border-bottom-color: #0d92b6;
}

.topmenu-text:focus {
  border-bottom-color: #0d92b6;
}

.topmenu-text.w--current {
  color: #23b95f;
  border-bottom-width: 5px;
  border-bottom-color: #22b95f;
}

.topmenu-text.translate {
  opacity: .74;
  color: #fff;
  background-color: #0d92b6;
  border: 1px #000;
  border-radius: 5px;
  margin-top: 13px;
  margin-bottom: auto;
  margin-left: 13px;
  padding: 2px 5px 1px;
  font-size: 11px;
}

.topmenu-text.translate:hover {
  opacity: .8;
  border-width: 1px;
  border-color: #00a77e;
}

.topmenu-text.translate.transparent {
  background-color: #ffffff2b;
  margin-top: 20px;
  padding-top: 0;
}

.topmenu-text.transparent {
  color: #fff;
  border-bottom-color: #fff;
  padding-top: 20px;
}

.topmenu-text.transparent:hover {
  background-color: #ffffff1a;
}

.nav-menu {
  margin-right: 10px;
}

.brand {
  margin-top: 12px;
}

.image-4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
}

.menu-container {
  min-width: auto;
  padding-left: 65px;
  padding-right: 65px;
}

.body {
  color: #2b3b3f;
}

.section {
  height: 50vh;
}

.header {
  -webkit-text-stroke-color: transparent;
  background-color: #0d92b6;
  background-image: url('../images/handshake_bg.webp');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  display: block;
}

.navbar-transparent {
  z-index: 8;
  color: #fff;
  background-color: #0000;
  border-bottom: 1px #fff3;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: fixed;
}

.header-video01 {
  color: #575858;
  text-align: left;
  -webkit-text-stroke-color: transparent;
  mix-blend-mode: normal;
  background-color: #0d92b6bd;
  background-image: linear-gradient(to top, #0d92b699, #fff0 29%), linear-gradient(#0d92b6b3 12%, #7ac4d600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 55px;
  line-height: 120%;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: none;
  width: 660px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 130%;
}

.navbar-transparent-bg {
  background-color: #ddd0;
  border-bottom: 1px solid #ffffffd1;
  height: 56px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.custom-container {
  max-width: 1280px;
  margin: auto;
}

.workwithus {
  padding: 60px 40px;
}

.play-pause-button {
  color: #2f4d55;
}

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

.image-5 {
  max-width: 500px;
}

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

.bg-image-div {
  background-image: url('../images/hallwayhandshakegray.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 8px;
  height: 560px;
}

.bg-image-div._2 {
  background-repeat: repeat;
  height: 560px;
}

.color-overlay-4-bg {
  background-color: #2b3b3f8f;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: flex;
}

.color-overlay-4-bg._2 {
  background-color: #2b3b3fb3;
  justify-content: flex-start;
}

.gradient-div {
  background-color: #fff0;
  background-image: linear-gradient(to right, #ffffffe8 69%, #fff0);
  width: 65%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.gradient-div._2 {
  background-image: linear-gradient(to right, #2b3b3fad 69%, #fff0);
  border-radius: 8px;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.testimonial-header {
  color: #2b3b3f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.paragraph {
  color: #2b3b3f;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 150%;
}

.content-div {
  width: auto;
  padding-top: 0;
  padding-left: 0;
}

.content-div._2 {
  width: 50%;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr;
}

.div-block-7 {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.text-block {
  color: #0d92b6;
  align-items: center;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

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

.div-block-9 {
  width: 119px;
  height: 100px;
}

.testimonial {
  background-color: #bedde2;
  height: auto;
  padding: 60px 40px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-10 {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-image {
  border-radius: 50%;
  width: 70px;
  margin-bottom: 20px;
}

.testimonial-name {
  color: #0d92b6;
  flex: 0 auto;
  order: 1;
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
  font-family: Glegoo, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.testimonial-paragraph {
  color: #2b3b3f;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.quotation-mark {
  color: #bcd6dd;
  margin-left: -20px;
  font-size: 72px;
  font-style: italic;
}

.testimonial-paragraph-div {
  display: flex;
}

.workimage {
  border-radius: 8px;
}

.dark-section-header {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.dark-section-header.japanese {
  font-size: 30px;
}

.dark-section-paragraph {
  color: #fff;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 180%;
}

.team {
  background-color: #f1f3f3;
  padding: 100px 40px;
}

.div-block-11 {
  max-width: 1280px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: none;
}

.bio-photo {
  border-radius: 6px 6px 0 0;
  width: auto;
}

.bio-div1 {
  cursor: pointer;
  background-color: #0c93b6;
  border-radius: 8px;
  box-shadow: 0 2px 5px #2b3b3f33;
}

.bio-div1:hover {
  box-shadow: 0 5px 5px 1px #2b3b3f33;
}

.bio-div1.thomas:hover {
  outline-offset: 0px;
  border: 1px #0d92b6;
  outline: 1px solid #209bbc;
}

.bio-div1.felix:hover, .bio-div1.stefan:hover, .bio-div1.ikuko:hover {
  outline-offset: 0px;
  outline: 1px solid #0d92b6;
}

.team-name-block {
  object-fit: fill;
  background-color: #0d92b6;
  border-radius: 0 0 6px 6px;
  flex-direction: row;
  justify-content: space-around;
  height: auto;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
  overflow: visible;
}

.team-name-text {
  opacity: 1;
  color: #fff;
  font-family: Glegoo, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.team-name-text.jpn {
  font-size: 26px;
  font-weight: 700;
}

.team-position-text {
  font-size: 14px;
  font-weight: 700;
}

.team-name {
  color: #fff;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 28px;
}

.team-name.jpn {
  font-size: 26px;
}

.image-7 {
  opacity: .08;
  max-width: 50px;
  display: inline-block;
  position: static;
}

.div-block-12 {
  background-color: #ffffff1a;
  border-radius: 10px;
  align-items: flex-start;
  width: 47%;
  margin-top: 40px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contact-form {
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  height: 100%;
  font-size: 16px;
  display: flex;
}

.form-block {
  flex: 1;
  height: 90%;
}

.submit-button {
  background-color: #23b95f;
  border-radius: 5px;
  align-self: center;
  width: 300px;
  height: 50px;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.contact {
  background-color: #fff;
  padding: 60px 40px;
}

.header-button {
  color: #0d92b6;
  background-color: #fff;
  border-radius: 5px;
  width: 170px;
  font-weight: 700;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #23b95f;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.textarea {
  height: auto;
}

.section-2 {
  background-color: #fff;
  height: auto;
  padding: 100px 40px;
  display: flex;
}

.grid-4 {
  grid-template-rows: auto;
}

.div-block-13 {
  background-color: #1586a6;
  background-image: url('../images/adobestock_618884565-copy.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: auto;
  height: auto;
  margin-right: 60px;
}

.section-text {
  color: #575858;
  text-align: left;
  -webkit-text-stroke-color: transparent;
  mix-blend-mode: normal;
  background-color: #0d92b6bd;
  background-image: linear-gradient(0deg, #0d92b699, #fff0 29%), linear-gradient(#0d92b6b3 12%, #7ac4d600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding: 60px;
  display: flex;
}

.section-text.bottom {
  background-image: none;
}

.div-block-14 {
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whowe-header {
  color: #2b3b3f;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.blue-button {
  color: #fff;
  text-align: center;
  background-color: #23b95f;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 220px;
  height: 50px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.blue-button.calltoaction {
  margin-top: auto;
  margin-left: 0;
  margin-right: 0;
}

.blue-button.asset {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  display: none;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5.tab {
  grid-template-rows: auto auto;
  padding-bottom: 5px;
}

.cases-section {
  background-color: #f1f3f3;
  padding: 60px 40px;
}

.case-pic-div {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/universitylifesciences.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  height: 210px;
  display: flex;
}

.case-pic-div._2 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/brain-electrodes.webp');
}

.case-pic-div._3 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/ai-imaging02.webp');
}

.case-pic-div._4 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/drugdiscovery.webp');
}

.case-pic-div._5 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/syntheticbio.webp');
}

.case-pic-div.calltoaction {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/companysuccess.webp');
}

.case-pic-div._7 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/imagining-cro.webp');
}

.case-pic-div._6 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/green-company.webp');
}

.case-pic-div._8 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/xray-pointing.webp');
  background-position: 0 0, 0%;
}

.case-pic-div._9 {
  background-image: linear-gradient(#0d92b682, #fff0), url('../images/pharmapills.webp');
  background-position: 0 0, 0%;
}

.cases-title {
  color: #2b3b3f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 18px;
}

.cases-paragraph {
  color: #2b3b3f;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 160%;
}

.case-div {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 8px;
  box-shadow: 2px 4px 5px #00000017;
}

.case-div.zinagi {
  background-color: #cce9ee;
  background-image: linear-gradient(#ffffff7a, #ffffff7a);
  flex-direction: column;
  display: flex;
}

.div-block-15 {
  background-color: #0d92b6;
  border-radius: 8px;
  align-self: flex-end;
  width: 45px;
  height: 45px;
  margin-bottom: -15px;
  margin-right: 10px;
  padding: 5px;
  box-shadow: 1px 0 5px #0003;
}

.image-9 {
  padding: 0;
}

.image-10 {
  padding: 5px;
}

.work-section {
  background-image: linear-gradient(#0d92b6d1, #0d92b6d1), linear-gradient(#00000080, #00000080), url('../images/hallwayhandshakegray.webp');
  background-position: 0 0, 0 0, 100%;
  background-size: auto, auto, cover;
  height: auto;
  padding: 100px 20px;
}

.work-section._2 {
  background-repeat: repeat;
  height: 560px;
}

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

.work-header {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.work-para {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.grid-6 {
  grid-column-gap: 23px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.work-item {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.work-item-text {
  color: #0d92b6;
  text-transform: capitalize;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Glegoo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.work-icon-box {
  background-color: #0d92b61a;
  border: 2px #0d92b6;
  border-radius: 8px;
  width: auto;
  min-width: 50px;
  height: auto;
  padding: 5px;
}

.div-block-17 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-background {
  z-index: 5;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal {
  z-index: 6;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 380px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%;
  box-shadow: 0 2px 5px #0003;
}

.modal.felix {
  display: none;
}

.close-modal {
  cursor: pointer;
  padding: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.profile-photo {
  background-color: #0d92b6;
  background-image: url('../images/thomas-pop-up.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 45%;
  height: auto;
}

.profile-photo.felix {
  background-image: url('../images/felix-popup.webp');
}

.profile-photo.stefan {
  background-image: url('../images/adam-pop-up.webp');
  background-position: 50%;
  background-size: 420px;
}

.profile-photo.ikuko {
  background-image: url('../images/ikuko-pop-up.webp');
  background-position: 50%;
  background-size: 420px;
}

.profile-photo.ikuko-popup {
  background-image: url('../images/ikuko-pop-up.webp');
}

.profile-photo.felix-copy {
  background-image: url('../images/felix-popup.webp');
}

.profile-photo.tamae {
  background-image: url('../images/kobayashi-pop-up.webp');
}

.image-11 {
  border-radius: 8px 0 0;
  width: 300px;
  display: none;
}

.popup-name {
  opacity: 1;
  color: #182123;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.popup-job {
  opacity: 1;
  color: #0d92b6;
  font-size: 20px;
  font-weight: 400;
}

.modal-content {
  width: auto;
  max-width: 60%;
  margin: 20px;
}

.modal-holder {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-f {
  z-index: 6;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 380px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%;
  box-shadow: 0 2px 5px #0003;
}

.modal-f.felix {
  display: none;
}

.modal-s {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 380px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%;
  box-shadow: 0 2px 5px #0003;
}

.modal-s.felix {
  display: none;
}

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

.cases-button {
  color: #fff;
  text-align: center;
  background-color: #23b95f;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 220px;
  height: 50px;
  margin: 0 auto 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.footer {
  background-color: #2b3b3f;
  padding: 40px;
}

.address {
  color: #fff;
  align-self: flex-start;
  width: 180px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

.div-block-19 {
  justify-content: flex-start;
  display: flex;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
}

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

.list {
  margin-left: 100px;
  padding-left: 0;
}

.copyright {
  color: #fff;
  align-self: flex-end;
  width: 180px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 10px;
}

.image-12 {
  width: auto;
  max-width: none;
}

.div-block-20 {
  opacity: .26;
  width: 100vw;
  height: auto;
  margin: auto;
  padding-top: 60px;
  display: block;
  position: absolute;
  inset: auto 0;
  overflow: hidden;
}

.jumbo-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Glegoo, sans-serif;
  font-size: 44px;
  line-height: 120%;
}

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

.image-13 {
  height: 80vh;
  margin: auto;
  display: block;
  overflow: hidden;
}

.navbar-jpn {
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  box-shadow: 1px 1px 3px #0000000d;
}

.recaptcha {
  margin-top: 10px;
}

.div-block-23 {
  flex-direction: column;
  align-items: center;
  height: 80px;
  display: flex;
}

.map-section {
  background-color: #fff;
  background-image: linear-gradient(#ffffffdb, #ffffffdb), url('../images/worldmaponly.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding: 60px 40px;
  display: block;
}

.div-block-24 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.map-header {
  color: #2b3b3f;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.image-14 {
  z-index: 3;
  position: absolute;
}

.team-name-pop-up {
  color: #2b3b3f;
  text-align: left;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 28px;
}

.text-block-5 {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}

.address-div {
  margin-left: 40px;
}

.modal-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 28px;
}

.bold-text {
  font-weight: 700;
}

.pop-name {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 30px;
}

.bold-modal-text {
  font-weight: 700;
}

.modal-job {
  color: #fff;
  margin-bottom: 8px;
  padding-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
}

.modal-job.jpn {
  font-size: 26px;
}

.text-block-6 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Glegoo, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 5px;
  font-family: Glegoo, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.modal-i {
  z-index: 6;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 380px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%;
  box-shadow: 0 2px 5px #0003;
}

.modal-i.felix {
  display: none;
}

.modal-s-copy {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 380px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%;
  box-shadow: 0 2px 5px #0003;
}

.modal-s-copy.felix {
  display: none;
}

.profile-logo {
  z-index: 0;
  position: relative;
}

.profile-text {
  z-index: 2;
  text-align: center;
  position: absolute;
}

.timeline-card-border {
  border: 1px solid #4caec9;
  border-radius: 16px;
  width: 100%;
  padding: 2px;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

.timeline-slider {
  cursor: grab;
}

.badge-gradient-inner {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fbfbfb;
  background-color: #4caec9;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.icon-border {
  border: 2px solid #4caec9;
  border-radius: 999px;
  width: 42px;
  height: 42px;
  padding: 2px;
  overflow: hidden;
  box-shadow: 0 110px 30px #0000, 0 70px 28px #00000003, 0 40px 24px #0000000a, 0 17px 17px #00000012, 0 4px 9px #00000014;
}

.timeline-tab-pane {
  position: static;
}

.swiper-script {
  display: none;
}

.badge-gradient {
  background-color: #4caec9;
  border-radius: 999px;
  padding: 2px;
  font-weight: 500;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #71717b;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-weight: 500;
  transition: box-shadow .3s, background-color .3s, color .3s;
  display: flex;
}

.tab-link:hover {
  color: #18181b;
  background-color: #fff;
}

.tab-link.w--current {
  color: #18181b;
  background-color: #fff;
  box-shadow: 0 100px 30px #0000, 0 70px 27px #00000003, 0 40px 24px #0000000a, 0 17px 17px #00000012, 0 4px 9px #00000014;
}

.divider-primary {
  background-color: #4caec9;
  flex: 1;
  height: 1px;
}

.timeline-tabs-content {
  width: 100%;
  position: static;
  overflow: visible;
}

.swiper-slide.is-timeline-slide {
  flex: none;
  width: 380px;
}

.timeline-slide-line {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-x-large {
  margin-bottom: 0;
  font-size: 20px;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #18181b;
  background-color: #fafafa;
  border: 1px solid #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.subheading-large {
  font-size: 18px;
  font-weight: 700;
}

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

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.swiper-wrapper.is-timeline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  aspect-ratio: auto;
  height: 100%;
  display: flex;
}

.timeline-slide-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fafafa;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.title-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-center.is-large {
  max-width: 628px;
}

.paragraph-medium {
  margin-bottom: 0;
  font-size: 16px;
}

.timeline-milestone {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.container-large {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-medium {
  padding: 64px 5%;
  position: relative;
}

.section-medium.overflow-hidden {
  padding-top: 0;
  padding-bottom: 60px;
  overflow: hidden;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fafafa;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 2px;
  display: flex;
}

.icon-inner {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.timeline-card-border-2 {
  background-image: radial-gradient(circle, #368cfb, #90cbff 57%, #ffeb85);
  border-radius: 16px;
  width: 100%;
  padding: 2px;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

.badge-gradient-inner-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 2px 12px;
  font-size: 14px;
  display: flex;
}

.icon-border-2 {
  background-image: linear-gradient(84deg, #368cfb, #90cbff 57%, #ffeb85);
  border-radius: 999px;
  width: 42px;
  height: 42px;
  padding: 2px;
  overflow: hidden;
  box-shadow: 0 110px 30px #0000, 0 70px 28px #00000003, 0 40px 24px #0000000a, 0 17px 17px #00000012, 0 4px 9px #00000014;
}

.badge-gradient-2 {
  background-image: linear-gradient(69deg, #368cfb, #90cbff 57%, #ffeb85);
  border-radius: 999px;
  padding: 2px;
  font-weight: 500;
  overflow: hidden;
  box-shadow: 0 109.603px 30.372px #0000, 0 69.987px 27.731px #00000003, 0 39.615px 23.769px #0000000a, 0 17.167px 17.167px #00000012, 0 3.962px 9.244px #00000014;
}

.divider-primary-2 {
  background-color: #d4d4d8;
  flex: 1;
  height: 1px;
}

.timelineheader {
  color: #2b3b3f;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.section-3 {
  background-color: #f1f3f3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-link {
  color: #4caec9;
  font-weight: 700;
  text-decoration: none;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: none;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

.team-role-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: #22272f80;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.team-background-shape {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.team-background-shape.text-color-yellow-500 {
  color: #f4d452;
}

.team-background-shape.text-color-purple-500 {
  color: #8e86c1;
}

.team-background-shape.text-color-red-500 {
  color: #e57361;
}

.team-background-shape.text-color-gray-200 {
  color: #acb5c3;
}

.team-background-shape.text-color-blue-500 {
  color: #779acf;
}

.team-background-shape.text-color-orange-500 {
  color: #f4a952;
}

.team-social-link-large {
  color: #7d8ba1;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  padding: 8px;
  transition-property: background-color, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease;
  box-shadow: 0 2px 8px #c4cad43d;
}

.team-social-link-large:hover {
  color: #fff;
  background-color: #000;
}

.team-card-content {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.team-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.section-regular.background-off-white {
  background-color: #f6f5f3;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.h1-heading {
  color: #3e376d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.team-card-border {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #dce0e5;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px;
  position: relative;
  overflow: hidden;
}

.title-grid {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: grid;
}

.h5-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.h5-heading.text-color-purple-900 {
  color: #3e376d;
}

.team-card-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  display: flex;
}

.team-title-wrapper {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.team-image-wrapper {
  z-index: 1;
  object-fit: cover;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto 0 0 auto;
}

.paragraph-small {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #7d8ba1;
}

.heading-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #3e376d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #4e4587;
}

.row-space-between {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.column-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.section-regular-2 {
  background-color: #f7f8f8;
  padding: 80px 5%;
  position: relative;
}

.paragraph-regular {
  color: #40444c;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.feature-footnote {
  text-align: center;
  max-width: 558px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.icon-large {
  color: #17b1d8;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #383a42;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large-3 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.brand-span {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.paragraph-small-2 {
  color: #40444c;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  display: none;
}

.subheading-large-2 {
  color: #000;
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subheading-large-2.text-brand-purple {
  color: #6153bd;
}

.workingus-header {
  color: #2b3b3f;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.pattern {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.pattern.left-bottom {
  inset: auto auto 0% 0%;
}

.pattern.testimonial-01-right {
  inset: 0% 7% auto auto;
}

.pattern.header-02-right {
  justify-content: flex-start;
  align-items: center;
  width: 42%;
  max-width: 615px;
  top: 0;
  right: 4%;
}

.pattern.header-02-left {
  top: 404px;
  left: 0;
}

.testimonial-avatar {
  background-color: #e7e7ea;
  border: 2px solid #fff;
  border-radius: 100%;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.testimonial-slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  height: auto;
  padding-top: 40px;
}

.testimonial-mask-overflow {
  width: 360px;
  overflow: visible;
}

.section-large {
  padding: 128px 5%;
  position: relative;
}

.section-large.background-primary {
  background-color: #e2eff3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-large.background-primary._2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.overflow-hide {
  overflow: hidden;
}

.paragraph-small-3 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.paragraph-small-3.text-strong {
  color: #1a1925;
  font-size: 14px;
  font-weight: 500;
}

.testimonial-numbers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 348px;
  display: grid;
}

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

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

.testimonial-brand {
  flex: 0 auto;
  align-self: auto;
  width: auto;
  display: block;
}

.testimonial-slider-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-text {
  color: #1a1925;
  letter-spacing: -.006em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-x-small {
  color: #51515e;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.paragraph-x-small.text-color-tertiary {
  color: #73737f;
}

.icon-3 {
  opacity: .8;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 20px;
  display: flex;
}

.icon-3.bayer {
  display: none;
}

.container-regular {
  z-index: 2;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background.video {
  -webkit-text-fill-color: inherit;
  background-color: #0d92b6;
  background-clip: border-box;
  height: 100%;
}

.overline {
  color: #73737f;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.divider-secondary {
  background-color: #eeeef0;
  border-radius: 4px;
  flex: none;
  width: 100%;
  height: 1px;
}

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

.row-regular.row-space-between {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.row-regular.row-space-between.bottom {
  flex: 0 auto;
  order: 1;
  place-content: flex-end center;
  align-items: flex-end;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.testimonial-slide {
  vertical-align: bottom;
  margin-right: 20px;
}

.testimonial-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.h3-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.3;
}

.highlight-square {
  background-color: #eeeef0;
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
}

.hide {
  display: none;
}

.testimonial-arrow {
  color: #73737f;
  background-color: #f7f7f8;
  border: 1px solid #e7e7ea;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 36px;
  padding: 6px 12px;
  transition: box-shadow .3s, border-color .3s, color .3s, background-color .3s;
  display: flex;
  inset: -36px 0% auto auto;
}

.testimonial-arrow:hover {
  color: #1a1925;
  background-color: #e7e7ea;
  border-color: #d7d7de;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250f, 0 .5px .5px #1a19250f;
}

.testimonial-arrow.left {
  right: 56px;
}

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

.badge-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #1a1925;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  box-shadow: 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}

.paragraph-regular-2 {
  color: #fefeff;
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-regular-2.text-color-tertiary {
  color: #73737f;
}

.paragraph-regular-2.japanese {
  text-align: center;
}

.testimonial-badge {
  color: #1a1925;
  background-color: #f7f7f8;
  border-radius: 99px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .3s;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  max-width: none;
  padding: 24px 20px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250a, 0 1px 1px #1a19250a, 0 .5px .5px #1a19250a;
}

.button-primary-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.006em;
  white-space: nowrap;
  background-color: #1f62ff;
  background-image: linear-gradient(0deg, #55555514, #ececec14);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: all, background-color, box-shadow;
  transition-duration: .3s, .3s, .3s;
  transition-timing-function: ease, ease, ease;
  display: inline-flex;
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.button-primary-2:hover {
  background-image: linear-gradient(0deg, #5555553d, #ececec14);
  box-shadow: 0 8px 12px -4px #1a19250f, 0 4px 8px -4px #1a19251f, 0 2px 4px -1px #1a19251f, 0 1px 1.5px -.5px #1a19251f, 0 .75px .75px #1a19251f, 0 .25px .25px #1a19253d, inset 0 -8px 20px #1a192514, inset 0 1px 3px #ffffff14, inset 0 .75px .75px #ffffff14, inset 0 .25px .25px #ffffff1f;
}

.h6-heading {
  color: #1a1925;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
}

.customer-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fff;
  background-color: #0d92b6cc;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.heading-pattern {
  z-index: -1;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -8px;
  margin-bottom: -12px;
  margin-right: -24px;
  padding-top: 8px;
  padding-bottom: 12px;
  padding-right: 24px;
  display: inline-block;
}

.code-embed {
  display: none;
}

.header-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.heading-icon {
  vertical-align: middle;
  background-image: url('../images/zinagi-webclip.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -12px;
  display: inline-block;
  transform: rotate(-4deg);
  box-shadow: inset 0 -8.533px 21.333px #1a192514, inset 0 1.067px 3.2px #ffffff14, inset 0 .8px .8px #ffffff14, inset 0 .267px .267px #ffffff1f, 0 8.533px 12.8px -4.267px #1a19250f, 0 4.267px 8.533px -4.267px #1a19251f, 0 2.133px 4.267px -1.067px #1a19251f, 0 1.067px 1.6px -.533px #1a19251f;
}

.paragraph-small-4 {
  color: #51515e;
  letter-spacing: -.005em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.header-bottom {
  z-index: 1;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 1424px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 5%;
  display: block;
  position: relative;
}

.header-bottom._2 {
  background-color: #fff0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.header-carousel {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 20% 80%, #0000 100%);
}

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

.icon-4.bayer {
  display: none;
}

.relative {
  position: relative;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-left {
  justify-content: center;
  align-items: flex-start;
}

.container-large-4 {
  z-index: 2;
  width: 100%;
  max-width: 1084px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-statistic-count {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1-heading-3 {
  color: #f8f7fc;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Glegoo, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

.header-carousel-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-highlight {
  color: #1a1925;
  background-color: #eeeef0;
  border-radius: 6px;
  padding: 2px 6px;
  font-weight: 500;
  display: inline-block;
}

.header-top {
  z-index: 1;
  align-self: auto;
  padding: 96px 5% 48px;
}

.header-carousel-wrapper {
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-2x-small {
  background-color: #f7f7f8;
  padding: 8px;
  position: relative;
}

.header-statistics-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.h4-heading {
  color: #0d92b5;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.header-statistic-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #4caec912;
  border-radius: 16px;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px #1a19250f, 0 1px 1px #1a192514, 0 .5px .5px #1a192514;
}

.footer-section {
  background-color: #2b3b3f;
  padding: 100px 5% 60px;
}

.footer-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-regular-3 {
  color: #586174;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-3.text-color-gray-400 {
  color: #959699;
}

.paragraph-regular-3.text-color-gray-400.title {
  color: #959699;
  font-weight: 700;
}

.footer-company-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 440px;
  display: flex;
}

.container-large-5 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.footer-social-link {
  color: #fff;
  border: 1px solid #232a39;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.footer-social-link:hover {
  color: #07090d;
  background-color: #fff;
}

.divider-gray-800 {
  background-color: #586174;
  width: 100%;
  height: 1px;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h4-heading-2 {
  color: #07090d;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

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

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.title-large {
  color: #000;
  font-size: 48px;
  line-height: 1.2;
}

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

.feature-tab-link {
  color: #626262;
  background-color: #0000;
  border-bottom: 2px solid #e5e5e5;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Glegoo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.feature-tab-link:hover {
  border-bottom-color: #0d92b6;
}

.feature-tab-link.w--current {
  color: #0d92b6;
  background-color: #0000;
  border-bottom-color: #0d92b6;
  width: 100%;
  display: flex;
}

.divider {
  background-color: #e5e5e5;
  width: 1px;
  height: 80px;
}

.feature-grid-2 {
  grid-column-gap: 78px;
  grid-row-gap: 78px;
  grid-template-columns: 1.5fr .25fr 1.5fr;
}

.tab-icon {
  width: 32px;
  margin-right: 14px;
}

.number-wrap {
  background-color: #ffe2d6;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  padding: 12px;
  display: flex;
}

.tab-container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.feature-tab-menu {
  margin-bottom: 40px;
  display: flex;
}

.number {
  color: #ff6f30;
  font-size: 18px;
  font-weight: 700;
}

.small-title {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.tab-section {
  background-color: #f1f3f3;
  padding: 60px 3%;
}

.gallery-title-wrapper {
  max-width: 574px;
}

.feature-paragraph {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.6;
}

.see-more-button {
  text-align: center;
  background-color: #ff6f30;
  border: 1px solid #ff6f30;
  border-radius: 10px;
  width: 100%;
  max-width: 200px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
  line-height: 1.2;
  transition: all .3s;
}

.see-more-button:hover {
  color: #ff6f30;
  background-color: #fff;
}

.line-wrapper {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.line {
  background-color: #000;
  width: 60px;
  height: 1px;
  margin-right: 24px;
}

.feature-wrap {
  display: flex;
}

.testmonial-header {
  color: #2b3b3f;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
}

.ikonik-c3o1h, .ikonik-zv348h, .ikonik-z8sgml, .ikonik-e24ci, .ikonik-fffqn, .ikonik-v15xh, .ikonik-aqwrb, .ikonik-5weh5, .ikonik-655ckf, .ikonik-jtys8, .ikonik-wx8qx, .ikonik-bh09r, .ikonik-h6fgq, .ikonik-myh4cj, .ikonik-5jin4h, .ikonik-tq75l, .ikonik-zbaam, .ikonik-rzfya {
  color: #1093b7;
}

.image-15 {
  width: 200px;
  max-width: none;
}

.image-16 {
  border-radius: 50%;
  width: 50px;
  max-width: none;
}

.grid-7 {
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.ikonik-jde87i {
  color: #fff;
}

.background-svg-placeholder {
  display: block;
}

.avatar-group {
  width: auto;
  height: 130%;
  position: absolute;
  inset: auto 0% auto auto;
}

.cta-wrapper {
  z-index: 5;
  position: relative;
}

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

.cta-section {
  background-color: #e2eff3;
  border-radius: 18px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding: 40px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-row {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.cta-button {
  color: #000;
  text-align: center;
  background-color: #cfebd9;
  border: 1px solid #cfebd9;
  width: 100%;
  max-width: 210px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.cta-button:hover {
  color: #fff;
  background-color: #0000;
}

.title-large-2 {
  color: #2b3b3f;
  letter-spacing: -.03em;
  text-transform: capitalize;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Glegoo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 54px;
}

.arrow-icon {
  margin-left: 16px;
}

.cta-button-outline {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  margin-left: 10px;
  padding: 20px 10px 20px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.cta-paragraph {
  color: #2b3b3f;
  letter-spacing: -.02em;
  width: 60%;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial_card-image {
  border-radius: .75rem;
  flex: 1;
  height: 15rem;
  position: relative;
  overflow: hidden;
}

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

.column-2 {
  flex-flow: column;
  display: flex;
}

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

.column-4x-large {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

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

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

.column-large-2.column-center {
  text-align: center;
  align-items: center;
}

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

.testimonial_user-details {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: #fafafa;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: auto .5rem .5rem;
  overflow: hidden;
}

.testimonial_card-quote {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f4f4f5;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

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

.h1-heading-4 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.body-x-large {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.75;
}

.body-x-large.text-weight-semibold {
  font-weight: 600;
}

.body-x-large.text-weight-medium {
  font-weight: 500;
}

.body-medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.body-medium.text-weight-medium {
  font-weight: 500;
}

.body-medium.text-weight-medium.text-color-secondary {
  color: #3f3f46;
}

.section-medium-2 {
  background-color: #fafafa;
  padding: 4rem 5%;
  display: block;
  position: relative;
}

.modal-t {
  z-index: 6;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  height: 380px;
  margin: auto;
  display: none;
  position: fixed;
  inset: 0% 0 0 0%;
  box-shadow: 0 2px 5px #0003;
}

.modal-t.felix {
  display: none;
}

.testimonal-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1600px;
}

.grid-9 {
  color: #959699;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-25 {
  color: #fff;
}

.link, .footer-links-text {
  color: #fff;
  text-decoration: none;
}

.footer-links-text:hover {
  color: #a2f5c3;
}

.grid-9-copy {
  color: #959699;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.text-block-8 {
  text-align: center;
  text-transform: none;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.div-block-26 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.t-job {
  color: #0d92b6;
  margin-bottom: 8px;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .icon {
    color: #0d92b6;
  }

  .topmenu-text {
    background-color: #0000;
    border-top: 1px solid #00a77e33;
    border-bottom-style: solid;
    border-bottom-width: 0;
    border-radius: 0;
  }

  .topmenu-text:hover {
    border-bottom-width: 0;
  }

  .topmenu-text.translate {
    text-align: center;
    max-width: 100px;
    margin: 10px auto;
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .menu-container {
    width: 100%;
    min-width: 500px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .workwithus {
    height: 70vh;
    display: flex;
  }

  .div-block {
    width: 710px;
  }

  .bg-image-div._2 {
    height: auto;
  }

  .color-overlay-4-bg._2 {
    width: auto;
    height: auto;
  }

  .gradient-div {
    width: 100%;
  }

  .gradient-div._2 {
    width: auto;
    padding-right: 20px;
  }

  .content-div._2 {
    width: auto;
  }

  .testimonial {
    padding: 40px 20px;
  }

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

  .dark-section-paragraph {
    font-size: 16px;
  }

  .team {
    padding: 40px 20px;
  }

  .grid-3 {
    grid-column-gap: 11px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-name-block {
    padding-left: 0;
    position: static;
    overflow: visible;
  }

  .team-name-text {
    font-size: 23px;
  }

  .team-position-text {
    text-align: center;
    font-size: 14px;
  }

  .image-7 {
    display: none;
  }

  .div-block-12 {
    align-items: center;
    width: 360px;
  }

  .contact-form {
    height: auto;
  }

  .form-block {
    height: 90%;
  }

  .contact {
    height: auto;
    padding: 40px 20px;
    display: flex;
  }

  .section-2 {
    padding: 40px 20px;
  }

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

  .div-block-13 {
    width: auto;
    height: 320px;
    margin-right: 0;
  }

  .section-text {
    padding-bottom: 40px;
  }

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

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

  .cases-section {
    padding: 40px 20px;
  }

  .cases-title {
    margin-bottom: 10px;
    line-height: 150%;
  }

  .case-text-div.success {
    padding-right: 5px;
  }

  .work-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .work-item {
    flex-direction: column;
    justify-content: center;
    height: 199.594px;
  }

  .work-item-text {
    text-align: center;
    margin-top: 10px;
    padding-left: 0;
  }

  .modal, .modal-f, .modal-s {
    width: 700px;
    height: 70vh;
    display: none;
  }

  .map-section {
    padding: 40px 20px;
  }

  .modal-i, .modal-s-copy {
    width: 700px;
    height: 70vh;
    display: none;
  }

  .profile-logo {
    display: none;
  }

  .profile-text {
    position: static;
  }

  .section-regular {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-grid, .title-grid {
    grid-template-columns: 1fr;
  }

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

  .section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .h1-heading-3 {
    font-size: 56px;
  }

  .header-statistics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .h4-heading {
    font-size: 36px;
  }

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

  .title-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .title-large {
    margin-bottom: 40px;
  }

  .feature-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 46px;
  }

  .avatar-group {
    max-width: 340px;
    height: auto;
    inset: auto -5% -10% auto;
  }

  .cta-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta-section {
    background-position: 50% 0;
    flex-direction: column;
  }

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

  .testimonial_card-quote {
    flex: 1;
  }

  .modal-t {
    width: 700px;
    height: 70vh;
    display: none;
  }

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

  .team-text2 {
    text-align: center;
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: auto;
  }

  .topmenu-text {
    width: auto;
    min-width: 105%;
    overflow: hidden;
  }

  .topmenu-text.translate {
    min-width: 100px;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-container {
    min-width: 400px;
    padding-left: 10px;
  }

  .heading-2 {
    text-transform: none;
    width: auto;
    font-size: 22px;
  }

  .div-block {
    width: auto;
  }

  .gradient-div._2 {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
  }

  .testimonial {
    padding: 20px;
  }

  .team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bio-div1, .bio-div1.thomas {
    width: 169px;
  }

  .team-name-block {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .team-name-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
  }

  .team-position-text {
    text-align: left;
    font-size: 16px;
  }

  .team-name {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

  .div-block-12 {
    width: 400px;
    margin-top: 20px;
    padding: 20px;
  }

  .contact, .section-2 {
    padding: 20px;
  }

  .div-block-13 {
    margin-right: 0;
  }

  .section-text {
    height: auto;
  }

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

  .cases-section {
    padding: 20px;
  }

  .work-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .work-item {
    height: auto;
  }

  .modal {
    width: 90%;
    height: 480px;
    max-height: 80vh;
    display: none;
  }

  .profile-photo.stefan, .profile-photo.ikuko {
    background-size: cover;
  }

  .popup-name {
    font-size: 20px;
  }

  .popup-job {
    font-size: 16px;
  }

  .modal-content {
    overflow: scroll;
  }

  .modal-f, .modal-s {
    width: 90%;
    height: 480px;
    max-height: 80vh;
    display: none;
  }

  .list {
    display: none;
  }

  .jumbo-text {
    font-size: 35px;
  }

  .image-13 {
    max-width: none;
    display: none;
  }

  .navbar-jpn {
    height: auto;
  }

  .map-section {
    padding: 20px;
  }

  .modal-job {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    display: flex;
  }

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

  .modal-i, .modal-s-copy {
    width: 90%;
    height: 480px;
    max-height: 80vh;
    display: none;
  }

  .paragraph-x-large {
    font-size: 18px;
  }

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

  .h1-heading, .h1-heading-2 {
    font-size: 48px;
  }

  .feature-card {
    padding: 10px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-slider-header {
    max-width: none;
    margin-bottom: 24px;
  }

  .background {
    display: none;
  }

  .testimonial-slide {
    vertical-align: top;
  }

  .testimonial-footer {
    margin-top: 48px;
  }

  .testimonial-arrow {
    top: 0;
    left: 56px;
    right: auto;
  }

  .testimonial-arrow.left {
    left: 0;
    right: auto;
  }

  .customer-badge {
    background-color: #0d92b6ab;
  }

  .heading-pattern {
    margin-right: -20px;
    padding-right: 20px;
  }

  .heading-icon {
    border-radius: 12px;
    width: 48px;
    height: 48px;
  }

  .header-bottom {
    padding-top: 48px;
    padding-bottom: 5%;
  }

  .header-statistics-grid {
    grid-template-columns: 1fr;
  }

  .divider-wrap {
    display: none;
  }

  .feature-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-grid-2 {
    grid-template-columns: 1.5fr;
  }

  .feature-tab-menu {
    flex-direction: column;
  }

  .avatar-group {
    max-width: 40%;
    display: none;
    bottom: -5%;
  }

  .cta-wrapper {
    text-align: center;
    display: flex;
  }

  .button-row {
    flex-direction: column;
  }

  .cta-button {
    margin-bottom: 20px;
  }

  .body-x-large {
    font-size: 18px;
  }

  .modal-t {
    width: 90%;
    height: 480px;
    max-height: 80vh;
    display: none;
  }

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

@media screen and (max-width: 479px) {
  .menu-container {
    min-width: 250px;
    padding-left: 10px;
  }

  .heading-2 {
    width: auto;
    font-size: 20px;
  }

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

  .gradient-div._2 {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }

  .content-div._2, .testimonial {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .team {
    padding: 10px;
  }

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

  .bio-photo {
    width: 100%;
  }

  .bio-div1, .bio-div1.thomas {
    width: auto;
  }

  .team-name-block {
    flex-direction: column;
    align-items: center;
  }

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

  .div-block-12 {
    background-color: #0000;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .contact-form {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-block {
    height: auto;
  }

  .submit-button {
    width: auto;
    height: auto;
  }

  .contact {
    padding: 20px 10px;
  }

  .textarea {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding: 20px 10px;
  }

  .div-block-13 {
    height: 200px;
  }

  .section-text {
    padding: 20px 0;
  }

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

  .whowe-header {
    margin-top: 10px;
  }

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

  .cases-section, .work-section {
    padding: 20px 10px;
  }

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

  .modal {
    width: 90%;
    height: 80vh;
    display: none;
  }

  .profile-photo {
    display: none;
  }

  .modal-content {
    max-width: none;
  }

  .modal-holder {
    justify-content: center;
  }

  .modal-f, .modal-s {
    width: 90%;
    height: 80vh;
    display: none;
  }

  .address {
    width: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .list {
    margin-left: auto;
    display: none;
  }

  .copyright {
    text-align: center;
  }

  .jumbo-text {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .navbar-jpn {
    z-index: 2;
  }

  .address-div {
    flex-direction: column;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .map-section {
    padding: 20px 10px;
  }

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

  .modal-i, .modal-s-copy {
    width: 90%;
    height: 80vh;
    display: none;
  }

  .tab-link {
    flex: 1;
  }

  .timeline-tabs {
    padding-bottom: 64px;
  }

  .timelineheader {
    margin-top: 10px;
  }

  .team-card-border {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-image-wrapper {
    max-width: 50%;
    height: 70%;
  }

  .heading-buttons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .button-primary {
    width: 100%;
  }

  .feature-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .feature-card {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 0;
  }

  .subheading-large-2 {
    font-size: 16px;
  }

  .workingus-header {
    margin-top: 10px;
  }

  .testimonial-mask-overflow {
    width: auto;
  }

  .testimonial-footer {
    flex-flow: column;
    align-items: stretch;
  }

  .header-bottom {
    padding-top: 32px;
  }

  .header-statistics-grid {
    grid-template-columns: 1fr;
  }

  .title-large {
    font-size: 40px;
  }

  .feature-tab-link {
    text-align: center;
  }

  .feature-grid-2 {
    grid-template-columns: 1.5fr;
  }

  .number-wrap {
    margin-right: 20px;
  }

  .gallery-title-wrapper {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .see-more-button {
    max-width: 190px;
  }

  .testmonial-header {
    margin-top: 10px;
  }

  .cta-section {
    background-position: 0 0;
  }

  .modal-t {
    width: 90%;
    height: 80vh;
    display: none;
  }

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

#w-node-_4334734f-c66c-2e30-b6fb-a3ca557a525c-4f99f40c, #w-node-_48910ed3-c817-d0af-22cb-b7cd35c231cf-4f99f40c, #w-node-ba464165-3a46-123e-bbcb-a3da62e2e7e9-4f99f40c, #w-node-_3b2abd49-a7f0-d774-d047-5cb263fe830a-4f99f40c, #w-node-_43a8b8b9-b092-fdd2-b08a-3491506869e4-4f99f40c, #w-node-_7caa07dd-5faf-60b0-0a6e-2072a7cfd1db-4f99f40c, #w-node-bf91e191-351a-57f4-0e10-43ec8617d26f-4f99f40c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90a16027-6b72-91cd-7210-f974e07d042f-4f99f40c {
  align-self: stretch;
}

#w-node-e2e00919-dae0-7980-b1f1-2ef564119ac8-4f99f40c {
  place-self: auto;
}

#w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a62-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a6b-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a74-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a7f-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a8a-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a93-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872aa7-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872ab2-4f99f40c, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872abf-4f99f40c, #w-node-_4334734f-c66c-2e30-b6fb-a3ca557a525c-fac4dfdf, #w-node-_48910ed3-c817-d0af-22cb-b7cd35c231cf-fac4dfdf, #w-node-ba464165-3a46-123e-bbcb-a3da62e2e7e9-fac4dfdf, #w-node-_3b2abd49-a7f0-d774-d047-5cb263fe830a-fac4dfdf, #w-node-_43a8b8b9-b092-fdd2-b08a-3491506869e4-fac4dfdf, #w-node-_7caa07dd-5faf-60b0-0a6e-2072a7cfd1db-fac4dfdf, #w-node-bf91e191-351a-57f4-0e10-43ec8617d26f-fac4dfdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90a16027-6b72-91cd-7210-f974e07d042f-fac4dfdf {
  align-self: stretch;
}

#w-node-e2e00919-dae0-7980-b1f1-2ef564119ac8-fac4dfdf {
  place-self: auto;
}

#w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a62-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a6b-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a74-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a7f-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a8a-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872a93-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872aa7-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872ab2-fac4dfdf, #w-node-d2181dd5-184d-7ef0-e564-8a9fe2872abf-fac4dfdf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Glegoo';
  src: url('../fonts/glegoo-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Glegoo';
  src: url('../fonts/glegoo-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}