@keyframes arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
.animated-arrow {
  animation: arrow 2s infinite;
}

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

.custom-arrow svg {
  width: 3.75rem;
}

.custom-arrow img {
  width: 3.75rem;
  height: auto;
}

.custom-arrow--transform-bottom-0 {
  transform: translateX(-50%) !important;
}

@media (max-width: 575px) {
  .custom-arrow svg, .custom-arrow img {
    width: 3.125rem;
  }
}
.main_banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 17.75rem 0 7.75rem;
  margin-bottom: 7.25rem;
  overflow: hidden;
  position: relative;
}

.main_banner h1 {
  font-family: "Syncopate", sans-serif;
  color: #FFFFFF;
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.main_banner h1 span {
  color: #FFCD00;
}

.main_banner .custom-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.9375rem;
  transform: translateY(50%);
}

.main_banner__content {
  position: relative;
}

.main_banner__content-top {
  max-width: 31.25rem;
}

.main_banner__sticker {
  position: absolute;
  right: -3rem;
  top: -9rem;
  transform: rotate(-16deg);
}

.main_banner__sticker svg {
  height: auto;
}

.main_banner__text-field {
  margin-bottom: 2.25rem;
}

.main_banner__text-field p {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 2rem;
}

.main_banner__buttons {
  margin-bottom: 7rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.main_banner__buttons--mobile {
  display: none;
}

.main_banner__content-bottom {
  margin-bottom: 7.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7.625rem;
}

.main_banner__content-bottom-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
}

.main_banner__content-bottom-col p {
  color: #FFFFFF;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  margin: 0;
}

