html {
  scroll-behavior: smooth;
}

:root {
  --grey: #f2f3f4;
  --l-blue: #00bac5;
  --gradient-l-blue: #74d1d4;
  --l-green: #00d6aa;
  --gradient-d-blue: #75b1d1;
  --gradient-l-green: #75e1ca;
  --d-blue: #0078b9;
  --black-text: #333;
  --w: white;
  --b: black;
}

.header-container {
  background-color: var(--grey);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 423px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header-content.header-case {
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
}

.header-content.catalogue {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h1.h1 {
  font-size: 60px;
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  font-family: Nunito Sans, sans-serif;
  font-weight: 600;
  position: relative;
}

.header-content.header-case .t-blue{
  padding: 20px 0px;
  margin-bottom: 0px;
}

.t-blue,
a.t-blue {
  color: var(--l-blue);
}

.header-image {
  width: 48%;
  margin-right: -50px;
  max-width: 750px;
  height: 100%;
  max-height: 350px;
  position: absolute;
  inset: auto 20px auto auto;
}

.header-image.catalogue {
  z-index: 0;
  width: auto;
  max-width: 770px;
  inset: auto auto auto 0%;
}

.header-image.poc {
  width: auto;
  max-width: none;
  left: 50%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.main-content {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mission-vision {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vision {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#66E6CC), to(#66D6DC));
  background-image: -o-linear-gradient(left, #66E6CC, #66D6DC);
  background-image: linear-gradient(90deg, #66E6CC, #66D6DC);
  border-radius: 10px;
  width: 100%;
  max-width: 540px;
  margin-right: 30px;
  padding: 40px 35px;
}

p.vm-p {
  text-shadow: 0px 1px 2px #00000016;
}

h2.vm-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 45px;
  line-height: 52px;
  text-shadow: 0px 1px 2px #00000016;
}

.mission {
  background-image: -webkit-gradient(linear, left top, right top, from(#66D5D9), to(#66AED5));
  background-image: -o-linear-gradient(left, #66D5D9, #66AED5);
  background-image: linear-gradient(90deg, #66D5D9, #66AED5);
  color: #fff;
  border-radius: 10px;
  width: 100%;
  margin-left: 30px;
  padding: 40px 35px;
}

.timeline {
  padding-top: 90px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.timeline::-webkit-scrollbar {
  height: 6px;
}

/* Track */
.timeline::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--grey);
          box-shadow: inset 0 0 5px var(--grey);
  border-radius: 10px;
}

/* Handle */
.timeline::-webkit-scrollbar-thumb {
  background: var(--l-blue);
  border-radius: 10px;
}


.timeline-new {

  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  margin-left: 20px;
  background-color: #fff;
  box-shadow: 3px 3px 7px #00000055;
}

.timeline-new ul {
  padding-left: 15px;
  font-size: 12px;
}

.timeline-p {
  font-size: 16px;
  font-weight: 500;
  color: var(--l-blue);

}

.organisation {
  text-align: center;
  padding-top: 60px;
}

.news {
  background-color: var(--grey);
  padding-top: 52px;
  padding-bottom: 68px;
  margin-top: 0px;
}

.accreditation {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

h2.h2,
.h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Nunito Sans, sans-serif;
  font-size: 45px;
  line-height: 52px;
}

.case-content h2.h2 {
  margin-bottom: 30px;
}

h2.h2.h2-collab-shadow,
.h2.h2-collab-shadow {
  text-shadow: 0 1px 2px #00000016;
  margin-bottom: 10px;
}

h2.h2.h2-collab-shadow.view-title,
.h2.h2-collab-shadow.view-title {
  margin-bottom: 40px;
  text-shadow: 0 1px 6px #00000016;
}

h2.h2.careers-title {
  margin-bottom: 10px;
}

h2.h2.center {
  text-align: center;
}

h2.h2.title-sustain {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 52px;
  font-weight: bold;
}

.sustain-statement {
  background-color: #f0f7fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.timeline-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 168px;
  height: 340px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.timeline-item._3 {
  min-width: 280px;
}

.timeline-item._4 {
  min-width: 360px;
}

.timeline-item._1 {
  min-width: 250px;
}

.timeline-item._5 {
  min-width: 220px;
}

.timeline-year {
  color: #00D5AB;
  padding-left: 20px;
  font-family: Nunito Sans, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}


.timeline-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.timeline-dot {
  background-color: #000;
  border-radius: 10px;
  width: 9px;
  height: 9px;
}

.timeline-lineline {
  background-color: #000;
  width: 1px;
  height: 100%;
  margin-left: 4px;
}

.timeline-date-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.timeline-date-container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.timeline-date-container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.timeline-date-container > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.timeline-date-container > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.timeline-date-container.with-extras {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.org-menu {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 666px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.org-menu-item {
  background-color: var(--grey);
  color: var(--l-green);
  border-radius: 10px;
  width: 100%;
  min-width: 184px;
  max-width: 184px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

a.org-menu-item:hover,
a.org-menu-item.active {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--l-green)), to(var(--l-blue)));
  background-image: -o-linear-gradient(left, var(--l-green), var(--l-blue));
  background-image: linear-gradient(90deg, var(--l-green), var(--l-blue));
  color: #fff !important;
}

.org-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
}

.org-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.org-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.org-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.org-grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.org-item {
  text-align: left;
  background-color: #f2f3f480;
  border-radius: 10px;
  min-height: 156px;
  padding: 20px 16px;
  position: relative;
}

h3.org-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

h4.org-item-job {
  color: var(--l-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.org-item-companies {
  margin-bottom: 0;
  font-size: 14px;
  max-width: 180px;
  position: absolute;
  inset: auto auto 12px 16px;
}

.org-item-icons {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto 16px 20px auto;
}

.org-item-li {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.org-item-lmail {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 26px;
  height: 24px;
  margin-left: 5px;
  position: relative;
}

.image-3 {
  width: 26px;
  height: 24px;
}

.image-4 {
  width: 24px;
  height: 24px;
}

.collaborators {
  background-image: -webkit-gradient(linear, left top, right top, from(#67D6D9), to(#67AED5));
  background-image: -o-linear-gradient(left, #67D6D9, #67AED5);
  background-image: linear-gradient(90deg, #67D6D9, #67AED5);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 30px 43px 50px;
}

.collab-p {
  text-shadow: 0 1px 2px #00000016;
}

.logo-carousel {
  height: 200px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.logo-carousel-item {
  max-width: 260px;
}

.collab-dubble-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.collab-dubble-btn div {
  width: 350px;
}


.btn,
a.btn {
  color: #fff;
  /* background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00bac0), color-stop(#0078b9), color-stop(var(--grey)), to(var(--grey)));
  background-image: -o-linear-gradient(left, #00bac0, #0078b9, var(--grey), var(--grey));
  background-image: linear-gradient(90deg, #00bac0, #0078b9, var(--grey), var(--grey)); */
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top,  from(#00bac0), color-stop(#0078b9));
  background-image: -o-linear-gradient(left, #00bac0, #0078b9);
  background-image: linear-gradient(90deg, #00bac0, #0078b9); 
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  line-height: 1;
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 0px #00000015;
          box-shadow: 0px 0px 0px #00000015;
          -webkit-transition: all 50ms ease-in-out;
          -o-transition: all 50ms ease-in-out;
          transition: all 50ms ease-in-out;
}

a.btn.btn-resource {
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#00D6AA), color-stop(#00BAC5));
  background-image: -o-linear-gradient(left, #00D6AA, #00BAC5);
  background-image: linear-gradient(90deg, #00D6AA, #00BAC5);

  -webkit-box-shadow: inset 0 3px 6px #00000000;
  box-shadow: inset 0 3px 6px #00000000;
  -webkit-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}

a.btn:hover {
  background-color: var(--grey);
  color:var(--l-blue);
  background-image: none;
  -webkit-box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
}

a.btn.btn-resource:hover {
  background-color: var(--grey);
  color:var(--l-blue);
  background-image: none;
  -webkit-box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
}

.btn-block {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo-carousel-partners {
  height: 200px;
  margin-top: 30px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.pharm-partners {
  background-image: -webkit-gradient(linear, left top, right top, from(#67E7CC), to(#67D7DD));
  background-image: -o-linear-gradient(left, #67E7CC, #67D7DD);
  background-image: linear-gradient(90deg, #67E7CC, #67D7DD);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 30px 43px 30px;
}

.careers-container {
  text-align: center;
  padding-bottom: 100px;
}

.careers-sub {
  color: var(--l-blue);
  font-size: 24px;
  font-weight: 500;
}

.careers-p {
  margin-top: 20px;
  margin-bottom: 40px;
}

.news-grid {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 60px;
  display: -ms-grid;
  display: grid;
}

.news-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.news-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.news-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.news-item {
  background-image: -webkit-gradient(linear, left top, right top, from(#00bac080), to(#0078b980));
  background-image: -o-linear-gradient(left, #00bac080, #0078b980);
  background-image: linear-gradient(90deg, #00bac080, #0078b980);
  border-radius: 10px;
  min-height: 190px;
  padding: 30px 16px 50px 20px;
  -webkit-transition: all .295s;
  -o-transition: all .295s;
  transition: all .295s;
  position: relative;
}

.news-item:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#7FBCDC), to(#7FDBE0));
  background-image: -o-linear-gradient(left, #7FBCDC, #7FDBE0);
  background-image: linear-gradient(90deg, #7FBCDC, #7FDBE0);
}

.news-item:hover .news-item-date {
  background-position: 100% 0;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}


h3.news-item-title {
  opacity: 1;
  color: #f2f3f4;
  text-shadow: 0 1px 2px #0003;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.news-item-date {
  color: var(--grey);
  background-size: 300% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f2f3f44d), color-stop(#f2f3f44d), color-stop(#0078b9), to(#00bac0));
  background-image: -o-linear-gradient(left, #f2f3f44d, #f2f3f44d, #0078b9, #00bac0);
  background-image: linear-gradient(90deg, #f2f3f44d, #f2f3f44d, #0078b9, #00bac0);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 49px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}

.paragraph-2,
.news-item-p {
  margin-bottom: 0;
}

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

.events-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: -ms-grid;
  display: grid;
}

.events-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.events-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.event-item {
  border-radius: 10px;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
}
a.event-item {
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



.event-item-main {
  z-index: 2;
  background-color: var(--grey);
  border-radius: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
  width: 100%;
  margin-left: 177px;
  padding: 25px 20px 20px 55px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.event-item:hover .event-item-main{
  margin-left: 0px;
}


.event-item-date {
  background-image: -o-linear-gradient(45deg, #7fe9d5, #7edce1 50%);
  background-image: linear-gradient(45deg, #7fe9d5, #7edce1 50%);
  border-radius: 10px 0 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  min-width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.event-item-date-num {
  color: #fff;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.2;
  text-transform:capitalize;
}

.event-item-date-num-small {
  /* font-size: 40px; */
}

h3.event-item-title {
  opacity: .8;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 28px;
  font-size: 24px;
  color: var(--l-blue);
  font-weight: bold;
  opacity: 0.8;
}

h3.event-item-title span {
  color: #000;
}

.event-item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.news-item-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nil-p {
  margin-bottom: 0;
  padding-left: 10px;
  line-height: 1;
}

.news-item-logo {
  width: 0px;
  max-width: 177px;
  overflow: hidden;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.news-item-logo img{
  width:177px ;
  min-width: 177px;
}
.event-item:hover .news-item-logo{
  width:177px ;
}

.event-item:hover  {
  color: #333333 !important;
}

.event-item-date-my {
  color: var(--grey);
  text-align: center;
  font-size: 16px;
  line-height: 1;
  display: block;
}

.sustain-content {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sustain-img {
  margin-right: 140px;
}

.sdg-logo {
  max-width: 300px;
}

.subtitle-sustain {
  color: var(--l-blue);
  font-size: 24px;
  font-weight: 500;
}

.sustain-text {
  width: 100%;
}

.sustain-dd-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-bottom: 8px;
}

.sustain-dd-title img {
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.sustain-dd-title-text {
  margin-bottom: 0;
  padding-left: 16px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.sustain-dd-title-text:hover {
  color: var(--l-blue);
}

.sustain-dd-content {
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.sustain-dropdown.active .sustain-dd-content {
  max-height: 1000px;
}

.sustain-dropdown.active .sustain-dd-title img {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sustain-dropdown.active .sustain-dd-title-text {
  color: var(--l-blue);
}

.sustain-dd-block {
  padding: 20px;
  padding-top: 8px;
}

.sustain-dd-p {
  width: 100%;
  max-width: 725px;
  margin-bottom: 0;
}

.event-content {
  padding-top: 60px;
  padding-bottom: 140px;
  -webkit-box-shadow: inset 0 3px 6px #0000;
          box-shadow: inset 0 3px 6px #0000;
}

.event-header {
  border: 3px solid var(--grey);
  border-radius: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 307px;
  margin-bottom: 60px;
  padding: 50px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.event-subtitle {
  color: var(--l-blue);
  margin-top: 0;
  font-size: 25px;
}

h1.event-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 52px;
}

.event-p {
  max-width: 1255px;
  line-height: 24px;
}

.event-header-img {
  max-height: 280px;
  position: relative;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.event-extra {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-extra-item {
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-extra-p {
  margin-bottom: 0;
  padding-left: 10px;
}

.event-btns {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.event-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--l-green)), to(var(--l-blue)));
  background-image: -o-linear-gradient(left, var(--l-green), var(--l-blue));
  background-image: linear-gradient(90deg, var(--l-green), var(--l-blue));
  border-radius: 10px;
  margin-right: 30px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
}

a.inside-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--l-green)), to(var(--l-blue)));
  background-image: -o-linear-gradient(left, var(--l-green), var(--l-blue));
  background-image: linear-gradient(90deg, var(--l-green), var(--l-blue));
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s;
  color: #fff;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
}

a.event-btn:hover,
a.inside-btn:hover  {
  background-color: var(--grey);
  color:var(--l-blue);
  background-image: none;
  -webkit-box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
}

a.event-btn.register {
  background-color: var(--grey);
  color: var(--l-blue);
  background-image: none;
}

a.event-btn.register:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--l-green)), to(var(--l-blue)));
  background-image: -o-linear-gradient(left, var(--l-green), var(--l-blue));
  background-image: linear-gradient(90deg, var(--l-green), var(--l-blue));
  color: #f2f3f4;
}

.poc-what {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.poc-what .h2 {
  margin-bottom: 25px;
}

.ft-container {
  padding-top: 0;
  padding-bottom: 40px;
}

.externallinks-container {
  background-color: #f0f7fa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ft-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#64D5D9), to(#64ADD4));
  background-image: -o-linear-gradient(left, #64D5D9, #64ADD4);
  background-image: linear-gradient(90deg, #64D5D9, #64ADD4);
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 190px;
  padding-left: 138px;
  padding-right: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
  overflow: hidden;
}

.ft-title-text-block {
  z-index: 2;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.ft-title-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--l-green)), to(var(--l-blue)));
  background-image: -o-linear-gradient(left, var(--l-green), var(--l-blue));
  background-image: linear-gradient(90deg, var(--l-green), var(--l-blue));
  border-radius: 10px;
  margin-right: 30px;
  padding-left: 40px;
  padding-right: 40px;
  -webkit-transition: all .125s;
  -o-transition: all .125s;
  transition: all .125s;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
}

.ft-title-btn:hover {
  background-color: #F2F3F4;
  color: var(--l-blue);
  background-image: none;
  -webkit-box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
}

.ft-title-btn.register {
  background-color: var(--grey);
  color: var(--l-blue);
  background-image: none;
  margin-right: 0;
  -webkit-box-shadow: 0 0 0 #0000, inset 0 0 0 #0003;
          box-shadow: 0 0 0 #0000, inset 0 0 0 #0003;
}

.ft-title-btn.register:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#00BAC0), to(#0078B9));
  background-image: -o-linear-gradient(left, #00BAC0, #0078B9);
  background-image: linear-gradient(90deg, #00BAC0, #0078B9);
  color: #f2f3f4;
  -webkit-box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
  box-shadow: 0 3px 6px #0000, inset 0 3px 6px #0003;
}

h3.ft-title-h3 {
  font-size: 24px;
  line-height: 28px;
  z-index: 2;
  color: var(--grey);
  text-shadow: 0 1px 2px #00000016;
  max-width: 479px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
  position: relative;
}

.update-scheme-img {
  z-index: 1;
  position: absolute;
  inset: 10px auto auto 0px;
}

.update-scheme-img-small {
  z-index: 1;
  position: absolute;
  inset: auto auto auto -50px;
  max-width: 112px;
}

.ft-content {
  background-color: #F8F8F9;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -10px;
  padding: 40px 62px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
  max-height: 250px;
  position: relative;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}

.ft-block {
  margin-bottom: 60px;
}

.ft-block.active .ft-content {
  max-height: 2000px;
}

.ft-block.active .ft-bottom {
  height: 60px;
}

.ft-block.active .ft-bottom img{
  margin-top: 0px;
}


.ft-bottom {
  cursor: pointer;
  height: 100px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f2f3f4), to(#f2f3f400));
  background-image: -o-linear-gradient(bottom, #f2f3f4, #f2f3f400);
  background-image: linear-gradient(0deg, #f2f3f4, #f2f3f400);
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;

}

.ft-bottom img {
  margin-top: 20px;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.ft-block.active .ft-bottom img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ft-content-block {
  background-color: #F8F8F9;
  color: #707070;
  padding: 40px 60px;
  border-radius: 10px;
  transition: all 300ms ease-out;
}

.ft-content-block h3 {
  margin-top: 0px;
}

.ft-block.active .ft-content-block {
  background-color: #F2F3F5;
}

.external-link-title {
  color: var(--l-blue);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 28px;
  cursor: pointer;
}

a.external-link {
  opacity: .8;
  display: flex;
  color: #000;
  word-break: break-all;
  margin-bottom: 18px;
  -webkit-transition: all .235s;
  -o-transition: all .235s;
  transition: all .235s;
}

a.external-link p {
  margin-bottom: 0px;
  word-break: break-word;
  word-break: auto-phrase;
}

a.external-link p:first-child {
  width: 100%;
  max-width: 36px;
}

a.external-link:hover {
  opacity: 1;
}


.scheme-date-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3px 1fr 3px 1fr 3px 1fr 3px 1fr 3px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow: hidden;
  border-radius: 10px;
  grid-gap: 3px;
  margin-bottom: 100px;
}

.scheme-date-grid p {
  margin-bottom: 0px;
  text-align: left;
}

.scheme-dg-item {
  background-color: var(--grey);
}

.scheme-dg-title {
  background-color: var(--gradient-l-blue);
  padding: 18px 14px;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000016;
          box-shadow: 0px 3px 6px #00000016;
}

.scheme-dg-text {
  padding: 18px 14px;
  color: #333333;
}











.viewcatalogue {
  background-image: -webkit-gradient(linear, left top, right top, from(#67D7DA), to(#67AFD6));
  background-image: -o-linear-gradient(left, #67D7DA, #67AFD6);
  background-image: linear-gradient(90deg, #67D7DA, #67AFD6);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px 43px 50px;
}

.dqs {
  height: 1000px;
}

.genomic-list-block {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.geno-li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  list-style-type: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.geno-li:hover {
  color: var(--l-blue);
}

.geno-new {
  background-color: var(--l-blue);
  color: var(--grey);
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  padding: 2px 10px;
  display: block;
}

.geno-list {
  width: auto;
  min-width: 400px;
  list-style-type: disc;
}

.geno-list-img {
  margin-top: -60px;
}

.cata-changes-block {
  color: #595b5b;
  background-color: #f0f7fa;
  margin-top: 80px;
  border-radius: 10px;
  padding: 50px 55px 100px;
}

.list-2 {
  list-style-type: decimal;
  margin-top: 40px;
}

.list-2 li::marker {
  color:#2FC7D0;
}

.changes-btns {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._2025-flexi-block {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

._25-flexi-p {
  margin-bottom: 40px;
}

.paragraph-3 {
  text-shadow: 0 1px 6px #00000016;
}

._25-deadlines {
  background-image: -webkit-gradient(linear, left top, right top, from(#66E7CC), to(#65D6DC));
  background-image: -o-linear-gradient(left, #66E7CC, #65D6DC);
  background-image: linear-gradient(90deg, #66E7CC, #65D6DC);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 30px 43px 50px;
}

.update-schemes {
  padding-top: 0;
  padding-bottom: 100px;
}

.update-scheme-block {
  margin-bottom: 72px;
}

.update-scheme-title {
  background-image: -webkit-gradient(linear, left top, right top, from(#61D2D5, #62A9D0));
  background-image: -o-linear-gradient(left, #61D2D5, #62A9D0);
  background-image: linear-gradient(90deg, #61D2D5, #62A9D0);
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: auto;
  min-height: 73px;
  padding-left: 55px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
}

.update-scheme-content {
  background-color: var(--grey);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: -10px;
  padding: 46px 62px;
  -webkit-box-shadow: 0 3px 6px #0003;
          box-shadow: 0 3px 6px #0003;
}

.li-p {
  margin-bottom: 0;
}

.timeline-list {
  max-width: 280px;
  margin-top: 0;
  font-size: 10px;
}

.timeline-ul-p {
  margin-bottom: 3px;
}


.resourses-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F9F9;
  margin-bottom: 100px;
}

.resource-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.resourses-text,
.resourses-vid{
  width: 100%;
}

.resourses-text {
  padding-right: 40px;
  padding: 32px 30px;
}
.resourses-vid {
  max-width: 505px;
  height: 100%;
}

.resourses-text h3 {
  font-family: Nunito Sans, sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: var(--l-blue);
  margin-top: 0px;
  margin-bottom: 20px;
}

.resourses-text .btn{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}

.resourses-text p {
  margin-bottom: 20px;
}

.resourses-vid iframe {
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px #00000016;
          box-shadow: 0px 3px 6px #00000016;
}


h1 .h1-sub_2025-cata {
  font-size: 45px;
}



/* .splide-collab,
.splide-phar {
  -webkit-filter: grayscale(100%) invert(1);
  filter: grayscale(100%) invert(1);
} */


.case-content {
  max-width: 1086px;
  margin: 0 auto;
}

.case-logo-bottom {
  max-width: 500px;
}

.case-logo-bottom-img {
  margin-right: 60px;
}

.case-content-first {
  margin-top: 80px;
}
.case-content-last {
  margin-bottom: 180px;

}

.case-content-blue {
  background-color: #F0F7FA;
  padding: 67px 0px 60px;
  border-radius: 10px;
  margin-bottom: 80px;
}

.case-content-blue-sub {
  margin-bottom: 30px;
}

.case-content-blue ol {
  padding-left: 20px;
}

.case-content-blue ol li {
  padding-bottom: 16px;
}

.case-content h3 {
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
}

.scheme-date-grid-case{
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.scheme-dg-title-case{
  font-size: 16px;
  height: 40px;
  padding: 10px;
}

.scheme-dg-item-case {
  width: 100%;
  background-color: #fff;
}


.scheme-dg-item-case-block {
  box-shadow: 0px 3px 6px #00000016;
  border-radius: 10px;
    margin-top: 40px;
  margin-bottom: 30px;
}

.scheme-date-grid-case .scheme-dg-item-case:nth-child(2)  {
  max-width: 100px;
}

.scheme-date-grid-case .scheme-dg-item-case:nth-child(3) {
  max-width: 120px;
}

.scheme-dg-item-case .scheme-dg-text {
  padding: 10px 14px;
}

.scheme-dg-item-case .scheme-dg-text:nth-child(even) {
  background-color: #F2F3F4;
}

.scheme-dg-item-case .scheme-dg-text:nth-child(odd) {
  background-color: #F7F7F7;
}

.scheme-dg-item-case:nth-of-type(1) .scheme-dg-title-case,
.scheme-dg-item:nth-of-type(1) .scheme-dg-title {
  background: #60D1D4;
  background: linear-gradient(90deg, #60D1D4 0%, #60CAD4 100%);
}
.scheme-dg-item-case:nth-of-type(2) .scheme-dg-title-case,
.scheme-dg-item:nth-of-type(2) .scheme-dg-title  {
  background: #60CAD4;
  background: linear-gradient(90deg, #60CAD4 0%, #60C7D3 100%);
}
.scheme-dg-item-case:nth-of-type(3) .scheme-dg-title-case,
.scheme-dg-item:nth-of-type(3) .scheme-dg-title {
  background: #60C7D3;
  background: linear-gradient(90deg, #60C7D3 0%, #5FC2D4 100%);
}
.scheme-dg-item-case:nth-of-type(4) .scheme-dg-title-case,
.scheme-dg-item:nth-of-type(4) .scheme-dg-title {
  background: #5FC2D4;
  background: linear-gradient(90deg, #5FC2D4 0%, #61BDD2 100%);
}
.scheme-dg-item-case:nth-of-type(5) .scheme-dg-title-case,
.scheme-dg-item:nth-of-type(5) .scheme-dg-title {
  background: #61BDD2;
  background: linear-gradient(90deg, #61BDD2 0%, #60B8D2 100%);
}
.scheme-dg-item-case:nth-of-type(6) .scheme-dg-title-case,
.scheme-dg-item:nth-of-type(6) .scheme-dg-title{
  background: #60B8D2;
  background: linear-gradient(90deg, #60B8D2 0%, #5FB3D1 100%);
}
.scheme-dg-item-case:nth-of-type(7) .scheme-dg-title-case,
.scheme-dg-item:nth-of-type(7) .scheme-dg-title{
  background: #5FB3D1;
  background: linear-gradient(90deg, #5FB3D1 0%, #60AFD2 100%);
}

.p-case {
  margin-bottom: 70px;
}
.p-case p {
  margin-bottom: 20px;
}
.case-small-text {
  font-size: 15px;
  line-height: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.case-link-bottom {
  word-break: break-word;

}


@media screen and (max-width: 1280px) {
  .scheme-date-grid:not(.scheme-date-grid-case) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .case-content-blue {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% + 40px);
  }
  .scheme-dg-item:not(.scheme-dg-item-case) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  
  }
  .scheme-dg-title:not(.scheme-dg-title-case),
  .scheme-dg-text:not(.scheme-dg-item-case .scheme-dg-text) {
    width: 50%;
  }
  .events-grid {
    max-width: 800px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
  }
  .scheme-dg-item-case-block {
    overflow: scroll;
  }
  .scheme-date-grid-case {
    min-width: 1086px;
  }
}

@media screen and (max-width: 991px) {
  .collab-dubble-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  
  .collab-dubble-btn div {
    width: 100%;
  }
  .header-image.poc {
    left: 0;
    max-width: 800px;
    width: auto;
    margin: 0 auto;
  }
  
  .case-logo-bottom-img {
    margin-bottom: 40px;
    margin-right: 0px;
  }

  .resource-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .resourses-text,
  .resourses-vid{
    width: 100%;
  }

  .resourses-text {
    padding: 20px;
  }

  .resourses-vid {
    margin-bottom: 30px;
    min-height: 250px;
    max-width: unset;
  }

  .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding-top: 60px;
  }

  .header-content {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 750px;
    margin-bottom: 20px;
  }

  .header-content.catalogue {
    height: auto;
    display: block;
  }

  h1.h1 {
    margin-bottom: 40px;
  }

  .header-image {
    width: 100%;
    position: relative;
    right: 0;
  }

  .header-image.catalogue {
    width: 100%;
    max-width: 620px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: -50px;
    display: block;
    position: relative;
  }

  .main-container.bg-blue-mob {
    background-color: #f0f7fa;
  }

  .mission-vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .vision {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .mission {
    margin-left: 0;
  }

  .h2 {
    z-index: 2;
    position: relative;
  }

  .h2.title-sustain {
    text-align: center;
  }

  .org-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .news-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .events-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sustain-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .sustain-img {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .event-extra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }

  .event-extra-item {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .update-scheme-img {
    /* left: -30px; */
  }

  .update-scheme-img-small {
    left: -30px;
  }

  .genomic-list-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }

  .geno-list {
    margin-top: 20px;
  }

  .geno-list-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .cata-changes-block {
    padding-left: 0;
    padding-right: 0;
  }

  .update-scheme-title {
    padding-left: 80px;
  }
}

@media screen and (max-width: 767px) {
  .header-image.poc {
    margin-top: -20px;
  }
  h1._2025-cata {
    margin-top: 40px;
  }

  .header-container {
    padding-top: 0;
  }


  .header-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content.catalogue {
    padding-top: 0;
  }

  h1.h1 {
    margin-bottom: 40px;
  }

  .header-image {
    width: 100%;
    max-width: 500px;
    position: relative;
    right: auto;
  }

  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .org-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  a.org-menu-item {
    margin-bottom: 10px;
    max-width: 800px;
  }

  .org-grid,
  .news-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .event-item-main {
    margin-left: 130px;
    padding-left: 20px;
  }

  .event-item-date {
    width: 140px;
    min-width: auto;
  }

  .event-item-date-num {
    font-size: 30px;
  }

  .event-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  a.event-btn {
    text-align: center;

    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  a.event-btn:hover {

  }

  a.event-btn.register {
 
  }

  a.event-btn.register:hover {

  }

  .ft-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ft-title-text-block {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 0;
  }

  .ft-title-btn {
    background-image: url('../images/arrow-down.svg'), -webkit-gradient(linear, left top, right top, from(var(--l-green)), to(var(--l-blue)));
    background-image: url('../images/arrow-down.svg'), -o-linear-gradient(left, var(--l-green), var(--l-blue));
    background-image: url('../images/arrow-down.svg'), linear-gradient(90deg, var(--l-green), var(--l-blue));
    text-align: left;
    background-position: 224px, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    background-attachment: scroll, scroll;
    width: 100%;
    max-width: 250px;
    margin-bottom: 20px;
    margin-right: 0;
    padding-left: 20px;
    display: block;
  }

  .ft-title-btn:hover {
    background-image: url('../images/arrow-down-b.svg');
    background-position: 227px;
    background-size: auto;
  }

  .ft-title-btn.register {
    background-image: url('../images/arrow-down-b.svg');
    background-position: 224px;
    background-size: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .ft-title-btn.register:hover {
    background-image: url('../images/arrow-down.svg'), -webkit-gradient(linear, left top, right top, from(var(--l-green)), to(var(--l-blue)));
    background-image: url('../images/arrow-down.svg'), -o-linear-gradient(left, var(--l-green), var(--l-blue));
    background-image: url('../images/arrow-down.svg'), linear-gradient(90deg, var(--l-green), var(--l-blue));
    background-position: 229px, 0 0;
    background-size: auto, auto;
  }

  h3.ft-title-h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .update-scheme-img {
    max-width: 60px;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }
  
  .update-scheme-img {
    max-width: 60px;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
  }

  .ft-content {
    padding: 0;
  }

  .ft-content-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }

  .changes-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .update-scheme-block {
    margin-bottom: 50px;
  }

  .update-scheme-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 10px 20px;
  }

  .update-scheme-content {
    padding: 30px 20px 20px;
  }
}

@media screen and (max-width: 479px) {
  .news-item-logo {
    display: none;
  }
  .resourses-vid {
    min-height: 0px;
  }
  
  .update-scheme-img {
    max-width: 200px;
  }
  .header-container {
    height: auto;
  }

  .header-content.catalogue {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1.h1 {
    font-size: 35px;
  }

  h1.h1._2025-cata {
    margin-bottom: 10px;
    font-size: 35px;
  }

  .header-image.catalogue {
    width: 110%;
    max-width: 650px;
    margin-right: -20%;
  }

  body {
    font-size: 16px;
  }

  h2.h2 {
    font-size: 25px;
    line-height: 1.2;
  }

  h2.h2.h2-collab-shadow {
    font-size: 24px;
  }

  h2.h2._2025-cata {
    margin-bottom: 20px;
  }

  .org-item {
    min-height: auto;
  }

  h3.org-item-title,
  h4.org-item-job {
    font-size: 16px;
  }

  .org-item-companies {
    padding-top: 20px;
    font-size: 16px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .org-item-icons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .org-item-li {
    margin-top: 0;
  }

  .org-item-lmail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .image-4 {
    margin-top: -1px;
  }

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

  .collab-p {
    line-height: 19px;
  }

  .btn,
  a.btn {
    text-align: center;
  }

  .pharm-partners {
    padding-left: 20px;
    padding-right: 20px;
  }


  .event-item-main {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    margin-left: 0px;
    padding: 10px;
    margin-top: -15px;
    display: block;
  }
  .event-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: block;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .event-item-date {
    width: 100%;
    border-radius: 10px;

    height: 140px;
    position: relative;
  }

  .event-item-date-num {
    font-size: 26px;
  }

  h3.event-item-title {
    font-size: 22px;
    line-height: 28px;
    padding-top: 10px;
    margin-bottom: 20px;
  }


  .nil-p {
    font-size: 12px;
  }

  .event-item-date-my {
    font-size: 11px;
  }

  h3.ft-title-h3 {
    padding-left: 10px;
  }

  .external-link {
    word-break: break-all;
  }

  .viewcatalogue {
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .geno-li {
    width: 100%;
  }

  .geno-list {
    min-width: auto;
    padding-left: 20px;
  }

  .geno-list-img {
    margin-top: 0;
  }

  .cata-changes-block {
    padding-bottom: 60px;
  }

  ._2025-flexi-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._25-deadlines {
    padding-left: 20px;
    padding-right: 20px;
  }

  .update-scheme-title,
  .update-scheme-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 380px) {
  h1 {
    font-size: 30px;
  }

}


.pc__container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

.pc__hero {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F0F0F0;
}

@media (min-width: 768px) {
  .pc__hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pc__hero h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .pc__hero h1 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .pc__hero h1 {
    font-size: 34px;
  }
}

.pc__intro p {
  font-size: 14px;
  width: 100%;
  max-width: 840px;
  line-height: 1.5;
}

.pc__filters-types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pc__filters {
  margin-top: 40px;
}

.pc__filters-title {
  font-weight: 500;
  font-size: 18px;
}

@media (min-width: 768px) {
  .pc__filters-types {
    gap: 20px;
  }
}

.pc__filters-type {
  padding: 10px;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid #949494;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: all 0.3s ease;
}

.pc__filters-type:hover, .pc__filters-type.active {
  background-color: #333333;
}

.pc__filters-type:hover p, .pc__filters-type.active p {
  color: #fff;
}

.pc__filters-type p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: #000;
  transition: all 0.3s ease;
}

.pc__filters-type img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

@media (min-width: 370px) {
  .pc__filters-type {
    width: calc(50% - 5px);
  }
}

@media (min-width: 768px) {
  .pc__filters-type {
    width: 190px;
  }
}

.pc__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pc__results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.pc__lower-filters {
  width: 100%;
}

@media (min-width: 1024px) {
  .pc__results {
    width: calc(100% - 350px);
    gap: 50px;
  }

  .pc__wrapper {
    gap: 50px;
  }

  .pc__lower-filters {
    width: 300px;
  }
}

.result {
  width: 100%;
  background-color: #F9F9F9;
  border: 1px solid rgb(226, 232, 240);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.result.hidden {
  display: none;
}

@media (min-width: 768px) {
  .result {
    width: calc(50% - 10px);
  }
}

@media (min-width: 1024px) {
  .result {
    width: calc(50% - 25px);
  }
}

.result__category p {
  padding: 2px 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, rgba(0, 214, 170, 0.20) 0%, rgba(0, 186, 197, 0.20) 100%);
  color: rbga(0, 0, 0, 0.75);
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  display: inline-block;
}

.result__title {
  margin-bottom: 20px;
}

.result__title h2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 10px;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.result__product-code {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
}

.result__price-dates {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.result__price p {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.result__price {
  position: relative;
}

.result__price-early-bird {
  margin-right: 80px !important;
}

.result__price span {
  position: absolute;
  top: 50%;
  right: 80px;
  background-color: #007AB9;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 100px;
  transform: translateX(100%) translateX(10px) translateY(-50%);
}

.result__date p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.result__date p span {
  font-weight: 400;
}

.result__description p {
  font-size: 14px;
  font-weight: 400;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.result__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.result__list {
  margin-bottom: 20px;
}

.result__list ul li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.result__list ul li span{
  font-weight: 500;
}

.result__list ul li:last-child {
  margin-bottom: 0;
}

.result__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-end;
}

.pc-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  background: #007AB9;
  font-size: 16px;
  color: #fff !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #007AB9;
  transition: all 0.3s ease;
}

.pc-btn:hover {
  background-color: #fff;
  color: #007AB9 !important;
}

.hs-button {
  display: inline-block !important;
  padding: 10px 20px !important;
  border-radius: 8px !important;
  background: #007AB9 !important;
  font-size: 16px !important;
  color: #fff !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  border: 1px solid #007AB9 !important;
  transition: all 0.3s ease !important;
}

.hs-button:hover {
  background-color: #fff !important;
  color: #007AB9 !important;
}

.pc-btn--sec {
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important;
}

.pc-btn--sec:hover {
  background-color: #000;
  color: #fff !important;
}

.pc__lower-filters-intro, .pc__lower-search-intro, .pc__lower-technology-intro, .pc__lower-sample-types-intro, .pc__lower-languages-intro, .pc__lower-accreditation-intro {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pc__lower-search-intro {
  margin-bottom: 15px;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.pc__lower-search-intro p {
  font-size: 14px;
}

.pc__lower-filters-intro p {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  font-family: "Nunito Sans";
}

.pc__lower-search-intro p, .pc__lower-technology-intro p, .pc__lower-sample-types-intro p, .pc__lower-languages-intro p, .pc__lower-accreditation-intro p {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.pc__lower-filters-intro a, .pc__lower-search-intro a, .pc__lower-technology-intro a, .pc__lower-sample-types-intro a, .pc__lower-languages-intro a, .pc__lower-accreditation-intro a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s ease;
}

.pc__lower-filters-intro a:hover, .pc__lower-search-intro a:hover, .pc__lower-technology-intro a:hover, .pc__lower-sample-types-intro a:hover, .pc__lower-languages-intro a:hover, .pc__lower-accreditation-intro a:hover {
  text-decoration: underline;
  color: #000 !important;
}

.pc__lower-filters-results, .pc__lower-search, .pc__lower-technology, .pc__lower-languages, .pc__lower-accreditation {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #949494;
}
.pc__lower-filters-results p {
  font-size: 14px;
  margin: 0;
  color: #000;
}

.pc__lower-filters-results p span {
  font-weight: 500;
}

.pc__lower-search-input {
  position: relative;
}

.pc__lower-accredited {
  margin-bottom: 40px;
}

.pc__lower-search-input::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 18C11.775 17.9996 13.4988 17.4054 14.897 16.312L19.293 20.708L20.707 19.294L16.311 14.898C17.405 13.4997 17.9996 11.7754 18 10C18 5.589 14.411 2 10 2C5.589 2 2 5.589 2 10C2 14.411 5.589 18 10 18ZM10 4C13.309 4 16 6.691 16 10C16 13.309 13.309 16 10 16C6.691 16 4 13.309 4 10C4 6.691 6.691 4 10 4Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left center;
  width: 24px;
  height: 24px;
}

.pc__lower-search-input input {
  height: 48px;
  padding: 8px 12px;
  padding-left: 40px;
  border-radius: 8px;
  border: 1px solid #000;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s ease;
}

.pc__lower-search-input input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}

.pc__lower-technology-checkbox, .pc__lower-sample-types-checkbox, .pc__lower-languages-checkbox, .pc__lower-accreditation-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.pc__lower-technology-checkbox input, .pc__lower-sample-types-checkbox input, .pc__lower-languages-checkbox input, .pc__lower-accreditation-checkbox input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  border-radius: 0px;
  border: 1px solid #000;
}

.pc__lower-technology-checkbox label, .pc__lower-sample-types-checkbox label, .pc__lower-languages-checkbox label, .pc__lower-accreditation-checkbox label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.result {
  position: relative;
}

.result__bookmark {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 2.5H6C4.897 2.5 4 3.397 4 4.5V22.5L12 17.928L20 22.5V4.5C20 3.397 19.103 2.5 18 2.5ZM18 19.053L12 15.625L6 19.053V4.5H18V19.053Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.result__bookmark.active {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 25.2 24.5'%3E%3C!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %2300ccc5; %7D .st1 %7B fill: %2300bac5; %7D %3C/style%3E%3C/defs%3E%3Crect class='st0' x='16.4' y='5.4' width='3' height='14.1'/%3E%3Crect class='st0' x='6.1' y='5.4' width='3' height='14.1'/%3E%3Crect class='st0' x='6.6' y='4.2' width='12' height='14.1'/%3E%3Cpath class='st1' d='M18.6,2.9H6.6c-1.1,0-2,.9-2,2v18l8-4.6,8,4.6V4.9c0-1.1-.9-2-2-2ZM18.6,19.5l-6-3.4-6,3.4V4.9h12v14.6Z'/%3E%3C/svg%3E");
}

@keyframes bang {
  from {
    transform: translate3d(0,0,0);
    opacity: 1;
  }
}

 .result__bookmark span {
    color: #333;
    font-size: .9em;
  }
 .result__bookmark i {
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    width: 3px;
    height: 8px;
    background: red;
    opacity: 0;
  }

  .pc__pagination, .pc__currently-filtered {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 40px;
  }

  .pc__currently-filtered {
    flex-wrap: wrap;
  }

  .pc__currently-filtered-by {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }

  .pc__currently-filtered-by p {
    margin: 0;
  }

  .pc__currently-filtered-by-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 2px 10px;
    padding-right: 4px;
    border-radius: 100px;
    background: #007AB9;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #fff;
  }

  .pc__currently-filtered-by-item a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 3px;
    background-color: #007AB9;
    transition: all 0.3s ease;
  }

  .pc__currently-filtered-by-item--technology {
    background-color: #eff6ff;
    color: #007AB9;
    border: 1px solid #007AB9;
  }

  .pc__currently-filtered-by-item--sample-type {
    background-color: #f0fdf4;
    color: #166434;
    border: 1px solid #166534;
  }

  .pc__currently-filtered-by-item--technology a {
    background-color: #eff6ff;
  }

  .pc__currently-filtered-by-item--sample-type a {
    background-color: #f0fdf4;
  }

  .pc__currently-filtered-by-item a svg {
    width: 100%;
    height: auto;
  }

  .pc__currently-filtered-by-item a:hover {
    background-color: #ffffff70;
  }

  .pc__currently-filtered-by-item--technology a:hover {
    background-color: #007AB9;
  }

  .pc__currently-filtered-by-item--sample-type a:hover {
    background-color: #166434;
  }

  .pc__currently-filtered-by-item--technology a:hover svg, .pc__currently-filtered-by-item--sample-type a:hover svg {
    stroke: #fff;
  }

  .pc__currently-filtered-by-item--noclose {
    padding-right: 10px;
  }

  .pc__currently-filtered-by-item--noclose a {
    display: none;
  }

  .pc__pagination--upper {
    margin-top: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    gap: 20px;
  }

  .pc__pagination-numbers {
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .pc__pagination-number {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5px;
  }

  @media (min-width: 768px) {
    .pc__pagination-number {
      width: 30px;
      height: 30px;
    }
  }

  @media (min-width: 1024px) {
    .pc__pagination-number {
      width: 40px;
      height: 40px;
    }
  }

  .pc__pagination-number.active {
    border: 1px solid #000;
  }

  .pc__pagination-next {
    padding-right: 35px;
    position: relative;
  }

  .pc__pagination-prev, .scheme-single__back {
    padding-left: 35px;
    position: relative;
  }

  .scheme-single__back {
    margin-bottom: 40px;
  }

  .pc__pagination-next::after, .pc__pagination-prev::before, .scheme-single__back::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70697 11.9496L7.41397 6.24264L1.70697 0.535645L0.292969 1.94964L4.58597 6.24264L0.292969 10.5356L1.70697 11.9496Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .pc__pagination-prev::before, .scheme-single__back::before {
    left: 10px;
    right: auto;
    transform: translateY(-50%) rotate(180deg);
  }

  .pc__pagination-prev:hover::before, .pc__pagination-next:hover::after, .scheme-single__back:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70697 11.9496L7.41397 6.24264L1.70697 0.535645L0.292969 1.94964L4.58597 6.24264L0.292969 10.5356L1.70697 11.9496Z' fill='white'/%3E%3C/svg%3E%0A");
  }

  .pc__pagination-prev.disabled, .pc__pagination-next.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }

  @media (max-width: 768px) {
    .pc__pagination-next span, .pc__pagination-prev span {
      display: none;
    }

    .pc__pagination-next, .pc__pagination-prev {
      padding: 10px;
    }

    .pc__pagination-next::after {
      right: 3px;
    }

    .pc__pagination-prev::before {
      left: 3px;
    }

    .pc__currently-filtered {
      display: none;
    }
  }

  .pc__currently-filtered-by > p{
    font-size: 14px;
    font-weight: 500;
  }

  .pc__notification {
    position: fixed;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease;
    top: 180px;
    right: 20px;
    background-color: #eff6ff;
    padding: 15px 10px;
    padding-right: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    max-width: 300px;
    color: #007AB9;
    border: 2px solid #007AB9;
    visibility: hidden;
    pointer-events: none;
  }

  .pc__notification-viewwishlist {
    width: 100%;
    margin-top: 5px;
    color: #000 !important;
    display: block;
    text-decoration: underline;
  }

  .pc__notification-viewwishlist:hover {
    text-decoration: none;
  }

  .pc__notification.active {
    opacity: 1;
    z-index: 10000;
    visibility: visible;
    pointer-events: auto;
  }

  .pc__notification svg.pc__notification-icon--added {
    display: block !important;
  }

  .pc__notification svg.pc__notification-icon--removed {
    display: none !important;
  }

  .pc__notification.removed svg.pc__notification-icon--added {
    display: none !important;
  }

  .pc__notification.removed svg.pc__notification-icon--removed {
    display: block !important;
  }


  
  .pc__notification svg {
    width: 30px;
    min-width: 30px;
    height: auto;
  }

  .pc__notification p {
    margin: 0;
    width: calc(100% - 40px);
  }

  .pc__notification-close {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg style='enable-background:new 0 0 24 24;' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.2;fill:none;stroke:%23000000;stroke-width:5.000000e-02;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg id='grid_system'/%3E%3Cg id='_icons'%3E%3Cpath d='M5.3,18.7C5.5,18.9,5.7,19,6,19s0.5-0.1,0.7-0.3l5.3-5.3l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L13.4,12l5.3-5.3c0.4-0.4,0.4-1,0-1.4s-1-0.4-1.4,0L12,10.6L6.7,5.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4 l5.3,5.3l-5.3,5.3C4.9,17.7,4.9,18.3,5.3,18.7z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: all 0.3s ease;
  }

  .pc__notification-close:hover {
    opacity: 0.5;
  }
  
  .pc__viewwishlist {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(90deg, #D4F2EA 0%, #D3EDEE 100%);
    width: 180px;
    height: 70px;
    border-radius: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
    z-index: 10000;
  }

  .pc__viewwishlist:hover {
    background: linear-gradient(270deg, #D4F2EA 0%, #D3EDEE 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.40);
  }

  .pc__viewwishlist svg {
    width: 50px;
    min-width: 50px;
    height: auto;
  }

  .pc__viewwishlist p {
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-weight: 500;
    color: #000;
    text-decoration: none;
  }

  .pc__wishlistcurrent {
    position: absolute;
    top: 0;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #007AB9;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .bc-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease, z-index 0s ease 0.3s;
    pointer-events: none;
 }
  .bc-modal.is-open {
    z-index: 10001 !important;
    opacity: 1 !important;
    transition: opacity 0.3s ease, z-index 0s ease;
    pointer-events: all;
 }
  .bc-modal__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
 }
  .bc-modal__inner {
    position: relative;
    padding: 20px;
 }
  .bc-modal__close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
    z-index: 100;
    background-color: #1e1e1e;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cline stroke-width='2px' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='none' id='svg_1' y2='25' y1='7' x2='25.055172' x1='7.055172' class='cls-1'/%3E%3Cline stroke-width='2px' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='none' id='svg_2' y2='7' y1='25' x2='25' x1='7' class='cls-1'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-size: 15px;
    background-repeat: no-repeat;
    transition: background-color 0.3s ease;
    border-radius: 5px;
 }
  .bc-modal__close:hover {
    cursor: pointer;
    background-color: #efb151;
 }
  .bc-modal__title {
    margin-bottom: 5px;
 }
  .bc-modal__title p {
    font-size: 25px;
    font-weight: 700;
    color: #1e1e1e;
    margin: 0;
 }
  .bc-modal__text p {
    font-size: 14px;
 }
  .bc-modal__text p:last-of-type {
    margin: 0;
 }
  .bc-modal__wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px);
    max-width: 650px;
    border-radius: 15px;
    z-index: 10;
    background-color: #fff;
    max-height: 80vh;
    overflow: auto;
 }

 .interest-modal .currentwishlist, .interest-modal .enquiringabout, .wishlist__form .currentwishlist, .wishlist__form .enquiringabout, .scheme-single__right .currentwishlist, .scheme-single__right .enquiringabout {
  display: none;
 }

 .interest-modal .wpforms-container .wpforms-field, .interest-modal .wp-core-ui div.wpforms-container .wpforms-field, .wishlist__form .wpforms-container .wpforms-field, .wishlist__form .wp-core-ui div.wpforms-container .wpforms-field, .scheme-single__right .wpforms-container .wpforms-field, .scheme-single__right .wp-core-ui div.wpforms-container .wpforms-field {
  padding-top: 0 !important;
 }

 .interest-modal .wpforms-field-label, .wishlist__form .wpforms-field-label, .scheme-single__right .wpforms-field-label {
  margin-bottom: 2px !important;
 }


 .wishlist__hero {
  margin-top: 100px;
 }

 .wishlist__hero h1 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .wishlist__hero h1 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .wishlist__hero h1 {
    font-size: 38px;
  }
}

.wishlist__hero p {
  font-size: 14px;
  width: 100%;
  max-width: 840px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.wishlist__wrapper {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 768px) {
  .wishlist__wrapper {
    gap: 50px;
  }
}

.wishlist__items, .wishlist__form {
  width: 100%;
}

.wishlist__form {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .wishlist__form {
    margin-bottom: 0;
  }
} 

.wishlist__items .result {
  margin-bottom: 40px;
}

.wishlist__items .result__bookmark {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.172 16.7421L12 13.9141L14.828 16.7421L16.242 15.3281L13.414 12.5001L16.242 9.67206L14.828 8.25806L12 11.0861L9.172 8.25806L7.758 9.67206L10.586 12.5001L7.758 15.3281L9.172 16.7421Z' fill='black'/%3E%3Cpath d='M12 22.5C17.514 22.5 22 18.014 22 12.5C22 6.986 17.514 2.5 12 2.5C6.486 2.5 2 6.986 2 12.5C2 18.014 6.486 22.5 12 22.5ZM12 4.5C16.411 4.5 20 8.089 20 12.5C20 16.911 16.411 20.5 12 20.5C7.589 20.5 4 16.911 4 12.5C4 8.089 7.589 4.5 12 4.5Z' fill='black'/%3E%3C/svg%3E%0A");
  opacity: 1;
}

.wishlist__items .result__bookmark:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .wishlist__items, .wishlist__form {
    width: calc(50% - 25px);
  }

  .wishlist__items .result {
    width: 100%;
    background-color: #fff;
  }

  .wishlist__form-wrap {
    position: sticky !important;
    top: 180px !important;
    margin-bottom: 40px;
  }
}

.wishlist__form-wrap p {
  margin-bottom: 20px;
}

.wpforms-container {
  margin: 0 !important;
}

.wishlist {
  background-color: #F9FAFB;
}

.wishlist__form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wishlist__form .wpforms-field-container .wpforms-field {
  width: 100%;
}

.wishlist__form .wishlist__form-wrap .form-columns-2, .scheme-single__right-inner .form-columns-2, .interest-modal__form .form-columns-2 {
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.wishlist__form .wishlist__form-wrap .form-columns-1, .scheme-single__right-inner .form-columns-1, .interest-modal__form .form-columns-1 {
  max-width: none;
}

.wishlist__form .wishlist__form-wrap .form-columns-2 .hs-form-field, .scheme-single__right-inner .form-columns-2 .hs-form-field, .interest-modal__form .form-columns-2 .hs-form-field {
  width: 100% !important;
}

@media(min-width: 768px) {
  .wishlist__form .wishlist__form-wrap .form-columns-2 .hs-form-field, .scheme-single__right-inner .form-columns-2 .hs-form-field, .interest-modal__form .form-columns-2 .hs-form-field {
    width: calc(50% - 5px) !important;
  }
}

.scheme-single__right-inner .form-columns-2 .hs-form-field {
  width: 100% !important;
}

.wishlist__form .wishlist__form-wrap label, .scheme-single__right-inner label, .interest-modal__form label {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 5px;
  color: #374151;
}

.wishlist__form .wishlist__form-wrap input, .wishlist__form .wishlist__form-wrap textarea, .scheme-single__right-inner input, .scheme-single__right-inner textarea, .interest-modal__form input, .interest-modal__form textarea {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #374151;
}

.legal-consent-container {
  font-size: 12px;
  color: #374151;
  margin-bottom: 20px;
  margin-top: 20px;
}

.inputs-list {
  padding: 0 !important;
  list-style: none !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.wishlist__form .wishlist__form-wrap textarea, .scheme-single__right-inner textarea, .interest-modal__form textarea  { 
  width: 100% !important;
}

.wishlist__clear {
  border: 1px solid #dc2626 !important;
  color: #dc2626 !important;
  background-color: #fff !important;
  padding-left: 30px !important;
  position: relative;
}

.wishlist__clear::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-trash w-4 h-4 mr-2'%3E%3Cpath d='M3 6h18'%3E%3C/path%3E%3Cpath d='M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6'%3E%3C/path%3E%3Cpath d='M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
}

.wishlist__clear:hover {
  background-color: rgb(250, 227, 227) !important;
  color: #dc2626 !important;
}

.wishlist__form .wpforms-field-container .wpforms-field-textarea{
  width: 100%;
}

.wishlist__form-wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgb(226, 232, 240);
}

.wishlist__form-wrap h2 {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .wishlist__form .wpforms-field-container .wpforms-field {
    width: calc(50% - 5px);
  }

  .wishlist__form .wpforms-field-container .wpforms-field-textarea{
    width: 100%;
  }
}

.scheme-single {
  background-color: #F9FAFB;
  padding: 50px 0;
  padding-bottom: 0;
}

.scheme-single__wrapper {
  display: flex;
  flex-wrap: wrap;
  /* align-items: flex-start; */
  gap: 20px;
}

.scheme-single__left {
  width: 100%;
}

.scheme-single__right {
  width: 100%;
}

@media (min-width: 768px) {
  .scheme-single__wrapper {
    flex-direction: row;
    gap: 40px;
  }

  .scheme-single__left, .scheme-single__right {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .scheme-single__wrapper {
    gap: 50px;
  }

  .scheme-single__left {
    width: calc(100% - 450px);
  }

  .scheme-single__right {
    width: 400px;
  }
}

.scheme-single__intro, .scheme-single__right-inner, .scheme-single__accordions, .scheme-single__right-contact, .howitworks {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.scheme-single__intro h1 {
  line-height: 1.3;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0 !important;
}

.scheme-single__right h2 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

.scheme-single__intro p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.scheme-single .result__price p {
  color: #007AB9;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

.scheme-single .result__date p {
  margin: 0;
}

.scheme-single__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.scheme-single__info-item {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px !important;
}

@media (min-width: 1024px) {
  .scheme-single__info-item {
    width: calc(50% - 10px);
  }
}

.scheme-single__info-item h3 {
  font-size: 16px;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0px !important;
}

.scheme-single__info-item p, .scheme-single__info-item span, .scheme-single__info-item * {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}

.scheme-single__info-item p:last-of-type {
  margin-bottom: 0 !important;
}

.scheme-single__out p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #666;
  margin-top: 10px;
}

.scheme-single__accordion {
  border-bottom: 1px solid rgb(226, 232, 240);
  margin-bottom: 0px;
}

.scheme-single__accordion-header {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 20px 0;
  position: relative;
}

.scheme-single__accordion-header::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 20px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M2 4l3 3 3-3' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}

.scheme-single__accordion.active .scheme-single__accordion-header::after {
  transform: rotate(180deg);
}

.scheme-single__accordion-content {
  display: none;
  padding-bottom: 20px;
}

.scheme-single__accordion-header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.scheme-single__accordion-content p, .scheme-single__accordion-content li, .scheme-single__accordion-content div {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  line-height: 1.5 !important;
  text-align: left !important;
}

.scheme-single__accordion-content p:last-of-type {
  margin-bottom: 0;
}

.scheme-single__accordion.first {
  border-top: 1px solid rgb(226, 232, 240);
}

.scheme-single__accordion.active .scheme-single__accordion-content {
  display: block;
}

.scheme-single__right-contact h4 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-size: 20px;
  font-weight: 700;
}

.scheme-single__right-contact-inner {
  position: relative;
  padding-left: 30px;
}

.scheme-single__right-contact-inner p, .scheme-single__right-contact-inner a {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.scheme-single__right-contact-inner a {
  color:rgb(53, 96, 124);
  font-size: 14px;
  font-weight: 400;
}

.scheme-single__right-contact-inner--email {
  margin-bottom: 20px;
}

.scheme-single__right-contact-inner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.scheme-single__right-contact-inner--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007AB9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect width='20' height='16' x='2' y='4' rx='2'%3E%3C/rect%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'%3E%3C/path%3E%3C/svg%3E");
}

.scheme-single__right-contact-inner--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007AB9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' %3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'%3E%3C/path%3E%3C/svg%3E");
}

.howitworks__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.howitworks__item {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgb(226, 232, 240);
}

@media (min-width: 1024px) {
  .howitworks__wrapper {
    gap: 30px;
  }

  .howitworks__item {
    width: calc(33.3333% - 20px);
  }
}

.howitworks__item-image {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 65px;
  height: 65px;
  background-color: #007AB9;
  border-radius: 50%;
  align-items: center;
}

.howitworks__item-image svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
}

.howitworks__item-content {
  text-align: center;
}

.howitworks__item-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.howitworks__item-content ul {
  padding-left: 20px;
  margin-bottom: 0;
  text-align: left;
}

.howitworks__item-content ul li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.howitworks__item-content ul li:last-of-type {
  margin-bottom: 0;
}

.howitworks__item-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0;
}

.howitworks h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #000;
}

.scheme-single__related {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.scheme-single__related h2, .scheme-single__right-inner h2 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.scheme-single__related h2 {
  margin-bottom: 0 !important;
}

.scheme-single__related-slider .result {
  white-space: normal;
}

.scheme-single__related-slider .result__category p {
  margin-bottom: 20px;
}

.scheme-single__related-upper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.scheme-single__related-controls {
  display: flex;
  gap: 10px;
}

.scheme-single__related-controls button {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid rgb(226, 232, 240);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: all 0.3s ease;
}

.scheme-single__related-controls button svg {
  width: 20px;
  height: 20px;
  stroke: #000;
}

.scheme-single__related-controls button:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.glide__bullets {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.glide__bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgb(209 213 219);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.glide__bullet:hover {
  background-color: rgb(107 114 128);
}

.glide__bullet--active {
  background-color: #0078B9;
}

.sticky {
  position: sticky;
  top: 180px;
  margin-bottom: 40px;
}

.pc__results-no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid rgb(226, 232, 240);
  border-bottom: 1px solid rgb(226, 232, 240);
  width: 100%;
  display: none;
}

.pc__results-no-results h2, .pc__results-no-results p {
  margin-top: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.pc__results-no-results svg {
  width: 50px;
  height: 50px;
  stroke: #000;
}

.pc__lower-technology-checkboxes, .pc__lower-sample-types-checkboxes {
  max-height: 205px;
  overflow: auto;
  padding-bottom: 10px;
}

.pc__lower-technology, .pc__lower-sample-types {
  position: relative;
}

.pc__lower-technology::before, .pc__lower-sample-types::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
  z-index: 1;
  pointer-events: none;
}

.hs-button {
  height: auto !important;
}

.slides-1 .scheme-single__related-controls, .slides-1 .glide__bullets {
  display: none !important;
}

@media (min-width: 768px) {
  .slides-2 .scheme-single__related-controls, .slides-2 .glide__bullets {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .slides-3 .scheme-single__related-controls, .slides-3 .glide__bullets {
    display: none !important;
  }
}