.page-mastermix #page-wrapper .menu--main .menu-level-0 > .menu-item > span,
.page-mastermix #page-wrapper .menu--top-menu .top-menu > .menu-item > a,
.page-mastermix #page-wrapper .block-language-switcher .toggler {
  color: #fff;
}

.page-mastermix #page-wrapper .menu--top-menu .top-menu > .menu-item > a .icon .icon-fill-color,
.page-mastermix #page-wrapper .twist-logo__twist,
.page-mastermix #page-wrapper .block-language-switcher .toggler > .icon .icon-fill-color,
.page-mastermix #page-wrapper .header-search .icon-search .icon-fill-color,
.page-mastermix #page-wrapper .icon-chevron-thin-down .icon-fill-color,
.page-mastermix #page-wrapper .header-mobile-search .icon-search .icon-fill-color {
  fill: #fff;
}

.page-mastermix #page-wrapper .twist-logo__dots,
.page-mastermix #page-wrapper .twist-logo__bioscience,
.page-mastermix #page-wrapper .twist-logo__shapes {
  fill: #fff;
}

.page-mastermix #page-wrapper .menu--start-order .menu--start-order--level-0 > .menu-item > a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.page-mastermix .icon-bar, .reverse .icon-bar {
  background-color: #fff;
}

.mastermix-wrap .banner .banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 216px;
}

.mastermix-banner {
  min-height: 216px;
  background-color: #354652;
  padding-top: 60px;
}

.mastermix-banner h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .mastermix-banner {
    padding-top: 88px;
  }
  .mastermix-banner h1 {
    font-size: 48px;
  }
}

.banner picture > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mastermix-overview .mastermix-banner {
  min-height: 112px;
}

.mastermix-wrap.mastermix-overview .banner .banner__content {
  height: 112px;
  justify-content: center;
}

.mastermix__content.container {
  padding-top: 50px;
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .mastermix__content.container {
    padding-top: 128px;
  }
}

.mastermix__tools {
  display: none;
}

.mastermix__tools .mastermix__tab {
  margin-bottom: 10px;
  padding: 16px;
  cursor: pointer;
  border: 1px solid #C2CED6;
  background: #fff;
}

.mastermix__tools .mastermix__tab:nth-child(n+1) {
  border-right: none;
}

.mastermix__tools .mastermix__tab:last-child {
  border-right: 1px solid #C2CED6;
}

.mastermix__tools .mastermix__tab.active {
  border-color:#2AD39B;
  background: #F2FCF9;
}


.mastermix-overview .mastermix__tools {
  display: flex;
  margin-top: 50px;
  grid-template-columns: auto;
}

@media (min-width: 768px) {
  .mastermix__tools {
    display: flex;
  }

  .mastermix-overview .mastermix__tools {
    margin-top: 50px;
    grid-template-columns: auto auto auto;
    gap: 32px;
  }
}

.mastermix-overview .mastermix__tools .mastermix__tool {
  padding: 16px 12px;
  border: 1px solid #C2CED6;
  border-bottom: none;
  border-radius: 2px;
}

.mastermix-overview .mastermix__tools .mastermix__tool:last-child {
  border-bottom: 1px solid #C2CED6;
}

@media (min-width: 768px) {
  .mastermix-overview .mastermix__tools .mastermix__tool {
    padding: 16px;
    border: 1px solid #C2CED6;
  }
}

.mastermix-overview .mastermix__tools .mastermix__tool h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #354652;
  
}

.mastermix-overview .mastermix__tools .mastermix__tool p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #848484;
  
}

.mastermix-overview .mastermix__tools .mastermix__tool:hover {
  border: 1px solid #2AD39B;
  background-color: #F2FCF9;
}

.mastermix-overview .mastermix__tools .mastermix__tool:hover + .mastermix__tool {
  border-top: none;
}

.mastermix-overview .mastermix__tools .mastermix__tool:hover h5 {
  color: #232E35;
}

.mastermix-overview .mastermix__tools .mastermix__tool:hover p {
  color: #354652;
}