.main_banner__content-bottom-col-top {
  height: 4.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_banner__arrow-wrapper {
  display: flex;
  justify-content: center;
}

.main_banner__arrow {
  width: 3.75rem;
}

.main_banner .button {
  padding: 1.4375rem 2.5rem;
}

@media (max-width: 1399px) {
  .main_banner__sticker {
    right: 0;
    top: -10rem;
  }
  .main_banner__sticker svg {
    width: 12rem;
  }
}
@media (max-width: 1199px) {
  .main_banner {
    background-position: 40% 100%;
  }
  .main_banner__content-bottom {
    gap: 4.625rem;
  }
}
@media (max-width: 991px) {
  .main_banner {
    background-position: -269px 0px;
    margin-bottom: 3.25rem;
  }
  .main_banner h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
  .main_banner__content-top {
    max-width: 28.25rem;
  }
  .main_banner__content-bottom {
    gap: 1rem;
  }
  .main_banner__sticker {
    top: -8rem;
  }
  .main_banner__sticker svg {
    width: 10rem;
  }
}
@media (max-width: 1920px){
  .main_banner{
    background-size: cover;
    background-position-y: 0px;
  } 
  .main_banner h1{
    font-size: 40px;
    line-height: 40px;
  }
  .main_banner__content-top{
    max-width: 50%;
  }
}
@media (max-width: 1600px){
  .main_banner__buttons{
    margin-bottom: 30px;
  }
  .main_banner__content-top{
    max-width: 45%;
  }
}
 
@media (max-width: 1400px){
  .main_banner{
    background-position-y: 0px;
  } 
  .main_banner h1{
      font-size: 40px;
      line-height: 40px;
  }
  .main_banner__content-bottom{
    margin-bottom: 54px;
  }
  .main_banner__content-top{
    max-width: 50%;
  }
}
 
@media (max-width: 1200px){
    .main_banner{
      padding-top: 180px;
    } 
}
@media (max-width: 1000px){
  .main_banner{
  padding-top: 220px;
  } 
  .main_banner__content-bottom{
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .main_banner {
    margin-bottom: 6.75rem;
    background-position: 100% 28.125rem;
    background-size: contain;
    padding-top: 4.375rem;
    overflow: visible;
    padding-bottom: 5rem;
  }
  .main_banner .custom-arrow {
    bottom: 0;
  }
  .main_banner__buttons {
    margin-bottom: 90%;
    justify-content: space-between;
  }
  .main_banner__buttons--desktop {
    display: none;
  }
  .main_banner__buttons--mobile {
    display: flex;
  }
  .main_banner__buttons .button {
    width: calc(50% - 0.5rem);
  }
  .main_banner__sticker {
    top: 40%;
  }
  .main_banner__content-bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0.875rem;
    margin-bottom: 0;
  }
  .main_banner h1 {
    color: #0C0C0C;
  }
  .main_banner__text-field p {
    color: #0C0C0C;
  }
  .main_banner__content-top {
    text-align: center;
    max-width: unset;
  }
  .main_banner::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 32%;
    background: linear-gradient(0deg, #1C1310 76.73%, rgba(28, 19, 16, 0) 97.2%);
  }
}
@media (max-width: 575px) {
  .main_banner {
    background-position: 100% calc(100% - 20.875rem);
    padding-top: 3.375rem;
  }
  .main_banner::before {
    height: 31.75rem;
  }
  .main_banner__text-field br {
    display: none;
  }
  .main_banner h1 {
    font-size: 2.125rem;
    line-height: 2.5625rem;
  }
  .main_banner__sticker {
    top: 43%;
  }
  .main_banner__sticker svg {
    width: 7.0625rem;
  }
  .main_banner__buttons {
    margin-bottom: 120%;
  }
  .main_banner__buttons .button {
    width: 100%;
  }
  .main_banner__content-bottom-col p {
    font-size: 1rem;
    line-height: 1.5em;
  }
  .main_banner__arrow {
    width: 3.125rem;
  }
}
@media (max-width: 450px) {
  .main_banner__sticker {
    top: 50%;
  }
}
.when_results {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  max-height: 870px;
}

.when_results::before {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.when_results .custom-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.when_results .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.when_results h2 {
  transform: translateY(-50%);
  font-size: 3.75rem;
  line-height: 4.5rem;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}

.when_results__sticker {
  position: absolute;
  right: 1.875rem;
  bottom: 17%;
  width: 17.8%;
  height: auto;
  transform: rotate(-16deg);
}

@media (max-width: 991px) {
  .when_results h2 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .when_results h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .when_results__sticker {
    width: 8.125rem;
    bottom: 1.875rem;
  }
}
@media (max-width: 575px) {
  .when_results::before {
    padding-bottom: 16.875rem;
  }
  .when_results__sticker {
    width: 8.125rem;
    bottom: 1.875rem;
  }
}
.increase_the_yield {
  padding: 0 0 7.5rem;
  position: relative;
  overflow: hidden;
}

.increase_the_yield h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  color: #0C0C0C;
  text-transform: uppercase;
}

.increase_the_yield p {
  margin-bottom: 9.125rem;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #0C0C0C;
}

.increase_the_yield__main-heading {
  margin-bottom: 1.875rem;
}

.increase_the_yield__content {
  text-align: center;
  position: relative;
  display: grid;
  grid-template-columns: 0.48fr 1fr 0.48fr;
  gap: 1.8125rem;
  z-index: 1;
}

.increase_the_yield__top {
  position: relative;
  margin: 0 auto;
  max-width: 50.5625rem;
  z-index: 3;
}

.increase_the_yield__yellow-field {
  position: relative;
  padding: 4.5625rem 1.875rem 18.375rem;
  background-color: #FFCE04;
  border-radius: 1.1875rem;
}

.increase_the_yield__yellow-field-ornament {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.increase_the_yield__second-heading {
  text-transform: uppercase;
  margin: 0;
}

.increase_the_yield__hero-image {
  position: absolute;
  left: 0;
  top: 156px;
  max-width: 100%;
  height: auto;
}

.increase_the_yield__center-image {
  margin-top: -15.1875rem;
  position: relative;
  z-index: 1;
  max-width: 52.5rem;
  height: auto;
}

.increase_the_yield__center-image--2, .increase_the_yield__center-image--3 {
  display: none;
}

.increase_the_yield__col {
  position: relative;
}

.increase_the_yield__col--1, .increase_the_yield__col--3 {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 2.5625rem;
  padding-bottom: 5.875rem;
}

.increase_the_yield__col--1 {
  padding-left: 3.125rem;
  align-items: flex-end;
}

.increase_the_yield__col--3 {
  padding-right: 3.125rem;
  align-items: flex-start;
}

.increase_the_yield__left-image--1 {
  transform: translate(7.5625rem, 6.625rem) rotate(-13deg);
}

.increase_the_yield__left-image--2 {
  z-index: 1;
}

.increase_the_yield__left-image img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.increase_the_yield__right-image img {
  position: relative;
  max-width: 100%;
  height: auto;
}

.increase_the_yield__right-image--1 {
  margin-left: 2.1875rem;
  transform: translateY(5.5rem) rotate(11deg);
  filter: blur(10px);
}

.increase_the_yield__right-image--2 {
  z-index: 1;
}

.increase_the_yield__arrow {
  margin-top: 2.8125rem;
  display: flex;
  justify-content: center;
}

.increase_the_yield__arrow img {
  width: 3.75rem;
}

.increase_the_yield__arrow svg {
  width: 3.75rem;
}

.increase_the_yield__top-text-field {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

@media (max-width: 1800px) {
  .increase_the_yield__center-image {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    max-width: 100%;
  }
}
@media (max-width: 1600px) {
  .increase_the_yield__left-image--1 {
    transform: translate(3.25rem, 4.4375rem) rotate(-13deg);
  }
}
@media (max-width: 1200px) {
  .increase_the_yield__left-image--1 {
    transform: translate(3.25rem, 4rem) rotate(-13deg);
  }
  .increase_the_yield h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .increase_the_yield__top-text-field {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .increase_the_yield__yellow-field {
    padding: 2.5rem 1.25rem 16.375rem;
  }
}
@media (max-width: 767px) {
  .increase_the_yield {
    padding: 0 0 3.75rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .increase_the_yield h2 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
  .increase_the_yield p {
    margin-bottom: 3rem;
  }
  .increase_the_yield__second-heading {
    font-size: 1.75rem !important;
    line-height: 2.0625rem !important;
  }
  .increase_the_yield__col--1, .increase_the_yield__col--3 {
    display: none;
  }
  .increase_the_yield__content {
    grid-template-columns: 1fr;
  }
  .increase_the_yield__left-image {
    max-width: 100%;
  }
  .increase_the_yield__left-image--1 {
    transform: rotate(-13deg);
  }
  .increase_the_yield__right-image {
    max-width: 100%;
  }
  .increase_the_yield__right-image--1 {
    margin-left: 0;
    transform: rotate(-11deg);
    filter: blur(3px);
  }
  .increase_the_yield__yellow-field {
    padding-bottom: 80%;
  }
  .increase_the_yield__center-images {
    margin-top: -75%;
  }
  .increase_the_yield__center-image {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: unset;
    margin-bottom: 0.9375rem;
  }
  .increase_the_yield__center-image--2, .increase_the_yield__center-image--3 {
    display: block;
  }
}
@media (max-width: 577px) {
  .increase_the_yield__arrow svg {
    width: 3.125rem;
  }
}
.documented_effects {
  background-color: #0C0C0C;
  overflow: hidden;
  padding: 8.75rem 0 14.6875rem;
}

.documented_effects p, .documented_effects h2 {
  color: #FFFFFF;
}

.documented_effects h2 {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-bottom: 2.5rem;
  overflow-wrap: break-word;
}

.documented_effects h2 span {
  color: #FFCE04;
}

.documented_effects__text-field {
  margin-top: 2.5rem;
  max-width: 58%;
}

.documented_effects__text-field p {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 2.25rem;
}

.documented_effects__text-field p strong {
  font-weight: 600;
}

.documented_effects__sticker {
  padding-right: 1.5rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  pointer-events: none;
}

.documented_effects__sticker img {
  max-width: 40%;
  transform: rotate(-26deg);
  position: absolute;
  top: -4.5rem;
  right: 0;
  height: auto;
}

.documented_effects .swiper {
  overflow: visible;
}

.documented_effects .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.documented_effects .swiper-button-prev, .documented_effects .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
}

.documented_effects .swiper-button-prev::after, .documented_effects .swiper-button-next::after {
  content: "";
  width: 2.75rem;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.documented_effects .swiper-button-prev {
  left: -6.25rem;
}

.documented_effects .swiper-button-prev::after {
  background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.610352" width="43" height="42.8891" rx="21.4445" stroke="white"/><path d="M26.5 13.1104L17.5 22.1104L26.5 31.1104" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.documented_effects .swiper-button-next {
  right: -6.25rem;
}

.documented_effects .swiper-button-next::after {
  background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="43.5" y="43.5" width="43" height="42.8891" rx="21.4445" transform="rotate(-180 43.5 43.5)" stroke="white"/><path d="M17.5 31L26.5 22L17.5 13" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

@media (max-width: 1600px) {
  .documented_effects .swiper-button-prev {
    left: 1rem;
  }
  .documented_effects .swiper-button-next {
    right: 1rem;
  }
}
@media (max-width: 1199px) {
  .documented_effects h2 {
    font-size: 1.875rem;
    line-height: 2.3125rem;
  }
}
@media (max-width: 767px) {
  .documented_effects {
    padding: 4.375rem 0 6.25rem;
  }
  .documented_effects__text-field p {
    font-size: 1rem;
    line-height: 1.8em;
  }
}
@media (max-width: 575px) {
  .documented_effects h2 {
    font-size: 1.25rem;
    line-height: 1.8em;
  }
  .documented_effects__sticker {
    margin-top: -3.5rem;
  }
  .documented_effects__sticker img {
    position: static;
    top: unset;
    right: unset;
  }
  .documented_effects__text-field {
    margin-top: 1rem;
    max-width: unset;
  }
  .documented_effects .button {
    width: 100%;
  }
  .documented_effects .swiper-button-prev {
    left: 0;
  }
  .documented_effects .swiper-button-next {
    right: 0;
  }
}
.section_12.documented_effects {
  background: transparent;
  padding-bottom: 9.375rem;
}

.section_12.documented_effects h2 {
  color: #0C0C0C;
}

.section_12.documented_effects p {
  color: #0C0C0C;
}

.section_12.documented_effects .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.section_12.documented_effects .swiper-button-prev.swiper-button-disabled::after {
  background-image: url('data:image/svg+xml,<svg width="44" height="45" viewBox="0 0 44 45" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="1.47754" width="43" height="42.8891" rx="21.4445" stroke="%230C0C0C"/><path d="M26.5 13.9775L17.5 22.9775L26.5 31.9775" stroke="%230C0C0C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.section_12.documented_effects .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.section_12.documented_effects .swiper-button-next.swiper-button-disabled:after {
  background-image: url('data:image/svg+xml,<svg width="44" height="45" viewBox="0 0 44 45" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="43.5" y="44.3667" width="43" height="42.8891" rx="21.4445" transform="rotate(-180 43.5 44.3667)" stroke="%230C0C0C"/><path d="M17.5 31.8667L26.5 22.8667L17.5 13.8667" stroke="%230C0C0C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

@media (max-width: 1600px) {
  .section_12.documented_effects .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .section_12.documented_effects .swiper-button-prev.swiper-button-disabled::after {
    background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.610352" width="43" height="42.8891" rx="21.4445" stroke="white"/><path d="M26.5 13.1104L17.5 22.1104L26.5 31.1104" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .section_12.documented_effects .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .section_12.documented_effects .swiper-button-next.swiper-button-disabled:after {
    background-image: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="43.5" y="43.5" width="43" height="42.8891" rx="21.4445" transform="rotate(-180 43.5 43.5)" stroke="white"/><path d="M17.5 31L26.5 22L17.5 13" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}
@media (max-width: 767px) {
  .section_12.documented_effects {
    padding-bottom: 4rem;
  }
}
.bacterx_is_an_answer {
  padding-bottom: 9.1875rem;
  position: relative;
}

.bacterx_is_an_answer .custom-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.bacterx_is_an_answer h1, .bacterx_is_an_answer h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  color: #0C0C0C;
}

.bacterx_is_an_answer p, .bacterx_is_an_answer li {
  font-size: 1.125rem;
  line-height: 2rem;
  margin-bottom: 1em;
  color: #0C0C0C;
}

.bacterx_is_an_answer img {
  max-width: 100%;
  height: auto;
}

.bacterx_is_an_answer__content {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.bacterx_is_an_answer__col--1 {
  width: calc(53% - 1.5rem);
}

.bacterx_is_an_answer__col--2 {
  width: calc(47% - 1.5rem);
}

.bacterx_is_an_answer__text-field {
  overflow-wrap: break-word;
}

@media (max-width: 1199px) {
  .bacterx_is_an_answer h1, .bacterx_is_an_answer h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
  .bacterx_is_an_answer__content {
    gap: 1rem;
  }
  .bacterx_is_an_answer__col--1 {
    width: calc(50% - 0.5rem);
  }
  .bacterx_is_an_answer__col--2 {
    width: calc(50% - 0.5rem);
  }
}
@media (max-width: 767px) {
  .bacterx_is_an_answer {
    padding-bottom: 4.375rem;
    text-align: center;
  }
  .bacterx_is_an_answer__content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bacterx_is_an_answer__col--1, .bacterx_is_an_answer__col--2 {
    width: 100%;
  }
  .bacterx_is_an_answer__col--2 {
    display: flex;
    justify-content: center;
  }
  .bacterx_is_an_answer__col--2 img {
    width: 34.625rem;
    max-width: 100%;
  }
}
.section_8 {
  margin-bottom: 6.25rem;
}

.section_8__content {
  padding: 2.875rem 3.25rem 2.375rem;
  border-radius: 1.8125rem;
  background-color: #FFCD00;
  text-align: center;
}

.section_8 h2 {
  font-size: 2.25rem;
  font-size: 2.6875rem;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}

.section_8 .button {
  margin: 0 auto;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .section_8 h2 {
    font-size: 2rem;
    line-height: 2.4375rem;
  }
}
@media (max-width: 767px) {
  .section_8 {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 575px) {
  .section_8 h2 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
  .section_8__content {
    padding: 30px 20px;
  }
  .section_8 .button {
    width: 100%;
  }
}
.section_7 {
  text-align: center;
  margin-bottom: 5rem;
}

.section_7 h2 {
  font-size: 2.25rem;
  line-height: 2.6875rem;
  text-transform: uppercase;
  margin-bottom: 5rem;
  overflow-wrap: break-word;
}

.section_7 h2 span {
  display: block;
}

.section_7__smaller-heading {
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 1.25rem;
}

.section_7__numbers {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 2.375rem;
  padding-top: 28%;
  margin-bottom: 4.0625rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section_7__numbers .button {
  margin-bottom: -50%;
}

.section_7__elements {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  gap: 5.625rem;
}

.section_7__white-text {
  color: #FFFFFF;
  margin: 0;
}

.section_7__white-text--1 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 1.1875rem;
}

.section_7__white-text--2 {
  font-family: "Syncopate", sans-serif;
  font-size: 4rem;
  line-height: 5.1875rem;
  font-weight: 700;
}

.section_7__white-text--3 {
  font-size: 1.5rem;
  line-height: 1.9375rem;
  font-weight: 700;
  text-transform: uppercase;
}

.section_7__black-text {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #0C0C0C;
}

.section_7__text-wrapper {
  max-width: 42.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.section_7__text-wrapper p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .section_7__elements {
    gap: 2rem 3.5rem;
  }
  .section_7__white-text--1 {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-bottom: 1rem;
  }
  .section_7__white-text--2 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
  .section_7__white-text--3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 767px) {
  .section_7 {
    margin-bottom: 3.75rem;
  }
  .section_7__elements {
    flex-wrap: wrap;
  }
  .section_7__numbers {
    position: relative;
  }
  .section_7__numbers::before {
    content: "";
    border-radius: 2.375rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .section_7__elements {
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .section_7 h2 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
  .section_7__numbers {
    padding-top: 15%;
  }
  .section_7__element {
    width: 100%;
  }
}
.section_10 {
  margin-bottom: 7.5rem;
  word-wrap: break-word;
}

.section_10__heading {
  font-size: 3.75rem;
  line-height: 4.5rem;
  margin-bottom: 5rem;
  text-align: center;
  text-transform: uppercase;
  color: #0C0C0C;
}

.section_10__text-field {
  margin-bottom: 2.5rem;
}

.section_10__text-field h3 {
  font-size: 36px;
  line-height: 47px;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.section_10__text-field ul {
  list-style: inherit;
  padding-left: 25px;
}

.section_10__text-field p, .section_10__text-field li {
  color: #0C0C0C;
}

.section_10__text-field p {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  line-height: 2rem;
}

.section_10__text-field li {
  font-size: 1rem;
  line-height: 1.8125rem;
}

.section_10__text-field strong {
  font-weight: 600;
}

.section_10__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.9375rem;
}

.section_10__button {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #0C0C0C;
  gap: 3.8125rem;
  border-radius: 0 1rem 0 0;
  border: 1px solid #CECECE;
  padding: 1.5rem 1.75rem;
  outline: 1px solid transparent;
  transition: border-color 0.3s, outline 0.3s;
}

.section_10__button:hover {
  color: inherit;
  border-color: #FFCE04;
  outline: 1px solid #FFCE04;
}

.section_10__button:focus {
  color: #0C0C0C;
  text-decoration: none;
  outline: 1px solid transparent;
}

.section_10__col--2 img {
  width: 100%;
  height: auto;
  max-width: 37.625rem;
}

@media (max-width: 991px) {
  .section_10 {
    margin-bottom: 4.375rem;
  }
  .section_10__heading {
    font-size: 2.25rem;
    line-height: 2.6875rem;
    margin-bottom: 1.875rem;
  }
  .section_10__content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .section_10__text-field {
    margin-bottom: 1rem;
  }
  .section_10__text-field h3 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .section_10__text-field p {
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 1rem;
  }
  .section_10__text-field li {
    font-size: 14px;
    line-height: 1.7em;
  }
  .section_10__button-wrapper {
    display: flex;
    justify-content: center;
  }
  .section_10__col--2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .section_10__button {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .section_10__text-field img {
    max-width: 100%;
  }
  .section_10__text-field h3 {
    font-size: 1.55rem;
    line-height: 2.25rem;
  }
  .section_10__heading {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .section_10__button {
    padding: 1rem 1.2rem;
    gap: 1.8rem;
  }
}
.section_10__contact {
  padding: 17px 8px;
  background-color: #F3F3F3;
  text-align: center;
  margin-top: 30px;
}

.section_10__contact span {
  font-size: 1.25rem;
  display: block;
  font-weight: 600;
  line-height: 2.25rem;
}

.section_10__contact p {
  font-size: 1rem;
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 2.025rem;
}

.section_2 .big-container {
  padding-left: 0;
  padding-right: 0;
  width: 1460px;
}

.section_2 .custom-arrow {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.section_2__heading, .section_2__under-heading {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.section_2__heading {
  font-size: 2.25rem;
  line-height: 2.9375rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  color: #0C0C0C;
}

.section_2__under-heading {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #0C0C0C;
  margin-bottom: 1.875rem;
}

.section_2__left-content {
  padding-bottom: 9.9375rem;
  padding-left: 7%;
  width: 34%;
}

.section_2__left-content h3 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 3.0625rem;
  color: #0C0C0C;
}

.section_2__yellow-field {
  border: 1px solid #FFCD00;
  border-radius: 1.25rem;
  padding: 1.25rem;
  background-color: #FFFFFF;
}

.section_2__yellow-field--1 {
  margin-bottom: 6.25rem;
}

.section_2__yellow-field ul {
  margin-bottom: 0;
}

.section_2__yellow-field li {
  color: #0C0C0C;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.section_2__yellow-field li:last-child {
  margin-bottom: 0;
}

.section_2__content {
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 2.8125rem;
  margin-bottom: 1.125rem;
}

.section_2__mobile-image {
  display: none;
}

.section_2__center-content {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-bottom: 2.5rem;
}

.section_2__center-content p {
  font-size: 1rem;
  line-height: 1.8125rem;
  color: #0C0C0C;
  margin: 0;
}

.section_2__biotech {
  display: flex;
  align-items: center;
  gap: 2.0625rem;
}

.section_2__gold-letter {
  font-size: 1.8125rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #FFCE04;
  font-family: "Syncopate", sans-serif;
  width: 45px;
}

.section_2__bottom-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}

.section_2__bottom-content__left {
  padding-top: 1.25rem;
}

.section_2__bottom-content__left p {
  font-size: 0.875rem;
  line-height: 1.6875rem;
  color: #0C0C0C;
  display: flex;
  align-items: center;
  gap: 1.0625rem;
}

.section_2__bottom-content__right {
  max-width: 35.75rem;
}

.section_2__bottom-content__right h4 {
  font-size: 0.9375rem;
  line-height: 1.4375rem;
  color: #707070;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.section_2__bottom-content__right p {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  color: #707070;
}

.section_2__grey-field {
  padding: 2.25rem 3.125rem;
  padding-top: 1.4375rem;
  background-color: #F3F3F3;
}

.section_2__grey-field ul {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  list-style: disc;
  padding-left: 18px;
  color: #707070;
}

@media (max-width: 767px) {
  .section_2__grey-field {
    padding-left: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .section_2__mobile-image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
  }
  .section_2__under-heading {
    margin-bottom: 4.6875rem;
  }
  .section_2__content {
    background-image: none !important;
    padding-top: 0;
  }
  .section_2__left-content {
    width: 100%;
    padding: 0 25px;
  }
  .section_2__left-content h3 {
    text-align: center;
    margin-bottom: 3.125rem;
  }
  .section_2__yellow-field--1 {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section_2__yellow-field--2 {
    padding-top: 0;
    border-top: 0;
    border-radius: 0 0 1.25rem 1.25rem;
    margin-bottom: 3.125rem;
  }
  .section_2__yellow-field li {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
  .section_2__yellow-field li:last-child {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .section_2__center-content {
    padding: 0;
  }
  .section_2__biotech {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .section_2__biotech img {
    width: 9.375rem;
    height: auto;
  }
  .section_2__biotech p {
    width: 100%;
  }
  .section_2__bottom-content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .section_2__bottom-content__left {
    padding-top: 0;
  }
  .section_2__bottom-content__right {
    max-width: unset;
  }
  .section_2 .custom-arrow {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .section_2__heading {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .section_2__under-heading {
    margin-bottom: 2.5rem;
  }
  .section_2__left-content h3 {
    margin-bottom: 2rem;
  }
  .section_2__yellow-field--2 {
    margin-bottom: 2rem;
  }
  .section_2__bottom-content__left p {
    gap: 0.5rem;
  }
  .section_2__grey-field {
    padding: 1.5rem;
  }
}
.section_6__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.9375rem;
}

.section_1_b {
  padding-top: 3.4375rem;
}

.section_1_b__top {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  max-width: 63.375rem;
  margin: 0 auto 5.3125rem;
}

.section_1_b__top__left {
  display: flex;
  gap: 1.375rem;
}

.section_1_b__top__left p {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-family: Plus Jakarta Sans;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #000000;
  margin-top: 0.375rem;
}

.section_1_b .heading-2 {
  max-width: 72.125rem;
  margin: 0 auto 1.25rem;
  text-align: center;
  color: #0C0C0C;
}

.section_1_b__text {
  max-width: 65.3125rem;
  margin: 0 auto 1.125rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2rem;
  color: #000000;
}

.section_1_b__text strong {
  font-weight: 600;
}

.section_1_b__text-field {
  background-color: #FFFFFF;
  border-radius: 1.25rem;
  padding: 1.25rem;
  display: flex;
  gap: 1.25rem;
  width: 24.3125rem;
}

.section_1_b__text-field p {
  color: #0C0C0C;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0;
}

.section_1_b__text-field p strong {
  color: #9E6534;
  font-weight: 700;
}

.section_1_b__text-field--color {
  background-color: #E4AA78;
}

.section_1_b__text-field--color p {
  color: #FFFFFF;
}

.section_1_b__text-field--color p strong {
  color: #0C0C0C;
}

.section_1_b__text-field--1 {
  margin-bottom: 14rem;
}

.section_1_b__text-field--3 {
  margin-bottom: 14.0625rem;
}

.section_1_b__bottom-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5.5rem 2.75rem 17.1875rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.section_1_b__bottom-content__left {
  margin-top: 2.8125rem;
}

.section_1_b__bottom-content--mobile {
  display: none;
}

@media (max-width: 1199px) {
  .section_1_b__bottom-content {
    padding: 4.5rem 2.75rem 14.1875rem;
  }
}
@media (max-width: 991px) {
  .section_1_b__bottom-content {
    padding: 0;
  }
  .section_1_b__bottom-content--desktop {
    display: none;
  }
  .section_1_b__bottom-content--mobile {
    display: block;
  }
  .section_1_b__text {
    margin-bottom: 2rem;
  }
  .section_1_b__big-mobile-image {
    width: 100%;
    height: auto;
    margin-bottom: 3.25rem;
  }
  .section_1_b__text-field {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .section_1_b__text-field--1 {
    margin-bottom: 2.9375rem;
  }
  .section_1_b__text-field--2 {
    margin-bottom: 0;
  }
  .section_1_b__text-field--3 {
    margin-bottom: 2.8125rem;
  }
  .section_1_b__text-field--4 {
    margin-bottom: 3.375rem;
  }
}
@media (max-width: 575px) {
  .section_1_b__top {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 3rem;
  }
  .section_1_b__top__left {
    width: 100%;
    justify-content: center;
  }
  .section_1_b__top__right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section_1_b__text-field {
    flex-direction: column;
    gap: 0.6rem;
  }
  .section_1_b__text-field p {
    font-size: 1rem;
    line-height: 1.7em;
  }
}
.section_2_b .heading-1 {
  margin-bottom: 7.5rem;
  font-size: 3rem;
  line-height: 3.6rem;
  text-align: center;
  color: #0C0C0C;
}

.section_2_b .heading-1--mb-0 {
  margin-bottom: 0rem;
}

@media (max-width: 991px) {
  .section_2_b .heading-1 {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 576px) {
  .section_2_b .heading-1 {
    font-size: 1.75rem;
    line-height: 2.6rem;
  }
}
.section_3_b {
  padding: 8.875rem 0 12.625rem;
  position: relative;
  z-index: 1;
  padding-top: 120px;
}

.section_3_b--reset-padding-top {
  padding-top: 0;
}

.section_3_b--reset-padding-bottom {
  padding-bottom: 120px;
}

.section_3_b--dark {
  background-color: #F3F3F3;
  z-index: 0;
}

.section_3_b .heading-2 {
  text-align: left;
  margin-bottom: 0.5rem;
  color: #0C0C0C;
}

.section_3_b__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.section_3_b__left {
  padding-right: 2.5rem;
}

.section_3_b__right img {
  max-width: 37.5rem;
  width: 100%;
  height: auto;
}

.section_3_b__number {
  display: block;
  font-size: 5.625rem;
  line-height: 1em;
  font-weight: 700;
  color: #9E6534;
  margin-bottom: 1.125rem;
}

.section_3_b p {
  color: #0C0C0C;
  font-size: 1.125rem;
  line-height: 1.8em;
  margin-bottom: 1.8em;
}

.section_3_b p:last-child {
  margin-bottom: 0;
}

.section_3_b strong {
  font-weight: 600;
}

.section_3_b .custom-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}

@media (max-width: 991px) {
  .section_3_b {
    padding: 5rem 0;
  }
  .section_3_b--reset-padding-top {
    padding-top: 0;
  }
  .section_3_b .heading-2 {
    overflow-wrap: break-word;
  }
  .section_3_b__content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .section_3_b__left {
    width: 100%;
    padding-right: 0;
  }
  .section_3_b__right {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .section_3_b__right img {
    max-width: 37.5rem;
  }
  .section_3_b p {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .section_3_b__number {
    font-size: 4.375rem;
  }
}
.section_1-2_b .heading-2 {
  text-transform: uppercase;
  max-width: 60rem;
  margin: 0 auto 2.3125rem;
}

.section_1-2_b .heading-2 span {
  color: #A86400;
}

.section_1-2_b__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 1.3125rem;
  margin-bottom: 3.125rem;
  padding-left: 37px;
  padding-right: 37px;
}

@media screen and (max-width: 992px) {
  .section_1-2_b__grid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section_1-2_b__grid h3 {
  font-size: 1.25rem;
  line-height: 1.8em;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0C0C0C;
}

.section_1-2_b__grid p {
  font-size: 0.875rem;
  line-height: 1.8em;
  color: #0C0C0C;
  margin-bottom: 1.8em;
}

.section_1-2_b__grid p:last-child {
  margin-bottom: 0;
}

.section_1-2_b__grid img {
  width: 100%;
  height: auto;
  max-width: 24.125rem;
}

.section_1-2_b__col--img {
  margin: 0 auto;
}

.section_1-2_b__bottom-text {
  text-align: center;
  font-size: 1rem;
  line-height: 1.8em;
  color: #0C0C0C;
  max-width: 52.8125rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .section_1-2_b__grid {
    grid-template-columns: 1fr;
  }
}
.using-rhizo {
  position: relative;
  padding-bottom: 158px;
}
.using-rhizo .section_10__step-content::after,
.using-rhizo .section_10__step-content::before {
  background-color: #F22AA8;
}
.using-rhizo .section_10__step-content::before {
  top: 40px;
}
.using-rhizo .section_10__step-content--smaller-dot::after {
  width: 17px;
  height: 17px;
  left: -28px;
}
.using-rhizo h2, .using-rhizo h3 {
  text-transform: uppercase;
}
.using-rhizo h2 {
  font-size: 3.75rem;
  line-height: 4.5rem;
  text-align: center;
  margin-bottom: 1.9375rem;
}
.using-rhizo h3 {
  font-size: 1.5rem;
  line-height: 1.8125rem;
  margin-bottom: 0.5625rem;
}
.using-rhizo__image {
  width: 100%;
  max-width: 1103px;
  height: auto;
}
.using-rhizo__dosage-image {
  max-width: 100%;
  height: auto;
}
.using-rhizo h3.using-rhizo__col-heading {
  margin-bottom: 1.375rem;
}
.using-rhizo__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
.using-rhizo__container {
  max-width: 1132px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.using-rhizo .section_10__steps {
  margin-bottom: 1.75rem;
}
.using-rhizo__grey-field {
  background-color: #F3F3F3;
  padding: 1.0625rem 0.75rem;
  max-width: 602px;
  margin: 0 auto;
  text-align: center;
}
.using-rhizo__grey-field h3, .using-rhizo__grey-field p {
  color: #0C0C0C;
  margin: 0;
}
.using-rhizo__grey-field h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: none;
}
.using-rhizo__grey-field p {
  font-size: 1.125rem;
  line-height: 2rem;
}
.using-rhizo .custom-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (max-width: 1199px) {
  .using-rhizo h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media (max-width: 767px) {
  .using-rhizo {
    padding-bottom: 4.375rem;
  }
  .using-rhizo__cols {
    grid-template-columns: 1fr;
  }
}

.table-button {
  padding: 24px 30px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  display: inline-flex;
  transition: background-color 0.3s;
}
.table-button--grey {
  background-color: #ECECED;
}
.table-button--grey:hover {
  color: #000000;
  background-color: #fcdc61;
}
.table-button--light-pink {
  background-color: #FFE2F4;
}
.table-button--light-pink:hover {
  color: #000000;
  background-color: #fcdc61;
}
.table-button--pink {
  background-color: #F22AA8;
}
.table-button--pink:hover {
  color: #000000;
  background-color: #fcdc61;
}

.recommended_technology__container {
  max-width: 1045px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.recommended_technology__heading {
  font-size: 2.25rem;
  line-height: 2.9375rem;
  text-transform: uppercase;
  text-align: center;
  color: #0C0C0C;
}
.recommended_technology__under-heading {
  color: #0C0C0C;
  text-align: center;
  margin-bottom: 40px;
}
.recommended_technology__table-text-1 {
  font-size: 15px;
  line-height: 19px;
  color: #0C0C0C;
  text-align: center;
  font-weight: 700;
  margin-bottom: 17px;
  min-height: 40px;
}
.recommended_technology__table-text-2 {
  font-size: 20px;
  line-height: 26px;
  color: #0C0C0C;
  text-align: center;
  font-weight: 700;
  margin: 0;
}
.recommended_technology__color-white {
  color: #FFFFFF;
}
.recommended_technology__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recommended_technology__image-translated {
  transform: translateY(30px);
}
.recommended_technology__table-wrapper {
  overflow-x: auto;
  margin-bottom: 60px;
  scrollbar-width: thin;
}
.recommended_technology__table-wrapper img {
  max-width: 100%;
  height: auto;
}
.recommended_technology__table-wrapper table {
  border-spacing: 7px 0;
  border-collapse: separate;
}
.recommended_technology__table-wrapper thead th {
  vertical-align: bottom;
}
.recommended_technology__table-wrapper thead h3 {
  font-size: 20px;
  line-height: 26px;
  color: #0C0C0C;
  text-transform: uppercase;
  margin: 0;
}
.recommended_technology__table-wrapper thead h3 span {
  font-size: 48px;
  line-height: 62px;
}
.recommended_technology__table-wrapper thead tr:last-child td {
  padding: 40px 17px 17px;
  vertical-align: bottom;
}
.recommended_technology__table-wrapper thead tr:last-child td:first-child {
  padding-left: 0;
}
.recommended_technology__table-wrapper tbody p {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  color: #1A1A18;
}
.recommended_technology__table-wrapper tbody tr:first-child td::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  width: calc(100% + 7px);
  background-color: #000000;
  z-index: 1;
}
.recommended_technology__table-wrapper tbody tr:first-child td:last-child::before {
  width: 100%;
}
.recommended_technology__table-wrapper tbody tr:last-child td::after {
  display: none;
}
.recommended_technology__table-wrapper tbody td {
  padding: 12px;
  margin: 0 auto;
  position: relative;
}
.recommended_technology__table-wrapper tbody td:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  width: calc(100% + 7px);
  background-color: #000000;
  z-index: 1;
}
.recommended_technology__table-wrapper tbody td:last-child::after {
  width: 100%;
}
.recommended_technology__table-wrapper tbody td:first-child {
  padding-left: 0;
}
.recommended_technology__table-wrapper tbody td:not(:first-child) {
  text-align: center;
}
.recommended_technology__table-wrapper th:first-child, .recommended_technology__table-wrapper td:first-child {
  width: 300px;
}
.recommended_technology .active-grey {
  background-color: #ECECED;
}
.recommended_technology .active-light-pink {
  background-color: #FFE2F4;
}
.recommended_technology .active-pink {
  background-color: #F22AA8;
}
@media (max-width: 767px) {
  .recommended_technology__heading {
    font-size: 1.5rem;
    line-height: 1.5em;
    overflow-wrap: break-word;
  }
  .recommended_technology__under-heading {
    margin-bottom: 20px;
  }
  .recommended_technology__table-wrapper thead h3 {
    font-size: 15px;
    line-height: 21px;
  }
  .recommended_technology__table-wrapper thead h3 span {
    font-size: 38px;
    line-height: 48px;
  }
  .recommended_technology__table-wrapper th:first-child, .recommended_technology__table-wrapper th:first-child {
    width: unset;
  }
  .recommended_technology__table-wrapper tbody p, .recommended_technology__table-wrapper tbody p {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 567px) {
  .recommended_technology__heading {
    font-size: 1.3rem;
  }
}

.active-symbiosis {
  margin-bottom: 100px;
}
.active-symbiosis__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}
.active-symbiosis__images {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5625rem;
}
.active-symbiosis img {
  height: auto;
}
.active-symbiosis__main-image {
  width: 100%;
}
.active-symbiosis__text-field {
  text-align: center;
}
.active-symbiosis__text-field h2 {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 1.875rem;
}
.active-symbiosis__text-field p {
  font-size: 1.125rem;
  line-height: 1.8em;
  color: #0C0C0C;
}
.active-symbiosis__block {
  margin: 0 auto;
  max-width: 410px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1.25rem;
  border-radius: 1.25rem;
  margin-bottom: 2.25rem;
}
.active-symbiosis__block p {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.9em;
  color: #0C0C0C;
  margin-bottom: 0.5rem;
}
.active-symbiosis__block p:last-child {
  margin-bottom: 0;
}
.active-symbiosis__button-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .active-symbiosis {
    margin-bottom: 60px;
  }
  .active-symbiosis__content {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=kacperz.css.map */