.laboratory_B7xK2 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: var(--margin_tb) 0;
  padding-top: 12rem;
  padding-bottom: 12rem;
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
  background: var(--bg_color);
  color: #7a8297;
  font-family: "Sora", Arial, sans-serif;
}

.laboratory_B7xK2 * {
  box-sizing: border-box;
}

.laboratory_B7xK2__inner {
  width: min(120rem, calc(100% - 4rem));
  max-width: var(--custom-content-max-width);
  margin-left: auto;
  margin-right: auto;
}

.laboratory_B7xK2__header {
  text-align: center;
}

.laboratory_B7xK2__title {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0;
}

.laboratory_B7xK2__subtitle {
  margin: 2rem 0 0;
  color: #eff1f7;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}

.laboratory_B7xK2__mark {
  width: 5rem;
  height: .3rem;
  margin: 4.4rem auto 0;
  background: var(--theme_color);
}

.laboratory_B7xK2__flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 7rem;
  padding-bottom: 5rem;
  min-height: 33.2rem;
}

.laboratory_B7xK2__step {
  position: relative;
  min-width: 0;
  min-height: 28.1rem;
  text-align: center;
}

.laboratory_B7xK2__step-copy {
  width: 100%;
  text-align: center;
}

.laboratory_B7xK2__step-title {
  margin: 0 0 .5rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.laboratory_B7xK2__step-text {
  max-width: 24.5rem;
  margin: 0 auto;
  color: #eff1f7;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 300;
}

.laboratory_B7xK2__step-icon {
  width: 10rem;
  height: 10rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--theme_color);
  -webkit-mask-image: url("assets/hexagon.png");
  mask-image: url("assets/hexagon.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: color .4s ease, background-color .4s ease;
}

.laboratory_B7xK2__step:hover .laboratory_B7xK2__step-icon {
  color: var(--theme_color);
  background: color-mix(in srgb, var(--theme_color) 8%, #fff);
}

.laboratory_B7xK2__step:nth-child(even) .laboratory_B7xK2__step-icon {
  color: var(--theme_color);
  background: color-mix(in srgb, var(--theme_color) 8%, #fff);
}

.laboratory_B7xK2__step:nth-child(even):hover .laboratory_B7xK2__step-icon {
  color: #fff;
  background: var(--theme_color);
}

.laboratory_B7xK2__step-icon i,
.laboratory_B7xK2__step-icon svg {
  font-size: 3.7rem;
  line-height: 1;
}

.laboratory_B7xK2__step--top .laboratory_B7xK2__step-icon {
  margin-top: 2rem;
}

.laboratory_B7xK2__step--bottom .laboratory_B7xK2__step-icon {
  margin-top: 7rem;
}

.laboratory_B7xK2__arrow {
  position: absolute;
  width: 8rem;
  opacity: .5;
  pointer-events: none;
}

.laboratory_B7xK2__arrow--one {
  top: 4.2rem;
  left: calc(25% + .8rem);
}

.laboratory_B7xK2__arrow--two {
  top: 22.8rem;
  left: calc(50% + .8rem);
}

.laboratory_B7xK2__arrow--three {
  top: 4.2rem;
  left: calc(75% + .8rem);
}

.laboratory_B7xK2__arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.laboratory_B7xK2__footer {
  border-top: .1rem solid color-mix(in srgb, var(--theme_color) 18%, rgba(255, 255, 255, .22));
  padding-top: 5rem;
  text-align: center;
}

.laboratory_B7xK2__contact {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
}

.laboratory_B7xK2__contact a,
.laboratory_B7xK2__contact-button,
.laboratory_B7xK2__contact-phone {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: .1rem;
}

.laboratory_B7xK2__contact a:hover {
  color: color-mix(in srgb, var(--theme_color) 24%, #fff);
}

.rtlAr .laboratory_B7xK2__arrow--one,
.rtlAr .laboratory_B7xK2__arrow--three {
  transform: scaleX(-1);
}

@media (max-width: 1024px) {
  .laboratory_B7xK2 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .laboratory_B7xK2__inner {
    width: 100%;
    max-width: min(76.5rem, var(--custom-content-max-width));
  }

  .laboratory_B7xK2__title {
    font-size: 3.6rem;
  }

  .laboratory_B7xK2__subtitle {
    width: 80%;
    margin-inline: auto;
    font-size: 1.5rem;
  }

  .laboratory_B7xK2__mark {
    margin-top: 4rem;
  }

  .laboratory_B7xK2__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 4rem;
    row-gap: 4rem;
    margin-top: 5.6rem;
    min-height: 52rem;
    padding-bottom: 5rem;
  }

  .laboratory_B7xK2__step {
    min-height: 20.6rem;
  }

  .laboratory_B7xK2__step-title {
    font-size: 1.9rem;
  }

  .laboratory_B7xK2__step-text {
    max-width: 25.2rem;
    font-size: 1.5rem;
  }

  .laboratory_B7xK2__step--top .laboratory_B7xK2__step-icon {
    margin-top: 2rem;
  }

  .laboratory_B7xK2__step--bottom {
    display: flex;
    flex-direction: column;
  }

  .laboratory_B7xK2__step--bottom .laboratory_B7xK2__step-copy {
    order: 2;
    margin-top: 0;
  }

  .laboratory_B7xK2__step--bottom .laboratory_B7xK2__step-icon {
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
  }

  .laboratory_B7xK2__arrow {
    width: 7rem;
  }

  .laboratory_B7xK2__arrow--one {
    top: 5.2rem;
    left: calc(50% - 1.7rem);
    transform: rotate(351deg);
  }

  .laboratory_B7xK2__arrow--two {
    top: 24rem;
    left: calc(50% - 1.7rem);
  }

  .laboratory_B7xK2__arrow--three {
    top: 29.8rem;
    left: calc(50% - 1.7rem);
    transform: rotate(351deg);
  }
}

@media (max-width: 767px) {
  .laboratory_B7xK2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .laboratory_B7xK2__inner {
    max-width: min(33.5rem, var(--custom-content-max-width));
  }

  .laboratory_B7xK2__title {
    font-size: 3.2rem;
  }

  .laboratory_B7xK2__subtitle {
    width: 100%;
    margin-top: 2rem;
    font-size: 1.4rem;
  }

  .laboratory_B7xK2__mark {
    margin-top: 4rem;
  }

  .laboratory_B7xK2__flow {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
    padding-bottom: 5rem;
    min-height: 0;
    gap: 7rem;
  }

  .laboratory_B7xK2__step,
  .laboratory_B7xK2__step--bottom {
    display: flex;
    flex-direction: column;
    min-height: 18.2rem;
  }

  .laboratory_B7xK2__step-icon,
  .laboratory_B7xK2__step--top .laboratory_B7xK2__step-icon,
  .laboratory_B7xK2__step--bottom .laboratory_B7xK2__step-icon {
    order: 1;
    margin-top: 0;
  }

  .laboratory_B7xK2__step-copy,
  .laboratory_B7xK2__step--bottom .laboratory_B7xK2__step-copy {
    order: 2;
    margin-top: 0;
  }

  .laboratory_B7xK2__step-title {
    margin-top: 0;
    font-size: 1.8rem;
  }

  .laboratory_B7xK2__step-text {
    max-width: 27.5rem;
    font-size: 1.4rem;
  }

  .laboratory_B7xK2__arrow {
    display: none;
  }

  .laboratory_B7xK2__footer {
    padding-top: 5rem;
  }

  .laboratory_B7xK2__contact {
    width: 27.5rem;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}