.mastermix__panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mastermix__panel .mastermix__panel--content {
  order: 1;
}

.mastermix__panel .mastermix__panel--description {
  margin-bottom: 32px;
}

.mastermix__panel .panel-header {
  display: none;
}

.mastermix__panel .panel-header h3 {
  color: #04A973;
}

.back-btn {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
}


@media (min-width: 768px) {
  .back-btn {
    display: none;
  }

  
  .mastermix-overview .mastermix__tools .mastermix__tool p {
    color: #354652;
    font-size: 16px;
  }


  .mastermix__panel {
    flex-direction: row;
    margin-top: 100px;
  }

  .mastermix__panel .panel-header {
    display: block;
    margin-bottom: 24px;
  }

  .mastermix__panel .mastermix__panel--content {
    flex-basis: 72%;
    order: 0;
  }
  
  .mastermix__panel .mastermix__panel--description {
    flex-basis: 25%;
  }

  .mastermix-overview .mastermix__tools .mastermix__tool:hover + .mastermix__tool {
    border-top: 1px solid #C2CED6;
  }

  
}

.mastermix__data {
  font-size: 14px;
  font-weight: 700;
  border-collapse: collapse;
}

.mastermix__data thead tr th {
  background-color: #E0E5EB;
  color: #354652;
  border-right: 1px solid #E0E5EB;
  border-top: 1px solid #E0E5EB;
  font-size: 16px;
  font-weight: 400;
}

.mastermix__data tr th,
.mastermix__data tr td {
  padding: 16px;
  border-bottom: 1px solid #EEEEEE;
}

.mastermix__data tr td {
  padding: 8px 16px;
  background-color: #fff;
}

.mastermix__data tr.main-title td {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px;
  background-color: #EEF2F6;
  border-right: 1px solid #EEF2F6;
}

.mastermix__data tr:not(.main-title) td:nth-child(3) {
  background-color: #E1F9F1;
  border-right: 1px solid #E1F9F1;
}

.mastermix__data tr td:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .mastermix__data {
    font-size: 18px;
  }

  .mastermix__data thead tr th {
    font-size: 18px;
    font-weight: 600;
  }

  .mastermix__data tr.main-title td {
    text-align: left;
  }

  .mastermix__data tr td:nth-child(2) {
    font-size: 16px;
  }
}

.number-of-reaction label {
  font-size: 18px;
  font-weight: 800;
  color: #000;
}

.number-of-reaction .form-item {
  display: flex;
}

.number-of-reaction .form-item input {
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #232E35;
  border-radius: 2px 0 0 2px;
  width: 70%;
  outline: 0;
}

.number-of-reaction .form-item button {
  font-size: 14px !important;
  font-weight: 600;
  height: 54px;
  padding: 16px !important;
  border-radius: 0px 2px 2px 0px !important;
  background-color: #232E35 !important;
  width: 30%;
}

.number-of-reaction .form-item button:focus {
  border: none !important;
  border-left: none !important;
}

@media (min-width: 768px) {
  .number-of-reaction .form-item input {
    width: 335px;
  }

  .number-of-reaction .form-item button {
    width: auto;
  }
}

.mastermix__howto {
  padding: 24px;
  border: 1px solid #AAEED7;
  border-radius: 6px;
  background: #F2FCF9;
  
}

.mastermix__howto h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #1E986F;
  letter-spacing: 0.02em;
}

.mastermix__howto p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #354652;
}

.mastermix__howto p.description-overview:not(.hidden) ~ p {
  display: none;
}

.see-more {
  font-weight: 400;
}

@media (min-width: 768px) {
  .mastermix__howto {
    background: #FAFBFD;
    border: 1px solid #C2CED6;
    border-radius: 2px;
    margin-top: 231px;
  }

  .mastermix__howto p.description-overview {
    display: none;
  }

  .mastermix__howto p.description-overview:not(.hidden) ~ p {
    display: block;
  }

  .see-more {
    display: none;
  }
}