:root {
  --dark-grey: #aaa;
  --black: #030000;
  --white: white;
  --dark-grey-2: #454545;
  --darker-grey: #6a6a6a;
  --dark-slate-blue: #3f588d;
  --white_15: rgba(255, 255, 255, .15);
  --grey-bbb: #bbb;
  --green-2: #328c79;
  --grey-2: #616161;
  --new-grey: #aaa;
  --black-2: #151439;
  --grey-3: #666;
  --green: #2c8542;
  --grey-new: #f7f7f7;
  --steel-blue-2: #6382b5;
  --steel-blue3: #738ebc;
  --light-blue: #6382b5;
  --grey-98: #989898;
  --blue-linkedin: #4770a0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-xxlarge.hide-tablet.exception {
  padding-top: 2rem;
  padding-bottom: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-medium {
  width: 100%;
  max-width: 16.25rem;
  margin-bottom: 2.25rem;
}

.margin-bottom.margin-medium.heading {
  max-width: none;
}

.margin-bottom.margin-medium.ploygreen_heading {
  max-width: none;
  margin-bottom: 2rem;
}

.margin-bottom.margin-medium.no-ch {
  max-width: none;
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium.foote {
  margin-bottom: 1rem;
}

.margin-bottom.margin-small.accolades {
  margin-bottom: .5rem;
}

.margin-bottom.margin-small.in-palstic-row {
  width: 100%;
  justify-content: center;
  display: flex;
}

.margin-bottom.margin-xxlarge._4 {
  margin-bottom: 3.5rem;
}

.margin-bottom.margin-large {
  margin-bottom: 4rem;
}

.margin-bottom.margin-large.contact_header {
  margin-bottom: 2.25rem;
}

.margin-bottom.margin-large.contiflow {
  margin-bottom: 5rem;
}

.margin-bottom.botoom2-5rem {
  margin-bottom: 2.4rem;
}

.margin-bottom.margin-med {
  width: 100%;
  margin-bottom: 2rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge.contact--mob {
  padding-top: 5.4rem;
  padding-bottom: 5rem;
}

.padding-vertical.padding-large {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical.padding-xlarge {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.padding-vertical.padding-xlarge.circulr {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.padding-vertical.padding-xlarge.purificaion, .padding-vertical.padding-xlarge.purificaion._4-rem {
  padding-top: 3rem;
}

.padding-vertical.padding-xlarge.purificaion._4-rem.hjvjgc {
  padding-top: 5rem;
  padding-bottom: 4rem;
}

.padding-vertical.padding-xlarge.plastic-in-environ {
  align-items: flex-end;
  padding-top: 3rem;
  display: flex;
}

.padding-vertical.padding-xlarge.contact-quotes {
  padding-top: 6.625rem;
  padding-bottom: 9.25rem;
}

.padding-vertical.padding-xlarge.reading {
  padding-bottom: 5rem;
}

.padding-vertical.padding-medium.get_in_touch {
  padding-top: 8rem;
  padding-bottom: 1.5rem;
}

.padding-vertical.padding-medium.get_in_touch.padding-top-get {
  padding-top: 4rem;
}

.padding-vertical.bottom-large {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.padding-vertical.reading-2 {
  margin-bottom: 4rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-medium.padding-block {
  padding-bottom: 1rem;
}

.padding-bottom.padding-xxhuge {
  padding-bottom: 14rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.icon-1x1-small.arrow {
  padding-bottom: 0;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: .1;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: var(--dark-grey);
}

.text-color-grey.text-align-center.purification {
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
}

.text-color-grey.ydytd {
  font-size: 2.1rem;
  display: block;
}

.text-color-grey.ydytd.black-span, .text-color-grey.blask-span {
  color: #000;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-family: Sf pro display, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.technology_instances {
  font-size: 3rem;
}

.heading-style-h3.plastics {
  max-width: 35rem;
  font-size: 2.625rem;
  line-height: 1.4;
}

.heading-style-h3.white {
  color: #fff;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 3rem;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
  padding-top: 0;
}

.icon-1x1-medium.processtraisl_grid {
  width: 1.5rem;
  height: 1.5rem;
  padding-top: .25rem;
}

.icon-1x1-medium.read {
  width: 1.5rem;
  height: 1.5rem;
  padding-top: .25rem;
  padding-bottom: 0;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  width: 100%;
  letter-spacing: -.01em;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  font-size: 1.05rem;
}

.padding-global.technology-exception {
  top: 91%;
}

.padding-global.min {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.slider {
  display: none;
}

.padding-global.home-_header {
  padding-left: 7rem;
  padding-right: 5.8125rem;
}

.padding-global.home-2 {
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

.padding-global.stats {
  padding-left: 5rem;
  padding-right: 5rem;
}

.padding-global.footer {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.padding-global.contat-quote {
  padding-left: 6.875rem;
  padding-right: 6.875rem;
}

.padding-global.awards_header {
  padding-left: 6.6875rem;
}

.padding-global.fedsrtock-extar {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.padding-global.closing-loop {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.padding-global.circluar {
  padding-left: 6.875rem;
  padding-right: 6.875rem;
}

.padding-global.purification {
  padding-left: 7rem;
  padding-right: 7rem;
}

.padding-global.purifi.center-allign {
  justify-content: center;
  display: flex;
}

.padding-global.purifi.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-global.purifi.align-center._8-lines.right-padding {
  padding-right: 3rem;
}

.padding-global.team-heading.less {
  padding-left: 1rem;
  padding-right: 1rem;
}

.padding-global.publication {
  float: left;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
  display: block;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
}

.padding-section-small.footer {
  padding-bottom: 2rem;
}

.padding-section-small.platfrom {
  padding-bottom: 3rem;
}

.padding-section-small.platfrom.platform {
  padding-top: 5rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
  letter-spacing: .03rem;
  font-weight: 500;
  line-height: 1.33;
}

.text-color-white.hide-mobile-portrait {
  font-size: 3rem;
  font-weight: 700;
}

.text-color-white.mobile-only {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  letter-spacing: .03em;
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 2.57143;
}

.text-size-tiny.text-color-white {
  letter-spacing: .05em;
  font-weight: 200;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-family: Sf pro display, sans-serif;
  font-weight: 400;
}

.text-weight-light.text-align-left {
  font-size: 2.375rem;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  color: var(--dark-grey-2);
  letter-spacing: .003em;
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
}

.text-size-regular.text-color-white {
  color: var(--white);
}

.text-size-regular.mob-2lines {
  font-size: 1.125rem;
}

.text-size-regular.text-style-3lines {
  letter-spacing: .02rem;
  font-size: .9375rem;
}

.text-size-regular.text-style-3lines.patent-instance {
  max-width: 16rem;
}

.text-size-regular.platform {
  font-size: 1rem;
  font-weight: 400;
}

.text-size-regular.r-d {
  color: var(--darker-grey);
  font-size: 1.25rem;
}

.text-size-regular.r-d.ch-lim {
  max-width: 32ch;
}

.text-size-regular.r-d.ch-limit-2 {
  max-width: 34ch;
}

.text-size-regular.r-d.ch-lim3 {
  max-width: 32ch;
}

.text-size-regular.r-d._1_1 {
  max-width: 35ch;
  margin-bottom: .5rem;
}

.text-size-regular.r-d._1_2 {
  max-width: 35ch;
}

.text-size-regular.r-d._2-1 {
  max-width: 34ch;
  margin-bottom: .5rem;
}

.text-size-regular.r-d._2_2 {
  max-width: 34ch;
}

.text-size-regular.ch-lim-12 {
  width: 26ch;
}

.text-size-regular.tetra_text {
  margin-top: 5px;
  font-size: .983125rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-family: Sf pro display, sans-serif;
  font-weight: 700;
}

.text-weight-bold.r-d {
  max-width: 45ch;
  color: #4770a0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fs-styleguide_component {
  display: block;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center.myplastic-row {
  max-width: 100%;
  align-items: center;
  display: flex;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  letter-spacing: .02em;
  font-family: Sf pro display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.text-size-small.plastics {
  line-height: 1.4;
}

.text-size-small.plastics.text-color-darkgrey {
  color: var(--dark-grey-2);
  font-size: .96rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.platsics {
  max-width: 30rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.9rem;
  line-height: 1.2;
  position: relative;
}

.heading-style-h4.platsics.ch-25 {
  max-width: 25rem;
  font-size: 1.6875rem;
}

.heading-style-h4.platsics.ch-32 {
  max-width: 32rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  background-color: var(--dark-slate-blue);
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-medium_2 {
  color: var(--white);
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.22;
}

.text-size-medium_2.text-color-grey {
  color: var(--dark-grey);
}

.text-size-medium_2.text-color-grey.graph_instance {
  max-width: 48ch;
  font-size: 1.44rem;
  line-height: 1.59091;
}

.text-size-medium_2.proces_chart {
  margin-bottom: 1.5rem;
  font-size: 1.93333rem;
}

.text-size-medium_2.proces_chart.padding-top {
  margin-bottom: -3rem;
  padding-top: 2rem;
}

.text-size-medium_2.proces_chart.zero-opacity {
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0);
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-wrapper {
  position: relative;
}

.page-wrapper.demo {
  background-color: var(--black);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  max-width: 80rem;
  grid-column-gap: 16rem;
  margin-left: 0;
  margin-right: 0;
}

.container-large._70rem {
  max-width: 73rem;
  font-size: 1.1rem;
}

.container-large.left-align-content {
  justify-content: flex-start;
}

.container-large.left-align-content._70-rem {
  max-width: 73rem;
}

.container-large.center-allign.footer {
  justify-content: flex-start;
  display: flex;
}

.container-large.platform {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large.get_touch {
  margin-left: 3.525rem;
  margin-right: 3.625rem;
}

.container-large.contiflow_grid {
  max-width: 85rem;
}

.container-large.team--page {
  width: 76.25rem;
  max-width: none;
}

.container-large.team--page.new {
  width: 76.9rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large.publication {
  margin-left: 0;
  margin-right: 0;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.text-align-center.awards {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  position: relative;
}

.main-wrapper.overflow-hidden {
  display: block;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.submit_button {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
  line-height: 1.1875;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.submit_button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.submit_button.is-small {
  padding: .5rem 1.25rem;
}

.submit_button.is-large {
  padding: 1rem 2rem;
}

.submit_button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.submit_button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-family: Sf pro display, sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.42857;
}

.text-size-medium.text-align-center {
  text-align: left;
}

.text-size-medium.text-align-center.flagship-instance {
  width: auto;
  max-width: 24ch;
  letter-spacing: .02rem;
  margin-bottom: .5rem;
  font-size: 2.1875rem;
}

.text-size-medium.technology-instnce {
  letter-spacing: .02rem;
  padding-right: 12rem;
  font-size: 1.8rem;
}

.text-size-medium.technology-instnce.ch-9 {
  padding-right: 3.6rem;
  font-size: 2.2rem;
}

.text-size-medium.technology-instnce.ch-9.jhfg {
  flex-direction: column;
  padding-right: 5.4rem;
  font-size: 2.1rem;
  display: inline-block;
}

.text-size-medium.polycycl {
  max-width: 100%;
  font-size: 1.9375rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.padding-section-medium.flagship-instance {
  padding-bottom: 6rem;
}

.padding-section-medium.awards {
  padding-bottom: 5rem;
}

.padding-section-medium.awards.top {
  padding-top: 6.25rem;
  padding-bottom: 4.75rem;
}

.padding-section-medium.awards.top.center-allign {
  justify-content: center;
  display: flex;
}

.padding-section-medium.contiflow_cracker {
  flex-direction: column;
  justify-content: center;
  padding-bottom: 0;
  display: flex;
}

.padding-section-medium.closing-loop {
  padding-top: 5.625rem;
  padding-bottom: 2rem;
}

.padding-section-medium.closing-loop.low-specing {
  padding-bottom: .2rem;
}

.padding-section-medium.awads {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.heading {
  font-family: Sf pro display, sans-serif;
}

.heading-2 {
  letter-spacing: .03em;
  font-family: Sf pro display, sans-serif;
  font-size: 4rem;
  line-height: 4.6875rem;
}

.heading-3 {
  letter-spacing: .03em;
}

.text-size-xxlarge {
  width: auto;
  max-width: none;
  letter-spacing: .03px;
  background-color: rgba(0, 0, 0, 0);
  font-family: Sf pro display, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}

.text-size-xxlarge.ch-22 {
  max-width: 22ch;
}

.text-size-xxlarge.home {
  max-width: 23ch;
}

.text-size-xxlarge.purifiction-page {
  width: 22ch;
  max-width: none;
}

.text-size-xxlarge.purifiction-page.purification-h-width {
  width: 26ch;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.navbar1_dropdown-link {
  border-style: solid none none;
  border-width: 4px 0 0;
  border-color: var(--dark-grey-2) var(--white_15) var(--white_15);
  background-color: var(--dark-grey-2);
  color: var(--white);
  padding: .5rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.125;
}

.navbar1_dropdown-link.w--current {
  background-color: var(--dark-grey-2);
  color: var(--white);
}

.navbar1_dropdown-link.w--current:hover, .navbar1_dropdown-link.w--current:active, .navbar1_dropdown-link.w--current:visited {
  color: var(--white);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu.is-page-height-tablet {
  border: 0 rgba(0, 0, 0, 0);
}

.navbar1_menu-dropdown {
  color: #fff;
  letter-spacing: .02em;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
  line-height: 1.125;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list {
  background-color: var(--dark-grey-2);
  outline-offset: 0px;
  mix-blend-mode: normal;
  border: 0 rgba(0, 0, 0, 0);
  outline: 0 rgba(0, 0, 0, 0);
  display: none;
}

.navbar1_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: none;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .25rem;
  border: 0px solid var(--white_15);
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  background-color: var(--white);
  opacity: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_link {
  color: #fff;
  letter-spacing: .02em;
  padding: .5rem 0;
  font-family: Sf pro display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1255;
  text-decoration: none;
}

.navbar_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_logo {
  width: 8.5625rem;
  max-width: none;
}

.navbar1_logo.v2 {
  max-height: 2.5rem;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer_links1 {
  max-width: 32ch;
  color: var(--black);
  letter-spacing: .03em;
  padding-top: .5rem;
  padding-bottom: .875rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.footer3_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.footer_component {
  background-color: rgba(0, 0, 0, .35);
  background-image: url('../images/FW_Plastik_08----2.jpg');
  background-position: 50%;
  background-size: 1440px;
}

.footer_component.overflow-hidden {
  width: auto;
  clear: both;
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: 100vw;
  position: relative;
}

.footer_component.overflow-hidden._100-vw {
  width: 100vw;
}

.footer_left-wrapper {
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.footer_link-list {
  width: 23rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  padding-top: 1rem;
  display: flex;
  position: static;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer3_details-wrapper {
  width: 100%;
}

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px dotted #000;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer3_top-wrapper {
  grid-column-gap: 11rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 13rem;
  align-items: start;
}

.footer_credit-text {
  margin-top: 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 1.875;
}

.footer_credit-text.hide-mobile-portrait {
  font-size: .9375rem;
}

.footer_credit-text.mobile-only {
  display: none;
}

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_header {
  background-image: url('../images/Home_banner-bg.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.section_header.overflow-hidden {
  width: 100vw;
  background-image: url('../images/Group-3774.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
}

.header1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4.6rem;
  display: grid;
}

.header1_component.home-banner-specing {
  margin-top: 0;
}

.padding-section-large-2 {
  padding-top: 5.4rem;
  padding-bottom: 5.4rem;
}

.technology-_content {
  align-items: center;
  display: flex;
}

.header_video-wrapper {
  z-index: 4;
  justify-content: center;
  display: flex;
  position: relative;
}

.text-size-medium-2 {
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
}

.text-size-medium-2.proces_chart {
  font-size: 1.2rem;
  line-height: 1.8;
}

.text-size-medium-2.shadow_effect {
  color: var(--white);
  letter-spacing: .03rem;
  text-shadow: 2px 2px 2.5px #000;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 1.125rem;
}

.text-size-medium-2.team {
  letter-spacing: .03rem;
  font-size: 1.375rem;
}

.text-size-medium-2.subheading-awards {
  font-size: 1.5rem;
}

.text-size-medium-2.subheading-awards.ch-18 {
  font-size: 1.625rem;
}

.text-size-medium-2.text-color-grey.charc-limit {
  max-width: 75ch;
}

.text-size-medium-2.ch-60 {
  max-width: 65ch;
  font-size: 1.375rem;
}

.text-size-medium-2.ch-60._2 {
  max-width: 62ch;
}

.text-size-medium-2.ch-60._3 {
  max-width: 60ch;
}

.text-size-medium-2.polygrreen {
  letter-spacing: .03rem;
  font-size: 1.375rem;
}

.text-size-medium-2.ch-50 {
  max-width: 50ch;
  font-size: 1.375rem;
  line-height: 1.77273;
}

.text-size-medium-2.ch-50.werw {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 4rem;
  display: flex;
  overflow: hidden;
}

.button-wrapper.is-center {
  justify-content: center;
}

.button-wrapper.technology-in-r-d.rd-button {
  margin-top: 2rem;
  margin-bottom: 0;
}

.blog33_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

.blog33_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog33_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.blog33_author-image-wrapper {
  margin-right: 1rem;
}

.heading-style-h5-2 {
  font-family: Sf pro display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.patent_items {
  max-width: none;
}

.patent_component {
  max-width: 80rem;
  flex-direction: column;
  align-items: center;
}

.patents_grid_list {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: start;
  display: grid;
}

.blog33_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog33_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog3_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.patent_image {
  width: 18.75rem;
  height: 140px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  border-radius: 10px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_patents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_patents.overflow-hidden {
  width: 100vw;
}

.section_patents.overflow-hidden.home.my-hide {
  display: none;
}

.blog33_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog33_date-wrapper {
  align-items: center;
  display: flex;
}

.blog33_author-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.stats_icon {
  width: 2.7rem;
  height: 2.7rem;
  max-width: 90%;
}

.layout242_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_stats {
  background-color: var(--black);
}

.section_stats.overflow-hidden {
  width: 100vw;
  object-fit: fill;
}

.stats_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  justify-items: start;
  margin-right: 6rem;
  display: grid;
}

.sustainability_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.banner_image {
  position: static;
}

.bannrer_video_button {
  z-index: 4;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: 35%;
  right: 0%;
}

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

.section_aboutpatent.overflow-hidden {
  width: 100vw;
}

.section_aboutpatent.overflow-hidden.my-bg-section {
  background-image: url('../images/FW_Plastik_08----2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 67px;
}

.gallery7_lightbox-link {
  width: 100%;
}

.gallery7_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.gallery7_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.gallery7_image-wrapper-large {
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery7_image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about_container {
  width: auto;
  max-width: 65.375rem;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.about_container.no-padding {
  max-width: 104ch;
  margin-right: 0;
}

.about_container.zero-pad {
  max-width: none;
  margin-right: 0;
}

.heading-4 {
  text-align: left;
}

.heading-5 {
  color: var(--black);
  font-family: Sf pro display, sans-serif;
  font-size: 1.6875rem;
  line-height: 2.0625rem;
  display: inline;
}

.patent_image_wrapper {
  position: relative;
  overflow: hidden;
}

.bold_numbers_text {
  z-index: 99;
  color: #fff;
  font-family: Sf pro display, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 4%;
  right: auto;
}

.accolades_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 2fr;
  grid-auto-columns: 1fr;
  display: block;
}

.accolades_component.awards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats_item {
  grid-column-gap: 1.5rem;
  justify-content: space-around;
  display: flex;
}

.stats_text {
  color: var(--grey-bbb);
  font-family: Sf pro display, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
}

.stats_text.hide-mobile-portrait {
  font-size: 1.375rem;
  line-height: 1.2;
}

.stats_text.mobile-only {
  display: none;
}

.stats_number {
  color: #fffefe;
  letter-spacing: .03em;
  font-family: Sf pro display, sans-serif;
  font-size: 2.625rem;
  font-weight: 900;
}

.stats_number.hide-mobile-portrait {
  font-size: 2.5rem;
}

.stats_number.only-mobile, .stats_number.mobile-only {
  display: none;
}

.stats_number.row-plus {
  font-size: 2.5rem;
  display: flex;
}

.footer_heading_text {
  color: var(--dark-slate-blue);
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.footer_links2 {
  color: var(--dark-grey-2);
  padding-top: .5rem;
  padding-bottom: .875rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.footer_links2.text-color-grey {
  letter-spacing: .03em;
  padding-bottom: .125rem;
  font-size: 1.25rem;
}

.footer_links2.text-color-grey.hide-desktop {
  display: none;
}

.footer_logo {
  width: 80%;
  max-width: none;
}

.stats_divider {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.stats_divider.hide-mobile-portrait {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.stats_divider_half.mobile-only {
  display: none;
}

.button_text {
  padding: 1.125rem 2.8125rem 1.125rem 2.5rem;
  font-family: Sf pro display, sans-serif;
  line-height: 1.1875;
  text-decoration: none;
}

.button_text.graph {
  margin-top: 0;
}

.cta_button {
  color: var(--white);
  background-image: url('../images/Button_Texture.jpg');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.cta_button.graph {
  margin-top: .5rem;
}

.cta_button.form {
  text-align: right;
  letter-spacing: .03rem;
  padding: 1rem 2rem;
}

.section_technology_2 {
  background-image: url('../images/FW_Plastik_08----2-flagship.jpg');
  background-position: 50%;
  overflow: hidden;
}

.section_technology_2.overflow-hidden {
  width: 100vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_technology_2.awards {
  display: none;
}

.section_technology_2.awards-desktoponly {
  background-image: none;
}

.technology_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.animation_wrapper {
  width: 37.5rem;
  height: 37.5rem;
  display: flex;
  position: relative;
}

.technology_text_wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  display: inline-block;
}

.technology_text_wrapper.mobile-only {
  display: none;
}

.technology_text_wrapper.home {
  align-items: flex-start;
}

.technology_text_wrapper.home.home-page {
  padding-left: 0;
  display: flex;
}

.sub_heading {
  letter-spacing: .03em;
  font-size: 1.5rem;
  font-weight: 300;
}

.image {
  flex: 1;
}

.blue_divider_desktop {
  width: 66.125rem;
  max-width: none;
  flex: 0 auto;
  position: absolute;
}

.divider_wrapper {
  width: 75%;
  margin-left: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0;
  display: block;
  position: relative;
}

.sub_heading_technology {
  color: var(--black);
  letter-spacing: .03em;
  margin-top: -1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  position: static;
}

.sub_heading_technology.white {
  color: #fff;
  font-size: 1.7rem;
}

.trademark {
  color: var(--dark-grey);
  font-family: Sf pro display, sans-serif;
  font-size: .8rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.trademark.tetra_instance {
  right: -14%;
}

.trademark.flagship_instance {
  color: var(--dark-grey);
  font-size: .72rem;
  top: -1.3rem;
  right: -8%;
}

.trademark_wrapper {
  display: inline-block;
  position: relative;
}

.section_graph {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section_graph.overflow-hidden {
  width: 100vw;
  background-image: url('../images/Graph-Background-1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100vw;
}

.graph_container {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 4.875rem 4.875rem 12rem;
  position: relative;
}

.graph_info_wrappper {
  max-width: 44.82rem;
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waste_image_component {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  margin-bottom: 1rem;
  display: flex;
}

.img_wrapper_four {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.img_warpper-of-two {
  grid-column-gap: .5625rem;
  display: flex;
}

.waste_img_portrait {
  height: 16.25rem;
  max-height: none;
  max-width: none;
}

.waste_img {
  height: 7.8125rem;
  max-height: none;
  max-width: none;
}

.section_waste_conversion {
  height: 460rem;
  display: none;
  top: 2rem;
}

.horizontal_frame {
  width: 458.563rem;
  height: 100vh;
  background-color: var(--black);
  background-image: url('../images/BG-Img-Horizontal-scroll.png');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  align-items: center;
  padding: 6rem 4rem;
  display: none;
  position: relative;
}

.process_item {
  grid-column-gap: 1.5rem;
  align-items: flex-start;
  display: none;
}

.process_item.show {
  display: block;
}

.sr_no {
  width: auto;
  color: rgba(255, 255, 255, .35);
  text-align: right;
  font-family: Sf pro display, sans-serif;
  font-size: 11.75rem;
  line-height: .8;
  display: inline;
}

.process_content_grid {
  width: auto;
  max-width: 40rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.text-size--large-2 {
  width: 34rem;
  height: auto;
  max-height: none;
  max-width: none;
  color: var(--white);
  letter-spacing: .03em;
  font-family: Sf pro display, sans-serif;
  font-size: 2.22rem;
  font-weight: 700;
  line-height: 1.28889;
  overflow: hidden;
}

.text-size--large-2.negative-margin {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
}

.text-size--large-2.ch-lim-1 {
  width: 18ch;
  font-size: 2.8125rem;
}

.text-size--large-2._2 {
  max-width: 543.609ch;
  font-size: 2.8125rem;
}

.text-size-regular-2 {
  max-width: 32rem;
  color: var(--white);
  letter-spacing: .03rem;
  margin-left: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.68;
}

.text-size-regular-2.plastics {
  max-width: none;
  font-weight: 500;
  line-height: 1.4;
}

.text-size-regular-2.plastics.ch-70 {
  max-width: 67ch;
  margin-bottom: 1rem;
  font-size: 1.4375rem;
}

.text-size-regular-2.plastics.ch-76 {
  max-width: 76ch;
  font-size: 1.4375rem;
}

.text-size-regular-2.py-cjhlim {
  max-width: 33ch;
  font-size: 1.5625rem;
  font-weight: 400;
}

.text-size-regular-2.horizontal-scroll {
  font-size: 1.5625rem;
}

.process_image_wrapper {
  margin-top: 3.22rem;
  margin-left: 0;
}

.process_img {
  z-index: 5;
  width: auto;
  height: 100%;
  max-height: 29rem;
  max-width: none;
  display: block;
  position: relative;
}

.process_img.margin-left {
  margin-left: -4rem;
}

.serial_no_wrapper {
  margin-top: 0;
}

.process_grid {
  z-index: 4;
  grid-column-gap: 30rem;
  grid-row-gap: 5rem;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 16rem;
  display: grid;
  position: relative;
}

.hori_scroll_view {
  width: 100vw;
  height: 100vh;
  background-color: var(--black);
  object-fit: fill;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.process_flow_flex {
  z-index: 2;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 8rem;
  right: 0%;
}

.process_direction_img {
  width: 9.8rem;
  max-width: none;
  display: block;
}

.direction_line_wrapper {
  width: 100%;
  max-width: 110rem;
  align-items: center;
  display: none;
  overflow: hidden;
}

.animation_image {
  width: 37.5rem;
  height: 37.5rem;
  max-width: 100%;
  display: block;
  position: static;
}

.animation_image.z-index-2 {
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation_image.z-index-4 {
  z-index: 4;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation_image.z-index-6 {
  z-index: 6;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rotating_ring {
  z-index: 8;
  width: 37.5rem;
  height: 37.5rem;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation_text {
  z-index: 100;
  color: var(--white);
  text-align: center;
  letter-spacing: .03rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Sf pro display, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
}

.animation_text.z-index-7 {
  z-index: 7;
  font-size: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation_text.z-index-7.dial-text-1 {
  display: flex;
}

.animation_text.z-index-5 {
  z-index: 5;
  font-size: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation_text.z-index-3 {
  z-index: 3;
  color: var(--white);
  font-size: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation_text.z-index-1 {
  z-index: 1;
  font-size: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_down_arrow.hide-mobile-portrait {
  width: auto;
  height: 6.9375rem;
  max-width: none;
}

.header_content {
  width: 100%;
  max-width: 33.4375rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.stats_header {
  color: var(--white);
  letter-spacing: .03em;
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  background-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-6 {
  font-size: 4rem;
  line-height: 1.17188;
}

.footer_contact_wrapper {
  grid-row-gap: .25rem;
  flex-direction: column;
  display: flex;
}

.lightbox-link {
  width: 90%;
  max-width: 37.8125rem;
}

.text-size-medium_3 {
  width: 100%;
  max-width: 49.6875rem;
  color: var(--white);
  font-family: Sf pro display, sans-serif;
  font-size: 2.75rem;
  line-height: 1.25;
}

.text-size-medium_3.margin-left {
  width: 48rem;
  margin-top: 0;
  margin-left: 0;
  font-size: 1.6rem;
}

.process_icon_wrapper {
  position: relative;
}

.process_name_text {
  width: 14rem;
  color: var(--white);
  text-align: left;
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.1875rem;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: -25%;
  left: -10%;
  right: auto;
}

.process_name_text.application_instance {
  text-align: left;
  font-size: 1.1875rem;
  line-height: 1.3;
  top: auto;
  bottom: 28%;
  left: -4%;
  right: auto;
}

.process_application_img_wrappper {
  align-items: center;
  display: flex;
}

.application_content_wrapper {
  margin-bottom: 0;
}

.proces_img_mobile, .tab_vertical_direction_line, .mob_vertical_direction_line {
  display: none;
}

.dujmmy-section {
  width: 100vw;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.process_application_img {
  width: 24rem;
  max-width: none;
  margin-top: 0;
  margin-bottom: 2rem;
}

.application_wrapper {
  width: 68%;
  height: 100%;
  align-items: flex-start;
  display: flex;
}

.navbar1_menu-dropdown-2 {
  border: 0px none var(--white_15);
}

.navbar1_component-2 {
  z-index: 100;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navbar1_component-2.r-d-page, .navbar1_component-2.r-d {
  margin-bottom: -4.5rem;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  border: 0px solid var(--white_15);
  color: var(--white);
  letter-spacing: .02rem;
  padding: .5rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1rem;
  line-height: 1.125;
}

.navbar1_link:hover {
  color: var(--green-2);
}

.navbar1_link.w--current {
  color: var(--white);
}

.navbar1_link.v2 {
  color: var(--black);
}

.drop_down_wrapper {
  border: 0px none var(--white_15);
  position: relative;
}

.white_dropdown {
  margin-bottom: -.75rem;
}

.white_dropdown.r-d {
  display: none;
}

.nav_text {
  color: var(--white);
  letter-spacing: .03rem;
  border: 1px solid rgba(0, 0, 0, 0);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125;
}

.nav_text:hover {
  color: var(--green-2);
}

.nav_text.v2 {
  color: var(--black);
}

.section_mobile.hide-mobile-portrait {
  display: none;
}

.padding_global.mobile-0-padding {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding_global.mobile-0-padding.home {
  width: 100%;
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

.heading_2_instance {
  font-family: Sf pro display, sans-serif;
  font-size: 4rem;
  line-height: 1.09375;
}

.footer_doall_logo {
  width: 2.5rem;
  max-width: none;
  text-align: right;
  position: absolute;
  top: auto;
  bottom: 1.5rem;
  left: auto;
  right: 2.8125rem;
  overflow: hidden;
}

.footer_doall_logo.mobile-only {
  display: none;
}

.div-block {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block.center-allighn {
  justify-content: center;
  display: flex;
}

.div-block.center-allign-content {
  justify-content: center;
  padding-top: 8rem;
  padding-bottom: 4.5rem;
  display: flex;
}

.div-block.center-allign-content.mob {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.div-block.center-allign-content.plastics-in-env {
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.processtraisl_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area . . ."
                 "Area . Area-2 Area-3"
                 "Area-4 Area-4 Area-4 Area-3"
                 ". . . Area-3"
                 / 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  align-items: stretch;
  justify-items: start;
}

.process_icon_flex {
  align-items: center;
  display: flex;
}

.process_title_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  justify-content: start;
  align-items: start;
  justify-items: start;
}

.sr_no_wrapper {
  width: 8rem;
}

.process_title_wrapper {
  width: auto;
  height: auto;
  align-items: flex-end;
  margin-right: 3rem;
  display: block;
}

.process_item_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". . Area-2"
                 "Area Area Area-2"
                 ". . Area-2"
                 / 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: start;
}

.process_item_grid.application {
  grid-template-columns: 1fr 1fr;
}

.process_item_grid._1, .process_item_grid._2 {
  display: none;
}

.spacer {
  padding: 4rem 5rem 4rem 6rem;
  display: block;
  overflow: hidden;
}

.process_desciption {
  margin-left: 8rem;
}

.spacer_2 {
  padding: 4rem 8rem;
}

.direction_line_wrap {
  align-items: center;
  display: flex;
}

.short_direction_line {
  width: 18.75rem;
  max-width: none;
}

.short_direction_line.hide-mobile-landscape {
  max-width: none;
}

.short_direction_line.mobile-only {
  display: none;
}

.process_item_grid_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 / 1fr;
  justify-content: start;
  justify-items: start;
}

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

.spacer_3 {
  padding: 4rem 7rem 4rem 8rem;
}

.horizontal_scroll_frame {
  width: 460rem;
  height: 100vh;
  align-items: center;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 6rem;
  display: flex;
}

.process_grid_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding-top: 0;
  display: grid;
}

.horizontal_direction_line_img {
  z-index: 3;
  width: 56.25rem;
  max-width: none;
  position: relative;
}

.spacer-4 {
  width: 100%;
  height: 100%;
  padding: 4rem 1rem;
}

.process_application_img_wrapper {
  margin-top: 3rem;
  position: relative;
}

.section_horizontal-scroll {
  width: 100vw;
  height: 520rem;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.section_horizontal-scroll.hide-my-class {
  display: none;
}

.view_port {
  width: 100vw;
  height: 100vh;
  background-color: var(--black);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  overflow: hidden;
}

.horizontal_panel {
  width: 520rem;
  height: 100vh;
  background-image: url('../images/BG-Img-Horizontal-scroll.png');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto 100vh;
  align-items: stretch;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  display: flex;
}

.procee_app_img_wrapper {
  margin-top: 1rem;
  position: relative;
}

.graph_title_warpper {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mob_short_direct_line {
  display: none;
}

.padding_global_3 {
  margin-top: -3rem;
  padding: 0 3rem 6rem;
}

.banner_video_thumbnail.mobile-only {
  display: none;
}

.banner_video_thumbnail.hide-mobile-landscape {
  width: 37.8125rem;
  max-width: none;
}

.style_guide {
  background-color: var(--white);
  display: block;
}

.blue_line_short_mob {
  display: none;
}

.dial_heading_text {
  text-align: center;
  font-family: Sf pro display, sans-serif;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.14286;
}

.dial_paragraph_text {
  text-align: center;
  margin-top: 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.53846;
}

.amination_wrap_2 {
  max-width: none;
  position: relative;
}

.rotating_ring-2 {
  z-index: 14;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animat_2_text {
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animat_2_text.z-index-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animat_2_text.z-index-3 {
  z-index: 3;
  flex-direction: column;
}

.animat_2_text.z-index-5 {
  z-index: 5;
  flex-direction: column;
}

.animat_2_text.z-index-7 {
  z-index: 7;
  flex-direction: column;
}

.sequence_no {
  z-index: 9;
  width: 5.875rem;
  height: 5.875rem;
  max-height: 5.875rem;
  max-width: 5.875rem;
  background-color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sequence_no.top {
  z-index: 40;
  width: 6.5rem;
  height: 6.5rem;
  max-height: none;
  max-width: none;
  opacity: 0;
  border-radius: 51%;
  position: absolute;
  left: 38%;
}

.sequence_no.left {
  z-index: 40;
  width: 6.5rem;
  height: 6.5rem;
  max-height: none;
  max-width: none;
  opacity: 0;
  position: absolute;
  top: 42%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.sequence_no.right {
  z-index: 40;
  width: 6.575rem;
  height: 6.5rem;
  max-height: none;
  max-width: none;
  opacity: 0;
  position: absolute;
  top: 42%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.sequence_no.bottom {
  width: 6.5rem;
  height: 6.5rem;
  max-height: none;
  max-width: none;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 42%;
  right: 0%;
}

.white_number {
  color: var(--white);
  font-family: Sf pro display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  display: inline;
}

.ring_50-transparent {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animation_wrap-_fin {
  max-height: 37.75rem;
  max-width: none;
  display: inline;
  position: relative;
}

.hower_img_1 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hower_img_1.z-index-18 {
  z-index: 18;
  opacity: 0;
}

.hower_img_1.z-index-16 {
  z-index: 16;
  opacity: 0;
}

.hower_img_1.z-index-14 {
  z-index: 14;
  opacity: 0;
}

.hower_img_1.z-index-12 {
  z-index: 12;
  opacity: 0;
}

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

.sequence_grid {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hidden-block {
  display: none;
}

.section_team_banner {
  height: auto;
  max-height: 65vw;
  background-image: url('../images/Mask-group_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -4.5rem;
}

.section_team_banner.awards {
  height: 95vh;
  max-height: none;
  background-image: linear-gradient(rgba(3, 0, 0, .1), rgba(3, 0, 0, .1)), url('../images/banner-Image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section_team_banner.awards.award-height {
  height: 100%;
}

.section_team_banner.overflow-hidden {
  margin-top: 0;
}

.banner_translucent_header {
  color: rgba(255, 255, 255, .75);
  letter-spacing: .03em;
  font-size: 6.875rem;
  line-height: 1.09091;
}

.banner_translucent_header.team, .banner_translucent_header.awards {
  font-size: 6.875rem;
}

.banner_translucent_header.ch-15 {
  max-width: 15ch;
  font-size: 6.875rem;
}

.header_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 11.56rem;
  display: flex;
}

.header_wrapper.plastics {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  margin-top: 2rem;
}

.header_wrapper.plastics._3-rem.plastocs {
  margin-top: 5rem;
}

.header_wrapper.plastics._3-rem.plastocs.wrapper-padding {
  margin-top: 4rem;
  padding-bottom: 1rem;
}

.header_wrapper.team {
  grid-row-gap: 3rem;
  justify-content: flex-start;
  margin-top: 10.56rem;
}

.header_wrapper.team.team-banner {
  margin-top: 5rem;
  padding-bottom: 4rem;
}

.header_wrapper.awards {
  margin-top: 8.56rem;
  margin-bottom: 3rem;
}

.header_wrapper.awards.award-banner-spacing {
  margin-top: 5rem;
  margin-bottom: 4rem;
}

.header_container {
  height: 100%;
  max-height: 43.75rem;
  align-items: center;
  display: flex;
}

.section_reading {
  display: none;
}

.reading_component_grid {
  grid-column-gap: 2.6rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reading_image {
  width: 25.375rem;
  height: 14.75rem;
  max-width: none;
  -webkit-backdrop-filter: grayscale(91%);
  backdrop-filter: grayscale(91%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gallery7_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "Area"
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.members_logo {
  height: 1.91313rem;
  max-height: none;
}

.members_logo.exomobil {
  height: 1.6875rem;
  max-height: none;
}

.members_logo.dow {
  height: 2.125rem;
}

.members_logo.reliance {
  height: 2.8125rem;
}

.members_logo.veolia {
  height: 2.0625rem;
  max-width: none;
}

.members_logo.sebia {
  height: 2.0625rem;
}

.members_logo.shell {
  height: 2.875rem;
  max-width: none;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.platform_logo_wrapper {
  grid-column-gap: 3.2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.platform_logo_wrapper.hide-mobile-portrait {
  grid-column-gap: 1.8rem;
}

.section_platform {
  background-image: url('../images/FW_Plastik_08----2-flagship.jpg');
  background-position: 0 0;
  background-size: auto;
}

.section_platform.overflow-hidden.padding-bottom {
  margin-bottom: 4rem;
}

.slider_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_lightbox-link {
  width: 100%;
}

.gallery21_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery21_image-wrapper {
  width: auto;
  padding-top: 0%;
  position: relative;
}

.gallery21_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery21_arrow.is-left {
  right: 4rem;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery21_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.gallery21_slide {
  padding-right: 2rem;
}

.section_gallery21 {
  overflow: hidden;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.sdg_content {
  padding-left: 0;
}

.sdg_component {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.is-center {
  justify-content: center;
}

.text-weight-semibold-2 {
  width: 25ch;
  color: rgba(3, 0, 0, .7);
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.text-weight-semibold-2:hover {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
}

.home4-features_image-wrapper {
  width: 100%;
  position: relative;
}

.layout250_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.plastic_info_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_waste-info {
  justify-content: center;
  display: flex;
}

.layout250_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.plastic_image {
  width: 36.1875rem;
  max-height: none;
  max-width: none;
}

.platics_environ_grid {
  grid-column-gap: 5rem;
  grid-row-gap: 3rem;
}

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

.partition_line_svg {
  width: 75.5rem;
}

.partition_line_svg.team {
  width: 76.125rem;
  max-width: none;
}

.partition_line_svg.hide-mobile-landscape {
  width: 80rem;
}

.partition_line_svg.hide-mobile-landscape.feedstock {
  width: 75.5rem;
  max-width: none;
}

.partition_line_svg.contact {
  width: 75.0625px;
  margin-top: 0;
  margin-bottom: 2rem;
  display: block;
}

.partition_line_svg.contact.bottom {
  margin-top: 2rem;
  margin-bottom: 0;
}

.partition_line_svg.contact._2 {
  width: 75.0625rem;
}

.partition_line_svg.hide-line {
  display: none;
}

.superscript_big {
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  bottom: 1.3rem;
}

.reading_text_wrapper {
  z-index: 5;
  grid-column-gap: .4rem;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: .8rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reading_link_wrapper {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  position: relative;
}

.sgd_img {
  width: 37.9375rem;
  max-width: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.blur_effect {
  z-index: 2;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.superscript_big-text {
  font-size: 2.5rem;
  font-weight: 900;
  position: relative;
  top: -.6rem;
}

.read_shadow_text {
  color: var(--white);
  letter-spacing: .05rem;
  text-shadow: 2px 2px 2.5px #000;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.reading_container {
  justify-content: flex-start;
  display: flex;
}

.heading-7 {
  font-family: Sf pro display, sans-serif;
}

.reference_wrapper {
  margin-bottom: 0;
}

.div-block-3 {
  font-size: 11rem;
}

.section_timeline {
  justify-content: center;
  display: flex;
}

.timeline-_grid_1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 ". Area"
                 / 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline_header {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Oswald, sans-serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1.15;
  display: inline;
}

.timeline_body_text {
  max-width: none;
  letter-spacing: .03rem;
  margin-top: 1rem;
  padding-right: 4.5rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.7;
}

.timeline_body_text._8 {
  max-width: none;
  padding-left: 6rem;
}

.timeline_body_text._8._2 {
  padding-left: 7.5rem;
  padding-right: 0;
}

.timeline_body_text._9 {
  padding-right: 4rem;
}

.timeline_body_text._11 {
  padding-left: 3rem;
  padding-right: 0;
}

.timeline_body_text._13 {
  padding-left: 2.5rem;
  padding-right: 0;
}

.timeline_body_text._15 {
  max-width: none;
  padding-left: 3rem;
  padding-right: 0;
}

.timeline_body_text._12 {
  padding-right: 6.6rem;
}

.section_plastic_banner {
  max-height: 65vw;
  max-width: none;
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/plastic-in-environment-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -4.5rem;
}

.section_plastic_banner.overflow-hidden {
  height: 95vh;
  max-height: none;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.section_plastic_banner.overflow-hidden.plaatic-banner {
  height: 100%;
}

.plastic_info_container {
  max-width: 72rem;
}

.bold_colorful_number {
  color: #4770a0;
  font-family: Sf pro display, sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.45;
  display: block;
  position: static;
  top: -2.3rem;
  bottom: auto;
  left: -3.9rem;
  right: auto;
}

.bold_colorful_number.aqua-green-color {
  color: #42b599;
  font-family: Sf pro display, sans-serif;
  font-size: 2.125rem;
  line-height: 1.45;
  position: static;
  left: -3.8rem;
}

.bold_colorful_number.aqua-green-color.right-allign {
  top: -2.3rem;
  bottom: auto;
  left: auto;
  right: -4rem;
}

.bold_colorful_number.right-allign {
  margin-bottom: -2.2rem;
  font-family: Sf pro display, sans-serif;
  font-size: 2.125rem;
  line-height: 1.45;
  position: static;
  top: -2.1rem;
  bottom: auto;
  left: auto;
  right: -12.5rem;
}

.bold_colorful_number.single-digit {
  font-family: Sf pro display, sans-serif;
  font-size: 2.125rem;
  line-height: 1.45;
  position: static;
  top: -2.4rem;
  left: -3.7rem;
}

.timeline_wrapper {
  justify-content: center;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left_timeline_grid {
  max-width: none;
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.timelien_line-_wrapper {
  justify-content: center;
  display: flex;
}

.part_line {
  height: 168rem;
  position: absolute;
  left: 50%;
}

.timeline_header_wrapper {
  display: block;
  position: relative;
}

.downward_arrow {
  width: 4.71938rem;
}

.downward_arrow.hide-mobile-portrait {
  width: 4.3375rem;
}

.sdg_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.team_members_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 1rem;
  margin-bottom: 4rem;
}

.team_member_wrapper {
  width: 22.5rem;
  position: relative;
}

.team_member_img {
  width: 22.5rem;
  height: 400px;
  max-width: none;
  object-fit: cover;
}

.team_info_wrapper_desktop {
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, .5);
  padding: 0 1rem .25rem;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.member_name_text {
  text-align: left;
  margin-top: .4rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.member_name_text.biresh {
  margin-top: 1.25rem;
  margin-bottom: 0;
  padding-bottom: .25rem;
}

.member_designation_text {
  color: var(--dark-slate-blue);
  margin-top: .125rem;
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: .875;
}

.member_description_text {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
  padding-top: 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  display: none;
}

.member_description_text.test {
  background-color: #000;
}

.member_description_text.top-p {
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.member_descrip_tab_mob {
  display: block;
}

.member_description_tab_mob, .drop_down_arrow_wrapper, .description_hide_wrapper {
  display: none;
}

.heading-8 {
  font-family: Sf pro display, sans-serif;
}

.grey_heading {
  color: var(--dark-grey);
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  display: none;
}

.sub_heading_team {
  font-family: Sf pro display, sans-serif;
  font-size: 3.125rem;
  line-height: 1.3;
}

.icon-1x1-medium-2 {
  width: 1.875rem;
  height: 1.875rem;
}

.heading-style-h5-3 {
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.sustainability-_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.sustainability-_grid.mobile_only {
  display: none;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.team_sustaina_-wrapper {
  grid-column-gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.image-3 {
  width: 4rem;
}

.prizes_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  justify-items: center;
}

.prize_img {
  width: auto;
  height: 12.5rem;
  max-height: none;
  max-width: none;
  min-height: auto;
}

.selectee_img {
  width: 11.25rem;
  max-width: none;
  margin: 0;
}

.selectee_img.mob {
  box-shadow: 1px 1px 3px 0 var(--dark-grey);
}

.heading-9 {
  font-family: Sf pro display, sans-serif;
}

.awards_heading_style {
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-size: 3.0625rem;
  display: block;
}

.awards_heading_style.ch-13 {
  font-size: 3.0625rem;
}

.technology_text-_style_2 {
  max-width: 33ch;
  font-family: Sf pro display, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5625;
}

.technology_text-_style_2.mobile-only {
  display: none;
}

.platform_component {
  max-width: none;
}

.platform_medium_text {
  max-width: 75ch;
  color: var(--dark-grey);
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
}

.platform-medium_text {
  max-width: 75ch;
  color: var(--dark-grey-2);
  font-family: Sf pro display, sans-serif;
  font-size: 1.1875rem;
}

.mob_awards_heading.mobile-only, .awards_mob_header_wrapper {
  display: none;
}

.section_contact-_header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.section_contact-_header.overflow-hidden {
  overflow: visible;
}

.text-color-blue {
  color: var(--dark-slate-blue);
  margin-bottom: 1.5rem;
  font-size: 4.2rem;
  line-height: 1.2;
}

.text-color-blue.hide-mobile-landscape {
  font-size: 4.3125rem;
  line-height: 50px;
}

.text-color-blue.mobile-only {
  display: none;
}

.text-color-blue.disc {
  font-size: 4.3125rem;
}

.text-color-blue.disc.ann-mob {
  margin-bottom: 0;
  font-size: 3.5rem;
}

.section_contact_form {
  background-image: url('../images/contact-BG.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw 100%;
}

.quote_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.quote_img_wrapper {
  padding-left: 3.25rem;
}

.quote_img {
  width: 33.1875rem;
  max-width: none;
}

.quote_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.contact_form-_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.contact1_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-style-link-2 {
  text-decoration: underline;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-field-wrapper {
  position: relative;
}

.form-input {
  height: auto;
  max-height: 3.125rem;
  min-height: auto;
  background-color: var(--white);
  color: rgba(161, 161, 176, .6);
  border: 2px solid #ebeaed;
  flex: 1;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44444;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 6.375rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input.extra-ht {
  color: #801b1b;
  margin-bottom: 0;
}

.form-input.margin-up {
  margin-top: 0;
}

.error-text {
  color: #e23939;
}

.text-size-medium-3 {
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

.text-size-medium-3.publication {
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
}

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

.text-align-center-2.myplastic-row {
  align-items: center;
  display: flex;
}

.success-message {
  color: var(--grey-2);
  background-color: rgba(50, 140, 121, .15);
  padding: 1.5rem;
}

.contact1_form {
  grid-column-gap: 2.4rem;
  grid-row-gap: 1.5rem;
  color: #afafaf;
  grid-template: ". ."
                 "Area Area"
                 "Area-2 Area-2"
                 "Area-6 ."
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-5 Area-5"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_form_component {
  color: var(--new-grey);
}

.contact_info_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.get_in_touch-container {
  max-width: 90rem;
  margin-top: 2rem;
  position: relative;
}

.contact_absol_img {
  width: 46vw;
  max-width: 41.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact_absol_img.hide-tablet {
  width: 42.375rem;
  max-width: none;
  top: 8.4375rem;
  right: 0%;
}

.contact_absol_img.hide-mobile-landscape {
  position: absolute;
  top: .5rem;
}

.contact_form_header {
  color: var(--dark-grey);
  margin-bottom: 2rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
}

.conatct_info_wrapper {
  height: 45.5rem;
  padding-top: 7rem;
  padding-left: 2.5rem;
  position: relative;
}

.conatct_h2 {
  font-family: Sf pro display, sans-serif;
  font-size: 2.625rem;
  line-height: 1.26829;
}

.text-block {
  font-family: Sf pro display, sans-serif;
  font-size: 1rem;
  line-height: 2;
}

.text-block.ch-50 {
  max-width: 48ch;
  font-size: 1.125rem;
  line-height: 1.95;
}

.text-block.ch-50.white-toch-text {
  max-width: none;
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.3rem;
}

.section_disclaimer {
  padding-top: 5rem;
}

.rich-text-block {
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.1rem;
}

.disclaimer-partiytion_line {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.map_wrapper {
  z-index: 4;
  width: 39rem;
  height: 31.375rem;
  max-height: 31.375rem;
  max-width: 39rem;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: -8rem;
  left: 2.5rem;
  right: auto;
  overflow: hidden;
}

.double-quote {
  margin-bottom: .5rem;
}

.contact_form_container {
  max-width: 90rem;
  position: relative;
}

.grid {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-areas: ". ."
                       ". ."
                       "Area Area"
                       "Area-2 Area-2"
                       ". ."
                       "Area-3 Area-3"
                       "Area-4 Area-4"
                       "Area-5 Area-5";
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium-4 {
  color: var(--black);
  letter-spacing: -.01em;
  font-family: Sf pro display, sans-serif;
  font-size: 2.5625rem;
  line-height: 1;
  position: static;
}

.text-size-medium-4.text-color-white {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.77273;
}

.text-size-medium-4.text-color-white.ch-82 {
  max-width: 80ch;
  font-size: 1.35rem;
}

.slider_wrapper.mobile-only {
  display: none;
}

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

.prizs-grid_2 {
  grid-column-gap: 4rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.submit_button-wrapper {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.get_in_touch_mob_header, .mobile-only {
  display: none;
}

.bold-text {
  color: var(--black);
  font-weight: 700;
}

.bold-text.white-bold {
  color: #fff;
}

.grey_trademark {
  font-size: 1rem;
  top: -11px;
  bottom: 0;
}

.statistic_component {
  grid-column-gap: 4rem;
  justify-content: space-between;
  display: flex;
}

.stats_header_wrapper {
  width: 30%;
}

.quote_mobile_only, .disclaimer_text.mobile_only_display, .frame_map.mob_portrait_only, .spacer_mob_only {
  display: none;
}

.section_solvent {
  background-image: url('../images/Beaker.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto 48rem;
}

.solvent_component {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.solvent_component.hide-mobile-landscape {
  padding-left: 1rem;
}

.solvent_based_grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-columns: .25fr 1fr;
  justify-content: start;
  justify-items: start;
}

.tabs-menu {
  z-index: 20;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section_tab {
  background-image: url('../images/plastic-black-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.section_tab.overflow-hidden {
  margin-bottom: 4rem;
}

.number_cover {
  z-index: 10;
  width: 1.5625rem;
  height: 1.5625rem;
  max-height: 1.5625rem;
  max-width: 1.5625rem;
  background-image: linear-gradient(#3d568d, #71ccb9);
  border-radius: 50%;
  position: relative;
}

.solvent_text_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.section_purification_banner {
  background-image: linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Plastic_bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -4.5rem;
}

.section_purification_banner.overflow-hidden {
  height: 95vh;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.section_purification_banner.overflow-hidden.image-change {
  flex-direction: column;
}

.section_purification_banner.overflow-hidden.image-change.pastic-banner {
  height: 100%;
}

.tab_menu_link {
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0;
  font-family: Sf pro display, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
}

.tab_menu_link.w--current {
  opacity: 0;
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-family: Sf pro display, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
}

.tab_tm {
  font-family: Sf pro display, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  top: -1rem;
}

.circle_wrapper {
  position: relative;
}

.line_below_circle {
  z-index: 2;
  position: absolute;
  top: 1.9rem;
  bottom: 0;
  left: .7rem;
}

.tabs_content_wrapper {
  z-index: 5;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5rem;
  display: flex;
  position: relative;
}

.tabs_content_wrapper._1st {
  padding-top: 0;
}

.tabs_content_wrapper._2nd {
  padding-top: 7rem;
}

.tabs_content_wrapper._4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.tabs_content_wrapper._3 {
  grid-row-gap: 2rem;
}

.tab_img_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: flex-start;
  display: block;
  position: relative;
}

.tab_img_wrapper.pet {
  padding-bottom: 2rem;
  top: 0%;
}

.tab_content_component {
  height: auto;
}

.main_tab {
  position: relative;
}

.tab_text_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-left: 24rem;
  display: flex;
}

.tab_text_wrapper.absolute-1 {
  position: absolute;
  top: 13%;
  bottom: auto;
  left: auto;
  right: 30%;
}

.tab_text_wrapper.absolute-2 {
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: 35%;
}

.tab_text_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
}

.tab_text_header.ch-30 {
  max-width: 30ch;
}

.tab_text_body {
  color: var(--white);
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-weight: 300;
}

.process_flow_img {
  width: 72.125rem;
}

.solvent_component_mobile {
  display: none;
}

.solvent_slider {
  background-color: rgba(0, 0, 0, 0);
}

.left-arrow, .right-arrow, .tech_slider_mob_only {
  display: none;
}

.technology_heading {
  color: var(--new-grey);
  text-align: center;
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
}

.heading-10 {
  font-family: Sf pro display, sans-serif;
  font-size: 3.3125rem;
}

.technology_r-d_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.publication_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: block;
}

.blog66_arrow {
  z-index: 5;
  width: 5rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog66_arrow.left {
  display: flex;
  right: 4rem;
}

.blog66_arrow.publication {
  display: flex;
}

.blog66_meta-wrapper {
  margin-bottom: 1rem;
}

.publication_mask {
  width: 26.5rem;
  color: var(--black-2);
  font-family: Sf pro display, sans-serif;
  overflow: visible;
}

.blog66_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.blog66_button-row.show-mobile-landscape {
  display: none;
}

.section_publication {
  overflow: hidden;
}

.publication_slider_compo {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 5.56rem;
  position: relative;
}

.blog66_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.publication_slide {
  padding-right: 1.5rem;
}

.heading-style-h5-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.publication_item {
  width: 28.875rem;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 2rem;
  display: flex;
}

.blog66_slide-nav {
  height: 1.75rem;
  opacity: 0;
  font-size: .5rem;
  display: block;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-size-small-2 {
  font-size: .875rem;
}

.text-size-small-2.text-weight-semibold.text-inline {
  display: inline;
}

.blog66_image-wrapper {
  width: auto;
  padding-top: 0%;
  position: relative;
  overflow: hidden;
}

.read-tex {
  flex-direction: row;
  align-items: flex-start;
  margin-top: 1rem;
  font-size: .9rem;
  display: flex;
}

.publication_img {
  width: 6.25rem;
  height: auto;
  max-width: none;
  object-fit: cover;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog66_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog66_category-link {
  background-color: rgba(0, 0, 0, 0);
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog66_category-link.w--current {
  border-bottom: 2px solid #000;
}

.blog66_heading {
  flex: 1;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.text-size-regular-2.text-color-black {
  color: var(--black-2);
  line-height: 1.625;
}

.text-size-regular-2.text-color-dark-blue {
  max-width: 40ch;
  color: var(--black-2);
  font-size: 1rem;
}

.gallery18_lightbox-link {
  width: 100%;
}

.gallery18_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landfill_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.landfill_slider.mobile-only-autoplay {
  display: none;
}

.landfill_img_slide {
  padding-left: 0;
  padding-right: 1rem;
}

.gallery18_mask {
  width: 26rem;
  overflow: visible;
}

.trash_slider-_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.section_gallery18 {
  overflow: hidden;
}

.gallery18_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.feedstock_slider_nav {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  display: none;
}

.feedstock_slider_nav.hide-mobile-landscape {
  bottom: 4rem;
}

.gallery18_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.polygreen_oil_img {
  width: 6.9375rem;
  height: auto;
}

.polygreen_component {
  grid-column-gap: 8rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.polyfreen_sec_image-wrapper {
  position: relative;
}

.polygreen_oil_info_wrapper {
  grid-column-gap: 1.375rem;
  grid-row-gap: 1.375rem;
  flex-direction: column;
  display: flex;
}

.layout31_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.closing-loop_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.closing-loop_component.my-flex-box {
  grid-template-columns: 1fr;
}

.layout24_content._100 {
  width: 100%;
}

.layout24_image-wrapper {
  padding-top: 1rem;
}

.image_clip_text {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Waste-Plastics-1-1.jpg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Sf pro display, sans-serif;
  font-size: 3.3125rem;
  font-weight: 900;
  display: inline;
}

.partition_line_mob {
  display: none;
}

.section_petrochemical-banner {
  height: 95vh;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/petro-chem-image.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.section_petrochemical-banner.ecnomy-banner {
  height: 100%;
}

.section_contiflow {
  margin-bottom: 70px;
}

.contiflow_grid_desktop {
  width: 80rem;
  height: 130.5rem;
  grid-column-gap: 2rem;
  grid-row-gap: 8rem;
  background-image: url('../images/Contiflow-flow-chart.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 2.75rem 1fr;
  margin-bottom: 8rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section_feedstock-extraction {
  background-image: url('../images/platic_bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_feedstock-extraction.feed-black-hide {
  display: none;
}

.landfill_img {
  width: 23rem;
}

.section_polygreen_oil {
  background-color: #f9fafa;
}

.section_polygreen_oil.oil-white-section-hide {
  display: none;
}

.outline-wrapper {
  background-image: url('../images/Ellipse-15.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .75rem;
  display: inline-block;
}

.polygreen_text_bold {
  max-width: 25ch;
  color: var(--darker-grey);
  font-family: Sf pro display, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.3;
}

.section_reading_2.overflow-hidden.home {
  padding-top: 6rem;
}

.heading-11 {
  text-align: center;
  letter-spacing: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 3.3125rem;
}

.super_script_heading {
  color: var(--black);
  font-size: 1.5rem;
  font-weight: 500;
  top: -1.2rem;
  bottom: 0;
}

.contiflow_text_wrapper.text-align-left {
  text-align: right;
}

.contiflow_text_wrapper.text-align-left._7 {
  padding-top: 1.5rem;
}

.contiflow_text_wrapper.padding-below {
  padding-bottom: 2rem;
}

.contiflow_text_wrapper.off-grid {
  margin-left: 50vw;
}

.no_ellipse_wrapper {
  justify-content: center;
  display: none;
}

.no_ellipse_wrapper._7 {
  padding-top: 1.5rem;
}

.no-ellipse {
  width: 2.75rem;
  height: 2.75rem;
  background-image: linear-gradient(#3d568d, #71ccb9);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sr_no_text {
  color: var(--white);
  font-family: Sf pro display, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.contiflow_header {
  letter-spacing: .02em;
  margin-bottom: .5rem;
  font-family: Sf pro display, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.contiflow_header.text-color-green {
  color: var(--green);
  color: #2c8542;
}

.paragraph {
  color: var(--darker-grey);
  letter-spacing: .02em;
  margin-top: 2px;
  margin-bottom: 2rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.paragraph.text-color-green {
  color: var(--green);
}

.paragraph.contiflow_comment {
  padding-top: 2rem;
  padding-left: 6rem;
  font-size: 1.05rem;
}

.bold_black_text {
  color: var(--black);
  font-weight: 600;
}

.grid_tm {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  top: -9px;
}

.image-4 {
  max-width: none;
}

.feedstock_header {
  color: var(--white);
  letter-spacing: .03rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.feedstock_header.big-p {
  margin-top: 18px;
  font-size: 2.25rem;
}

.feed_stock_main-heading {
  max-width: 40ch;
  color: var(--white);
  font-family: Sf pro display, sans-serif;
}

.feed_stock_main-heading.big-h2 {
  font-size: 3.7rem;
}

.grey-text {
  color: var(--dark-grey);
  font-family: Sf pro display, sans-serif;
  font-size: 3.3125rem;
}

.grey-text.hide-poly-text {
  display: none;
}

.heading-12 {
  font-family: Sf pro display, sans-serif;
}

.heading_publication {
  font-family: Sf pro display, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.45833;
}

.publiction-_sub-heading {
  max-width: 45ch;
  font-family: Sf pro display, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}

.read_more_link {
  grid-column-gap: .4rem;
  text-decoration: none;
  display: flex;
}

.read_more_text_link {
  color: var(--black-2);
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 1rem;
  text-decoration: underline;
}

.publication_icon-wrapper {
  width: auto;
  height: 6.375rem;
  max-width: none;
  align-items: center;
  display: flex;
}

.publication_component {
  margin-bottom: 3rem;
}

.nav_green_arrow {
  width: 2.8125rem;
}

.section_circular_economy {
  background-color: var(--dark-grey-2);
}

.section_circular_economy.white-bg {
  z-index: -9;
  background-color: #fff;
  margin-top: -50px;
  position: relative;
}

.cir_econ_img-wrapper {
  z-index: 2;
  position: relative;
}

.cir_econ_img-wrapper.hide-mobile-landscape.bg-white {
  background-color: #fff;
}

.circular_economy_img {
  width: 27.15rem;
  max-width: none;
  margin-top: 3rem;
}

.cir_eco_text_wrapper.take {
  z-index: 4;
  position: absolute;
  top: 26%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.cir_eco_text_wrapper.make {
  position: absolute;
  top: 8%;
  bottom: auto;
  left: 54%;
  right: auto;
}

.cir_eco_text_wrapper.use {
  z-index: 4;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: 81%;
  right: auto;
}

.cir_eco_text_wrapper.dispose {
  position: absolute;
  top: 75%;
  bottom: auto;
  left: 76%;
  right: auto;
}

.cir_eco_text_wrapper.truck-text {
  z-index: 4;
  position: absolute;
  top: 84%;
  bottom: auto;
  left: 50%;
  right: auto;
}

.cir_eco_text_wrapper.pyrosyis {
  z-index: 4;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 28%;
  right: auto;
}

.cir_eco_text_wrapper.gree_text {
  color: var(--green);
  text-align: right;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 3.5%;
  right: auto;
}

.cir_eco_text_wrapper.title {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 45%;
  right: auto;
}

.cir_eco_text_wrapper.gree_text {
  color: #2c8542;
  text-align: right;
  position: absolute;
  top: 70%;
  bottom: auto;
  left: 3.5%;
  right: auto;
}

.cir_eco_text_wrapper.title {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 47.5%;
  right: auto;
}

.cir_eco_text_wrapper.use {
  z-index: 4;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: 81%;
  right: auto;
}

.cir_eco_text_wrapper.pyrosyis {
  z-index: 4;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 29%;
  right: auto;
}

.chart_header {
  color: var(--grey-2);
  text-transform: uppercase;
  font-family: Sf pro display, sans-serif;
}

.chart_header.text-color-green {
  color: var(--green);
}

.chart_text {
  color: var(--grey-3);
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  line-height: 1.3;
}

.chart_text.text-color-green {
  color: var(--green);
}

.plastic_economy_slider {
  height: 25rem;
  background-color: rgba(0, 0, 0, 0);
}

.illustration {
  z-index: 10;
  position: relative;
}

.illustration_wrapper {
  position: relative;
}

.circular_eco_text_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.direction_line_absolute {
  z-index: 2;
  position: absolute;
  top: 50%;
}

.direction_line_absolute.full {
  top: auto;
  bottom: 50%;
  left: 0%;
  right: 0%;
}

.oveflow_img {
  width: 35vw;
  max-width: none;
  position: absolute;
  top: -95%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.polygreee_heading {
  font-family: Sf pro display, sans-serif;
  font-size: 3.5rem;
}

.polygreee_heading.hide-mobile-landscape {
  font-size: 3.75rem;
}

.superscript {
  font-size: 1.7rem;
  top: -19px;
}

.mobile_heading_warpper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  display: flex;
}

.mobile_heading_warpper.mobile-only {
  display: none;
}

.small_img {
  width: 6rem;
}

.section_header_2 {
  background-image: url('../images/Home_banner-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_header_2.overflow-hidden._100vw {
  width: 100vw;
}

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

.section_graph-2.overflow-hidden._100vw {
  width: 100vw;
}

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

.section_about_patent_2.overflow-hidden._100vw {
  max-width: 100vw;
}

.section_r-d-banner {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section_r-d-banner.overflow-hidden {
  margin-top: 0;
}

.section_r-d {
  background-image: url('../images/Palstic-BG-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 6rem;
  padding-bottom: 4rem;
}

.section_r-d.overflow-hidden {
  background-image: url('../images/RD-Background-1.jpg');
  background-position: 50% 0;
  margin-top: 10rem;
}

.r-d-grid {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.r-d-text-_wrapper {
  width: 29rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  padding-right: 0;
  display: flex;
}

.r-d-sub-heading {
  margin-top: 0;
  font-family: Sf pro display, sans-serif;
  font-weight: 600;
}

.r-d-sub-heading._5 {
  max-width: 20ch;
}

.r-d-sub-heading.hide-d {
  display: none;
}

.r-d-image-_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-areas: "Area"
                       "Area";
  align-content: center;
}

.r-d-banner-grid {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50vw 50vw;
}

.banner_img_wrapper {
  z-index: 20;
  margin-bottom: 4rem;
  padding-bottom: 0;
  position: static;
}

.r-d_-no {
  letter-spacing: .03em;
  font-family: Sf pro display, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.r-d_header {
  letter-spacing: .01em;
  font-family: Sf pro display, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.13636;
}

.r-d_header._0-01 {
  letter-spacing: -.01em;
}

.r-d_gallery_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.padding-global-3 {
  grid-row-gap: 0rem;
  padding-left: 3.125rem;
  padding-right: 2.75rem;
}

.r-d-image_grid {
  grid-template-areas: "Area"
                       "Area";
}

.r-d-img-wrapper {
  background-image: url('../images/Plastic_Img-1-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.r-d-img-wrapper.m1 {
  background-image: url('../images/factory-img-1.jpg');
}

.r-d-img-wrapper.s1 {
  background-image: url('../images/waste-Img-1.jpg');
}

.r-d-img-wrapper.l3 {
  background-image: url('../images/solvent-process-2.jpg');
}

.r-d-img-wrapper.m3 {
  background-image: url('../images/solvent-process.jpg');
}

.r-d-img-wrapper.s3 {
  background-image: url('../images/solvent-process-1.jpg');
}

.r-d-img-wrapper.l2 {
  background-image: url('../images/factory-Img-2.jpg');
}

.r-d-img-wrapper.m2 {
  background-image: url('../images/factory-img-3.jpg');
}

.r-d-img-wrapper.s2 {
  background-image: url('../images/factory-workers.jpg');
}

.r-d-img-wrapper.l5 {
  background-image: url('../images/product-analysis-img-3.jpg');
}

.r-d-img-wrapper.m5 {
  background-image: url('../images/product-analysis-img-1.jpg');
}

.r-d-img-wrapper.s5 {
  background-image: url('../images/product-analysis-img-2.jpg');
}

.r-d-img-wrapper.l4 {
  background-image: url('../images/pyrolysis-oil--treatment.jpg');
}

.r-d-img-wrapper.m4 {
  background-image: url('../images/chemical-container.jpg');
}

.r-d-img-wrapper.s4 {
  background-image: url('../images/scientist-working.jpg');
}

.img_spacer_medium {
  padding-top: 8.9rem;
  padding-bottom: 8.9rem;
  padding-left: 25.35rem;
}

.img_spacer_small {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}

.r-d-desktop-component.hide-mobile-landscape {
  padding-top: 2rem;
}

.r-d-banner_container {
  max-width: 90rem;
}

.r-d-banner-text-wrapper {
  background-color: rgba(255, 255, 255, .65);
  padding-top: .5rem;
  padding-bottom: .75rem;
  padding-left: 1rem;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: .8rem;
  right: 0%;
}

.r-d-header {
  color: var(--dark-slate-blue);
  font-size: 4rem;
}

.r-d-header.hide-mobile-landscape {
  font-size: 4.3125rem;
  line-height: 1.2;
}

.r-d_banner_content_wrapper {
  padding-top: 14rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.r-d-sub-heading.header {
  max-width: 45ch;
  letter-spacing: .02rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.r-d-sub-heading.header.hide-mobile-portrait {
  max-width: 48ch;
  font-size: 1.25rem;
  line-height: 2;
}

.r-d-sub-heading.header.mob {
  display: none;
}

.r-d-banner_img {
  width: 55vw;
}

.r-d-banner-img-component {
  display: inline-block;
  position: absolute;
}

.r-d-banner_img_mob {
  display: none;
}

.external_link {
  color: var(--dark-grey);
  text-decoration: none;
}

.external_link:hover {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.quote_img_tablet {
  display: none;
}

.flow_img_container {
  position: relative;
}

.contiflow_img {
  height: 137.063rem;
  position: relative;
}

.contiflow_absol_content-wrapper-left {
  z-index: 5;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: absolute;
  top: 5rem;
  bottom: auto;
  left: auto;
  right: 48%;
}

.contiflow_absol_content-wrapper-left._1 {
  top: 10%;
  bottom: auto;
  left: auto;
  right: 48%;
}

.contiflow_absol_content-wrapper-left._3 {
  top: 44rem;
}

.contiflow_absol_content-wrapper-left._5 {
  top: 88rem;
}

.contiflow_absol_content-wrapper-left._7 {
  top: 125rem;
  bottom: auto;
  left: auto;
  right: 48%;
}

.superscript_contiflow {
  color: var(--black);
  font-size: 1.1rem;
}

.contiflow_abso_cont_wra_-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row-reverse;
  display: flex;
  position: absolute;
  top: 24rem;
  bottom: auto;
  left: 48%;
  right: auto;
}

.contiflow_abso_cont_wra_-right._4 {
  top: 64rem;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 220px;
}

.contiflow_img_wrap {
  justify-content: center;
  margin-bottom: 7rem;
  display: flex;
  position: relative;
}

.contiflow_img_wrap.hide-mobile-landscape {
  margin-bottom: 0;
}

.img_wrap {
  width: 90rem;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: relative;
}

.cont_flow_con_wrap_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: absolute;
  top: 4.8%;
  bottom: auto;
  left: auto;
  right: 48%;
}

.cont_flow_con_wrap_left._3 {
  margin-top: 55px;
  top: 34%;
}

.cont_flow_con_wrap_left._5 {
  margin-top: 35px;
  top: 61.7%;
}

.cont_flow_con_wrap_left._7 {
  margin-top: 70px;
  top: 92%;
}

.cont_flow_con_wrap_left._1 {
  margin-top: 25px;
}

.cont_flow_con_wrap_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  position: absolute;
  top: 21.5%;
  bottom: auto;
  left: 59%;
  right: auto;
}

.cont_flow_con_wrap_right._4 {
  margin-top: 38px;
  top: 48.2%;
}

.cont_flow_con_wrap_right._6 {
  margin-top: 92px;
  top: 76.5%;
}

.cont_flow_con_wrap_right._2 {
  margin-top: 41px;
}

.banner_video_wrapper {
  position: relative;
}

.video_paly-_icon {
  width: 9.125rem;
  max-width: none;
  position: absolute;
  top: 38.5%;
  bottom: auto;
  left: 42.5%;
  right: auto;
}

.grey-text-graph {
  color: var(--dark-grey);
  font-family: Sf pro display, sans-serif;
  font-size: .75rem;
  line-height: 1.19333;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.blue_large_text {
  color: var(--steel-blue-2);
  font-family: Sf pro display, sans-serif;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.17647;
  display: inline;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 15%;
}

.blue-thin-right {
  color: #92a7cb;
  font-size: 1.625rem;
  font-weight: 500;
}

.blue-medium-text {
  max-width: 24ch;
  color: var(--steel-blue3);
  text-align: right;
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  line-height: 1.14286;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: auto;
  right: 30%;
}

.pyrol_absol_text {
  width: 20rem;
  color: var(--white);
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  position: absolute;
  top: 1%;
  bottom: auto;
  left: 105%;
  right: auto;
}

.pyrol_absol_text._2 {
  top: 24%;
}

.pyrol_absol_text._3 {
  width: 22rem;
  top: 50%;
}

.pyrol_absol_text._4 {
  width: 25rem;
  top: 72%;
}

.section {
  width: 100vw;
  height: 100vh;
  background-color: var(--black);
  padding: 52px;
}

.img_spacer_large {
  padding-left: 24rem;
}

.prize_wrapper {
  width: 22.0625rem;
  height: 13.5625rem;
  background-image: url('../images/branch.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2.25rem;
  display: flex;
}

.przie-name {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.startup-subhee {
  color: rgba(0, 0, 0, .7);
  text-align: center;
  margin-bottom: 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.3125;
}

.st_cat {
  text-align: center;
}

.text-block-3 {
  color: rgba(0, 0, 0, .7);
  text-align: center;
  font-family: Sf pro display, sans-serif;
  font-size: .9rem;
}

.showcase_logo_wrapper {
  width: 10.9888rem;
  height: 10.9888rem;
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.dotted_outline {
  z-index: 2;
  display: block;
  position: absolute;
  top: auto;
  bottom: -.5rem;
  left: auto;
  right: -.5rem;
}

.selectee-name {
  z-index: 5;
  text-align: center;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
  line-height: 3;
  position: relative;
}

.logo-1 {
  width: 9.99rem;
  margin-bottom: 2rem;
}

.logo_2 {
  margin-bottom: 1.4rem;
}

.text-block-4 {
  text-align: center;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.text-block-4.logo {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}

.logo-4 {
  margin-bottom: -1rem;
}

.logo-5 {
  width: 6.0625rem;
  height: 6.4375rem;
  max-width: none;
}

.slider_process_manin-heading {
  color: var(--white);
  font-family: Sf pro display, sans-serif;
  font-size: 3.375rem;
  font-weight: 700;
  display: inline;
  position: absolute;
  top: 10%;
  left: 6.5%;
}

.slider_process_manin-heading.pe-cycl {
  font-size: 3.1rem;
  top: 45%;
  left: 9%;
}

.slider_process_manin-heading.mlp {
  font-size: 2.8rem;
  display: block;
  top: 5.5%;
  left: 6.5%;
}

.slider_process_manin-heading.tetra {
  font-size: 2.5rem;
  top: 5%;
  left: 7%;
}

.slider_process_manin-heading.pet {
  font-size: 3rem;
  left: 7%;
}

.proc_slider_tm {
  letter-spacing: .03em;
  font-size: 1rem;
  font-weight: 300;
  position: relative;
  top: auto;
  bottom: 2rem;
}

.partial_black {
  color: var(--black);
}

.poc-sli_de_text {
  color: var(--white);
  letter-spacing: .004em;
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  display: inline;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: 56%;
  right: auto;
}

.poc-sli_de_text.contamin {
  top: 28%;
  left: 83%;
}

.poc-sli_de_text.recovered {
  top: 94%;
  left: 56%;
}

.poc-sli_de_text.purified-filtra {
  top: 83%;
  left: 83%;
}

.poc-sli_de_text.solvent-dis {
  top: 24%;
  left: 82%;
}

.poc-sli_de_text.decontaminated {
  top: 71%;
  left: 83%;
}

.poc-sli_de_text.recovered-pte {
  font-size: .8rem;
  top: 33%;
}

.poc-sli_de_text.recovered-hdpe {
  top: 81%;
  left: 55%;
}

.poc-sli_de_text.decont-hdpe {
  top: 72%;
  left: 80%;
}

.poc-sli_de_text._1 {
  top: 40%;
}

.poc-sli_de_text.mixed-poly {
  font-size: .875rem;
  top: 54%;
  left: 86%;
}

.poc-sli_de_text.recovered-pet {
  font-size: .875rem;
  top: 96%;
  left: 75%;
}

.poc-sli_de_text.ployethylen {
  top: 63%;
  left: 92%;
}

.poc-sli_de_text.aluminium {
  top: 96%;
  left: 76%;
}

.navbar_meu-dropdo_v2 {
  left: 0;
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar11_dropdown-toggle {
  border: 0 solid rgba(0, 0, 0, 0);
  padding: .5rem 2.5rem .5rem 1rem;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.icon-height-xsmall:hover {
  color: #328c79;
  -webkit-text-fill-color: transparent;
  background-color: #328c79;
  -webkit-background-clip: text;
  background-clip: text;
}

.icon-height-xsmall.grey {
  z-index: 150;
  height: .9375rem;
  max-width: none;
  position: static;
}

.icon-height-xsmall.green {
  z-index: 200;
  height: auto;
  max-width: none;
  display: none;
  position: absolute;
  top: .4rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar11_logo-link {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.navbar11_icon-wrapper {
  z-index: 150;
  flex: none;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar11_menu-button {
  padding: 0;
}

.navbar11_text-wrapper {
  z-index: 150;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar11_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-icon-2 {
  width: 1rem;
  height: 1rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.dropdown-icon-2:hover {
  color: var(--green-2);
}

.navbar11_component {
  z-index: 100;
  width: 100vw;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
}

.navbar11_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  border-radius: .625rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar11_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  display: grid;
  position: relative;
}

.navbar11_dropdown-link:hover {
  color: #328c79;
}

.navbar11_logo {
  mix-blend-mode: normal;
}

.navbar11_dropdown-list {
  border: 0 solid rgba(0, 0, 0, 0);
  display: block;
}

.navbar11_dropdown-list.w--open {
  width: 20rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar11_link {
  color: var(--white);
  padding: .5rem 1rem;
  font-weight: 600;
}

.navbar11_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar {
  background-color: var(--black);
}

.icon_box_header {
  height: .9375rem;
  position: relative;
  top: -.5rem;
  bottom: 0;
}

.blur-effect {
  z-index: 100;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ric_text_diaclaimer {
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.35;
}

.ric_text_diaclaimer h6 {
  font-size: 1.25rem;
  line-height: 1.35;
}

.ric_text_diaclaimer h5 {
  font-family: Sf pro display, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-span-2 {
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.part_line_mob_cont {
  display: none;
}

.plstic-to-plastic-circular-econonmy {
  width: 90rem;
  max-width: none;
  opacity: 1;
  display: block;
}

.dotted_line_team {
  width: 76.0625rem;
}

.superscript-5 {
  top: .5rem;
}

.gallery22_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.section_gallery22 {
  overflow: hidden;
}

.gallery22_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery22_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery22_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery22_slide {
  padding-right: 2rem;
}

.gallery22_lightbox-link {
  width: 100%;
}

.gallery22_mask {
  width: 33.33%;
  overflow: visible;
}

.publication-_2_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.gallery22_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery22_arrow.is-left {
  right: 4rem;
}

.gallery22_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.publivatio_slider_2 {
  background-color: rgba(0, 0, 0, 0);
}

.reading_container-2 {
  justify-content: flex-start;
  display: flex;
}

.blog66_arrow-2 {
  width: 3rem;
  height: 3rem;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog66_arrow-2.left {
  opacity: 0;
  display: block;
  right: 4rem;
}

.publication_mask-2 {
  width: 29.5%;
  color: #151439;
  font-family: Sf pro display, sans-serif;
  overflow: visible;
}

.padding-global-3 {
  letter-spacing: -.01em;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  font-size: 1.05rem;
}

.reading_image-2 {
  width: 25.375rem;
  max-width: none;
  -webkit-backdrop-filter: grayscale(91%);
  backdrop-filter: grayscale(91%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.publication_slide-2 {
  margin-right: 1.5rem;
  padding-right: 0;
}

.publication_item-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.publication_slider_compo-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.reading_link_wrapper-2 {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  position: relative;
}

.read_shadow_text-2 {
  color: #fff;
  letter-spacing: .05rem;
  text-shadow: 2px 2px 2.5px #000;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.reading_container-3 {
  justify-content: flex-start;
  display: flex;
}

.blog66_arrow-3 {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog66_arrow-3.left {
  display: none;
  right: 4rem;
}

.padding-global-4 {
  letter-spacing: -.01em;
  padding-left: 3.625rem;
  padding-right: 3.625rem;
  font-size: 1.05rem;
}

.blog66_slide-nav-2 {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.publication_slide-3 {
  margin-right: 3.25rem;
  padding-right: 0;
}

.publication_slide-3.zero-padding {
  padding-right: 0;
}

.subscript {
  font-size: 2.2rem;
  font-weight: 400;
  position: relative;
  bottom: .5rem;
}

.gallery16_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery16_image-wrapper:focus {
  opacity: .5;
}

._2-publication_mask {
  width: 33%;
  overflow: visible;
}

.publica_doc_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

._2-ver-publica-_slider {
  width: 80rem;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  overflow: hidden;
}

.gallery16_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 4rem;
}

.gallery16_arrow.hide-mobile-landscape {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery16_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: stretch;
}

.gallery16_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery16_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  display: none;
}

.gallery16_lightbox-link {
  width: 100%;
}

.superscript-6 {
  font-size: 1.25rem;
  top: -.75rem;
}

.nav_left_arrow {
  width: 2.8125rem;
  max-width: none;
}

.pol_navbar_dropdown-toggle-2 {
  color: var(--white);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
}

.pol_navbar_dropdown-toggle-2:hover {
  color: var(--green-2);
}

.pol_navbar_dropdown-toggle-2.black_v2 {
  color: var(--black);
}

.nav-bar--icon {
  height: 1.42188rem;
}

.nav-bar--icon.green {
  opacity: 0;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar11_icon-wrapper-2 {
  color: #8d8d8d;
  flex: none;
  position: relative;
}

.navbar11_text-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.poly_nav_bar_1 {
  z-index: 100;
  width: 100%;
  min-height: 5rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.poly_nav_bar_1.banner-header {
  margin-top: 0;
}

.navbar11_dropdown-link-list-2 {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  border-radius: .625rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.navbar11_dropdown-link-2 {
  width: 26rem;
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: rgba(3, 0, 0, .7);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: -.25rem;
  padding: 1rem 3rem 1rem 0;
  font-family: Sf pro display, sans-serif;
  text-decoration: none;
  display: grid;
  position: relative;
}

.navbar11_dropdown-link-2:hover, .navbar11_dropdown-link-2.w--current {
  color: var(--green-2);
}

.navbar11_dropdown-link-2.top-negative-margin {
  width: 24rem;
  margin-left: -.25rem;
  padding-top: 0;
  padding-right: 3rem;
}

.navbar11_dropdown-link-2.botton-negative-margin {
  padding-bottom: 0;
}

.polycycl_dek_logo {
  width: 8.56rem;
}

.pol_navbar_dropdown-list-2 {
  width: 30rem;
  background-color: rgba(255, 255, 255, .93);
  border-radius: .625rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
  top: 2.5rem;
  left: 0;
  overflow: hidden;
  box-shadow: 1px 1px 3px #696969;
}

.pol_navbar_dropdown-list-2.w--open {
  width: 21rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-left: 3rem;
  padding: 1.5rem;
  left: -9rem;
  box-shadow: 1px 1px 1px 1px rgba(53, 53, 53, .5);
}

.pol_navbar_dropdown-list-2.v2 {
  width: 13rem;
  background-color: rgba(255, 255, 255, .93);
  margin-left: 2.85rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-weight-semibold-3 {
  font-weight: 600;
}

.poly_navbar_link {
  color: var(--white);
  padding: .5rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
}

.poly_navbar_link:hover {
  color: var(--green-2);
}

.poly_navbar_link.w--current {
  color: var(--white);
}

.poly_navbar_link.w--current:hover {
  color: var(--green-2);
}

.poly_navbar_link.black-v2, .poly_navbar_link.black {
  color: var(--black);
}

.poly_navbar_link.r-d-page {
  color: var(--green-2);
}

.solvent-icon {
  color: rgba(189, 61, 61, .7);
}

.icon_3 {
  color: var(--black);
}

.bold-text-2 {
  font-size: 1.125rem;
}

.nav_bar_pariton_line {
  width: 16rem;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 1.25rem;
  right: 0%;
}

.nav_bar_pariton_line.v2 {
  width: 9.5rem;
  display: block;
  left: 0;
}

.html-embed {
  color: var(--dark-grey);
}

.icon_grey {
  width: 1.57rem;
  height: 1.57rem;
}

.text-block-5 {
  color: var(--white);
}

.menu_white.black-nenu {
  opacity: 0;
}

.logo_svg {
  width: 8.5625rem;
}

.mail_link {
  color: var(--black);
  text-decoration: none;
}

.icon_svg_grey {
  width: 1.42063rem;
  display: block;
}

.icon_svg_green {
  width: 1.42063rem;
  max-width: none;
  opacity: 0;
  position: absolute;
  top: .04rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_sub_menu_tab-mob {
  display: none;
}

.dial_animation {
  display: block;
}

.logo-balck {
  width: 8.56rem;
  position: absolute;
  top: .39rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  background-color: var(--dark-grey);
}

.contact-modal6_form-block {
  color: var(--grey-3);
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.contact-modal6_background-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-modal6_content-wrapper {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  padding: 5rem 5%;
  position: absolute;
  overflow: scroll;
}

.form-field-2col {
  grid-column-gap: 2.625rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio-label {
  margin-bottom: 0;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-input-2 {
  height: auto;
  min-height: 2.75rem;
  background-color: var(--white);
  opacity: .65;
  color: rgba(0, 0, 0, 0);
  border: 2px solid #ebeaed;
  margin-bottom: 0;
  padding: 1rem .75rem 1rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
}

.form-input-2:focus {
  color: var(--black);
  border-color: #000;
}

.form-input-2:focus-visible {
  color: var(--black);
}

.form-input-2[data-wf-focus-visible] {
  color: var(--black);
}

.form-input-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-2.is-text-area {
  height: auto;
  min-height: 6.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input-2.is-text-area.fonsmall {
  font-size: .9375rem;
  line-height: 1.66667;
}

.form-input-2.is-select-input {
  background-image: none;
}

.contact-modal6_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal6_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal6_component {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  justify-content: flex-end;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.section_contact-modal6 {
  display: none;
  position: relative;
}

.section-3 {
  background-color: var(--white);
  padding-top: 4rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.cta_button-2 {
  color: #fff;
  background-image: url('../images/Button_Texture.jpg');
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

.form-input-3 {
  height: auto;
  max-height: 3.125rem;
  min-height: auto;
  opacity: .77;
  color: var(--dark-grey-2);
  background-color: #fff;
  border: 2px solid #ebeaed;
  flex: 1;
  margin-bottom: 0;
  padding: 1rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44444;
}

.form-input-3:focus {
  border-color: #000;
}

.form-input-3::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-3::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input-3.extra-ht {
  margin-bottom: 0;
}

.form-input-3.is-text-area {
  height: auto;
  min-height: 6.375rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form-input-3.is-text-area.font-small {
  font-size: .9375rem;
}

.form-input-3.margin-up {
  margin-top: 0;
}

.contact1_form-2 {
  grid-column-gap: 2.4rem;
  grid-row-gap: 1.5rem;
  grid-template: ". ."
                 "Area Area"
                 "Area-2 Area-2"
                 "Area-6 ."
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-5 Area-5"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-imput-4 {
  border: 1px solid var(--dark-grey);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  line-height: 1;
}

.section_slider-test_tech {
  background-color: var(--black);
}

.publication_slk_slide {
  padding-right: 0;
}

.singleitem {
  display: none;
}

.plastic_2_plastic_slide {
  position: relative;
}

.circular_economy_card {
  overflow: hidden;
}

.slick-prev {
  padding: .25rem .5rem;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 4rem;
}

.slick-next {
  padding: .5rem .25rem;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 0%;
}

._1-st-slider {
  padding-bottom: 4rem;
}

.section_black {
  background-image: url('../images/plastic-black-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.publication_tab_mob {
  display: none;
}

.blk-_super {
  color: var(--dark-grey);
  font-size: 1.2rem;
  top: -1.8rem;
}

.blk-_super.white {
  color: #fff;
  font-size: .9rem;
  font-weight: 400;
  top: -1.6rem;
  right: -2px;
}

.superscript-7 {
  color: var(--dark-grey);
  font-size: 1rem;
  top: -.75rem;
  bottom: auto;
}

.team_member_line {
  width: 19.875rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  display: none;
}

.team_member_line.top-margin {
  margin-top: 0;
}

.superscript-8 {
  color: var(--dark-grey);
  font-size: 1rem;
  top: -.75rem;
}

.bold_text_superscript {
  color: var(--dark-grey);
  font-size: 1.2rem;
  top: -1.3rem;
}

.stats_symbol {
  font-size: 1.9rem;
}

.stats_symbol.plus-sup {
  margin-top: 0;
  font-size: 1.6rem;
  display: inline-block;
}

._1-st-prize-superscri {
  font-size: 1.6rem;
  position: relative;
  top: -.7rem;
}

.r-d-partiton-line, .r-d-partiton-line.mob-only {
  display: none;
}

.list_item_text {
  color: var(--darker-grey);
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

.list_item_text.ch-limit {
  max-width: 26ch;
}

.rd_text_superscript {
  font-size: .7rem;
  top: -.5rem;
}

.r-d-sub-head-supercipt {
  color: var(--grey-98);
  font-size: .8rem;
}

.team_member-bullet {
  color: var(--white);
  margin-bottom: 0;
  font-family: Sf pro display, sans-serif;
  font-size: 1.25rem;
}

.list {
  background-color: var(--green);
  color: var(--black);
  display: block;
}

.team-link {
  color: var(--dark-grey);
}

.tab_inactive_line {
  margin-bottom: 3rem;
  margin-left: .75rem;
}

.text-block-6 {
  line-height: 1;
}

.padding-xxxsmall {
  background-color: #e32525;
  padding-top: 2rem;
  display: none;
}

.dial-_subscript {
  font-size: .6rem;
  font-weight: 300;
  top: -.7rem;
  bottom: 0;
}

.navbar11_dropdown-link-3 {
  width: 26rem;
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  color: rgba(3, 0, 0, .7);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: -.25rem;
  padding: 1rem 3rem 1rem 0;
  font-family: Sf pro display, sans-serif;
  text-decoration: none;
  display: grid;
  position: relative;
}

.navbar11_dropdown-link-3:hover, .navbar11_dropdown-link-3.w--current {
  color: #328c79;
}

.navbar11_dropdown-link-3.top-negative-margin {
  width: 24rem;
  margin-left: -.25rem;
  padding-top: 0;
  padding-right: 3rem;
}

.navbar11_dropdown-link-3.botton-negative-margin {
  padding-bottom: 0;
}

.pol_navbar_dropdown-toggle-3 {
  color: #fff;
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
}

.pol_navbar_dropdown-toggle-3:hover {
  color: #328c79;
}

.pol_navbar_dropdown-list-3 {
  width: 30rem;
  background-color: rgba(255, 255, 255, .95);
  border-radius: .625rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: none;
  top: 2.5rem;
  left: 0;
  overflow: hidden;
}

.pol_navbar_dropdown-list-3.w--open {
  width: 20rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 1.5rem;
  left: -9rem;
}

.pol_navbar_dropdown-list-3.v2 {
  width: 13.5rem;
  padding-left: 2rem;
  display: none;
  left: -6rem;
}

.navbar11_dropdown-link-list-3 {
  width: 9.5rem;
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  border-radius: .625rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: grid;
}

.nav11_men-dropdn {
  left: 0;
}

.navbar11_menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-icon-3 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.poly_navbar_link-2 {
  color: #fff;
  padding: .5rem 1rem;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
}

.poly_navbar_link-2:hover {
  color: #328c79;
}

.poly_navbar_link-2.w--current {
  color: #fff;
}

.poly_navbar_link-2.w--current:hover {
  color: #328c79;
}

.spacing_block {
  width: 8rem;
  height: 1rem;
  display: none;
}

.paragraph-2 {
  color: #6a6a6a;
  letter-spacing: .02em;
  margin-top: 2px;
  margin-bottom: 2rem;
  font-family: Sf pro display, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
}

.paragraph-2.text-color-green {
  color: #2c8542;
}

.chart_text-2 {
  color: #666;
  font-family: Sf pro display, sans-serif;
  font-size: .875rem;
  line-height: 1.3;
}

.chart_text-2.text-color-green {
  color: #2c8542;
}

.chart_header-2 {
  color: #616161;
  text-transform: uppercase;
  font-family: Sf pro display, sans-serif;
}

.chart_header-2.text-color-green {
  color: #2c8542;
}

.sr_no_text-2 {
  color: #fff;
  font-family: Sf pro display, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.slider-section {
  width: 95%;
  margin: 0 auto 90px;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url('../images/BG-Img-Horizontal-scroll.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 27px 80px 57px;
}

.slider-2.retge {
  background-image: url('../images/FW_Plastik_08----3_1.png');
}

.slider-2.retge.skider-2display-mobile {
  display: none;
}

.slider-main-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-main-row.fadgsg.last-slide-row {
  justify-content: flex-start;
}

.slider-main-row.third-slide-top-specing {
  overflow: hidden;
}

.slider-box-one {
  width: 19%;
  height: 100%;
  margin-top: 6.5em;
}

.slider-box-one.last-slide {
  width: 29%;
  margin-top: -.8em;
}

.slider-box-one.slid-two-box.fhsfd.top-frist-icon.second-icon-1920 {
  width: 15%;
}

.slider-box-one._3rd-box-image {
  width: 15%;
  margin-top: 7.5em;
}

.slider-box-one.alider-frist-box-image {
  width: 15%;
}

.slider-box-two {
  width: 50%;
}

.slider-box-three {
  width: 40%;
  margin-top: 3em;
  position: relative;
}

.slider-box-three.slider-last-box {
  width: 28%;
  margin-top: 0;
}

.slider-box-three.first-slide-box-image, .slider-box-three.sec-slide-box.udutcu.second-slide-i.second-image1440, .slider-box-three.container-image._3third-image-outer {
  width: 35%;
}

.image-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
  position: relative;
}

.heading-14 {
  color: #888;
  padding-left: 1.4em;
  font-family: Sf pro display, sans-serif;
  font-size: 2.125rem;
}

.heading-14.vzx, .heading-14.hgjgf.gvhgc {
  padding-left: 1.6em;
}

.heading-15 {
  color: #fff;
  margin-left: 0;
  margin-right: 10px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  left: -4px;
}

.heading-16 {
  width: 21ch;
  color: #fff;
  font-family: Sf pro display, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-16.sdfg {
  padding-right: 53px;
  font-size: 2.3rem;
}

.div-block-6 {
  align-items: flex-start;
  margin-top: 1.6em;
  margin-bottom: 2.4em;
  display: flex;
}

.paragraph-3 {
  width: 100%;
  max-width: 480px;
  color: #fff;
  margin-top: 1.2em;
  padding-left: 2.7em;
  padding-right: 18px;
  font-family: Sf pro display, sans-serif;
  font-size: 1.5625rem;
  line-height: 36px;
}

.paragraph-3._3p {
  padding-right: 19px;
}

.paragraph-3._3p.ahkbdshk {
  padding-left: 2.4em;
  font-size: 1.5rem;
}

.paragraph-3._2slid-p.jgv.cggfch {
  width: 89%;
  padding-left: 2.6em;
  padding-right: 6rem;
  font-size: 1.5rem;
}

.paragraph-3.zfz.cv {
  padding-left: 2.4em;
  font-size: 1.5rem;
}

.devider-line {
  padding-top: 1rem;
}

.image-6 {
  width: 100%;
}

.image-6.hide-four-slide {
  display: none;
}

.text-block-8 {
  color: var(--white);
  text-align: center;
  font-family: Sf pro display, sans-serif;
  font-size: 1.1875rem;
}

.text-block-8.text-align-end {
  text-align: right;
}

.text-block-8.text-align-end.dfghd {
  text-align: center;
}

.text-block-8.absolute-right-text {
  width: auto;
  position: absolute;
  top: 323.047px;
  right: 983.656px;
}

.image-7 {
  height: auto;
}

.image-7.second-image-width {
  width: 100%;
}

.icon-2 {
  display: none;
}

.left-arrow-6 {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: none;
  top: 55%;
  bottom: 50%;
  left: 0%;
  right: auto;
}

.left-arrow-6.right-arrow {
  display: none;
  top: 55%;
  bottom: 50%;
  left: auto;
  right: 0;
}

.image-8 {
  width: auto;
  height: auto;
}

.icon-3 {
  display: none;
}

.slide-nav-4 {
  width: 50%;
  padding-top: 0;
  bottom: 20px;
}

.technology-rd {
  margin-top: 90px;
  margin-bottom: 90px;
}

.technology-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rd-left {
  width: 48%;
}

.rd-right {
  width: 48%;
  grid-row-gap: 45px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.slider-counting {
  width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: 0;
  right: 0;
  overflow: hidden;
}

.div-block-7 {
  width: 92%;
  height: 63px;
  color: #fff;
  background-color: rgba(3, 0, 0, .7);
  border-radius: 0 0 .7rem .7rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Sf pro display, sans-serif;
  font-size: 1.0625rem;
  font-weight: 400;
  display: none;
  position: absolute;
  bottom: 1.2rem;
  left: 1.4rem;
  right: auto;
}

.div-block-7.second-slid-absolute {
  width: 85%;
  margin-left: 13px;
  bottom: 11px;
}

.div-block-7._3rd-absolute {
  width: 93%;
  margin-left: 9px;
  bottom: 13px;
  left: .5rem;
}

.heading-17 {
  width: auto;
  color: var(--white);
  padding-right: 75px;
  font-size: 2.6rem;
  line-height: 1.2;
}

.heading-17.hxdt.feerwe {
  padding-right: 56px;
}

.heading-17.hxdt.feerwe.gdd {
  padding-right: 27px;
}

.sup {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  position: relative;
  top: -18px;
}

.sup.sm.ls {
  font-size: .9rem;
  top: -6px;
}

.heading-18 {
  color: #fff;
  font-size: 2rem;
  line-height: 3.1rem;
}

.center-last-slid {
  width: 33%;
  padding-top: 88px;
  padding-left: 20px;
  padding-right: 15px;
}

.center-last-slid.last-center-slide {
  width: 37%;
  height: 340px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.text-block-9 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.1rem;
  line-height: 2.1;
}

.text-block-9.margin-bottom-zero, .text-block-9.second-last-text {
  width: 80%;
  margin-bottom: 0;
  line-height: 1.6;
}

.text-block-9.bottom-specing {
  width: 80%;
  margin-bottom: 0;
  line-height: 1.6rem;
}

.text-block-9.dttyh {
  width: 80%;
  margin-bottom: 0;
  line-height: 1.6;
}

.loc-image {
  width: 100%;
  height: 3px;
}

.get-in-touch {
  width: 100%;
  height: 90vh;
  background-image: url('../images/naja-bertolt-jensen-2St3S36Gu7w-unsplash-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  align-items: flex-end;
  margin-top: 90px;
  padding-bottom: 50px;
  display: flex;
}

.get-text-box {
  width: 55%;
  margin-left: auto;
  margin-right: 3%;
}

.text-span-3 {
  color: #666;
  padding-left: 3px;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
  top: -23px;
}

.process {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 3.25em;
  padding-bottom: 3.25em;
}

.absolute-gray-bg {
  z-index: -1;
  width: 100%;
  height: 200px;
  background-color: #f7f7f7;
  display: none;
  position: absolute;
}

.poly-black-bg {
  background-color: #000;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.poly-black-row {
  width: 100%;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  padding-top: 40px;
  padding-right: 64px;
  display: flex;
}

.poly-left-block {
  width: 672px;
}

.image-9 {
  width: 100%;
}

.hsdgfe {
  font-size: 0;
}

.text-block-10 {
  margin-left: 5px;
  margin-right: 5px;
}

.image-10, .image-11 {
  width: 100%;
}

.poly-right {
  width: 508px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  padding-right: 95px;
  font-size: 1.375rem;
}

.text-block-11.cgf {
  padding-right: 72px;
}

.text-block-11.hjvjh {
  padding-right: 31px;
}

.image-12 {
  width: 100%;
}

.mobile-slider {
  width: 100%;
  display: none;
}

.mobile-container {
  padding-left: 15px;
  padding-right: 15px;
}

.heading-19 {
  font-size: 2.25rem;
}

.position-absolute {
  z-index: -9;
  width: 100%;
  height: 154px;
  background-color: #f7f7f7;
  display: none;
  position: absolute;
  top: 301px;
}

.position-absolute.position-two {
  height: 168px;
  top: 46%;
}

.position-absolute.position-two.position-three {
  height: 190px;
  top: 77%;
}

.superscript-10 {
  color: #666;
}

.superscript-11 {
  color: #666;
  font-size: .8rem;
  top: -4px;
}

.bottle-image {
  position: absolute;
  bottom: 39%;
  left: 24%;
}

.superscript-12 {
  color: #666;
  font-weight: 400;
}

.poly-oil-black-mobile, .heading-23 {
  display: none;
}

.bold-text-3 {
  color: #000;
}

.superscript-15 {
  color: #bebebe;
  padding-left: 2px;
  font-size: 1rem;
  font-weight: 400;
  top: -33px;
}

.height-flex-box {
  width: 100%;
  overflow: hidden;
}

.lastcircle-image {
  align-items: center;
  display: flex;
}

.image-21 {
  width: 48%;
}

.image-21.last-slide-image {
  margin-top: 3rem;
}

.image-22 {
  width: 52%;
  height: 280px;
}

.last-text-row-box {
  align-items: center;
  display: flex;
}

.circle-image-last-slide {
  width: 28%;
}

.image-23 {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.navbar-2 {
  display: block;
}

.fix-banner {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 5%;
}

.html-embed-2, .slider-4, .slider-5 {
  display: none;
}

.footer-span {
  color: #000;
  text-align: left;
  font-size: .9rem;
  display: block;
}

.text-span-4 {
  color: #fa426d;
}

.text-block-28 {
  text-align: center;
  text-decoration: none;
  display: block;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  text-decoration: none;
}

.text-span-18 {
  text-decoration: line-through;
}

.text-span-19 {
  text-decoration: none;
}

.text-block-29 {
  color: #000;
  text-align: center;
  display: none;
}

.link {
  color: #fa426d;
  text-decoration: none;
}

.link-2 {
  color: #989898;
  text-decoration: none;
}

.link-3 {
  color: #989898;
}

.slider-6, .heading-27 {
  display: none;
}

.text-span-21, .text-span-22 {
  color: #aaa;
}

.paragraph-4 {
  padding-right: 92px;
  font-family: Sf pro display, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-span-23 {
  color: #aaa;
}

.link-5 {
  color: #6a6a6a;
  text-decoration: none;
}

.link-block {
  display: none;
}

.overlay {
  z-index: 9;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.home-link {
  color: #fff;
  padding-right: 1rem;
  font-family: Sf pro display, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.home-link:hover, .home-link.w--current, .home-link.w--current:hover {
  color: var(--green-2);
}

.home-link.blk {
  color: #000;
}

.section-team {
  width: 100%;
  padding-bottom: 2rem;
}

.team-row {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.team-box {
  width: 30%;
}

.collection-item {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.collection-list {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: start;
  align-items: center;
  justify-items: center;
  display: flex;
}

.team-box-content {
  width: 100%;
  border-radius: .9rem;
  margin-bottom: 2rem;
  padding: 2rem 1.5rem;
  transition: all .55s cubic-bezier(.257, .083, .158, 1.077);
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, .25);
}

.team-box-content.new-box {
  width: 31%;
}

.team-thumnail {
  width: 100%;
  height: 280px;
  max-width: 260px;
  min-width: 260px;
  object-fit: contain;
}

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

.thumbnail.new {
  width: auto;
}

.collection-list-wrapper {
  width: 100%;
}

.collection-item-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.content-wrapper-team {
  margin-top: 1rem;
  display: block;
}

.team-name {
  color: #4770a0;
  text-align: center;
  margin-bottom: .5rem;
  font-size: 1.7rem;
}

.job-title {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.team-hover {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, .55);
  justify-content: center;
  align-items: center;
  transition: all .4s cubic-bezier(.755, .05, .855, .06);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.button-3 {
  background-color: #71ccb9;
  background-image: url('../images/Group-3842.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .8rem 1.5rem;
  font-size: 1.3rem;
  display: flex;
}

.popup {
  z-index: 9999;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  min-width: 100%;
  background-color: rgba(0, 0, 0, .16);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.pop-up-inner {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.name {
  color: #4770a0;
  margin-bottom: 0;
  font-size: 2.1rem;
}

.image-38 {
  width: 292px;
  height: 292px;
  max-width: none;
  float: right;
  position: relative;
}

.div-block-10 {
  width: auto;
  float: left;
  clear: none;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.div-block-11 {
  width: auto;
  height: 292px;
  float: none;
  clear: both;
  overflow: visible;
}

.popup-content-left {
  width: 60%;
  float: right;
  clear: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-wrap {
  z-index: 2;
  width: 26%;
  float: none;
  clear: none;
  position: static;
}

.image-wrap.hide-mob {
  width: 40%;
  clear: none;
  text-align: center;
}

.image-wrap.desk-hide {
  display: none;
}

.bottom-text {
  width: 100%;
}

.paragraph-5 {
  line-height: 1.7;
  display: inline-block;
}

.paragraph-5.hide-desk {
  display: none;
}

.close {
  width: 2.1rem;
  height: 2.1rem;
  cursor: pointer;
  font-family: PT Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: .5;
  position: absolute;
  top: 2rem;
  left: auto;
  right: 2rem;
}

.text-block-33 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

.image-39 {
  width: 100%;
  margin-top: 2rem;
}

.bio {
  width: 100%;
  height: 240px;
  max-width: 100%;
  min-width: 100%;
  padding-right: .5rem;
  font-size: 1.1rem;
  font-weight: 500;
  overflow: scroll;
}

.image-40 {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: fill;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.border-box {
  width: 55rem;
  background-color: #fff;
  border-bottom: .8rem solid #71ccb9;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  width: 55rem;
  max-width: 100%;
  margin-bottom: 1rem;
}

.image-41 {
  width: 240px;
  height: 240px;
  max-width: none;
  min-width: auto;
  object-fit: contain;
}

.top-content {
  padding: 0;
}

.team-popup {
  z-index: 99999;
  width: 100%;
  height: 100vh;
  color: rgba(0, 0, 0, .5);
  background-color: rgba(0, 0, 0, .86);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.team-popup._2, .team-popup._3, .team-popup._4, .team-popup._5, .team-popup._6, .team-popup._7, .team-popup._8, .team-popup._9, .team-popup._10, .team-popup._11, .team-popup._12, .team-popup._1 {
  display: none;
}

.popupinner-row {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
  left: 0;
}

.pop-left {
  width: 66%;
  height: 160px;
  color: #000;
  padding-right: 0;
  font-weight: 500;
  overflow: auto;
}

.pop-right {
  width: 32%;
  text-align: center;
}

.inner-box {
  width: 700px;
  background-color: #fff;
  border-bottom: 10px solid #71ccb9;
  border-radius: 1rem;
  padding: 1.8rem;
  position: relative;
}

.image-43 {
  width: 170px;
  height: 170px;
}

.image-43.sm {
  width: 160px;
  height: 160px;
}

.text-bio {
  height: auto;
  margin-bottom: .6rem;
  padding-right: .5rem;
  font-size: 1rem;
  font-weight: 400;
  overflow: visible;
}

.text-bio.sm {
  height: 160px;
}

.image-44 {
  width: 100%;
  margin-top: 0;
  margin-bottom: .5rem;
}

.close-icon-box {
  z-index: 99;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.image-45 {
  width: 1.5rem;
}

.section-contiflow-cracker {
  background-image: url('../images/Group-3788-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 100px;
}

.contiflow-row {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contiflow-left, .contiflow-right {
  width: 48%;
}

.paragraph-home {
  color: #fff;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.cracker-process {
  border-left: 2px solid #fff;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.left-image-cracker-icon {
  width: 20%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.acceptable-right {
  width: 80%;
}

.sub-heading {
  color: #fff;
  margin-bottom: .7rem;
  font-size: 1.6rem;
}

.sub-p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.read-more {
  width: 165px;
  color: #4770a0;
  background-color: #fff;
  background-image: url('../images/FW_Plastik_41.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: .8rem 0;
  font-size: 1.3rem;
  font-weight: 600;
  display: flex;
}

.read-more.hide-mob {
  width: 10rem;
  font-size: 1.1rem;
}

.read-more.hide-desk {
  display: none;
}

.text-span-26 {
  font-size: 1.6rem;
}

.slider-span {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.r-d-paragraph {
  padding-right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}

.r-d-paragraph.for-mob {
  display: none;
}

.r-d-span {
  color: #aaa;
}

.image-46.hide-image {
  width: 100%;
}

.image-47.img-mob {
  margin-bottom: 1rem;
}

.paragraph-p {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.2rem;
}

.bold-text-4 {
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-size: 2rem;
  display: block;
}

.sm-h3 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding-right: 433px;
  font-size: 2.3rem;
}

.sm-h3.paramob {
  margin-top: 0;
  padding-right: 0;
}

.image-48 {
  width: 20%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-49 {
  width: 15%;
}

.image-49.pcmob {
  width: 30%;
  margin-top: -232px;
  margin-left: 752px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .padding-small {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .text-color-grey.ydytd {
    font-size: 2.2rem;
    display: block;
  }

  .text-color-grey.ydytd.black-span {
    font-size: 2.1rem;
  }

  .heading-style-h3.technology_instances {
    font-size: 2.9rem;
  }

  .padding-global.my-specing {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .text-size-medium.technology-instnce.ch-9.jhfg {
    flex-direction: column;
    padding-right: 2.4rem;
    font-size: 2.2rem;
  }

  .padding-section-medium.closing-loop {
    padding-bottom: 2rem;
  }

  .patent_items {
    width: 48%;
  }

  .patent_image {
    width: 100%;
    height: 125px;
  }

  .section_aboutpatent.overflow-hidden.my-bg-section {
    background-image: url('../images/FW_Plastik_08----2.png');
    background-position: 50%;
    background-size: cover;
    margin-top: 67px;
  }

  .stats_number.hide-mobile-portrait, .stats_number.row-plus {
    font-size: 2.2rem;
  }

  .text-color-blue.hide-mobile-landscape {
    line-height: 70px;
  }

  .text-size-medium-3.publication {
    margin-top: 0;
  }

  .text-size-medium-3.publication.low-specing-h3, .text-size-medium-3.publication.low-specing-sec-h2, .text-size-medium-3.publication.low-specingthree-h3, .text-size-medium-3.publication.low-specing-last {
    margin-top: -.8rem;
  }

  .publication_item {
    padding-right: 2rem;
  }

  .text-size-regular-2.text-color-dark-blue {
    max-width: 43ch;
    font-size: .9rem;
  }

  .closing-loop_component.my-flex-box {
    justify-content: space-between;
    display: flex;
  }

  .feedstock_header.big-p {
    font-size: 1.75rem;
  }

  .feed_stock_main-heading.big-h2 {
    font-size: 3rem;
  }

  .publication_icon-wrapper {
    height: 6.3rem;
  }

  .section_circular_economy.white-bg {
    z-index: -9;
  }

  .cir_eco_text_wrapper.take {
    top: 25%;
    left: 15%;
  }

  .cir_eco_text_wrapper.make {
    left: 56%;
  }

  .cir_eco_text_wrapper.dispose {
    top: 76%;
    left: 77%;
  }

  .cir_eco_text_wrapper.truck-text {
    left: 51%;
  }

  .cir_eco_text_wrapper.gree_text {
    left: 3%;
  }

  .cir_eco_text_wrapper.title {
    left: 48.5%;
  }

  .cir_eco_text_wrapper.use {
    left: 84%;
  }

  .cir_eco_text_wrapper.pyrosyis {
    left: 29%;
  }

  .cont_flow_con_wrap_left {
    top: 5.4%;
  }

  .cont_flow_con_wrap_left._3 {
    margin-top: 64px;
    top: 34.2%;
  }

  .cont_flow_con_wrap_left._5 {
    margin-top: 42px;
    top: 61.8%;
  }

  .cont_flow_con_wrap_left._7 {
    margin-top: 85px;
  }

  .cont_flow_con_wrap_left._1 {
    margin-top: 14px;
  }

  .cont_flow_con_wrap_right {
    top: 21.5%;
  }

  .cont_flow_con_wrap_right._4 {
    margin-top: 49px;
    top: 48.1%;
  }

  .cont_flow_con_wrap_right._6 {
    margin-top: 100px;
    top: 76.6%;
  }

  .cont_flow_con_wrap_right._2 {
    margin-top: 48px;
  }

  .video_paly-_icon {
    left: 42%;
  }

  .plstic-to-plastic-circular-econonmy {
    width: 92rem;
    opacity: 1;
  }

  .slider-2.retge {
    background-position: 0%;
    padding: 0 4rem;
  }

  .slider-main-row {
    margin-top: -60px;
  }

  .slider-main-row.fadgsg.last-slide-row {
    margin-top: 0;
  }

  .slider-main-row.third-slide-top-specing {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 2.7rem;
    padding-bottom: 5rem;
  }

  .slider-main-row.frist-slide-row {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 2.6rem;
    padding-bottom: 5rem;
  }

  .slider-main-row.secondslide1920 {
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 2.7rem;
    padding-bottom: 5rem;
  }

  .slider-box-one {
    margin-top: 4.8em;
  }

  .slider-box-one.last-slide {
    width: 28%;
    margin-top: 0;
  }

  .slider-box-one.slid-two-box {
    margin-top: 6.8em;
  }

  .slider-box-one.slid-two-box.fhsfd {
    margin-top: 10.7em;
  }

  .slider-box-one.slid-two-box.fhsfd.top-frist-icon.second-icon-1920 {
    margin-top: 8.5em;
  }

  .slider-box-one._3rd-box-image, .slider-box-one.alider-frist-box-image {
    width: 15%;
    margin-top: 8.5em;
  }

  .slider-box-two {
    width: 50%;
    margin-top: 0;
  }

  .slider-box-two.second-s-ide-second-box {
    margin-top: 0;
  }

  .slider-box-three {
    margin-top: 4.1em;
  }

  .slider-box-three.slider-last-box {
    margin-top: 2em;
    padding-left: 0;
  }

  .slider-box-three.first-slide-box-image {
    width: 34%;
    height: auto;
    margin-top: 4.5rem;
  }

  .slider-box-three.sec-slide-box.udutcu {
    width: auto;
  }

  .slider-box-three.sec-slide-box.udutcu.second-slide-i {
    margin-top: 5em;
  }

  .slider-box-three.sec-slide-box.udutcu.second-slide-i.second-image1440 {
    width: 34%;
    margin-top: 4.5rem;
  }

  .slider-box-three.container-image {
    width: 650px;
  }

  .slider-box-three.container-image._3third-image-outer {
    width: 34%;
    margin-top: 4.5rem;
  }

  .heading-14 {
    margin-bottom: 2rem;
    padding-left: 2.1em;
    font-size: 1.7rem;
  }

  .heading-14.vzx {
    padding-left: 2.3em;
  }

  .heading-14.hgjgf.gvhgc {
    padding-left: 2.4em;
  }

  .heading-15 {
    margin-top: .3rem;
    font-size: 2.2rem;
    line-height: 1.1;
    left: 0;
  }

  .heading-16 {
    font-size: 2.4rem;
  }

  .heading-16.sdfg {
    padding-right: 0;
    font-size: 2rem;
    line-height: 1.5;
  }

  .heading-16.heading-2left.hety {
    padding-right: 53px;
    line-height: 1.3;
  }

  .heading-16.heading-2left.hety.second-slide-title {
    font-size: 2rem;
    line-height: 1.5;
  }

  .div-block-6 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .paragraph-3 {
    padding-left: 2.4em;
    font-size: 1.6rem;
  }

  .paragraph-3._3p {
    padding-left: 2.7em;
  }

  .paragraph-3._3p.ahkbdshk {
    padding-left: 2.5em;
    padding-right: 46px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .paragraph-3._2slid-p {
    padding-left: 3em;
  }

  .paragraph-3._2slid-p.jgv {
    padding-left: 2.8em;
  }

  .paragraph-3._2slid-p.jgv.cggfch {
    padding-left: 2.4em;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .paragraph-3.zfz.cv {
    font-size: 1.4rem;
    line-height: 30px;
  }

  .devider-line {
    padding-top: .1rem;
  }

  .image-6 {
    height: 374px;
    object-fit: scale-down;
  }

  .image-6.hide-four-slide {
    display: none;
  }

  .image-6.auto-image {
    height: auto;
  }

  .text-block-8.text-align-end.dfghd {
    text-align: center;
    padding-left: 0;
  }

  .text-block-8.absolute-right-text {
    right: 1009.66px;
  }

  .text-block-8.end-text {
    text-align: right;
    padding-right: 7px;
  }

  .text-block-8.end-text._3rd-image-bottom-text {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 100%;
    height: auto;
    object-fit: fill;
    object-position: 50% 50%;
  }

  .image-7.second-image-width {
    width: 700px;
    height: auto;
  }

  .image-7.third-slide-image {
    width: 550px;
    height: auto;
  }

  .left-arrow-6 {
    top: 51%;
    bottom: 50%;
    right: auto;
  }

  .left-arrow-6.right-arrow {
    top: 51%;
    bottom: 50%;
    right: 1%;
  }

  .slide-nav-4 {
    bottom: 1.1rem;
  }

  .rd-right {
    width: 48%;
  }

  .slider-counting {
    bottom: 1rem;
    right: 138px;
  }

  .div-block-7 {
    bottom: 1.4rem;
  }

  .div-block-7._3rd-absolute {
    margin-left: 15px;
  }

  .div-block-7._2nd-abs {
    bottom: 1.2rem;
  }

  .heading-17 {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .heading-17.hxdt.feerwe.gdd {
    padding-right: 72px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .sup {
    color: #bebebe;
    font-size: .8rem;
    top: -14px;
  }

  .heading-18 {
    line-height: 2.9rem;
  }

  .center-last-slid.last-center-slide {
    width: 39%;
    height: 345px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 0;
    display: flex;
  }

  .text-block-9.margin-bottom-zero {
    height: auto;
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .text-block-9.second-last-text, .text-block-9.bottom-specing, .text-block-9.dttyh {
    height: auto;
    margin-bottom: 0;
    line-height: 1.6;
  }

  .text-span-3 {
    padding-left: 5px;
    font-size: 1.2rem;
  }

  .poly-black-row {
    justify-content: flex-start;
  }

  .poly-left-block {
    width: 540px;
  }

  .image-9 {
    height: 5px;
  }

  .image-10, .image-11 {
    width: 100%;
    height: 5px;
  }

  .poly-right {
    width: 548px;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .text-block-11.cgf {
    padding-right: 102px;
  }

  .image-12 {
    height: 400px;
    object-fit: cover;
  }

  .superscript-16 {
    color: #616161;
    font-size: .7rem;
    font-weight: 400;
    top: -8px;
  }

  .text-block-25 {
    font-size: 1.2rem;
  }

  .height-flex-box {
    height: auto;
    align-items: center;
    display: flex;
  }

  .height-flex-box.top.less {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .image-21.last-slide-image {
    width: 46%;
    margin-top: 4.5rem;
  }

  .image-22 {
    width: 55%;
  }

  .circle-image-last-slide {
    width: 19%;
  }

  .text-block-26, .text-block-27 {
    font-size: 1.2rem;
  }

  .text-span-21 {
    font-size: 2.1rem;
  }

  .name {
    font-size: 1.9rem;
  }

  .pop-left {
    height: 165px;
  }

  .inner-box {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }

  .image-43 {
    width: 160px;
    height: 160px;
  }

  .text-bio {
    font-size: .9rem;
  }

  .image-44 {
    width: 100%;
  }

  .sub-p {
    font-size: 1rem;
  }

  .slider-span {
    line-height: 1.2;
  }

  .r-d-paragraph {
    font-size: 1.5rem;
  }

  .image-49.pcmob {
    width: 30%;
    margin-left: 739px;
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-family: Sf pro display, sans-serif;
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .padding-xxlarge.hide-tablet {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .margin-bottom.margin-medium.foote {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-xxlarge._4 {
    margin-bottom: 3.5rem;
  }

  .margin-bottom.botoom2-5rem {
    margin-bottom: 2.5rem;
  }

  .padding-vertical.padding-large {
    padding-bottom: 0;
  }

  .padding-vertical.padding-xlarge.circulr {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .padding-bottom.padding-medium.padding-block {
    padding-bottom: 1rem;
  }

  .text-weight-semibold {
    font-size: 1.6rem;
  }

  .text-color-grey.ydytd {
    width: 100%;
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 3.75rem;
  }

  .heading-style-h3.technology_instances {
    font-size: 2.8rem;
  }

  .heading-style-h3.plastics {
    max-width: 31.4rem;
    font-size: 2.6rem;
  }

  .heading-style-h3.white {
    font-size: 2.8rem;
  }

  .icon-1x1-medium.read {
    padding-top: .25rem;
  }

  .padding-global {
    padding-bottom: 0;
    padding-left: 6.875rem;
    padding-right: 6.875rem;
  }

  .padding-global.footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.further-reading {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .padding-global.team-heading.ls {
    padding-left: 6.3rem;
    padding-right: 6.3rem;
  }

  .padding-global.team-heading.ls.none {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.my-specing {
    padding-left: 5.75rem;
    padding-right: 5.75rem;
  }

  .text-color-white.hide-mobile-portrait {
    font-size: 3rem;
  }

  .text-weight-light.text-align-left {
    font-size: 2rem;
    font-style: normal;
  }

  .text-size-regular, .text-size-regular.mob-2lines {
    font-size: 1.25rem;
  }

  .text-size-regular.text-style-3lines {
    font-size: .937rem;
  }

  .text-size-regular.r-d._2-1 {
    max-width: 34ch;
    margin-bottom: 1rem;
  }

  .text-size-regular.r-d._2_2 {
    max-width: 34ch;
  }

  .text-size-small {
    font-size: 1rem;
    line-height: 2;
  }

  .text-size-small.plastics {
    font-size: 1.1rem;
  }

  .heading-style-h4.platsics {
    max-width: none;
    font-size: 2rem;
  }

  .heading-style-h4.platsics.ch-32 {
    max-width: 34rem;
  }

  .text-size-medium_2.text-color-grey.graph_instance {
    font-size: 1.44rem;
  }

  .text-size-medium_2.proces_chart {
    font-size: 1.93333rem;
  }

  .container-large._70rem {
    max-width: 76rem;
  }

  .container-large.left-align-content {
    max-width: 80rem;
  }

  .container-large.left-align-content._70-rem {
    max-width: 76rem;
  }

  .container-large.center-allign.footer {
    justify-content: space-between;
    display: flex;
  }

  .container-large.get_touch {
    max-width: 90rem;
    position: relative;
  }

  .container-large.team--page {
    padding-left: 1.094rem;
    padding-right: 1.094rem;
  }

  .container-large.team--page.new {
    width: 77.3rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.094rem;
    padding-right: 1.094rem;
  }

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

  .text-size-medium.text-align-center.flagship-instance {
    width: 38rem;
    font-size: 2.187rem;
  }

  .text-size-medium.technology-instnce {
    padding-right: 6rem;
    font-size: 2.187rem;
  }

  .text-size-medium.technology-instnce.ch-9 {
    max-width: 52ch;
    font-size: 1.9rem;
  }

  .text-size-medium.technology-instnce.ch-9.jhfg {
    max-width: none;
    flex-direction: column;
    padding-right: 0;
    font-size: 2rem;
    display: flex;
  }

  .text-size-medium.awards {
    font-size: 1.4rem;
    line-height: 1;
  }

  .text-size-medium.polycycl {
    max-width: none;
    font-size: 2.1rem;
  }

  .padding-section-medium.statistics-instance.awards {
    padding-top: 5.9rem;
  }

  .padding-section-medium.flagship-instance {
    padding-bottom: 4rem;
  }

  .padding-section-medium.showcase-selcetee {
    padding-top: 3rem;
    font-size: 1.625rem;
  }

  .padding-section-medium.closing-loop.low-specing {
    padding-bottom: 2.5rem;
  }

  .text-size-xxlarge {
    font-size: 4.5rem;
  }

  .text-size-xxlarge.ch-22, .text-size-xxlarge.home {
    font-size: 4rem;
  }

  .text-size-xxlarge.purifiction-page {
    font-size: 86px;
  }

  .navbar1_container {
    max-width: 85rem;
  }

  .footer_links1 {
    font-size: 1.25rem;
  }

  .footer3_top-wrapper {
    width: 100%;
    grid-column-gap: 6rem;
  }

  .footer_credit-text.hide-mobile-portrait {
    font-size: .9375rem;
  }

  .padding-section-large-2 {
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
  }

  .text-size-medium-2.shadow_effect {
    color: var(--white);
    letter-spacing: .03rem;
  }

  .text-size-medium-2.team {
    font-size: 1.375rem;
  }

  .text-size-medium-2.subheading-awards {
    letter-spacing: .02rem;
    font-size: 1.625rem;
  }

  .text-size-medium-2.text-color-grey.charc-limit {
    max-width: 75ch;
    text-align: center;
  }

  .text-size-medium-2.ch-50 {
    line-height: 1.77273;
  }

  .text-size-medium-2.ch-50.werw {
    max-width: none;
    font-size: 1.7rem;
  }

  .patent_component {
    max-width: 80rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .patent_image {
    width: 17rem;
    max-height: 8.75rem;
  }

  .stats_icon {
    width: 3rem;
    height: 3rem;
  }

  .heading-5 {
    font-size: 1.687rem;
  }

  .bold_numbers_text {
    font-size: 3.2rem;
    line-height: 1;
    left: 3%;
  }

  .accolades_component {
    text-align: center;
  }

  .stats_text {
    font-size: 1.375rem;
  }

  .stats_number {
    font-size: 2.625rem;
  }

  .stats_number.row-plus {
    font-size: 2.1rem;
  }

  .footer_heading_text, .footer_links2 {
    font-size: 1.25rem;
  }

  .footer_logo {
    width: 85%;
  }

  .section_technology_2.awards {
    display: none;
  }

  .sub_heading_technology {
    font-size: 2rem;
  }

  .trademark.flagship_instance {
    font-size: .8rem;
  }

  .graph_container {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    background-image: none;
  }

  .graph_info_wrappper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .waste_img_portrait {
    max-height: none;
    max-width: none;
  }

  .waste_img {
    max-height: none;
  }

  .sr_no {
    font-size: 11.75rem;
  }

  .text-size--large-2 {
    font-size: 2.8rem;
  }

  .text-size-regular-2 {
    font-size: 1.5rem;
  }

  .text-size-regular-2.plastics {
    font-size: 1.375rem;
  }

  .process_img {
    margin-top: 2rem;
    display: block;
  }

  .rotating_ring {
    display: block;
  }

  .animation_text.z-index-7, .animation_text.z-index-5, .animation_text.z-index-3, .animation_text.z-index-1 {
    font-size: 2.4rem;
  }

  .header_down_arrow.hide-mobile-portrait {
    height: 6.875rem;
    max-width: 100%;
  }

  .lightbox-link {
    width: 100%;
  }

  .text-size-medium_3.margin-left {
    font-size: 2.75rem;
  }

  .process_application_img {
    margin-bottom: 2.5rem;
  }

  .navbar1_component-2 {
    padding-top: 0;
  }

  .navbar1_component-2.r-d-page {
    margin-bottom: 0;
  }

  .padding_global.mobile-0-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .heading_2_instance {
    letter-spacing: .03rem;
    font-size: 4rem;
  }

  .short_direction_line.hide-mobile-landscape {
    width: 18.75rem;
  }

  .horizontal_panel {
    width: 460rem;
  }

  .graph_title_warpper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .padding_global_3 {
    justify-content: center;
    align-items: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
  }

  .dial_heading_text {
    font-size: 2.4rem;
  }

  .dial_paragraph_text {
    font-size: 1.56rem;
  }

  .sequence_no.top {
    z-index: 16;
    opacity: 0;
    border-radius: 0%;
    left: 41%;
  }

  .sequence_no.left {
    z-index: 16;
    opacity: 0;
    border-radius: 0%;
    top: 45%;
  }

  .sequence_no.right {
    z-index: 16;
    opacity: 0;
    border-radius: 50%;
    top: 45%;
  }

  .sequence_no.bottom {
    z-index: 16;
    opacity: 0;
    border-radius: 0%;
    left: 45%;
  }

  .ring_50-transparent {
    z-index: 11;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section_team_banner.awards {
    background-image: linear-gradient(rgba(3, 0, 0, .1), rgba(3, 0, 0, .1)), url('../images/banner-Image.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner_translucent_header, .banner_translucent_header.team.team-h1, .banner_translucent_header.awards, .banner_translucent_header.ch-15 {
    font-size: 6.2rem;
  }

  .header_wrapper {
    grid-column-gap: 4rem;
  }

  .header_wrapper.plastics {
    margin-top: 3.2rem;
    padding-bottom: 0;
  }

  .header_wrapper.plastics.purification._3-rem.fhxxhxh, .header_wrapper.plastics._3-rem.plastocs.wrapper-padding {
    margin-top: 3rem;
  }

  .header_wrapper.team {
    grid-column-gap: 3rem;
  }

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

  .reading_wrapper {
    position: relative;
  }

  .reading_image {
    width: auto;
  }

  .reading_link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .platform_logo_wrapper {
    grid-column-gap: 3.4rem;
  }

  .platform_logo_wrapper.hide-mobile-portrait {
    grid-column-gap: 1.875rem;
  }

  .section_platform.overflow-hidden.padding-bottom {
    margin-bottom: 0;
  }

  .sdg_content {
    padding-left: 0;
  }

  .section_waste-info {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .reading_text_wrapper {
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1.2rem;
  }

  .read_shadow_text {
    color: var(--white);
    letter-spacing: .03rem;
    font-size: 1.25rem;
  }

  .section_timeline {
    justify-content: center;
    display: flex;
  }

  .timeline_header {
    font-size: 2.1875rem;
    display: inline;
  }

  .timeline_body_text {
    max-width: none;
    letter-spacing: .03rem;
    font-family: Sf pro display, sans-serif;
    line-height: 1.7;
  }

  .timeline_body_text._8._2 {
    padding-left: 5rem;
  }

  .timeline_body_text._9 {
    padding-right: 3rem;
  }

  .timeline_body_text._11 {
    max-width: none;
    padding-left: 0;
  }

  .timeline_body_text._13 {
    padding-left: 2rem;
  }

  .timeline_body_text._14._2 {
    padding-right: 3.8rem;
  }

  .timeline_body_text._15 {
    padding-left: 1rem;
  }

  .timeline_body_text._12 {
    padding-right: 3rem;
  }

  .section_plastic_banner {
    margin-bottom: 0;
  }

  .bold_colorful_number {
    font-size: 2.125rem;
    top: -3rem;
    left: -3.9rem;
  }

  .bold_colorful_number.aqua-green-color.right-allign {
    font-size: 2.125rem;
    top: -3rem;
    right: -4rem;
  }

  .bold_colorful_number.aqua-green-color.right-allign.single-digit {
    font-size: 2.125rem;
  }

  .bold_colorful_number.right-allign {
    top: -3rem;
    right: -13.5rem;
  }

  .timeline_wrapper {
    top: 2px;
    overflow: hidden;
  }

  .left_timeline_grid {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .downward_arrow {
    width: 4.71938rem;
  }

  .team_members_grid {
    padding-bottom: 1rem;
  }

  .team_member_wrapper {
    max-width: 22.5rem;
  }

  .team_member_img {
    height: 450px;
  }

  .sub_heading_team {
    font-size: 3.125rem;
  }

  .image-3 {
    width: auto;
  }

  .prizes_grid {
    grid-column-gap: 4.2rem;
    grid-row-gap: 3.5rem;
  }

  .prize_img {
    width: auto;
    height: 13.5rem;
    max-height: none;
  }

  .selectee_img {
    width: 11.25rem;
    max-width: 11.25rem;
  }

  .awards_heading_style {
    font-size: 3.0625rem;
  }

  .technology_text-_style_2 {
    max-width: 34ch;
    font-size: 3rem;
    line-height: 1.5625;
  }

  .platform_component {
    grid-column-gap: 3.4rem;
  }

  .platform_medium_text {
    max-width: 75ch;
  }

  .platform-medium_text {
    max-width: 75ch;
    text-align: center;
    font-size: 1.1875rem;
  }

  .section_contact-_header {
    display: block;
  }

  .text-color-blue {
    font-size: 4.3125rem;
  }

  .text-color-blue.disc {
    margin-bottom: 3.1rem;
    line-height: 1.08696;
  }

  .text-color-blue.disc.ann-mob {
    margin-bottom: 0;
    font-size: 3.5rem;
  }

  .quote_img {
    width: 33.1875rem;
    max-width: 100%;
  }

  .quote_text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-size-medium-3 {
    font-size: 1.2rem;
  }

  .text-size-medium-3.publication {
    font-size: 1.25rem;
  }

  .contact_info_grid {
    grid-column-gap: 2.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .contact_absol_img {
    z-index: 5;
  }

  .contact_absol_img.hide-tablet {
    right: 0%;
  }

  .contact_form_header {
    font-size: 1.125rem;
  }

  .conatct_info_wrapper {
    padding-left: 2rem;
  }

  .conatct_h2 {
    font-size: 2.625rem;
  }

  .rich-text-block {
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .disclaimer-partiytion_line {
    width: 75.5rem;
  }

  .map_wrapper {
    width: 42vw;
    max-width: 38.125rem;
    background-color: rgba(0, 0, 0, 0);
  }

  .double-quote {
    font-size: 6rem;
    font-weight: 700;
  }

  .text-size-medium-4 {
    color: var(--black);
  }

  .text-size-medium-4.text-color-white.ch-82 {
    max-width: 81ch;
    font-size: 1.375rem;
  }

  .slider_wrapper.mobile-only {
    display: none;
  }

  .statistic_component {
    grid-column-gap: 3rem;
  }

  .section_solvent {
    background-size: auto 48rem;
  }

  .tabs-menu {
    display: flex;
  }

  .tab_menu_link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab_menu_link.w--current {
    padding-top: 5.5rem;
    padding-bottom: 5rem;
  }

  .process_flow_img {
    width: 70rem;
  }

  .technology_heading {
    text-align: center;
  }

  .heading-10 {
    font-size: 3.3125rem;
  }

  .blog66_arrow {
    display: none;
  }

  .text-size-regular-2.text-color-dark-blue {
    font-size: 1rem;
    line-height: 1.625;
  }

  .layout24_content._100 {
    width: 100%;
  }

  .partition_line_mob {
    display: none;
  }

  .section_contiflow {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contiflow_grid_desktop {
    grid-row-gap: 13rem;
    background-size: contain;
    padding-top: 0;
  }

  .heading-11 {
    letter-spacing: -.01em;
  }

  .contiflow_text_wrapper.padding-below {
    padding-bottom: 1.8rem;
  }

  .no-ellipse {
    display: none;
  }

  .contiflow_header {
    font-size: 1.8rem;
  }

  .paragraph {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .grey-text {
    font-size: 3.3125rem;
  }

  .nav_green_arrow {
    padding-bottom: 1rem;
  }

  .section_circular_economy {
    background-color: var(--white);
    justify-content: center;
    display: flex;
  }

  .cir_econ_img-wrapper {
    z-index: 2;
    display: inline-block;
    position: relative;
  }

  .cir_econ_img-wrapper.hide-mobile-landscape {
    width: 100%;
  }

  .circular_economy_img {
    width: 100%;
    max-width: 90rem;
  }

  .circular_economy_img.my-image {
    height: 434px;
  }

  .cir_eco_text_wrapper {
    z-index: 4;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .cir_eco_text_wrapper.take {
    position: absolute;
    top: 24%;
    bottom: auto;
    left: 16%;
    right: auto;
  }

  .cir_eco_text_wrapper.make {
    font-family: Sf pro display, sans-serif;
    position: absolute;
    top: 11%;
    left: 55%;
  }

  .cir_eco_text_wrapper.use {
    top: 12%;
    left: 81%;
  }

  .cir_eco_text_wrapper.dispose {
    top: 76%;
    left: 76%;
  }

  .cir_eco_text_wrapper.truck-text {
    top: 83%;
    left: 50%;
  }

  .cir_eco_text_wrapper.pyrosyis {
    top: 50%;
    left: 27%;
  }

  .cir_eco_text_wrapper.gree_text {
    text-align: right;
    font-size: 1px;
    top: 60%;
    left: 3.5%;
  }

  .cir_eco_text_wrapper.title {
    left: 48%;
  }

  .cir_eco_text_wrapper.gree_text {
    text-align: right;
    top: 70%;
    left: 2%;
  }

  .cir_eco_text_wrapper.title {
    left: 47%;
  }

  .cir_eco_text_wrapper.use {
    top: 15%;
    left: 81%;
  }

  .cir_eco_text_wrapper.pyrosyis {
    top: 50%;
    left: 28%;
  }

  .heading-13 {
    font-family: Sf pro display, sans-serif;
  }

  .chart_header {
    color: var(--grey-2);
    text-transform: uppercase;
    font-family: Sf pro display, sans-serif;
    font-size: 2.5vh;
    display: block;
  }

  .chart_header.text-color-green {
    color: var(--green);
    font-size: 2.5vh;
  }

  .chart_text {
    color: var(--grey-3);
    letter-spacing: .04rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.8vh;
    line-height: 1.2;
    display: inline;
  }

  .chart_text.text-color-green {
    color: var(--green);
    font-size: 1.8vh;
  }

  .oveflow_img {
    width: 35vw;
  }

  .section_r-d.overflow-hidden {
    margin-top: 4rem;
  }

  .r-d-text-_wrapper {
    padding-right: 0;
  }

  .r-d-banner-grid {
    align-content: center;
    align-items: center;
    justify-items: center;
  }

  .r-d_header {
    font-size: 2.75rem;
  }

  .r-d-image_grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .r-d-banner-text-wrapper {
    padding-top: .875rem;
    padding-bottom: .875rem;
    padding-left: 1.125rem;
  }

  .r-d_banner_content_wrapper {
    padding-top: 10rem;
    padding-left: 4.75rem;
  }

  .r-d-banner_img {
    width: 45vw;
  }

  .r-d-banner-img-component {
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .flow_img_container {
    width: 100%;
    max-width: 90rem;
    display: inline-block;
    position: relative;
  }

  .contiflow_absol_content-wrapper-left {
    grid-column-gap: 2rem;
    display: flex;
    position: absolute;
    top: 5rem;
    bottom: auto;
    left: auto;
    right: 48%;
  }

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

  .contiflow_img_wrap {
    justify-content: center;
    align-items: center;
    display: block;
    position: relative;
  }

  .cont_flow_con_wrap_left {
    font-size: 2rem;
    right: 48%;
  }

  .cont_flow_con_wrap_left._3 {
    margin-top: 79px;
  }

  .cont_flow_con_wrap_left._5 {
    margin-top: 51px;
  }

  .cont_flow_con_wrap_left._7 {
    margin-top: 107px;
    top: 91.5%;
    right: 48%;
  }

  .cont_flow_con_wrap_left._1 {
    margin-top: 15px;
  }

  .cont_flow_con_wrap_right {
    top: 21.3%;
    left: 59%;
  }

  .cont_flow_con_wrap_right._4 {
    margin-top: 60px;
  }

  .cont_flow_con_wrap_right._6 {
    margin-top: 117px;
  }

  .cont_flow_con_wrap_right._2 {
    margin-top: 68px;
  }

  .video_paly-_icon {
    left: 40%;
  }

  .blue-thin-right {
    text-align: right;
  }

  .blue-medium-text {
    color: var(--light-blue);
    text-align: right;
    font-family: Sf pro display, sans-serif;
    font-size: .875rem;
    line-height: 1.14286;
    display: inline-block;
    position: absolute;
    top: auto;
    bottom: 50%;
    left: auto;
    right: 30%;
  }

  .pyrol_absol_text._3 {
    top: 52%;
  }

  .pyrol_absol_text._4 {
    top: 75%;
  }

  .text-span {
    font-size: 1.8rem;
    font-weight: 400;
    position: relative;
    top: -.45rem;
  }

  .selectee-name {
    font-size: 1rem;
  }

  .logo_2 {
    width: 8.875rem;
    margin-bottom: 1.5rem;
  }

  .logo-4 {
    width: 10.9888rem;
  }

  .logo-5 {
    width: 6.0625rem;
    max-width: none;
  }

  .slider_process_manin-heading.tetra {
    left: 6%;
  }

  .ric_text_diaclaimer h6 {
    font-family: Sf pro display, sans-serif;
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .ric_text_diaclaimer h5 {
    font-family: Sf pro display, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.125;
  }

  .plstic-to-plastic-circular-econonmy {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .blog66_arrow-2 {
    display: none;
  }

  .padding-global-3 {
    padding-bottom: 0;
  }

  .read_shadow_text-2 {
    color: #fff;
    letter-spacing: .03rem;
    font-size: 1.25rem;
  }

  .blog66_arrow-3 {
    display: none;
  }

  .padding-global-4 {
    padding-bottom: 0;
  }

  .poly_nav_bar_1 {
    background-color: rgba(0, 0, 0, 0);
  }

  .pol_navbar_dropdown-list-2 {
    left: -2rem;
  }

  .plastic_2_plastic_slide {
    display: none;
  }

  .team_member_line {
    margin-bottom: 1.25rem;
  }

  .padding-xxxsmall {
    padding-top: 0;
  }

  .pol_navbar_dropdown-list-3 {
    left: -2rem;
  }

  .paragraph-2 {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .chart_text-2 {
    color: #666;
    letter-spacing: .04rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.65vh;
    line-height: 1vh;
    display: inline;
  }

  .chart_text-2.text-color-green {
    color: #2c8542;
    font-size: 1.8vh;
    line-height: 1.2;
  }

  .chart_header-2 {
    color: #616161;
    text-transform: uppercase;
    font-family: Sf pro display, sans-serif;
    font-size: 2.2vh;
    display: block;
  }

  .chart_header-2.text-color-green {
    color: #2c8542;
    font-size: 2.5vh;
  }

  .chart_header-2.dgfsd {
    font-size: 3vh;
  }

  .slider-2.retge {
    height: auto;
    background-color: #000;
    background-image: url('../images/FW_Plastik_08----3_1.png');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 4rem;
    display: flex;
  }

  .slider-main-row {
    align-items: center;
    margin-top: -60px;
    margin-bottom: 0;
  }

  .slider-main-row.fadgsg {
    padding-top: 20px;
  }

  .slider-main-row.fadgsg.last-slide-row {
    margin-top: 0;
    padding-top: 0;
  }

  .slider-main-row.third-slide-top-specing, .slider-main-row.frist-slide-row, .slider-main-row.secondslide1920 {
    align-items: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-box-one {
    margin-top: 3.1em;
  }

  .slider-box-one.last-slide {
    margin-top: 0;
  }

  .slider-box-one.slid-two-box {
    margin-top: 7.3em;
  }

  .slider-box-one.slid-two-box.fhsfd {
    width: 16%;
    margin-top: 9.5em;
  }

  .slider-box-one.slid-two-box.fhsfd.top-frist-icon {
    margin-top: 12.2em;
  }

  .slider-box-one.slid-two-box.fhsfd.top-frist-icon.second-icon-1920, .slider-box-one._3rd-box-image, .slider-box-one.alider-frist-box-image {
    width: 15%;
    margin-top: 9em;
  }

  .slider-box-two {
    width: 50%;
  }

  .slider-box-three {
    margin-top: 4.7em;
  }

  .slider-box-three.slider-last-box {
    margin-top: 1.5em;
    font-size: 1rem;
  }

  .slider-box-three.first-slide-box-image {
    width: 35%;
    height: auto;
    margin-top: 0;
    top: 2rem;
  }

  .slider-box-three.sec-slide-box.udutcu {
    margin-top: 6.5em;
  }

  .slider-box-three.sec-slide-box.udutcu.second-slide-i.second-image1440 {
    width: 35%;
    margin-top: 0;
    top: 2rem;
  }

  .slider-box-three.container-image {
    margin-top: 5.9em;
  }

  .slider-box-three.container-image._3third-image-outer {
    width: 35%;
    margin-top: 0;
    top: 2rem;
  }

  .image-box {
    margin-bottom: 0;
    position: relative;
  }

  .heading-14 {
    margin-bottom: 2rem;
    padding-left: 2.2em;
    font-size: 1.7rem;
  }

  .heading-14.vzx {
    padding-left: 2.2em;
  }

  .heading-14.hgjgf {
    padding-left: 2.4em;
  }

  .heading-14.hgjgf.gvhgc {
    padding-left: 2em;
  }

  .heading-15 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
  }

  .heading-15.h2-top-padding {
    padding-top: 5px;
  }

  .heading-16 {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .heading-16.sdfg {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .heading-16.heading-2left.hety {
    padding-left: 6px;
    font-size: 2.4rem;
  }

  .heading-16.heading-2left.hety.second-slide-title {
    padding-left: 0;
    font-size: 2.2rem;
  }

  .div-block-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-6.bottom-headind-specing {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .paragraph-3 {
    max-width: none;
    padding-left: 2.3em;
    padding-right: 173px;
    font-weight: 400;
  }

  .paragraph-3._3p {
    padding-left: 2.8em;
  }

  .paragraph-3._3p.ahkbdshk {
    padding-left: 2.6em;
    padding-right: 6rem;
  }

  .paragraph-3._2slid-p {
    padding-left: 3.1em;
    padding-right: 93px;
  }

  .paragraph-3._2slid-p.jgv {
    padding-left: 3em;
    padding-right: 80px;
  }

  .paragraph-3._2slid-p.jgv.cggfch {
    padding-left: 2.6em;
    font-size: 1.4rem;
  }

  .paragraph-3.zfz {
    padding-right: 57px;
  }

  .paragraph-3.zfz.cv {
    padding-left: 2.5em;
    padding-right: 4rem;
    font-size: 1.4rem;
    line-height: 36px;
  }

  .devider-line {
    margin-top: 3px;
  }

  .image-6.auto-image {
    width: 158%;
    object-fit: cover;
  }

  .text-block-8 {
    margin-top: 20px;
  }

  .text-block-8.text-align-end.dfghd {
    padding-left: 0;
    font-size: 1.1rem;
  }

  .text-block-8.absolute-right-text {
    top: 382.047px;
    right: 1123.66px;
  }

  .text-block-8.end-text {
    text-align: right;
  }

  .text-block-8.end-text._3rd-image-bottom-text {
    margin-right: 20px;
  }

  .image-7, .image-7.second-image-width, .image-7.third-slide-image {
    width: 100%;
    height: auto;
  }

  .left-arrow-6 {
    width: 60px;
    height: 60px;
    top: 52.5%;
    bottom: 50%;
    right: auto;
  }

  .left-arrow-6.right-arrow {
    top: 52.5%;
    bottom: 50%;
    right: 0;
  }

  .slide-nav-4 {
    bottom: 2rem;
  }

  .rd-right {
    grid-row-gap: 40px;
    flex: 1;
    justify-content: flex-end;
  }

  .slider-counting {
    font-size: 1.2rem;
    bottom: 1rem;
    right: 150px;
  }

  .div-block-7 {
    width: 94%;
    height: 67px;
    bottom: 19px;
    left: 1rem;
  }

  .div-block-7.second-slid-absolute {
    margin-left: 9px;
    bottom: 16px;
    left: 0;
    right: 10px;
  }

  .div-block-7._3rd-absolute {
    width: 85%;
    bottom: 15px;
    left: -1px;
  }

  .heading-17 {
    padding-right: 94px;
    font-size: 2.3rem;
  }

  .heading-17.hxdt {
    padding-right: 111px;
  }

  .heading-17.hxdt.feerwe {
    padding-right: 127px;
  }

  .heading-17.hxdt.feerwe.gdd {
    padding-right: 144px;
    font-size: 2.2rem;
  }

  .sup.top-sup {
    font-size: 1rem;
    top: -20px;
  }

  .heading-18 {
    padding-top: 0;
    font-size: 1.9rem;
    line-height: 2.8rem;
  }

  .center-last-slid {
    padding-top: 32px;
  }

  .center-last-slid.last-center-slide {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
    padding-top: 4px;
  }

  .text-block-9 {
    font-size: 1.1rem;
  }

  .text-block-9.margin-bottom-zero {
    height: auto;
    margin-bottom: 0;
  }

  .text-block-9.second-last-text, .text-block-9.bottom-specing, .text-block-9.dttyh {
    height: auto;
  }

  .process {
    padding-top: 4em;
  }

  .poly-black-row {
    grid-column-gap: 3rem;
    align-items: stretch;
  }

  .poly-left-block {
    width: 600px;
  }

  .text-block-10 {
    margin-left: 5px;
  }

  .poly-right {
    width: 48%;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-12 {
    height: auto;
    object-fit: contain;
  }

  .position-absolute {
    display: none;
    top: 353px;
  }

  .position-absolute.position-two {
    height: 193px;
    top: 46%;
  }

  .position-absolute.position-two.position-three {
    height: 221px;
  }

  .bottle-image {
    position: absolute;
    bottom: 40%;
    left: 23.5%;
  }

  .height-flex-box {
    height: auto;
    justify-content: center;
    align-items: center;
    padding-top: 4.5rem;
    padding-bottom: 6rem;
    display: flex;
  }

  .height-flex-box.top {
    padding-top: 6rem;
  }

  .height-flex-box.top.less {
    height: 100%;
    padding-top: 7.5rem;
    padding-bottom: 4rem;
  }

  .image-22 {
    height: 296px;
  }

  .last-text-row-box {
    margin-top: 0;
  }

  .last-text-row-box.top-margin {
    margin-top: 5px;
    padding-top: 0;
  }

  .last-text-row-box.top-margin-new {
    margin-top: 20px;
  }

  .last-text-row-box.frist-image {
    margin-top: -7px;
  }

  .overlay {
    width: 17rem;
  }

  .team-box-content {
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .team-box-content.new-box {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .team-thumnail {
    height: 320px;
    max-width: 320px;
    min-width: 320px;
  }

  .thumbnail {
    text-align: center;
  }

  .team-name {
    font-size: 1.4rem;
  }

  .job-title {
    font-size: 1rem;
  }

  .button-3 {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .popup {
    background-color: rgba(0, 0, 0, .79);
    display: none;
  }

  .pop-up-inner {
    width: 50rem;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .name {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.1;
  }

  .paragraph-5 {
    font-size: 1.1rem;
  }

  .close {
    width: 1.6rem;
    height: 1.6rem;
    right: 2.5rem;
  }

  .text-block-33 {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .image-39 {
    margin-top: 1.4rem;
  }

  .bio {
    color: var(--darker-grey);
    font-size: 1.1rem;
    overflow: auto;
  }

  .border-box {
    padding: 2.5rem 1.5rem;
  }

  .div-block-12 {
    width: 50rem;
    margin-bottom: .7rem;
  }

  .image-41 {
    width: 240px;
    height: 240px;
  }

  .team-popup._4 {
    display: none;
  }

  .pop-left {
    height: 180px;
  }

  .inner-box {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .image-43 {
    width: 180px;
    height: 180px;
  }

  .text-bio {
    height: auto;
  }

  .image-44 {
    margin-top: .3rem;
  }

  .paragraph-home {
    font-size: 1.6rem;
  }

  .sub-p {
    font-size: 1rem;
  }

  .read-more {
    width: 165px;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .read-more.hide-mob {
    width: 12rem;
  }

  .slider-span {
    margin-top: .7rem;
    line-height: 1.2;
  }

  .paragraph-p {
    line-height: 1.55;
  }

  .sm-h3 {
    margin-bottom: 0;
    padding-right: 464px;
  }

  .sm-h3.paramob {
    margin-bottom: 1rem;
  }

  .image-49.pcmob {
    width: 30%;
    margin-top: -200px;
    margin-left: 855px;
  }
}

@media screen and (min-width: 1920px) {
  .margin-bottom.margin-medium.no-ch {
    margin-bottom: 1rem;
  }

  .padding-vertical.padding-large {
    padding-bottom: 0;
  }

  .padding-vertical.padding-xlarge.circulr {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-xlarge.purificaion._4-rem.hjvjgc {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-weight-light.text-align-left {
    font-size: 2rem;
  }

  .text-size-regular.tetra_text {
    font-size: 1.1rem;
  }

  .text-size-medium.polycycl {
    line-height: 1.5;
  }

  .padding-section-medium.closing-loop.low-specing {
    padding-bottom: 2rem;
  }

  .footer_links1.sitedis {
    color: var(--darker-grey);
    font-size: 1rem;
    font-weight: 400;
  }

  .footer_links1.sitedis.foot-mob2 {
    display: none;
  }

  .footer_credit-text.mobile-only {
    display: block;
  }

  .padding-section-large-2.mob {
    padding-top: 3rem;
  }

  .text-size-medium-2.ch-50.werw {
    margin-bottom: 1rem;
  }

  .patent_image {
    height: 8.75rem;
  }

  .stats_list {
    width: 100%;
  }

  .footer_logo {
    width: 80%;
  }

  .header_content {
    padding-top: 5rem;
  }

  .lightbox-link {
    max-width: 34rem;
  }

  .divider_line {
    width: 100%;
    height: auto;
  }

  .banner_video_thumbnail.hide-mobile-landscape {
    width: 34rem;
  }

  .sdg_content {
    padding-left: 0;
  }

  .partition_line_svg {
    height: 10px;
  }

  .partition_line_svg.plastis_in-_environ {
    height: 3px;
  }

  .team_member_img {
    height: 600px;
  }

  .text-color-blue.hide-mobile-landscape {
    line-height: 100px;
  }

  .section_disclaimer {
    padding-top: 4rem;
  }

  .disclaimer-partiytion_line {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .statistic_component {
    grid-column-gap: 10rem;
  }

  .map_html {
    display: none;
  }

  .tab_text_wrapper.absolute-2.mlp-cycle-box-2 {
    width: 25rem;
    right: 29%;
  }

  .closing-loop_component.my-flex-box {
    grid-column-gap: 0rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout24_image-wrapper {
    width: 95%;
  }

  .section_petrochemical-banner.ecnomy-banner {
    height: 100%;
  }

  .section_contiflow {
    margin-bottom: 6rem;
  }

  .heading-11 {
    text-align: center;
  }

  .heading-11.sm {
    font-size: 3rem;
  }

  .contiflow_header, .bold_black_text {
    color: #000;
  }

  .feedstock_header.big-p {
    font-size: 1.75rem;
  }

  .feed_stock_main-heading.big-h2 {
    font-size: 3rem;
  }

  .section_circular_economy.white-bg {
    z-index: -9;
  }

  .circular_economy_img.my-image {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    margin-top: 0;
  }

  .cir_eco_text_wrapper.take {
    left: 14.5%;
  }

  .cir_eco_text_wrapper.make {
    top: 10%;
    left: 54.5%;
  }

  .cir_eco_text_wrapper.title {
    top: 51%;
    left: 49%;
  }

  .cont_flow_con_wrap_left._3 {
    margin-top: 88px;
  }

  .cont_flow_con_wrap_left._5 {
    margin-top: 57px;
  }

  .cont_flow_con_wrap_left._7 {
    margin-top: 142px;
  }

  .cont_flow_con_wrap_right {
    top: 21.6%;
  }

  .cont_flow_con_wrap_right._4 {
    margin-top: 74px;
  }

  .cont_flow_con_wrap_right._6 {
    margin-top: 149px;
    top: 76.5%;
  }

  .cont_flow_con_wrap_right._2 {
    margin-top: 70px;
  }

  .video_paly-_icon {
    left: 38.4%;
  }

  .ric_text_diaclaimer p {
    line-height: 1.5;
  }

  .chart_text-2 {
    font-size: 1rem;
    line-height: 26px;
    display: block;
  }

  .chart_header-2 {
    font-size: 2.5vh;
  }

  .chart_header-2.text-color-green {
    font-weight: 500;
  }

  .chart_header-2.dgfsd {
    font-size: 1.4rem;
  }

  .slider-2.retge {
    padding: 0 5rem;
  }

  .slider-main-row.fadgsg {
    padding-top: 0;
  }

  .slider-main-row.fadgsg.last-slide-row {
    margin-top: 0;
    padding-top: 0;
  }

  .slider-main-row.third-slide-top-specing {
    margin-top: 0;
    overflow: hidden;
  }

  .slider-main-row.frist-slide-row {
    align-items: flex-start;
    margin-top: 0;
  }

  .slider-main-row.secondslide1920 {
    align-items: flex-start;
    margin-top: 0;
  }

  .slider-box-one.last-slide {
    width: 28%;
  }

  .slider-box-one.slid-two-box.fhsfd {
    margin-top: 10.8em;
  }

  .slider-box-one.slid-two-box.fhsfd.top-frist-icon.second-icon-1920, .slider-box-one._3rd-box-image {
    width: 15%;
    margin-top: 7.4em;
  }

  .slider-box-one.alider-frist-box-image {
    width: 15%;
    margin-top: 7.4em;
    position: relative;
  }

  .slider-box-two, .slider-box-two.second-s-ide-second-box {
    width: 50%;
  }

  .slider-box-three {
    width: 49%;
  }

  .slider-box-three.slider-last-box {
    width: 30%;
  }

  .slider-box-three.first-slide-box-image {
    width: 35%;
    height: auto;
    margin-top: 0;
  }

  .slider-box-three.sec-slide-box {
    width: 59%;
  }

  .slider-box-three.sec-slide-box.udutcu {
    margin-top: 5.9em;
  }

  .slider-box-three.sec-slide-box.udutcu.second-slide-i.second-image1440 {
    width: 35%;
    margin-top: 0;
  }

  .slider-box-three.container-image {
    margin-top: 6em;
  }

  .slider-box-three.container-image._3third-image-outer {
    width: 35%;
    margin-top: 0;
  }

  .heading-14 {
    padding-left: 3.1em;
    font-size: 1.6rem;
  }

  .heading-14.vzx {
    padding-left: 3.1em;
  }

  .heading-14.hgjgf.gvhgc {
    padding-left: 3.2em;
  }

  .heading-15 {
    margin-right: 0;
    padding-top: 7px;
    font-size: 2.1rem;
    font-weight: 500;
    line-height: .4;
    left: 1.3rem;
  }

  .heading-15.line-h {
    line-height: 1;
  }

  .heading-16 {
    padding-left: 24px;
    font-family: Sf pro display, sans-serif;
    font-size: 2.8rem;
  }

  .heading-16.sdfg {
    width: 23ch;
    padding-left: 2.4rem;
    font-size: 2.3rem;
    line-height: 1;
  }

  .heading-16.heading-2left {
    padding-right: 30px;
  }

  .heading-16.heading-2left.hety {
    font-size: 2.6rem;
  }

  .heading-16.heading-2left.hety.second-slide-title {
    padding-left: 2.4rem;
    font-size: 2.3rem;
    line-height: 1;
  }

  .div-block-6 {
    margin-bottom: 1.9em;
  }

  .div-block-6.bottom-headind-specing {
    margin-bottom: 1.8em;
  }

  .paragraph-3._3p.ahkbdshk {
    width: 82%;
    padding-left: 3.4em;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .paragraph-3._2slid-p.jgv {
    font-size: 1.9rem;
    line-height: 57px;
  }

  .paragraph-3._2slid-p.jgv.cggfch {
    width: 67%;
    padding-left: 3.2em;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .paragraph-3.zfz {
    padding-left: 2.1em;
    padding-right: 44px;
    font-size: 2rem;
    line-height: 58px;
  }

  .paragraph-3.zfz.cv {
    width: 82%;
    padding-left: 3.2em;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .devider-line {
    margin-top: 0;
    padding-top: 0;
  }

  .image-6.auto-image {
    object-fit: cover;
  }

  .text-block-8.text-align-end.dfghd {
    text-align: center;
    padding-left: 0;
  }

  .text-block-8.end-text._3rd-image-bottom-text {
    width: 100%;
    margin-right: 0;
  }

  .text-block-8.new-text {
    z-index: 99;
    width: 100%;
    white-space: nowrap;
    margin-left: 0;
    position: absolute;
    left: 0;
  }

  .image-7 {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: fill;
  }

  .image-7.second-image-width, .image-7.third-slide-image {
    width: 100%;
    height: auto;
  }

  .left-arrow-6 {
    width: 80px;
    height: 80px;
    top: 53%;
    left: -.5%;
    right: auto;
  }

  .left-arrow-6.right-arrow {
    width: 80px;
    height: 80px;
    top: 53%;
    right: -.5px;
  }

  .image-8 {
    width: 45px;
    height: 45px;
  }

  .slide-nav-4 {
    bottom: 2rem;
  }

  .rd-right {
    align-content: space-around;
    justify-content: space-around;
  }

  .slider-counting {
    bottom: 23px;
    right: 160px;
  }

  .div-block-7 {
    height: 100px;
    margin-left: 21px;
    bottom: 1.2rem;
    left: 0;
  }

  .div-block-7.second-slid-absolute {
    margin-left: 15px;
    bottom: 22px;
    right: 0;
  }

  .heading-17.hxdt.feerwe.gdd {
    padding-left: 2.4rem;
    padding-right: 189px;
    font-size: 2.3rem;
    line-height: 1;
  }

  .sup {
    top: -22px;
  }

  .heading-18 {
    padding-left: 1rem;
  }

  .center-last-slid.last-center-slide {
    width: 39%;
    height: 475px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: .5rem;
    padding-top: 0;
    display: flex;
  }

  .text-block-9.margin-bottom-zero.same-text-distance.last-slide-last-text {
    padding-right: 0;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .text-block-9.second-last-text.same-text-distance, .text-block-9.bottom-specing.same-text-distance, .text-block-9.dttyh.same-text-distance {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .get-in-touch {
    padding-bottom: 100px;
  }

  .text-span-3 {
    padding-left: 5px;
    font-size: 1rem;
    top: -30px;
  }

  .process {
    padding-top: 4em;
  }

  .poly-black-bg {
    height: 100%;
  }

  .poly-black-row {
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    justify-content: flex-start;
  }

  .poly-left-block {
    width: 796px;
    height: auto;
  }

  .image-9 {
    height: 8px;
  }

  .image-10, .image-11 {
    width: 100%;
    height: 8px;
  }

  .poly-right {
    width: 42%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-block-11.cgf {
    padding-right: 96px;
  }

  .text-block-11.hjvjh {
    padding-right: 20px;
  }

  .text-block-11.rfdgdgf {
    padding-right: 170px;
  }

  .image-12 {
    width: 100%;
    height: 550px;
    text-align: left;
    object-fit: fill;
  }

  .position-absolute {
    height: 208px;
    top: 476px;
  }

  .position-absolute.position-two {
    height: 262px;
  }

  .position-absolute.position-two.position-three {
    height: 295px;
    top: 77%;
  }

  .superscript-10 {
    font-size: .8rem;
    top: -13px;
  }

  .superscript-11 {
    top: -10px;
  }

  .bottle-image {
    bottom: 42%;
    left: 24%;
  }

  .superscript-15 {
    padding-left: 4px;
    font-size: 1rem;
    top: -2rem;
  }

  .superscript-16 {
    color: #616161;
    font-size: .6rem;
    font-weight: 400;
    top: -12px;
  }

  .text-block-25 {
    font-size: 1.3rem;
  }

  .height-flex-box {
    width: 100%;
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    overflow: hidden;
  }

  .height-flex-box.top {
    padding-top: 6rem;
  }

  .height-flex-box.top.less {
    width: 100%;
    padding-top: 7.6rem;
    padding-bottom: 0;
    overflow: hidden;
  }

  .image-22 {
    width: 52%;
    height: 409px;
  }

  .circle-image-last-slide {
    width: 16%;
    margin-right: 20px;
  }

  .image-23 {
    width: 90px;
    height: 90px;
    object-fit: fill;
  }

  .text-block-26 {
    text-align: center;
    font-size: 1.3rem;
  }

  .html-embed-2 {
    display: block;
  }

  .image-37 {
    width: 45px;
    height: 45px;
  }

  .team-hover {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .popup {
    display: none;
  }

  .name {
    margin-bottom: 0;
    font-size: 1.9rem;
  }

  .popup-content-left {
    width: 65%;
  }

  .image-wrap.hide-mob {
    width: 35%;
    text-align: center;
  }

  .text-block-33 {
    font-size: 1.3rem;
  }

  .bio {
    font-size: .9rem;
  }

  .border-box {
    width: 1000px;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .div-block-12 {
    margin-bottom: .4rem;
  }

  .image-41 {
    width: 250px;
    height: 250px;
  }

  .team-popup._2, .team-popup._3, .team-popup._4, .team-popup._6, .team-popup._1 {
    display: none;
  }

  .pop-left {
    width: 68%;
    height: 190px;
  }

  .pop-right {
    width: 29%;
    text-align: center;
  }

  .inner-box {
    width: 1100px;
    padding: 2rem 1.5rem;
  }

  .image-43 {
    width: 240px;
    height: 240px;
  }

  .text-bio {
    height: auto;
    font-size: .8rem;
    line-height: 1.5;
    display: block;
  }

  .image-44 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .read-more.hide-mob {
    width: 12rem;
  }

  .slider-span.right-padding {
    padding-right: 2rem;
  }

  .image-47 {
    object-fit: contain;
    margin-bottom: 2rem;
    position: relative;
  }

  .image-47.img-mob {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .text-ann {
    margin-bottom: -2rem;
    padding-bottom: 0;
    display: block;
  }

  .text-block-34 {
    float: none;
    background-color: #000;
    align-items: flex-start;
    margin-bottom: -7rem;
    display: block;
    overflow: visible;
  }

  .paragraph-p {
    margin-top: 0;
  }

  .sm-h3 {
    margin-bottom: 1rem;
    padding-right: 28rem;
  }

  .image-48.ramkymob {
    text-align: center;
    padding-left: 3rem;
  }

  .image-49.pcmob {
    width: 30%;
    text-align: center;
    margin-top: -14.9rem;
    margin-left: 50rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    display: flex;
  }

  .margin-bottom.margin-medium.heading.feed {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-large.feedstock-header {
    margin-bottom: 1.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxhuge {
    display: none;
  }

  .padding-vertical.padding-huge.contact--mob {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .padding-vertical.padding-xlarge.team {
    padding-top: 1rem;
  }

  .padding-vertical.padding-xlarge.circulr {
    padding-top: 6rem;
    padding-bottom: 2rem;
  }

  .padding-vertical.padding-xlarge.contact-quotes {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .padding-vertical.padding-xlarge.reading {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-vertical.padding-medium.get_in_touch {
    padding-top: 5rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-left.margin-large {
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3.plastics {
    font-size: 1.6rem;
  }

  .padding-global.contact-mob {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.slider {
    display: none;
  }

  .padding-global.home-_header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.home-2 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-global.footer, .padding-global.contat-quote {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.awards_header {
    padding-left: 3rem;
  }

  .padding-global.fedsrtock-extar {
    padding-left: 2rem;
  }

  .padding-global.circluar {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-global.purification {
    padding-left: 3rem;
    padding-right: 6rem;
  }

  .padding-global.flow {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.team-heading, .padding-global.team-heading.ls {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section-small.sdg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-color-white.hide-mobile-portrait {
    font-size: 2rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-weight-light.text-align-left {
    font-size: 1.9rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.platform {
    font-size: 1rem;
  }

  .text-size-regular.r-d {
    max-width: 50ch;
    font-size: 1.15rem;
  }

  .text-size-regular.r-d.ch-lim, .text-size-regular.r-d.ch-limit-2, .text-size-regular.r-d.ch-lim3 {
    max-width: 28ch;
    font-size: 1rem;
  }

  .text-size-regular.r-d._1_1 {
    max-width: 30ch;
    margin-bottom: 1rem;
    font-size: 1rem;
  }

  .text-size-regular.r-d._1_2, .text-size-regular.r-d._2-1 {
    font-size: 1rem;
  }

  .text-size-regular.r-d._2_2 {
    max-width: 30ch;
    font-size: 1rem;
  }

  .text-size-regular.ch-lim-12 {
    font-size: 1.125rem;
  }

  .text-weight-bold.r-d {
    font-size: .875rem;
  }

  .heading-style-h4.platsics {
    font-size: 1.7rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .text-size-medium_2 {
    font-size: 1.5rem;
  }

  .text-size-medium_2.text-color-grey.graph_instance {
    font-size: 1.3rem;
  }

  .container-large {
    justify-content: flex-start;
  }

  .container-large.team--page, .container-large.team--page.new {
    width: 100%;
  }

  .text-size-medium.technology-instnce {
    padding-right: 0;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium.awards {
    padding-bottom: 4rem;
  }

  .padding-section-medium.awards.top.center-allign {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }

  .padding-section-medium.awads {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .text-size-xxlarge {
    font-size: 2.7rem;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    background-color: var(--dark-grey-2);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
    display: none;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_logo {
    width: 7.5rem;
  }

  .footer_links1, .footer_links1.w--current {
    font-size: 1.125rem;
  }

  .footer3_top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_header.overflow-hidden {
    overflow: visible;
  }

  .header1_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-medium-2.subheading-awards {
    font-size: 1.2rem;
  }

  .text-size-medium-2.ch-60 {
    max-width: 45ch;
    font-size: 1.125rem;
  }

  .text-size-medium-2.ch-60._2 {
    max-width: 48ch;
  }

  .text-size-medium-2.ch-60._3 {
    max-width: 45ch;
  }

  .text-size-medium-2.ch-60._5 {
    max-width: 35ch;
  }

  .text-size-medium-2.polygrreen {
    font-size: 1.2rem;
  }

  .patent_items {
    width: 48%;
  }

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

  .patent_image {
    width: 100%;
    height: 160px;
  }

  .stats_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 3rem;
    display: flex;
  }

  .about_container {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .heading-5 {
    display: inline;
  }

  .accolades_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer_heading_text, .footer_links2 {
    font-size: 1.125rem;
  }

  .footer_logo {
    width: 12rem;
  }

  .stats_divider_half.mobile-only {
    display: none;
  }

  .technology_component {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .technology_text_wrapper {
    padding-left: 0;
  }

  .divider_wrapper {
    width: 60%;
  }

  .trademark {
    top: 0%;
    bottom: auto;
    left: auto;
    right: -21%;
  }

  .trademark_wrapper {
    display: inline-block;
  }

  .section_graph.overflow-hidden.visivle {
    position: relative;
    overflow: visible;
  }

  .graph_container {
    background-image: none;
    padding: 2rem 3rem 16rem;
  }

  .waste_img_portrait {
    max-height: 12.5625rem;
  }

  .waste_img {
    max-height: 6rem;
  }

  .section_waste_conversion {
    height: auto;
  }

  .horizontal_frame {
    width: auto;
    height: auto;
    padding: 6rem 2rem;
  }

  .process_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .sr_no {
    font-size: 7rem;
    display: block;
  }

  .process_content_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
    display: grid;
  }

  .text-size--large-2 {
    width: 28rem;
    height: 10rem;
    font-size: 2.4rem;
  }

  .text-size-regular-2.plastics {
    font-size: .8rem;
  }

  .text-size-regular-2.plastics.ch-70 {
    font-size: 1.25rem;
  }

  .process_image_wrapper {
    margin-left: 0;
  }

  .process_img {
    max-height: 20rem;
    margin-top: -1rem;
  }

  .process_img.margin-left {
    margin-left: 0;
  }

  .process_grid {
    grid-row-gap: 9rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    justify-content: start;
    margin-left: 10rem;
  }

  .hori_scroll_view {
    width: auto;
    height: auto;
    position: static;
  }

  .process_flow_flex {
    flex-flow: column;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
    padding-top: 2rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 6%;
    right: auto;
  }

  .process_direction_img {
    width: 7rem;
    max-width: none;
  }

  .direction_line_wrapper {
    width: auto;
    height: auto;
    max-width: none;
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .text-size-medium_3.margin-left {
    width: 40rem;
    max-width: 42rem;
    margin-left: 0;
    font-size: 2.2rem;
  }

  .process_icon_wrapper {
    justify-content: center;
    display: flex;
  }

  .process_name_text {
    top: auto;
    bottom: -51%;
    left: 0%;
    right: 0%;
  }

  .scroll_horizontal_direction_line {
    max-width: none;
    display: none;
    transform: rotate(90deg);
  }

  .application_content_wrapper {
    margin-top: 4rem;
  }

  .proces_img_mobile.appliaction {
    margin-top: 2rem;
    display: block;
  }

  .image-2 {
    width: 100%;
    height: 50%;
    max-width: none;
  }

  .tab_vertical_direction_line {
    height: 100%;
    max-width: none;
    display: block;
  }

  .mob_vertical_direction_line {
    display: none;
  }

  .process_application_img {
    width: 38rem;
    max-width: none;
    display: block;
  }

  .navbar1_menu-dropdown-2 {
    width: 100%;
    background-color: var(--dark-grey-2);
    font-size: 1.125rem;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar1_link.v2 {
    background-color: var(--dark-grey-2);
    color: var(--white);
  }

  .white_dropdown.black-version {
    display: none;
  }

  .white_dropdown.r-d {
    display: block;
  }

  .nav_text.v2 {
    background-color: var(--dark-grey-2);
    color: var(--white);
    font-size: 1.125rem;
  }

  .padding_global.mobile-0-padding.home {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .heading_2_instance {
    font-size: 2.6rem;
  }

  .spacer {
    padding-bottom: 3rem;
    padding-left: 3rem;
    padding-right: 2rem;
  }

  .section_horizontal-scroll {
    height: 360rem;
  }

  .view_port {
    height: 80vh;
    top: 15vh;
  }

  .horizontal_panel {
    width: 360rem;
    height: 80vh;
    background-size: auto 80vh;
    padding-left: 3rem;
  }

  .graph_title_warpper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .banner_video_thumbnail.hide-mobile-landscape {
    width: 24rem;
  }

  .section_team_banner.awards {
    height: auto;
  }

  .banner_translucent_header {
    font-size: 4rem;
  }

  .banner_translucent_header.team {
    font-size: 5.5rem;
  }

  .banner_translucent_header.awards, .banner_translucent_header.ch-15 {
    font-size: 4rem;
  }

  .header_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header_wrapper.awards {
    margin-top: 8.56rem;
    margin-bottom: 3rem;
  }

  .reading_component_grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .reading_image {
    width: 19rem;
    height: auto;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sdg_content {
    padding-left: 0;
  }

  .sdg_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .layout250_list {
    grid-column-gap: 2rem;
  }

  .plastic_image {
    max-width: 43vw;
  }

  .platics_environ_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .partition_line_svg.hide-mobile-landscape.feedstock {
    width: 48rem;
  }

  .sgd_img {
    width: 20rem;
  }

  .read_shadow_text {
    font-size: 1rem;
  }

  .timeline_header {
    font-size: 1.8rem;
  }

  .timeline_body_text {
    font-size: .9rem;
  }

  .timeline_body_text._8 {
    padding-left: 2rem;
  }

  .timeline_body_text._9 {
    padding-right: 0;
  }

  .timeline_body_text._11 {
    padding-left: .5rem;
  }

  .section_plastic_banner {
    max-height: none;
  }

  .section_plastic_banner.overflow-hidden {
    height: auto;
  }

  .bold_colorful_number, .bold_colorful_number.aqua-green-color, .bold_colorful_number.right-allign, .bold_colorful_number.single-digit {
    font-size: 1.6rem;
  }

  .timeline_wrapper {
    margin-bottom: 3rem;
  }

  .left_timeline_grid {
    grid-column-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .downward_arrow {
    width: 3rem;
    max-width: 60%;
  }

  .team_members_grid {
    grid-column-gap: 5vw;
    grid-row-gap: 4rem;
    grid-template-columns: 38vw 38vw;
  }

  .team_member_wrapper, .team_member_img {
    width: 38vw;
  }

  .team_info_wrapper_desktop {
    padding-top: .25rem;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .member_name_text {
    margin-top: .75rem;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .member_name_text.biresh {
    margin-top: 1.25rem;
  }

  .member_designation_text {
    color: #42b599;
    margin-top: .4rem;
    font-size: 1rem;
    line-height: 1;
  }

  .member_description_text {
    color: var(--black);
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2;
    display: none;
  }

  .member_descrip_tab_mob {
    max-height: none;
    color: var(--dark-grey);
    margin-top: .4rem;
    padding-top: 0;
    padding-right: 2rem;
    font-family: Sf pro display, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    display: block;
    position: relative;
    overflow: visible;
  }

  .member_description_tab_mob {
    max-height: none;
    display: block;
    overflow: hidden;
  }

  .drop_down_arrow_wrapper {
    display: block;
    position: absolute;
    top: -3.5rem;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .arrow_svg {
    color: var(--dark-slate-blue);
  }

  .description_hide_wrapper {
    height: 5.5rem;
    max-height: none;
    overflow: hidden;
  }

  .dropdown-toggle {
    display: flex;
  }

  .sub_heading_team {
    max-width: 37ch;
    font-size: 2rem;
  }

  .sustainability-_grid {
    grid-column-gap: 2rem;
  }

  .prize_img {
    max-width: 18.3125rem;
    min-width: 16.277rem;
  }

  .awards_heading_style {
    font-size: 2.4rem;
  }

  .technology_text-_style_2 {
    font-size: 2.1rem;
  }

  .platform-medium_text {
    font-size: 1rem;
  }

  .text-color-blue {
    font-size: 3.2rem;
  }

  .text-color-blue.hide-mobile-landscape, .text-color-blue.disc {
    font-size: 3.5rem;
  }

  .quote_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }

  .quote_img_wrapper {
    padding-left: 0;
  }

  .quote_text {
    align-items: flex-start;
  }

  .contact_form-_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr 1fr;
  }

  .text-size-medium-3.publication {
    font-size: 1.125rem;
  }

  .contact_info_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .contact_absol_img {
    top: 6rem;
  }

  .contact_absol_img.hide-mobile-landscape {
    top: 4rem;
  }

  .conatct_info_wrapper {
    padding-top: 0;
    padding-left: 0;
  }

  .section_disclaimer {
    padding-top: 5rem;
  }

  .map_wrapper {
    width: 28rem;
    height: auto;
    max-height: 28rem;
    max-width: 28rem;
    margin-top: 2rem;
    position: static;
  }

  .text-size-medium-4 {
    font-size: 1.6rem;
  }

  .text-size-medium-4.text-color-white {
    font-size: 1.2rem;
  }

  .text-size-medium-4.text-color-white.ch-82 {
    font-size: 1rem;
  }

  .prizs-grid_2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .bold-text {
    font-size: 1rem;
  }

  .statistic_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .stats_header_wrapper {
    width: 100%;
  }

  .contact_info_text {
    padding-left: 1em;
  }

  .section_purification_banner.overflow-hidden {
    height: auto;
  }

  .tab_menu {
    font-size: 2.2rem;
  }

  .tab_menu_link {
    font-size: 2.4rem;
  }

  .heading-10 {
    font-size: 2.8rem;
  }

  .publication_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog66_arrow {
    width: 6rem;
    display: block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .blog66_arrow.left {
    align-items: flex-start;
    display: flex;
  }

  .blog66_arrow.left.reader {
    opacity: 0;
  }

  .blog66_arrow.reader {
    align-items: flex-start;
    padding-top: 0;
    display: flex;
    bottom: 10%;
    right: -100%;
  }

  .publication_mask {
    width: 21rem;
  }

  .blog66_button-row {
    flex: none;
  }

  .publication_slider_compo {
    padding-left: 0;
    padding-right: 0;
  }

  .publication_item {
    width: 30rem;
  }

  .blog66_heading {
    margin-right: 3rem;
  }

  .text-size-regular-2.text-color-dark-blue {
    font-size: .9rem;
  }

  .landfill_slider {
    padding-bottom: 3rem;
  }

  .gallery18_mask {
    width: 18rem;
  }

  .feedstock_slider_nav.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .polygreen_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .closing-loop_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .section_petrochemical-banner {
    height: auto;
  }

  .contiflow_grid_desktop {
    display: none;
  }

  .landfill_img {
    width: 16rem;
  }

  .section_reading_2.overflow-hidden.home {
    padding-top: 4rem;
  }

  .heading-11 {
    font-size: 1.8rem;
  }

  .contiflow_text_wrapper {
    height: 5rem;
  }

  .contiflow_text_wrapper.contiflow {
    height: 10rem;
  }

  .contiflow_text_wrapper.off-grid {
    display: none;
  }

  .no-ellipse {
    width: 2.2rem;
    height: 2.2rem;
  }

  .sr_no_text {
    font-size: 1rem;
  }

  .contiflow_header {
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }

  .paragraph {
    font-size: .8rem;
  }

  .grid_tm {
    top: 3px;
  }

  .slider_mob_nav-arrow.rotatae-180 {
    transform: rotate(180deg);
  }

  .feedstock_header {
    font-size: 1rem;
  }

  .feedstock_header.big-p {
    font-size: 1.6rem;
  }

  .feed_stock_main-heading {
    font-size: 2rem;
  }

  .feed_stock_main-heading.big-h2 {
    font-size: 2.6rem;
  }

  .heading_publication {
    font-size: 2.4rem;
  }

  .publiction-_sub-heading {
    font-size: 1.2rem;
  }

  .circular_economy_img {
    width: 100%;
  }

  .cir_eco_text_wrapper.take {
    top: 23%;
  }

  .cir_eco_text_wrapper.gree_text {
    left: 2%;
  }

  .chart_header {
    font-size: 1rem;
  }

  .chart_text {
    font-size: .6rem;
  }

  .plastic_circular_component {
    height: 50rem;
  }

  .plastic_circular_component.tab {
    height: 35rem;
  }

  .plastic_economy_slider.contiflow {
    margin-top: 2rem;
  }

  .plastic_economy_slide {
    width: 70vw;
  }

  .illustration_wrapper {
    height: 20rem;
  }

  .circular_eco_text_wrap {
    height: 4rem;
  }

  .circular_eco_text_wrap.large {
    height: 5rem;
  }

  .oveflow_img {
    width: 25rem;
    position: static;
  }

  .polygreee_heading.hide-mobile-landscape {
    font-size: 2.4rem;
  }

  .section_r-d-banner.overflow-hidden {
    margin-top: 0;
  }

  .r-d-grid {
    grid-template-columns: 35vw 1fr;
  }

  .r-d-text-_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .r-d-sub-heading, .r-d_-no {
    font-size: 1.2rem;
  }

  .r-d_header {
    max-width: 20ch;
    font-size: 1.4rem;
  }

  .r-d_header._1 {
    max-width: 15ch;
    font-size: 1.4rem;
  }

  .padding-global-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .r-d-image_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-items: stretch;
    justify-items: start;
  }

  .img_spacer_medium {
    padding-top: 5.936rem;
    padding-bottom: 5.936rem;
    padding-left: 16rem;
  }

  .img_spacer_small {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    padding-left: 16rem;
  }

  .header_text_wrapper {
    padding-bottom: 2rem;
  }

  .r-d-banner-text-wrapper {
    bottom: .75rem;
    left: .6rem;
  }

  .r-d-header.hide-mobile-landscape {
    font-size: 3rem;
  }

  .r-d_banner_content_wrapper {
    padding-top: 7rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .r-d-sub-heading.header {
    font-size: 1rem;
  }

  .r-d-sub-heading.header.hide-mobile-portrait {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .quote_img_tablet {
    max-width: 25rem;
    display: block;
  }

  .img_wrap {
    width: 100vw;
  }

  .video_paly-_icon {
    width: 5.6rem;
  }

  .blue_large_text {
    font-size: 2rem;
    top: 30%;
    right: 5%;
  }

  .blue-medium-text {
    bottom: 25%;
    right: 36%;
  }

  .img_spacer_large {
    padding-left: 15rem;
  }

  .navbar_meu-dropdo_v2 {
    width: 100%;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle-2 {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar11_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar11_logo-link {
    z-index: 200;
    position: relative;
  }

  .navbar11_logo-link.w--current {
    z-index: 100;
  }

  .menu-icon1_line-bottom-2 {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1-2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .navbar11_menu-button.w--open {
    z-index: 300;
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1_line-top-2 {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar11_container {
    z-index: 100;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding-bottom: .5rem;
    padding-left: 3%;
    padding-right: 3%;
    position: relative;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar11_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar11_dropdown-list.w--open {
    width: auto;
    border-style: none;
    padding: 0;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    z-index: 250;
    height: auto;
    -webkit-backdrop-filter: blur(17px) blur(46px);
    backdrop-filter: blur(17px) blur(46px);
    background-color: rgba(3, 0, 0, .9);
    border-radius: 2rem;
    margin: -2rem 2% 2%;
    padding: 0 3% 1rem 5%;
    top: -1.4rem;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .ric_text_diaclaimer h6, .ric_text_diaclaimer p {
    font-size: 1rem;
  }

  .ric_text_diaclaimer h5 {
    font-size: 1.25rem;
  }

  .text-span-2 {
    font-size: .8rem;
  }

  .italic-text {
    font-size: 1rem;
  }

  .plstic-to-plastic-circular-econonmy {
    width: 100vw;
  }

  .dotted_line_team {
    width: 80vw;
  }

  .publication_mask-2 {
    width: 28.5%;
  }

  .reading_image-2 {
    width: 19rem;
  }

  .publication_slide-2 {
    width: 19.5rem;
  }

  .publication_slider_compo-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .reading_container-3 {
    justify-content: flex-start;
  }

  .padding-global-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .publication_slide-3 {
    margin-right: 2.5rem;
  }

  .gallery16_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .superscript-6 {
    font-size: 1rem;
  }

  .pol_navbar_dropdown-toggle-2 {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    margin-top: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.375rem;
    display: flex;
  }

  .pol_navbar_dropdown-toggle-2.black_v2 {
    color: #858585;
  }

  .poly_nav_bar_1 {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 2%;
    padding-right: 2%;
  }

  .navbar11_dropdown-link-list-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_dropdown-link-2 {
    color: #868686;
    margin-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .navbar11_dropdown-link-2.top-negative-margin {
    margin-left: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .navbar11_dropdown-link-2.botton-negative-margin {
    padding-bottom: 1.5rem;
  }

  .pol_navbar_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .pol_navbar_dropdown-list-2.w--open {
    width: auto;
    border-style: none;
    padding: 0;
  }

  .text-weight-semibold-3 {
    font-size: 1rem;
  }

  .text-weight-semibold-3.v2 {
    font-size: 1.375rem;
  }

  .poly_navbar_link {
    width: auto;
    color: #868686;
    padding: 1.5rem 0 .75rem;
    font-size: 1.375rem;
  }

  .poly_navbar_link.w--current {
    color: var(--green-2);
  }

  .poly_navbar_link.in-grid {
    text-align: left;
    padding-bottom: 2rem;
  }

  .poly_navbar_link.black {
    color: #858585;
  }

  .nav_bar_pariton_line {
    width: 20rem;
    left: 0;
  }

  .text-block-5 {
    color: #868686;
  }

  .text-block-5:hover, .text-block-5:active {
    color: var(--green-2);
  }

  .menu_white {
    z-index: 100;
    width: 1.5rem;
    max-width: none;
    position: absolute;
  }

  .nav_sub_menu_tab-mob {
    width: 100%;
    height: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: start;
    margin-top: 3rem;
    display: flex;
  }

  .cross_icon {
    opacity: 0;
    position: absolute;
  }

  .logo_for-tab-cover {
    padding-bottom: 1rem;
  }

  .tab_logo {
    width: 8.875rem;
    opacity: .6;
  }

  .menu_black {
    z-index: 120;
    width: 1.5rem;
    position: absolute;
  }

  .logo-balck {
    width: 8.56rem;
    position: absolute;
    top: .375rem;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .contact-modal6_content-wrapper {
    padding: 4rem 5%;
  }

  .contact-modal6_component {
    display: none;
  }

  .section-3 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blk-_super {
    font-size: 1.2rem;
  }

  .superscript-7, .superscript-8 {
    font-size: .8rem;
  }

  .bold_text_superscript {
    font-size: 1.1rem;
    top: -.7rem;
  }

  .stats_symbol {
    font-size: 1.8rem;
  }

  .dial-_subscript {
    font-size: .55rem;
  }

  .navbar11_dropdown-link-3 {
    color: #868686;
    margin-left: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .navbar11_dropdown-link-3.top-negative-margin {
    margin-left: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
    padding-left: 0;
  }

  .navbar11_dropdown-link-3.botton-negative-margin {
    padding-bottom: 1.5rem;
  }

  .navbar11_dropdown-link-3.botton-negative-margin.v2 {
    padding-bottom: 1.25rem;
    font-size: 1.375rem;
  }

  .pol_navbar_dropdown-toggle-3 {
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    margin-top: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.375rem;
    display: flex;
  }

  .pol_navbar_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .pol_navbar_dropdown-list-3.w--open {
    width: auto;
    border-style: none;
    padding: 0;
  }

  .navbar11_dropdown-link-list-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav11_men-dropdn {
    width: 100%;
    -webkit-backdrop-filter: blur(21px);
    backdrop-filter: blur(21px);
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.125rem;
  }

  .text-block-7 {
    color: #868686;
  }

  .text-block-7:hover, .text-block-7:active {
    color: #328c79;
  }

  .navbar11_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu-2.is-page-height-tablet {
    z-index: 250;
    height: auto;
    -webkit-backdrop-filter: blur(17px) blur(46px);
    backdrop-filter: blur(17px) blur(46px);
    background-color: rgba(3, 0, 0, .9);
    border-radius: 2rem;
    margin: -2rem 2% 2%;
    padding: 0 3% 4rem 5%;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .dropdown-icon-3 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .poly_navbar_link-2 {
    width: auto;
    color: #868686;
    padding: 1.5rem 0 .75rem;
    font-size: 1.375rem;
  }

  .poly_navbar_link-2.w--current {
    color: #328c79;
  }

  .poly_navbar_link-2.in-grid {
    text-align: left;
    padding-bottom: 2rem;
  }

  .paragraph-2 {
    font-size: .8rem;
  }

  .chart_text-2 {
    font-size: .6rem;
  }

  .chart_header-2, .sr_no_text-2 {
    font-size: 1rem;
  }

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

  .rd-left {
    width: 100%;
  }

  .rd-right {
    width: 100%;
    margin-top: 2rem;
  }

  .text-span-3 {
    font-size: 1.2rem;
    top: -10px;
  }

  .process {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .poly-black-row {
    grid-row-gap: 0px;
    flex-direction: column;
    padding-right: 0;
  }

  .poly-right {
    width: 89%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    margin-bottom: 20px;
    padding-right: 0;
    font-size: 1.2rem;
  }

  .text-block-11.cgf, .text-block-11.hjvjh {
    padding-right: 0;
  }

  .image-12 {
    display: block;
  }

  .overlay {
    display: none;
  }

  .team-box-content.new-box {
    width: 48%;
  }

  .collection-item-2 {
    width: 50%;
  }

  .popup {
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
  }

  .pop-up-inner {
    width: 100%;
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .name {
    text-align: left;
    margin-top: .3rem;
    margin-bottom: .6rem;
    font-size: 2.4rem;
  }

  .popup-content-left {
    width: 100%;
    text-align: center;
  }

  .image-wrap.hide-mob {
    display: none;
  }

  .image-wrap.desk-hide {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-5 {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }

  .text-block-33 {
    text-align: left;
  }

  .bio {
    height: 220px;
    text-align: center;
    margin-top: 1rem;
    padding-right: 0;
  }

  .div-block-12 {
    width: 100%;
  }

  .team-popup._1 {
    display: none;
  }

  .inner-box {
    width: 90%;
  }

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

  .contiflow-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .contiflow-left {
    width: 100%;
  }

  .contiflow-right {
    width: 100%;
    margin-top: 2rem;
  }

  .left-image-cracker-icon {
    width: 14%;
  }

  .read-more.hide-mob {
    display: none;
  }

  .read-more.hide-desk {
    display: flex;
  }

  .paragraph-p {
    margin-top: 1rem;
  }

  .sm-h3.paramob {
    margin-top: 0;
    padding-right: 0;
  }

  .image-49.pcmob {
    width: 40%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xxhuge.solvent {
    padding-bottom: 4rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.slider {
    display: block;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium_2 {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.awards {
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .text-size-xxlarge {
    font-size: 3rem;
  }

  .text-size-xxlarge.purifiction-page {
    width: auto;
  }

  .menu-icon1_line-bottom, .menu-icon1_line-top {
    opacity: 0;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .footer_credit-text {
    margin-top: 2rem;
  }

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.subheading-awards {
    font-size: 1.1rem;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .patents_grid_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .patent_image.full-image {
    width: 100%;
    height: auto;
  }

  .stats_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-right: 0;
  }

  .gallery7_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .gallery7_image-wrapper-large {
    padding-top: 100%;
  }

  .about_container {
    margin-right: 2rem;
  }

  .heading-5.white-h5 {
    color: #fff;
  }

  .footer_links2.text-color-grey.hide-desktop, .section_technology_2.awards {
    display: block;
  }

  .technology_text_wrapper.home {
    align-items: center;
  }

  .blue_divider_desktop {
    display: inline-block;
  }

  .divider_wrapper {
    margin-left: .5rem;
  }

  .process_flow_flex {
    display: flex;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .proces_img_mobile {
    display: block;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .padding_global.mobile-0-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mob_short_direct_line {
    display: block;
  }

  .padding_global_3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .banner_video_thumbnail.mobile-only {
    display: block;
  }

  .blue_line_short_mob {
    display: none;
  }

  .section_team_banner {
    max-height: none;
  }

  .section_team_banner.awards {
    max-height: 72vw;
  }

  .header_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
  }

  .header_wrapper.hide-mobile-portrait {
    padding-left: 2rem;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery7_component-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .members_logo {
    max-height: 3rem;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .platform_logo_wrapper {
    padding-top: 1rem;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .sdg_component, .layout250_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .partition_line_svg.contact {
    display: none;
  }

  .read_shadow_text {
    font-size: 1rem;
  }

  .timeline_body_text._14._2 {
    padding-right: 0;
  }

  .bold_colorful_number {
    font-size: 3.2rem;
    left: -3rem;
  }

  .timeline_wrapper {
    margin-bottom: 2rem;
  }

  .left_timeline_grid {
    padding-left: 0;
    padding-right: 0;
  }

  .team_members_grid {
    grid-column-gap: 2rem;
  }

  .member_descrip_tab_mob {
    padding-right: 0;
  }

  .member_description_tab_mob {
    overflow: scroll;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

  .sustainability-_grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .prizes_grid {
    grid-column-gap: 2rem;
  }

  .awards_heading_style {
    font-size: 2rem;
  }

  .awards_heading_style.mobile-only {
    display: block;
  }

  .technology_text-_style_2 {
    font-size: 1.5rem;
  }

  .platform_medium_text, .platform-medium_text {
    font-size: 1rem;
  }

  .text-color-blue {
    font-size: 2.5rem;
  }

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

  .quote_img_wrapper {
    justify-content: center;
    display: flex;
  }

  .quote_img {
    width: 75vw;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .conatct_h2 {
    font-size: 2rem;
  }

  .text-size-medium-4, .text-size-medium-4.text-color-white {
    font-size: 1rem;
  }

  .statistic_component {
    align-items: center;
  }

  .spacer_mob_only {
    display: block;
  }

  .section_solvent {
    background-image: url('../images/Solvent--mob_bg.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .section_tab {
    height: 48rem;
  }

  .tab_text_wrapper {
    margin-top: 2rem;
    margin-left: 0;
  }

  .solvent_heading_wrapper {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .solvent_component_mobile {
    display: block;
  }

  .sol-mob-text-wrap {
    text-align: center;
  }

  .solvent_slider_component {
    background-color: rgba(0, 0, 0, 0);
    left: 2rem;
    right: 2rem;
  }

  .tech_slider_mob_only {
    height: 300rem;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .slide-nav {
    display: none;
  }

  .img_wrappe {
    justify-content: center;
    display: flex;
  }

  .publication_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog66_arrow.left {
    right: 3.5rem;
  }

  .publication_mask {
    width: 80%;
  }

  .blog66_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .blog66_button-row.show-mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .publication_slider_compo {
    padding-bottom: 6rem;
  }

  .publication_slide {
    padding-right: 1.5rem;
  }

  .heading-style-h5-4 {
    font-size: 1.25rem;
  }

  .blog66_heading {
    margin-right: 0;
  }

  .landfill_slider {
    padding-bottom: 3rem;
  }

  .landfill_slider.mobile-only-autoplay {
    display: block;
  }

  .landfill_img_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery18_mask {
    width: 50%;
  }

  .gallery18_mask.plastic-economy {
    width: auto;
  }

  .gallery18_slide-nav {
    display: block;
  }

  .feedstock_slider_nav {
    margin-top: 100px;
    margin-bottom: 0;
    display: block;
  }

  .feedstock_slider_nav.trash {
    display: none;
  }

  .polygreen_component, .closing-loop_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contiflow_grid_desktop {
    display: none;
  }

  .section_polygreen_oil {
    background-image: url('../images/FW_Plastik_08----2_1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .contiflow_text_wrapper {
    height: 3rem;
  }

  .contiflow_text_wrapper.increased {
    height: 5rem;
  }

  .no-ellipse {
    border: 3px solid #d0dae9;
  }

  .no-ellipse.green {
    width: 3.125rem;
    height: 3.125rem;
    border-width: 0;
    border-color: var(--green);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, var(--green), var(--dark-slate-blue));
    width: 3.125rem;
    height: 3.125rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(135deg, #2c8542, #3f588d);
    border-width: 0;
    border-color: #2c8542;
  }

  .sr_no_text.green {
    color: var(--green);
  }

  .paragraph {
    font-size: .875rem;
  }

  .slider_mob_nav-arrow.rotatae-180 {
    transform: rotate(180deg);
  }

  .section_circular_economy {
    height: auto;
    background-color: #f7f7f7;
  }

  .plastic_economy_slider {
    padding-left: 0;
  }

  .plastic_economy_slide {
    padding-left: 2rem;
  }

  .illustration.last {
    left: 8rem;
  }

  .illustration_wrapper {
    height: auto;
    align-items: center;
    margin-top: 2rem;
    display: flex;
    position: static;
  }

  .illustration_wrapper.contiflow {
    height: auto;
  }

  .circular_eco_text_wrap {
    height: 3rem;
    align-items: center;
    margin-bottom: 1rem;
  }

  .circular_eco_text_wrap.reduced_ht {
    height: 2rem;
    margin-bottom: 0;
  }

  .direction_line_absolute.start {
    left: 171px;
  }

  .mobile_heading_warpper.mobile-only {
    display: flex;
  }

  .polygree_heading_2 {
    font-family: Sf pro display, sans-serif;
  }

  .white-circle {
    width: 2.75rem;
    height: 2.75rem;
    background-color: #f8f3ec;
    border-radius: 50%;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .r-d_-no {
    display: none;
  }

  .r-d_gallery_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .r-d-header.mobile-only {
    font-size: 2rem;
    line-height: 1.2;
    display: block;
  }

  .contiflow_img_wrap.hide-mobile-landscape {
    display: none;
  }

  .navbar11_container {
    padding-bottom: .5rem;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar11_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .gallery22_slide {
    padding-right: 1.5rem;
  }

  .gallery22_mask {
    width: 50%;
  }

  .gallery22_arrow.is-left, .blog66_arrow-2.left {
    right: 3.5rem;
  }

  .publication_mask-2 {
    width: 80%;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .publication_slide-2 {
    padding-right: 1.5rem;
  }

  .publication_slider_compo-2 {
    padding-bottom: 6rem;
  }

  .read_shadow_text-2 {
    font-size: 1rem;
  }

  .blog66_arrow-3.left {
    right: 3.5rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .publication_slide-3 {
    padding-right: 1.5rem;
  }

  ._2-publication_mask {
    width: 100%;
  }

  .publica_doc_slide {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  ._2-ver-publica-_slider {
    padding-bottom: 3rem;
  }

  .poly_nav_bar_1 {
    min-height: 4rem;
  }

  .navbar11_dropdown-link-list-2 {
    max-width: none;
    grid-row-gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar11_dropdown-link-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_dropdown-link-2.top-negative-margin {
    padding-bottom: 1rem;
  }

  .plastic_circular_slide-mob {
    background-color: rgba(0, 0, 0, 0);
  }

  .contact-modal6_content-wrapper {
    padding-bottom: 7rem;
  }

  .form-field-2col {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .singleitem {
    display: block;
  }

  .plastic_2_plastic_slide {
    position: relative;
  }

  .solvent_medium_text {
    font-family: Sf pro display, sans-serif;
    font-size: 1.125rem;
  }

  .solvent_bold, .solvent-bold {
    font-weight: 700;
  }

  .contiflo_slid {
    margin-top: 2rem;
  }

  .publication_tab_mob {
    display: block;
  }

  .publication_desktop, .r-d-partiton-line {
    display: none;
  }

  .navbar11_dropdown-link-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar11_dropdown-link-3.top-negative-margin {
    padding-bottom: 1rem;
  }

  .navbar11_dropdown-link-list-3 {
    max-width: none;
    grid-row-gap: .5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .paragraph-2 {
    font-size: .875rem;
  }

  .sr_no_text-2.green {
    color: #2c8542;
  }

  .mobile-slider {
    background-color: #000;
    background-image: url('../images/FW_Plastik_08----3.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-19 {
    max-width: 200px;
    color: #fff;
    font-family: Sf pro display, sans-serif;
  }

  .slider-3 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-8 {
    border: 1px dashed rgba(255, 255, 255, .16);
    border-radius: 10px;
    padding: 22px;
  }

  .image-13 {
    border-radius: 15px;
  }

  .left-arrow-7, .right-arrow-6 {
    display: none;
  }

  .slioder-text-box {
    height: 171px;
    background-image: url('../images/Group-3314.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 152px 162.26px;
    margin-left: 38.76px;
    padding-left: 25.13px;
  }

  .text-block-12 {
    color: #b6b6b6;
    font-family: Sf pro display, sans-serif;
    font-size: .9375rem;
    line-height: 20px;
  }

  .heading-20 {
    color: #b6b6b6;
    font-family: Sf pro display, sans-serif;
    font-size: 1.0625rem;
    line-height: 33px;
  }

  .images-row {
    grid-column-gap: 32px;
    margin-top: 10px;
    margin-left: 36px;
    display: flex;
  }

  .text-block-13 {
    color: #fff;
    text-align: right;
  }

  .text-block-14 {
    color: #fff;
    text-align: right;
    margin-top: 10px;
  }

  .slide-nav-5 {
    display: none;
  }

  .team-box-content.new-box, .collection-item-2 {
    width: 100%;
  }

  .pop-up-inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .name {
    text-align: center;
    font-size: 1.9rem;
  }

  .popup-content-left {
    width: 100%;
  }

  .image-wrap {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .image-wrap.hide-mob {
    display: none;
  }

  .image-wrap.desk-hide {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 1rem;
  }

  .close {
    width: 1.6rem;
    height: 1.6rem;
  }

  .text-block-33 {
    text-align: center;
  }

  .bio {
    height: 200px;
    font-size: 1.2rem;
    overflow: auto;
  }

  .popupinner-row {
    flex-direction: column-reverse;
  }

  .pop-left {
    width: 100%;
  }

  .image-43 {
    object-fit: contain;
  }

  .text-bio {
    height: 140px;
    text-align: center;
    padding-right: 0;
  }

  .image-44 {
    margin-bottom: 0;
  }

  .paragraph-p {
    margin-top: 1rem;
  }

  .sm-h3 {
    font-size: 1.6rem;
  }

  .image-49.pcmob {
    margin-top: 1rem;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  img {
    width: 100px;
  }

  .padding-small {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .padding-small.hide-padding {
    display: none;
  }

  .padding-xsmall {
    padding-top: 0;
    padding-bottom: .4rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top.padding-xlarge.technology-instance {
    padding-top: 3rem;
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium {
    text-align: center;
  }

  .margin-bottom.margin-medium.further-reading {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
  }

  .margin-bottom.margin-medium.no-ch {
    text-align: left;
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-medium.futher-footer {
    margin-bottom: 1.625rem;
  }

  .margin-bottom.margin-medium.foote {
    justify-content: center;
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-small, .margin-bottom.margin-small.accolades {
    margin-bottom: 0;
  }

  .margin-bottom.margin-small.full-width {
    width: 100%;
  }

  .margin-bottom.margin-xsmall.left-specing {
    padding-left: .8rem;
  }

  .margin-bottom.margin-xxlarge {
    margin-top: 0;
  }

  .margin-bottom.margin-xxlarge._4 {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2rem;
  }

  .margin-bottom.margin-large.feedstock {
    margin-bottom: 3rem;
  }

  .margin-bottom.botoom2-5rem {
    margin-bottom: 1.5rem;
  }

  .margin-bottom.margin-med {
    margin-bottom: 1rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge.contact--mob {
    margin-top: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-top: 4.2rem;
  }

  .padding-vertical.padding-large {
    padding-top: 0;
  }

  .padding-vertical.padding-large.team {
    padding-top: 2.5rem;
  }

  .padding-vertical.padding-xlarge.team {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-xlarge.awards {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .padding-vertical.padding-xlarge.circulr {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .padding-vertical.padding-xlarge.purificaion._4-rem {
    padding-top: 3rem;
  }

  .padding-vertical.padding-xlarge.purificaion._4-rem.hjvjgc {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .padding-vertical.padding-xlarge.plastic-in-environ {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-vertical.padding-xlarge.reading {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .padding-vertical.padding-medium.get_in_touch {
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }

  .padding-vertical.bottom-large.slider {
    padding-top: 2rem;
  }

  .padding-vertical.reading-2 {
    margin-bottom: 2rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-left.margin-large {
    margin-left: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-medium.padding-block {
    padding-bottom: .8rem;
  }

  .text-weight-semibold {
    font-size: .9rem;
  }

  .text-color-grey {
    font-style: normal;
  }

  .text-color-grey.mob-text-black {
    color: var(--black);
  }

  .text-color-grey.team {
    font-family: Sf pro display, sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
  }

  .text-color-grey.text-align-center.purification {
    color: var(--white);
    text-align: left;
  }

  .heading-style-h3 {
    text-align: left;
    font-size: 1.9rem;
  }

  .heading-style-h3.technology_instances {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.2;
  }

  .heading-style-h3.plastics {
    font-size: 1.6rem;
  }

  .heading-style-h3.white {
    font-size: 2rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.awards_mob, .padding-global.contact-mob, .padding-global.technology-exception, .padding-global.awards, .padding-global.slider {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.home-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.stats {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.further-reading {
    padding-left: 1.5rem;
  }

  .padding-global.awards_header {
    padding-left: 1.25rem;
  }

  .padding-global.fedsrtock-extar, .padding-global.closing-loop, .padding-global.circluar, .padding-global.purification {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.purifi {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .padding-global.platsics, .padding-global.team, .padding-global.team-heading {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.team-heading.ls {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.publication {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-global.mobile-padding {
    padding-left: 6%;
    padding-right: 6%;
  }

  .padding-global.extra {
    padding-top: .5rem;
  }

  .padding-section-small.sdg {
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .padding-section-small.platfrom.platform {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .text-color-white {
    font-size: 2.7rem;
  }

  .text-color-white.mobile-only {
    max-width: 17.5rem;
    margin-top: 1rem;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
  }

  .text-color-white.mobile-only.home_header {
    max-width: 20rem;
    font-size: 2.5rem;
    font-style: normal;
  }

  .text-size-tiny.text-color-white {
    font-size: .8rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-weight-light.text-align-left {
    font-size: 1.25rem;
  }

  .text-size-regular {
    text-align: center;
    font-size: 1.125rem;
  }

  .text-size-regular.mob-2lines {
    width: auto;
    max-width: 12rem;
    font-size: 1.125rem;
  }

  .text-size-regular.text-style-3lines {
    max-width: none;
  }

  .text-size-regular.waste_instance {
    text-align: left;
    margin-top: 1.5rem;
    font-size: .888889rem;
    line-height: 1.625;
  }

  .text-size-regular.platform {
    text-align: center;
    font-size: .8rem;
    font-weight: 400;
    position: static;
    right: 5rem;
  }

  .text-size-regular.r-d {
    max-width: 32ch;
    text-align: left;
    font-size: 1.125rem;
  }

  .text-size-regular.r-d._1 {
    margin-bottom: .5rem;
  }

  .text-size-regular.ch-lim-12 {
    max-width: 15ch;
    color: var(--dark-grey-2);
    font-size: 1.125rem;
  }

  .text-size-regular.tetra_text {
    margin-top: 2px;
    font-size: 1rem;
    line-height: 1.52941;
  }

  .text-size-regular.tetra_text.small-last-box {
    width: 13.4rem;
  }

  .text-weight-bold.r-d {
    font-size: .9375rem;
    line-height: 1.4;
  }

  .max-width-large.align-center.selectee {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-size-small {
    font-size: .8rem;
    line-height: 2.1;
  }

  .heading-style-h4.platsics {
    font-size: 1.3rem;
  }

  .text-size-medium_2 {
    font-size: .8rem;
  }

  .text-size-medium_2.text-color-grey.graph_instance {
    width: auto;
    max-width: 28ch;
    font-size: .875rem;
    line-height: 1.28571;
  }

  .text-size-medium_2.proces_chart {
    font-size: 1rem;
  }

  .container-large.mobile-0-padding {
    margin-left: 0;
  }

  .container-large.center-allign, .container-large.center-allign.footer {
    justify-content: center;
  }

  .container-large.technology {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .container-large.team--page {
    width: 100%;
  }

  .text-align-center.awards {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-medium {
    text-align: left;
    font-size: 1.25rem;
  }

  .text-size-medium.text-align-center {
    text-align: center;
    font-size: 1.125rem;
  }

  .text-size-medium.text-align-center.flagship-instance {
    width: 21rem;
    max-width: 30ch;
    margin-top: -.6rem;
    margin-bottom: -.2rem;
    font-size: 1.25rem;
  }

  .text-size-medium.technology-instnce {
    max-width: none;
    letter-spacing: .03rem;
    padding-right: 0;
    font-size: 1.5rem;
    line-height: 1.58333;
  }

  .text-size-medium.technology-instnce.ch-9 {
    max-width: 26ch;
    font-size: 1.5rem;
    line-height: 1.25;
  }

  .text-size-medium.technology-instnce.ch-9.jhfg {
    max-width: 100%;
    font-size: 1.7rem;
    display: none;
  }

  .text-size-medium.polycycl {
    max-width: 100%;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-medium.statistics-instance {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium.statistics-instance.awards, .padding-section-medium.flagship-instance {
    padding-bottom: 2rem;
  }

  .padding-section-medium.awards {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.showcase-selcetee {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .padding-section-medium.closing-loop {
    padding-top: 3rem;
  }

  .padding-section-medium.closing-loop.low-specing {
    padding-bottom: 0;
  }

  .text-size-xxlarge {
    text-align: left;
    letter-spacing: .03rem;
    font-size: 1.875rem;
  }

  .text-size-xxlarge.home {
    max-width: 36ch;
    font-size: 2rem;
  }

  .text-size-xxlarge.home.hide-mobile-portrait, .text-size-xxlarge.home.mobile-only {
    font-style: normal;
  }

  .text-size-xxlarge.purifiction-page {
    max-width: 28ch;
  }

  .text-size-xxlarge.purifiction-page.purification-h-width {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5625;
  }

  .menu-icon1_line-middle {
    opacity: 0;
  }

  .menu-icon1_line-middle.r-d {
    background-color: var(--black);
  }

  .navbar1_dropdown-link {
    background-color: var(--dark-grey-2);
    border-width: 0;
    border-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1_line-bottom {
    border: 1px solid var(--white);
    background-color: var(--white);
    opacity: 0;
  }

  .menu-icon1_line-bottom.r-d {
    background-color: var(--black);
  }

  .menu-icon1 {
    position: relative;
  }

  .navbar1_dropdown-list {
    border-width: 0;
  }

  .navbar1_dropdown-toggle {
    background-color: var(--dark-grey-2);
  }

  .menu-icon1_line-top {
    border: 1px solid var(--white);
    background-color: var(--white);
    opacity: 0;
  }

  .menu-icon1_line-top.r-d {
    background-color: var(--black);
  }

  .navbar1_logo {
    width: 12rem;
    max-width: 80%;
  }

  .footer_links1 {
    color: var(--dark-grey-2);
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .5rem;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .footer_links1.sitedis.foot-mob {
    display: none;
  }

  .footer_links1.sitedis.foot-mob2 {
    padding-top: 1rem;
    font-size: 1rem;
  }

  .footer_left-wrapper {
    align-items: center;
    margin-bottom: -2rem;
  }

  .footer_link-list {
    align-items: center;
    position: relative;
  }

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer3_top-wrapper {
    grid-row-gap: 1rem;
  }

  .footer_credit-text {
    text-align: center;
    margin-top: 1rem;
  }

  .footer_credit-text.mobile-only {
    width: 100%;
    color: var(--dark-grey);
    text-align: center;
    font-size: .9rem;
    font-style: normal;
    font-weight: 400;
    display: block;
  }

  .section_header {
    background-image: url('../images/Banner-For-Mobile.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .section_header.overflow-hidden {
    background-image: url('../images/blacj-plactic-bg-1.jpg');
    background-position: 0 0;
    background-size: 100vw;
    margin-top: 0;
  }

  .header1_component {
    grid-template-columns: 1fr;
    margin-top: 3.7rem;
  }

  .header1_component.home-banner-specing {
    position: static;
  }

  .padding-section-large-2.mob {
    padding-bottom: 1rem;
  }

  .header_video-wrapper {
    width: 100%;
    max-height: 100%;
    max-width: none;
    justify-content: center;
    padding-top: 0;
    display: flex;
  }

  .text-size-medium-2.proces_chart {
    font-size: 1rem;
    font-weight: 500;
  }

  .text-size-medium-2.team {
    font-size: 1.125rem;
  }

  .text-size-medium-2.team.small {
    margin-top: 1rem;
  }

  .text-size-medium-2.subheading-awards {
    max-width: 22ch;
    font-size: 1.125rem;
  }

  .text-size-medium-2.subheading-awards.ch-18 {
    max-width: 18ch;
    margin-bottom: 1rem;
    font-size: 1.125rem;
  }

  .text-size-medium-2.ch-60 {
    max-width: 40ch;
    font-size: 1.25rem;
  }

  .text-size-medium-2.polygrreen {
    font-size: .875rem;
  }

  .text-size-medium-2.ch-50 {
    font-size: 1.125rem;
  }

  .text-size-medium-2.ch-50.werw {
    margin-top: .7rem;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .text-size-medium-2.ch-50.werw.hideptc {
    display: none;
  }

  .button-wrapper {
    justify-content: space-between;
  }

  .button-wrapper.technology-in-r-d {
    margin-top: 0;
  }

  .patent_items {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .patent_items.fgsdg {
    height: 100%;
  }

  .patents_grid_list {
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto auto;
    grid-auto-flow: column;
  }

  .patent_image {
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    border-radius: .625rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
  }

  .patent_image.full-image {
    height: 8.4375rem;
    margin-bottom: 0;
  }

  .section_patents {
    margin-top: 16.5rem;
  }

  .section_patents.overflow-hidden {
    margin-top: 0;
  }

  .stats_icon {
    width: 1.5rem;
    height: 2.5rem;
  }

  .stats_list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .sustainability_item {
    margin-bottom: 2rem;
  }

  .about_container {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-5 {
    font-size: 1.3rem;
  }

  .heading-5.white-h5 {
    font-size: 1.875rem;
  }

  .patent_image_wrapper {
    height: 100%;
  }

  .bold_numbers_text {
    color: var(--white);
    text-align: center;
    font-size: 1.7rem;
    top: auto;
    bottom: 4%;
    left: 0%;
    right: 0%;
  }

  .bold_numbers_text.absolute-number {
    color: #fff;
    font-size: 3.375rem;
    bottom: 8%;
    left: 5%;
    right: auto;
  }

  .accolades_component {
    align-content: start;
    align-items: center;
    margin-left: 1rem;
    display: block;
  }

  .accolades_component.awards {
    margin-left: 0;
  }

  .stats_item {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .stats_text {
    color: #bbb;
    font-size: .9rem;
  }

  .stats_text.mobile-only {
    font-family: Sf pro display, sans-serif;
    font-size: .8125rem;
    font-style: normal;
    display: block;
  }

  .stats_number {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .stats_number.only-mobile {
    display: block;
  }

  .stats_number.mobile-only {
    font-size: 1.4rem;
    font-style: normal;
    display: block;
  }

  .stats_number.row-plus {
    align-items: flex-start;
    font-size: 1.4rem;
  }

  .footer_heading_text {
    color: var(--black);
    font-size: 1.125rem;
  }

  .footer_links2 {
    color: var(--dark-grey-2);
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .5rem;
    font-size: 1.125rem;
  }

  .footer_links2.text-color-grey {
    color: var(--dark-grey-2);
    font-size: 1.125rem;
  }

  .footer_links2.text-color-grey.hide-desktop {
    color: #454545;
  }

  .footer_logo {
    max-width: 10.75rem;
  }

  .stats_wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-left: .6rem;
    display: flex;
  }

  .stats_divider.hide-mobile-portrait {
    display: none;
  }

  .stats_divider_half.mobile-only {
    flex: 1;
    display: block;
  }

  .button_text {
    width: 9rem;
    text-align: center;
    padding: 1rem 2.5rem;
    font-size: .8125rem;
  }

  .button_text.technology-i-r-d {
    padding-top: 1rem;
  }

  .cta_button.graph {
    margin-top: .2rem;
  }

  .section_technology_2 {
    background-image: url('../images/Mob-BG-2.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .section_technology_2.overflow-hidden {
    background-repeat: no-repeat;
    background-size: auto 107.5%;
  }

  .section_technology_2.awards {
    background-image: url('../images/Mob-BG-2.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .section_technology_2.awards.margin-below {
    margin-bottom: 2.5rem;
  }

  .technology_component {
    max-width: none;
    grid-row-gap: 3rem;
    justify-content: stretch;
    justify-items: center;
  }

  .animation_wrapper {
    width: 85vw;
    height: 85vw;
    max-width: none;
    margin-top: -1.2rem;
    margin-bottom: 0%;
    display: flex;
  }

  .animation_wrapper.hide-mobile-portrait {
    display: none;
  }

  .animation_wrapper.mobile-only {
    width: 80vw;
    height: 80vw;
  }

  .technology_text_wrapper {
    align-items: center;
  }

  .technology_text_wrapper.mobile-only {
    display: block;
  }

  .technology_text_wrapper.home {
    align-items: center;
  }

  .technology_text_wrapper.home.home-page {
    grid-row-gap: 1.5rem;
  }

  .technology_text_wrapper.awards {
    padding-left: 0;
  }

  .blue_divider_desktop {
    display: none;
  }

  .divider_wrapper {
    margin-left: 0;
    display: block;
    overflow: hidden;
  }

  .sub_heading_technology {
    color: var(--black);
    margin-top: -1.2rem;
    font-size: 1rem;
  }

  .sub_heading_technology.white {
    margin-top: -.5rem;
    font-size: 1.3rem;
  }

  .trademark {
    font-size: .6rem;
    top: 6%;
    right: -20%;
  }

  .trademark.tetra_instance {
    right: -12%;
  }

  .trademark.tetra_instance.absolue-tm {
    font-size: .8rem;
    right: -11%;
  }

  .trademark.tetra_instance.absolue-tm.fgr {
    font-size: .8rem;
    top: 0%;
    right: -18%;
  }

  .trademark.tetra_instance.absolue-tm.fgr.afs {
    right: -20%;
  }

  .trademark.flagship_instance {
    color: var(--dark-grey-2);
    top: -1.4rem;
    right: -10%;
  }

  .section_graph.overflow-hidden {
    background-image: url('../images/graph-in-Mobile.jpg');
    background-size: 100vw;
  }

  .graph_container {
    width: 100vw;
    padding: 2rem 0 10rem;
  }

  .graph_info_wrappper {
    max-width: none;
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .waste_image_component {
    width: 100%;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .img_warpper-of-two {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .waste_img_portrait {
    width: 100%;
    height: 40vw;
    max-height: none;
    max-width: none;
    display: block;
  }

  .waste_img {
    height: 18.667vw;
    max-height: none;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .section_waste_conversion {
    height: 260rem;
  }

  .horizontal_frame {
    width: 260rem;
    height: 75vh;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .process_item {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
    flex-flow: row;
  }

  .sr_no {
    width: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 5rem;
  }

  .process_content_grid {
    width: auto;
    max-width: none;
    grid-row-gap: 1rem;
    object-fit: fill;
    align-content: start;
    align-items: start;
    justify-items: start;
  }

  .text-size--large-2 {
    width: 23rem;
    height: 6.8rem;
    max-width: none;
    font-size: 1.8rem;
    overflow: visible;
  }

  .text-size--large-2.ch-lim-1 {
    font-size: 1.6875rem;
  }

  .text-size--large-2._2 {
    width: 19rem;
    max-width: none;
    font-size: 1.6875rem;
  }

  .text-size-regular-2 {
    max-width: 22rem;
    font-size: .9rem;
  }

  .text-size-regular-2.plastics.ch-70 {
    max-width: 32ch;
    font-size: 1.125rem;
    font-weight: 500;
  }

  .text-size-regular-2.plastics.ch-76 {
    font-size: 1.125rem;
  }

  .text-size-regular-2.plastics.ch-76.plast {
    padding-right: 1rem;
  }

  .text-size-regular-2.py-cjhlim {
    font-size: 1rem;
    line-height: 1.5;
  }

  .text-size-regular-2.horizontal-scroll {
    font-size: 1rem;
  }

  .process_image_wrapper {
    margin-top: 2rem;
    margin-left: 0;
  }

  .process_img {
    height: 100%;
    max-height: 19rem;
    max-width: none;
  }

  .process_img.margin-left {
    max-width: 22rem;
    margin-bottom: 4rem;
    margin-left: 0;
  }

  .process_grid {
    grid-column-gap: 13rem;
    grid-row-gap: 3rem;
    object-fit: fill;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: start;
    margin-top: 0;
    margin-left: 7rem;
  }

  .hori_scroll_view {
    width: 100vw;
    height: 75vh;
    position: -webkit-sticky;
    position: sticky;
    top: 12.5vh;
  }

  .process_flow_flex {
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    margin-left: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    top: 0%;
    bottom: -18%;
    left: 0%;
    right: auto;
  }

  .process_direction_img {
    width: 5rem;
    max-width: none;
  }

  .animation_image {
    width: 85vw;
    height: 85vw;
    max-width: none;
  }

  .animation_image.z-index-2 {
    max-width: none;
  }

  .animation_image.z-index-6 {
    width: 85vw;
    height: 85vw;
    display: inline-block;
  }

  .rotating_ring {
    width: 85vw;
    height: 85vw;
    max-width: none;
    display: block;
    top: 0%;
  }

  .animation_text {
    font-size: 1.25rem;
  }

  .animation_text.z-index-7 {
    font-size: 1.7rem;
  }

  .animation_text.z-index-7.dial-text-1 {
    display: flex;
  }

  .animation_text.z-index-5, .animation_text.z-index-3 {
    font-size: 1.7rem;
  }

  .animation_text.z-index-1 {
    max-width: none;
    font-size: 1.7rem;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header_content {
    max-width: 36rem;
    grid-row-gap: 2rem;
  }

  .stats_header {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-6 {
    font-size: 2.2rem;
  }

  .footer_contact_wrapper {
    grid-row-gap: 0rem;
  }

  .lightbox-link {
    width: 100%;
    max-width: none;
  }

  .text-size-medium_3.margin-left {
    width: auto;
    max-width: 22rem;
    margin-top: 2rem;
    margin-left: 0;
    font-size: 1.3rem;
  }

  .process_icon_wrapper {
    width: 8rem;
  }

  .process_name_text {
    font-size: .8rem;
    font-weight: 400;
    top: auto;
    bottom: -62%;
    left: 0%;
    right: 0%;
  }

  .process_name_text.application_instance {
    font-size: 1rem;
  }

  .process_application_img_wrappper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: center;
  }

  .scroll_horizontal_direction_line {
    display: none;
    transform: none;
  }

  .icon {
    background-color: var(--white);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .application_content_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4rem;
    margin-left: 6rem;
    display: flex;
  }

  .proces_img_mobile {
    max-width: 60%;
    display: none;
  }

  .proces_img_mobile.appliaction {
    max-width: 75%;
    margin-top: 4rem;
    margin-right: 4rem;
  }

  .tab_vertical_direction_line {
    height: auto;
    max-height: 100%;
    display: none;
  }

  .mob_vertical_direction_line {
    width: 112%;
    max-width: none;
    display: inline-block;
  }

  .process_application_img {
    width: 16rem;
    max-width: none;
    display: block;
  }

  .navbar1_component-2 {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar1_link {
    background-color: var(--dark-grey-2);
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .nav_text {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }

  .section_mobile.hide-mobile-portrait {
    display: block;
  }

  .padding_global.mobile-0-padding, .padding_global.mobile-0-padding.home {
    padding-left: 0;
    padding-right: 0;
  }

  .arrow_wrapper {
    text-align: right;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading_2_instance {
    max-width: 17.5rem;
    font-size: 1.625rem;
    line-height: 1.23077;
  }

  .footer_doall_logo {
    position: absolute;
    top: auto;
    bottom: -12%;
    left: auto;
    right: 4%;
  }

  .footer_doall_logo.mobile-only {
    display: block;
  }

  .menu_icon_3line {
    z-index: -1;
    mix-blend-mode: color-dodge;
    position: absolute;
    top: auto;
    bottom: 30%;
    left: 28%;
    right: 0%;
  }

  .div-block.center-allign-content {
    padding-top: 8rem;
  }

  .div-block.center-allign-content.mob {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .div-block.center-allign-content.plastics-in-env {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .process_icon_flex {
    max-width: 42rem;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .sr_no_wrapper {
    width: 3.8rem;
  }

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

  .process_item_grid._1, .process_item_grid._3 {
    display: none;
  }

  .spacer {
    padding: 2rem 3rem;
  }

  .process_desciption {
    margin-left: 3.8rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.4rem;
  }

  .spacer_2 {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .direction_line_wrap {
    width: 6rem;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .short_direction_line {
    width: 13rem;
    max-height: 100%;
    max-width: none;
  }

  .process_item_grid_2 {
    margin-top: -2rem;
  }

  .process_grid_wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
  }

  .horizontal_direction_line_img {
    width: 45rem;
    height: auto;
    max-width: none;
  }

  .spacer-4 {
    width: 1%;
    height: 100%;
    padding: 4rem 2rem;
  }

  .section_horizontal-scroll {
    height: 300rem;
  }

  .view_port {
    height: 65vh;
    top: 30vh;
    bottom: 4.9vh;
  }

  .horizontal_panel {
    width: 300rem;
    height: 65vh;
    background-position: 50%;
    background-size: contain;
    align-items: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 1rem;
  }

  .graph_title_warpper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-left: 1.2rem;
    margin-right: 1rem;
    padding-top: .7rem;
  }

  .padding_global_3 {
    margin-top: -1rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
  }

  .banner_video_thumbnail.mobile-only {
    width: 86vw;
    margin-top: 0;
  }

  .blue_line_short_mob {
    max-width: none;
    display: inline-block;
  }

  .dial_heading_text {
    font-size: 1.125rem;
    font-style: normal;
  }

  .dial_paragraph_text {
    margin-top: 0;
    font-size: .9rem;
    font-style: normal;
  }

  .dial_paragraph_text._1 {
    max-width: 12ch;
    font-size: 1.125rem;
    font-style: normal;
  }

  .section_team_banner {
    background-image: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url('../images/Team-Mobile-BG-1.jpg'), url('../images/Mask-group_2.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, cover, cover;
    margin-top: -4rem;
  }

  .section_team_banner.awards {
    max-height: none;
    background-image: url('../images/Mask-group-2.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_team_banner.overflow-hidden {
    background-image: linear-gradient(rgba(3, 0, 0, .65), rgba(3, 0, 0, .65)), url('../images/jasmin-sessler-5Wfttm2CjeI-unsplash-2.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .banner_translucent_header {
    font-size: 2.56rem;
  }

  .banner_translucent_header.team {
    max-width: 10ch;
    margin-top: 4rem;
    font-size: 3rem;
  }

  .banner_translucent_header.team.team-h1 {
    margin-top: 2rem;
  }

  .banner_translucent_header.awards {
    color: var(--white);
    font-size: 2.5625rem;
  }

  .banner_translucent_header.ch-15 {
    max-width: 24ch;
    font-size: 2.5625rem;
  }

  .header_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header_wrapper.plastics {
    margin-top: 3rem;
  }

  .header_wrapper.plastics.purification {
    margin-top: 5rem;
  }

  .header_wrapper.plastics.purification._3-rem {
    margin-top: 6rem;
    margin-bottom: 1rem;
  }

  .header_wrapper.plastics.purification._3-rem.fhxxhxh {
    margin-top: 4rem;
    padding-bottom: 1px;
  }

  .header_wrapper.plastics._3-rem {
    margin-top: 6rem;
  }

  .header_wrapper.plastics._3-rem.plastocs {
    margin-top: 5rem;
    margin-bottom: 1rem;
  }

  .header_wrapper.team {
    margin-top: 0;
    padding-top: 4rem;
    padding-left: 0;
  }

  .header_wrapper.team.team-banner {
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: .8rem;
  }

  .header_wrapper.awards {
    margin-top: 7rem;
    margin-bottom: 0;
  }

  .section_reading {
    display: block;
  }

  .reading_component_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .reading_image {
    width: 79vw;
  }

  .section_accolades {
    background-image: url('../images/awards_mob_bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section_accolades.overflow-hidden {
    background-image: none;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .members_logo {
    max-height: 1.6rem;
  }

  .members_logo.exomobil {
    width: 5rem;
  }

  .members_logo.exomobil.same-width {
    width: 27%;
  }

  .members_logo.suez.same-width {
    width: 26%;
  }

  .members_logo.dow.same-width {
    width: 28%;
  }

  .members_logo.reliance {
    width: 20%;
    height: 38px;
    max-height: none;
    object-fit: contain;
  }

  .members_logo.veolia.same-width {
    width: 29%;
  }

  .members_logo.sebia.same-width {
    width: 20%;
  }

  .members_logo.shell.same-width {
    width: 27%;
    max-height: none;
  }

  .platform_logo_wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 20px;
    justify-content: center;
    margin-top: 1rem;
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .section_platform {
    background-image: none;
  }

  .section_platform.overflow-hidden.padding-bottom {
    background-color: #f7f7f7;
    background-image: none;
    background-size: auto;
    margin-bottom: 1rem;
    padding-bottom: 0;
  }

  .section_showcase {
    background-image: url('../images/awards_mob_bg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slider_component {
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .gallery21_lightbox-link {
    width: 100%;
    color: var(--black);
    text-decoration: none;
  }

  .gallery21_image-wrapper {
    width: 72vw;
    max-width: 16px;
    text-decoration: none;
    display: block;
  }

  .gallery21_arrow {
    width: 5rem;
    height: 5rem;
    opacity: 1;
    padding-right: 2rem;
    bottom: -15%;
  }

  .gallery21_arrow.is-left {
    opacity: 1;
    border-radius: 23%;
    left: 0;
    right: auto;
  }

  .gallery21_slide-nav {
    width: 100%;
    display: block;
    bottom: -7%;
    left: -23px;
    right: 0;
  }

  .gallery21_slider {
    padding-bottom: 4rem;
    display: none;
  }

  .gallery21_slide {
    width: 100%;
    padding-right: 0;
  }

  .gallery21_mask {
    width: auto;
  }

  .sdg_content {
    padding-left: 0;
  }

  .sdg_component {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

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

  .plastic_info_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_waste-info.overflow-hidden.moble-spacing {
    margin-top: 2rem;
  }

  .plastic_image {
    max-width: 85vw;
  }

  .platics_environ_grid {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .partition_line_svg {
    height: .4625rem;
  }

  .partition_line_svg.plastis_in-_environ {
    height: auto;
  }

  .superscript_big {
    font-size: 1.2rem;
    bottom: .8rem;
  }

  .reading_text_wrapper {
    padding-right: 1rem;
  }

  .reading_link_wrapper {
    width: 79vw;
  }

  .sgd_img {
    width: 80vw;
  }

  .superscript_big-text {
    font-size: 1.2rem;
  }

  .read_shadow_text {
    font-size: 1rem;
  }

  .reference_wrapper {
    margin-bottom: 3rem;
  }

  .timeline-_grid_1 {
    grid-template-columns: 1fr;
    grid-template-areas: ". Area"
                         ". Area"
                         ". Area"
                         ". Area"
                         ". Area"
                         ". Area"
                         ". Area";
  }

  .plastic-timeline-wrapper {
    padding-left: 1.5rem;
  }

  .plastic-timeline-wrapper.text-align-right {
    text-align: left;
    padding-left: 1.5rem;
  }

  .timeline_header {
    font-size: 1.4rem;
  }

  .timeline_body_text {
    margin-top: .8rem;
    padding-right: 0;
    font-size: .875rem;
  }

  .timeline_body_text._8, .timeline_body_text._8._2 {
    padding-left: 0;
  }

  .timeline_body_text._9 {
    padding-right: 0;
  }

  .timeline_body_text._11, .timeline_body_text._13, .timeline_body_text._15 {
    padding-left: 0;
  }

  .timeline_body_text._12 {
    padding-right: 0;
  }

  .bold_colorful_number {
    font-size: 1.6rem;
    top: -1.5rem;
    left: -2.9rem;
  }

  .bold_colorful_number.aqua-green-color {
    color: #4770a0;
    font-size: 1.6rem;
    top: -1.5rem;
    left: -2.9rem;
  }

  .bold_colorful_number.aqua-green-color.right-allign {
    top: -1.5rem;
    bottom: auto;
    left: -2.9rem;
    right: auto;
  }

  .bold_colorful_number.aqua-green-color.right-allign.single-digit {
    font-size: 1.6rem;
    top: -1.5rem;
    left: -1.8rem;
  }

  .bold_colorful_number.right-allign {
    display: inline-block;
    top: -1.5rem;
    left: -2.9rem;
    right: 0;
  }

  .bold_colorful_number.single-digit {
    font-size: 1.6rem;
    top: -1.5rem;
    left: -1.8rem;
  }

  .left_timeline_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .timelien_line-_wrapper {
    display: none;
  }

  .part_line {
    width: auto;
    height: 126rem;
    max-height: none;
    left: 0%;
  }

  .downward_arrow {
    width: 4.2rem;
    max-width: 40%;
  }

  .downward_arrow.awards {
    margin-top: 4rem;
  }

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

  .team_members_grid {
    width: 88vw;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 1rem;
  }

  .team_member_wrapper {
    width: 88vw;
  }

  .team_member_img {
    width: 88vw;
    height: 400px;
  }

  .team_info_wrapper_desktop {
    width: 88vw;
  }

  .member_descrip_tab_mob {
    width: auto;
    height: auto;
    margin-top: .5rem;
    padding-top: 0;
    padding-right: 0;
  }

  .member_description_tab_mob {
    width: 88vw;
  }

  .drop_down_arrow_wrapper {
    display: block;
    top: -3.5rem;
    right: 3%;
  }

  .drop_down_arrow_wrapper.bireesh {
    top: -2.8rem;
  }

  .arrow_svg {
    width: 2.0625rem;
    height: 2.0625rem;
  }

  .description_hide_wrapper {
    width: auto;
    height: 5.5rem;
    display: block;
    overflow: hidden;
  }

  .grey_heading {
    margin-top: 2rem;
    margin-bottom: .5rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.9rem;
    display: block;
  }

  .sub_heading_team {
    max-width: 20ch;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .sustainability-_grid {
    grid-template-columns: 1fr;
  }

  .sustainability-_grid.mobile_only {
    margin-top: 1rem;
    display: block;
  }

  .team_sustaina_-wrapper {
    margin-bottom: .5rem;
  }

  .team_component {
    margin-bottom: 2rem;
  }

  .prizes_grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .prize_img {
    height: auto;
    max-width: 80vw;
    min-width: auto;
  }

  .selectee_img {
    width: 80vw;
    max-width: none;
  }

  .selectee_img.mob {
    box-shadow: none;
  }

  .awards_heading_style {
    max-width: 15ch;
    text-align: center;
    margin-bottom: .5rem;
    font-size: 1.875rem;
    font-weight: 700;
  }

  .awards_heading_style.mobile-only {
    max-width: 13ch;
    font-size: 1.9375rem;
    font-style: normal;
  }

  .awards_heading_style.ch-13 {
    max-width: 13ch;
    font-size: 1.875rem;
  }

  .technology_text-_style_2.mobile-only {
    max-width: 21ch;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 2rem;
    display: block;
  }

  .technology_text-_style_2.ch-17 {
    max-width: 17ch;
    font-size: 1.8rem;
  }

  .platform-medium_text {
    max-width: 28ch;
  }

  .mob_awards_heading {
    margin-bottom: -2.5rem;
    padding-top: 1.5rem;
  }

  .mob_awards_heading.mobile-only {
    margin-bottom: -1rem;
    padding-top: 3rem;
    display: block;
  }

  .awards_mob_header_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.8rem;
    display: flex;
    position: relative;
  }

  .awards_title_wrapper {
    grid-column-gap: .5rem;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: .25rem;
    display: flex;
  }

  .awards_mob_heading {
    max-width: 14ch;
    color: var(--white);
    font-size: 2rem;
    line-height: 1.3;
    display: inline;
  }

  .platform_mob_logo_wrapper {
    max-width: 18.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .mob_logo_img {
    max-height: 1.81rem;
    max-width: none;
  }

  .polycycl_text_wrapper {
    z-index: 4;
    margin-top: 3.5rem;
    padding-bottom: 0;
    padding-left: 2.5rem;
    position: relative;
  }

  .polycycl_logo_mob {
    max-width: 63%;
    margin-left: -.5rem;
  }

  .polycycl_mob_text_desc {
    max-width: 17ch;
    color: var(--white);
    font-family: Sf pro display, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .map-image {
    width: 97%;
    max-width: none;
    position: absolute;
    top: auto;
    bottom: -6%;
    left: 0%;
    right: 0%;
  }

  .mob_downward_logo {
    max-width: 3.2rem;
    margin-bottom: -1.6rem;
  }

  .downward-_arrwow_wrapper {
    max-width: 100%;
    margin-top: 4rem;
    padding-left: 9rem;
  }

  .awards_header_image {
    width: 70vw;
    max-width: none;
  }

  .text-color-blue {
    margin-bottom: 0;
    font-size: 2.2rem;
  }

  .text-color-blue.mobile-only {
    font-size: 2rem;
    font-style: normal;
    display: block;
  }

  .text-color-blue.disc {
    font-size: 2.5rem;
  }

  .text-color-blue.disc.ann-mob {
    padding-right: 62px;
    font-size: 2rem;
  }

  .section_contact_form.overflow-hidden {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .contact_form-_grid {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .form-input {
    font-size: 1rem;
  }

  .form-input.margin-up {
    margin-top: 0;
  }

  .contact1_form {
    grid-column-gap: .5rem;
    grid-template: "Area-7 Area-7"
                   "Area Area"
                   "Area-2 Area-2"
                   "Area-6 Area-6"
                   "Area-3 Area-3"
                   "Area-4 Area-4"
                   "Area-5 Area-5"
                   "Area-8 Area-8"
                   "Area-9 Area-9"
                   "Area-10 Area-10"
                   / 1fr;
  }

  .contact_form_component {
    background-color: #f9f9fb;
    padding: 2rem 1.25rem;
  }

  .contact_info_grid {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .conatct_info_wrapper {
    height: auto;
    background-color: var(--white);
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .conatct_h2 {
    font-size: 1.5rem;
  }

  .text-block.ch-50.white-toch-text {
    margin-top: 10px;
    line-height: 1.5rem;
  }

  .section_disclaimer {
    padding-top: 3rem;
  }

  .disclaimer-partiytion_line {
    width: 100%;
    margin-bottom: 2rem;
  }

  .map_wrapper {
    width: 100vw;
    max-height: none;
    max-width: none;
    margin-top: 3rem;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 1.4rem;
    padding-right: 2rem;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .double-quote {
    margin-bottom: -2.7rem;
  }

  .double-quote.hide-mobile-landscape {
    width: auto;
    margin-bottom: 0;
    display: block;
  }

  .double-quote.hide-mobile-landscape.block-image {
    display: block;
  }

  .double-quote.mobile-only {
    display: inline-block;
    position: relative;
    right: .5rem;
  }

  .double-quote.mobile-quote {
    width: auto;
    margin-bottom: 0;
  }

  .quote_text_wrapper.hide-mobile-portrait {
    display: block;
  }

  .text-size-medium-4 {
    font-size: 1.125rem;
  }

  .text-size-medium-4.text-color-white {
    max-width: 29ch;
    margin-top: 2rem;
    font-size: 1.125rem;
    font-weight: 300;
  }

  .text-size-medium-4.text-color-white.ch-82 {
    max-width: 40ch;
    margin-top: 0;
    padding-left: 1rem;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .text-size-medium-4.text-color-white.ch-82.feedstock {
    margin-top: -1rem;
    padding-left: 0;
  }

  .text-size-medium-4.process-overview {
    font-size: 1.25rem;
  }

  .text-size-medium-4.process-overview.qerfrw {
    display: none;
  }

  .slider_wrapper {
    padding-left: 2rem;
  }

  .slider_wrapper.mobile-only {
    padding-left: 0;
    display: block;
  }

  .prizs-grid_2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .submit_button-wrapper {
    justify-content: center;
  }

  .get_in_touch_mob_header {
    margin-bottom: 1rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
  }

  .mobi_bold_italic {
    font-family: Sf pro display, sans-serif;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
  }

  .mobile-only {
    font-size: 1.25rem;
    font-style: italic;
    display: block;
  }

  .bold-text {
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 700;
  }

  .grey_trademark {
    font-size: .75rem;
  }

  .statistic_component {
    align-items: center;
  }

  .quote_text_mob {
    display: block;
    position: relative;
  }

  .quote_mobile_only {
    letter-spacing: .02rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    display: block;
  }

  .quote_mobile_only.ch-limit {
    max-width: 38ch;
  }

  .quote_bold_italic {
    letter-spacing: .03rem;
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 600;
  }

  .disclaimer_text {
    color: #666;
    letter-spacing: .03rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1rem;
  }

  .disclaimer_text.mobile_only_display {
    font-size: 1.125rem;
    display: block;
  }

  .disclaimer_text.mobile_only_display.ch-limit {
    max-width: 35ch;
  }

  .underline {
    text-decoration: underline;
  }

  .disclaimer_link {
    color: #91a9c6;
    font-weight: 700;
    text-decoration: none;
  }

  .map_html {
    z-index: 10;
    max-width: 100vw;
    position: relative;
  }

  .frame_map {
    width: 100vw;
    max-width: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .frame_map.mob_portrait_only {
    width: 100vw;
    height: 100%;
    object-position: 49% 50%;
    display: block;
  }

  .map-cover {
    height: 21.75rem;
    overflow: hidden;
  }

  .spacer_mob_only {
    padding-bottom: 2rem;
  }

  .contact_info_text {
    padding-left: 2rem;
    padding-right: 1.25rem;
  }

  .section_solvent.overflow-hidden {
    background-image: url('../images/mob_screc.png');
    background-position: 0 0;
    background-size: 100vw;
  }

  .section_tab {
    height: 55rem;
  }

  .section_tab.overflow-hidden {
    height: 73rem;
    margin-bottom: 3rem;
  }

  .section_tab.overflow-hidden.hide-tab {
    display: none;
  }

  .section_purification_banner.overflow-hidden.image-change {
    height: auto;
    background-image: url('../images/Rectangle-18.png'), linear-gradient(rgba(0, 0, 0, .45), rgba(0, 0, 0, .45)), url('../images/Plastic_bg.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: cover, auto, cover;
    padding-top: 231px;
    padding-bottom: 58px;
  }

  .section_purification_banner.overflow-hidden.image-change.pastic-banner {
    justify-content: space-between;
    padding-top: 0;
  }

  .tab_img_wrapper.pet {
    margin-left: 1rem;
    padding-right: .125rem;
    display: inline-block;
  }

  .tab_text_wrapper {
    align-items: flex-start;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .tab_text_header {
    font-size: 1.5rem;
    font-weight: 500;
  }

  .tab_text_body {
    font-size: 1.125rem;
  }

  .process_flow_img {
    width: 85vw;
  }

  .process_flow_img._4 {
    margin-top: -1.5rem;
  }

  .solvent_heading_wrapper {
    padding: 6.5rem 0 4rem 4.2rem;
    font-size: 1.3rem;
  }

  .solvent_component_mobile {
    height: auto;
  }

  .solvent_component_mobile.r-d {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .left-arrow {
    display: block;
    top: auto;
    bottom: -5%;
    left: -2.2rem;
    right: auto;
  }

  .right-arrow {
    height: auto;
    align-items: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    top: auto;
    bottom: -5%;
    left: auto;
    right: 0%;
  }

  .sol-mob-text-wrap {
    max-width: 40ch;
    text-align: left;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .solvent_slider_component {
    height: 18rem;
    padding-right: 2.2rem;
    left: 1rem;
    right: 1rem;
  }

  .solvent_slider_component.r-d {
    height: 46.5rem;
    padding-right: 0;
    position: static;
  }

  .slider_dots {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 1.5rem;
    padding-right: 2rem;
    display: none;
    top: 15rem;
  }

  .slider_dots.r-d {
    display: block;
    position: static;
  }

  .tech_slider_mob_only {
    width: 100vw;
    height: auto;
    min-height: 61rem;
  }

  .slide-nav {
    z-index: 10;
    display: block;
    top: auto;
    bottom: 12%;
    left: 0%;
    right: 0%;
  }

  .technology_slider {
    width: auto;
    min-height: 70rem;
  }

  .technology_slider.small {
    min-height: 66rem;
    background-image: url('../images/slider-bg-for-slider-small.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .technology_slider._3-slide {
    background-image: url('../images/slider-bg-for-slider-small-3-2.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .img_wrappe {
    justify-content: flex-start;
  }

  .img_wrappe.left-padding {
    padding-left: 1rem;
  }

  .technology_slider_mob_img {
    margin-left: .5rem;
  }

  .technology_heading {
    max-width: 13ch;
    color: var(--white);
    text-align: left;
    margin-top: 1.5rem;
    margin-left: -2rem;
    margin-right: 1.25rem;
  }

  .slider_mob_content-wrapper {
    width: 100vw;
    margin-left: 0;
    position: relative;
    overflow: hidden;
  }

  .heading-10 {
    font-size: 2.25rem;
  }

  .right-arrow-2 {
    height: 30rem;
    max-height: none;
    opacity: 0;
    margin-top: 0;
    padding-top: 4rem;
    display: none;
  }

  .left-arrow-2 {
    max-height: 30rem;
    opacity: 0;
    margin-top: 0;
    margin-bottom: 2rem;
    display: none;
  }

  .slider_next-text {
    color: rgba(170, 170, 170, .7);
    letter-spacing: .03rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    position: absolute;
    top: 5%;
    bottom: auto;
    left: auto;
    right: -8%;
  }

  .slider_next-text.left-side {
    padding-left: 1.5rem;
    top: 3%;
    bottom: auto;
    left: 0%;
    right: 1%;
  }

  .slider_next-text.left-side.new {
    top: -1%;
    right: 10%;
  }

  .slider_next-text._2 {
    top: 3.5%;
  }

  .slider_next-text.new {
    top: 6.2%;
    right: -22%;
  }

  .slider_tm-text {
    font-size: 1rem;
    font-weight: 500;
    position: relative;
    top: -3px;
  }

  .publication_heading-wrapper {
    padding-left: 0;
  }

  .blog66_arrow {
    background-color: rgba(0, 0, 0, 0);
    border-width: 0;
    border-radius: 0%;
    margin-top: 12rem;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 70%;
  }

  .blog66_arrow.left {
    opacity: 1;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    top: auto;
    bottom: -18%;
    left: auto;
    right: auto;
  }

  .blog66_arrow.left.reader {
    padding-top: 0;
  }

  .blog66_arrow.reader {
    z-index: 10;
    padding-top: .25rem;
    top: auto;
    bottom: 0%;
    left: 20%;
    right: auto;
  }

  .blog66_arrow.publication {
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    display: flex;
    top: auto;
    bottom: -18%;
    left: auto;
    right: 0%;
  }

  .publication_mask {
    width: 100%;
  }

  .section_publication {
    display: block;
  }

  .publication_slider_compo {
    padding-bottom: 4rem;
    display: none;
  }

  .publication_slide {
    width: 85vw;
  }

  .publication_item {
    width: 85vw;
    padding-right: 2rem;
  }

  .blog66_slide-nav {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: auto;
  }

  .landfill_img_slide {
    width: 85vw;
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .gallery18_mask {
    width: 80%;
  }

  .gallery18_mask.plastic-economy {
    width: auto;
  }

  .trash_slider-_component {
    margin-bottom: 0;
  }

  .gallery18_slide-nav {
    top: 10rem;
  }

  .gallery18_slide-nav.feedstock {
    opacity: 0;
  }

  .feedstock_slider_nav {
    margin-top: 12rem;
    padding-right: 0;
  }

  .feedstock_slider_nav.right {
    padding-right: 1rem;
  }

  .feedstock_slider_nav.right.contiflow {
    width: 6rem;
    height: 3rem;
    margin-top: 0;
    display: flex;
    top: auto;
    bottom: 1rem;
    left: auto;
    right: 0%;
  }

  .feedstock_slider_nav.left {
    width: 5rem;
    height: 25rem;
    background-color: var(--dark-slate-blue);
    margin-top: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .feedstock_slider_nav.left.contiflow {
    z-index: 5;
    width: 6rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0);
    padding-top: 1.8rem;
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 0%;
    right: auto;
  }

  .feedstock_slider_nav.trash {
    margin-top: 14rem;
  }

  .feedstock_slider_nav.plastic-circular {
    width: 6rem;
    height: 3.5rem;
    margin-top: 8rem;
    top: auto;
    bottom: -10%;
    left: auto;
    right: 0%;
  }

  .feedstock_slider_nav.hide {
    width: 6rem;
    margin-top: 0;
    padding-right: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .polygreen_oil_img {
    width: 6rem;
  }

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

  .polygreen_oil_info_wrapper {
    grid-column-gap: 1rem;
    flex-direction: row;
  }

  .polygreen_oil_info_wrapper.reverse {
    grid-column-gap: 1rem;
    flex-direction: row-reverse;
  }

  .layout31_item-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .closing-loop_component {
    grid-template-columns: 1fr;
  }

  .closing-loop_component.my-flex-box {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
  }

  .layout24_content {
    width: 90vw;
  }

  .layout24_image-wrapper {
    padding-top: 0;
  }

  .layout24_image-wrapper.hide-3basket--hide {
    display: none;
  }

  .image_clip_text {
    margin-left: 0;
    font-size: 2rem;
    position: relative;
    left: 0;
  }

  .partition_line_mob {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .partition_line_mob.bottom-_padding {
    width: 90vw;
    max-width: none;
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .partition_line_mob.bottom-_padding._90-vw {
    width: 90vw;
    max-width: none;
    margin-top: 3.5rem;
    margin-bottom: 3rem;
  }

  .partition_line_mob.bottom-_padding._90-vw.purif {
    margin-top: 2.5rem;
    margin-bottom: 0;
  }

  .partition_line_mob.bottom-_padding._5vw-pad {
    margin-bottom: 0;
    margin-left: 5vw;
  }

  .partition_line_mob.bottom-_padding._80-vw {
    width: 90vw;
  }

  .partition_line_mob.bottom-_padding.publication {
    margin-left: -1rem;
  }

  .partition_line_mob.bottom-_padding.yrt {
    display: none;
  }

  .partition_line_mob.r-d {
    width: 90vw;
    margin-top: 3rem;
  }

  .partition_line_mob.r-d.top {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .partition_line_mob.hide-line {
    display: none;
  }

  .section_petrochemical-banner {
    height: auto;
  }

  .section_petrochemical-banner.ecnomy-banner {
    padding-bottom: 58px;
  }

  .section_contiflow {
    background-color: #f7f7f7;
    margin-top: 1rem;
    margin-bottom: 3.5rem;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .contiflow_grid_desktop {
    display: none;
  }

  .landfill_img {
    width: 85vw;
  }

  .outline-wrapper {
    padding: .35rem;
  }

  .polygreen_text_bold {
    padding-top: .5rem;
    font-size: 1rem;
  }

  .polygreen_text_bold.ch-mob {
    max-width: 20ch;
    padding-top: 1.5rem;
    font-size: 1rem;
  }

  .polygreen_text_bold._4 {
    max-width: 23ch;
    font-size: 1rem;
  }

  .polygreen_text_bold._2 {
    max-width: 22ch;
    padding-top: 1.5rem;
  }

  .polygreen_text_bold._1 {
    max-width: 22ch;
  }

  .section_reading_2.overflow-hidden.home {
    padding-top: 3rem;
  }

  .heading-11 {
    text-align: left;
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
  }

  .heading-11.hide-h {
    display: none;
  }

  .heading-11.bottom-0 {
    margin-bottom: 0;
  }

  .super_script_heading {
    color: var(--grey-3);
    letter-spacing: .03em;
    font-size: .6rem;
    font-weight: 300;
    top: -12px;
    left: .125rem;
  }

  .contiflow_text_wrapper {
    height: auto;
    margin-left: 2rem;
  }

  .contiflow_text_wrapper.contiflow {
    height: 5rem;
    padding-right: 2rem;
  }

  .contiflow_text_wrapper.contiflow.height2-p, .contiflow_text_wrapper.increased.dispose-height {
    height: auto;
  }

  .contiflow_text_wrapper.down-para {
    margin-top: 0;
  }

  .no-ellipse {
    width: 2.65rem;
    height: 2.65rem;
    border: 3px solid #d0dae9;
  }

  .sr_no_text {
    font-size: 1.25rem;
  }

  .contiflow_header {
    padding-top: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .contiflow_header.contifloe {
    padding-top: 0;
    font-size: 1.25rem;
  }

  .contiflow_header.contifloe.padding-top {
    padding-top: .3rem;
  }

  .contiflow_header.contifloe.padding-top.last {
    margin-bottom: 0;
    padding-top: 1.9rem;
  }

  .contiflow_header.contifloe._5 {
    padding-top: 1.5rem;
  }

  .paragraph {
    color: var(--black);
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .slider_mob_nav-arrow.padding-right {
    padding-right: 1.5rem;
  }

  .slider_mob_nav-arrow.right-contiflow {
    margin-top: 0;
  }

  .feedstock_header {
    text-align: left;
    font-size: .875rem;
  }

  .feed_stock_main-heading {
    max-width: 50ch;
    font-size: 1.875rem;
  }

  .feed_stock_main-heading.big-h2 {
    font-size: 1.9rem;
  }

  .grey-text {
    font-size: 1.8rem;
  }

  .heading_publication {
    font-size: 1.6rem;
  }

  .heading_publication.hide-heading {
    display: none;
  }

  .publiction-_sub-heading {
    max-width: 32ch;
    font-size: 1.1rem;
    font-weight: 400;
  }

  .read_more_link.relative-last-slide {
    position: relative;
  }

  .read_more_text_link {
    text-decoration: underline;
  }

  .read_more_text_link.relative-last-slide {
    position: relative;
  }

  .read_more_arrow {
    width: .6rem;
  }

  .read_more_arrow.absolute-icon {
    position: absolute;
    bottom: .4rem;
    left: 2.4rem;
  }

  .nav_green_arrow {
    width: 2rem;
    max-width: none;
  }

  .section_circular_economy {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .section_circular_economy.white-bg {
    z-index: 9;
    margin-top: 0;
  }

  .circular_economy_img {
    width: 85vw;
    margin-top: 0;
  }

  .plastic_circular_component {
    height: auto;
    margin-bottom: 4rem;
  }

  .plastic_circular_component.tab {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .plastic_economy_slider {
    display: block;
  }

  .plastic_economy_slider.contiflow {
    height: 31rem;
    margin-top: 3rem;
  }

  .plastic_economy_slide {
    width: 100vw;
    padding-left: 0;
    overflow: hidden;
  }

  .illustration {
    width: 100%;
    height: 0%;
    max-width: 100%;
    opacity: 1;
    margin-top: 0;
  }

  .illustration.last.circular {
    left: 4rem;
  }

  .illustration.truck {
    width: 10rem;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .illustration.bottle {
    width: 9rem;
    max-width: none;
  }

  .illustration._3 {
    margin-top: 2.5rem;
  }

  .illustration._3.third-slide-image {
    width: 90%;
    height: 16rem;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .illustration._5 {
    margin-top: -2.5rem;
  }

  .illustration._6 {
    width: 90%;
    height: 16rem;
    max-width: 100%;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .illustration._1 {
    width: 100%;
    height: 16rem;
    max-width: none;
    margin-top: 2.5rem;
  }

  .illustration.hide-ilustration {
    display: none;
  }

  .illustration.hide-ilustration.block-ilustration {
    width: 90%;
    height: 12rem;
    max-width: 21.2rem;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .illustration._5image {
    width: 90%;
    height: 16rem;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .illustration.hide-ilu {
    display: none;
  }

  .illustration.slide-same-height-image {
    height: 18rem;
  }

  .illustration.four-slide-image {
    width: 90%;
    height: 16rem;
    margin-left: auto;
    margin-right: auto;
  }

  .illustration._6image {
    width: 90%;
    height: 17rem;
    margin-left: auto;
    margin-right: auto;
  }

  .illustration_wrapper {
    width: 100vw;
    height: auto;
    margin-top: 2rem;
    padding-left: 2rem;
  }

  .illustration_wrapper.contiflow {
    width: 100%;
    height: auto;
    align-items: flex-start;
    margin-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    overflow: hidden;
  }

  .illustration_wrapper.truck {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-top: .5rem;
    padding-bottom: 0;
    padding-left: 0;
  }

  .illustration_wrapper.padding-o {
    margin-top: 1rem;
    padding-left: 0;
  }

  .circular_eco_text_wrap {
    margin-bottom: .75rem;
    margin-left: 2rem;
  }

  .circular_eco_text_wrap.large {
    height: 4rem;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 2rem;
  }

  .circular_eco_text_wrap._4 {
    height: 3.3rem;
    display: none;
  }

  .circular_eco_text_wrap.hide-number {
    display: none;
  }

  .direction_line_absolute.full {
    width: 100vw;
    max-width: none;
    display: none;
    bottom: 38%;
  }

  .direction_line_absolute.full.mount {
    bottom: 40%;
  }

  .direction_line_absolute.start {
    width: 50vw;
    max-width: none;
    top: 63%;
    left: 16rem;
  }

  .direction_line_absolute.start._50-vw {
    width: 55vw;
    display: none;
    top: 62%;
    left: 12rem;
  }

  .direction_line_absolute.start.hide-line {
    display: none;
  }

  .direction_line_absolute.last {
    top: 61%;
    left: 0;
  }

  .mobile_heading_warpper.mobile-only {
    align-items: center;
    margin-left: -1.25rem;
  }

  .small_img {
    width: 7.5rem;
  }

  .polygree_heading_2 {
    text-align: left;
    font-size: 1.75rem;
    font-style: normal;
  }

  .superscript-2 {
    font-size: .6rem;
    top: -10px;
  }

  .contiflow_mob_header_wrapper {
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: 1.25rem;
  }

  .section_r-d-banner {
    height: 50rem;
  }

  .section_r-d-banner.overflow-hidden {
    height: auto;
    padding-top: 2rem;
  }

  .section_r-d.overflow-hidden {
    height: auto;
    background-color: var(--grey-new);
    background-image: none;
    margin-top: 0;
    margin-bottom: 2rem;
    padding-bottom: 0;
  }

  .r-d-grid {
    width: 100%;
    grid-template-columns: 1fr;
    align-content: space-between;
    margin-bottom: 1rem;
    padding: 1rem .1rem;
  }

  .r-d-text-_wrapper {
    width: 100%;
    padding-right: 0;
  }

  .r-d-sub-heading {
    font-size: 1.25rem;
  }

  .r-d-sub-heading.hide-d {
    margin-bottom: .5rem;
    display: block;
  }

  .r-d-banner-grid {
    height: auto;
    grid-template-columns: 1fr;
  }

  .banner_img_wrapper {
    height: auto;
    flex-direction: column;
    margin-bottom: 3rem;
    display: flex;
  }

  .r-d_header {
    font-size: 1.7rem;
    font-weight: 700;
  }

  .r-d_header._1 {
    max-width: 18ch;
    font-size: 1.73333rem;
  }

  .r-d-image_grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 10.25rem auto;
    overflow: hidden;
  }

  .img_spacer_medium {
    padding-top: 7.875rem;
    padding-bottom: 0;
    padding-left: 10.15rem;
  }

  .img_spacer_small {
    padding-top: 6.3125rem;
    padding-bottom: 0;
    padding-left: 10.15rem;
  }

  .r-d-desktop-component {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .r-d-slider {
    margin-right: .25rem;
    overflow: hidden;
  }

  .r-d-banner_container {
    height: auto;
  }

  .header_text_wrapper {
    padding-bottom: 1rem;
  }

  .r-d-banner-text-wrapper {
    padding-right: 1.5rem;
    bottom: .5rem;
    left: .5rem;
    right: 0;
  }

  .r-d-banner-text-wrapper.hide-lable {
    display: none;
  }

  .r-d-header.mobile-only {
    max-width: 14ch;
    font-size: 2.25rem;
    font-style: normal;
    line-height: 1.19444;
  }

  .r-d_banner_content_wrapper {
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .r-d-sub-heading.header.mob {
    margin: 0 1.25rem 0 1rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
    padding-right: 9px;
    font-size: 1rem;
    line-height: 1.6;
    display: block;
  }

  .r-d-sub-heading.header.mob.hide-p {
    margin-top: 2rem;
    margin-left: 1.4rem;
    padding-bottom: 0;
    font-size: 1rem;
    line-height: 1.5625;
    display: block;
  }

  .r-d-banner_img {
    display: none;
  }

  .r-d-banner-img-component {
    height: auto;
    margin-left: 1.25rem;
    position: static;
  }

  .r-d-banner-img-component.my-relative {
    position: relative;
  }

  .r-d-banner_img_mob {
    display: block;
  }

  .r-d-banner_img_mob.rnd-mobile-image {
    width: 100%;
  }

  .quote_img_tablet {
    width: 21.5625rem;
    max-width: none;
    margin-left: -1rem;
  }

  .green-arrow {
    width: 3rem;
    height: 3rem;
  }

  .video_paly-_icon {
    width: 35vw;
    top: 31%;
    left: 30.6%;
  }

  .grey-text-graph {
    font-size: .5rem;
    bottom: 2%;
    right: 2%;
  }

  .blue_large_text {
    text-align: right;
    font-size: .7rem;
    top: 41%;
    right: 3%;
  }

  .blue-thin-right {
    font-size: .6rem;
  }

  .blue-medium-text {
    max-width: 16ch;
    text-align: right;
    font-size: .7rem;
    bottom: 14%;
    right: 67%;
  }

  .pyrol_absol_text {
    font-size: 1rem;
  }

  .img_spacer_large {
    padding-top: 14.25rem;
    padding-left: 10.15rem;
  }

  .prize_wrapper {
    width: 20.3rem;
    height: 10.95rem;
    background-size: 19rem;
    padding-top: 2rem;
  }

  .przie-name {
    margin-bottom: 0;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .startup-subhee {
    margin-bottom: .4rem;
    font-size: .875rem;
  }

  .text-block-3 {
    font-size: .8125rem;
  }

  .showcase_logo_wrapper {
    width: 15rem;
    height: 15rem;
    text-decoration: none;
    box-shadow: 1px 1px 58px rgba(0, 0, 0, .08);
  }

  .dotted_outline {
    width: 15rem;
    max-width: none;
    position: absolute;
  }

  .selectee-name {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
  }

  .logo-1 {
    width: 13.6rem;
  }

  .logo_2 {
    width: 12.9rem;
    max-width: none;
    margin-bottom: 1.8rem;
  }

  .text-block-4.logo {
    font-size: 1.6rem;
    font-style: normal;
  }

  .logo-4 {
    width: auto;
  }

  .logo-5 {
    width: auto;
    height: 7.4rem;
  }

  .slider_process_manin-heading.pe-cycl {
    font-size: 1.8rem;
    top: -.5%;
    left: 70%;
  }

  .slider_process_manin-heading.mlp {
    font-size: 1.8rem;
    top: 6%;
    left: 15%;
  }

  .slider_process_manin-heading.tetra {
    font-size: 1.8rem;
    top: 6%;
    left: 12%;
  }

  .slider_process_manin-heading.pet {
    font-size: 1.8rem;
    top: 4.5%;
    left: 18%;
  }

  .proc_slider_tm {
    bottom: 1rem;
  }

  .poc-sli_de_text.contamin {
    top: 54%;
    left: 18%;
  }

  .poc-sli_de_text.recovered {
    top: 96%;
    left: 18%;
  }

  .poc-sli_de_text.purified-filtra {
    top: 74%;
    left: 65%;
  }

  .poc-sli_de_text.solvent-dis {
    text-align: right;
    top: 53%;
    left: 68%;
  }

  .poc-sli_de_text.recovered-pte {
    top: 73%;
    left: 5%;
  }

  .poc-sli_de_text.recovered-hdpe {
    top: 96%;
    left: 65%;
  }

  .poc-sli_de_text.decont-hdpe {
    top: 42%;
    left: 5%;
  }

  .poc-sli_de_text._1 {
    top: 42%;
    left: 64%;
  }

  .poc-sli_de_text.mixed-poly {
    text-align: right;
    top: 67%;
    left: 28%;
  }

  .poc-sli_de_text.recovered-pet {
    top: 97%;
  }

  .poc-sli_de_text.ployethylen {
    top: 67%;
    left: 30%;
  }

  .poc-sli_de_text.aluminium {
    top: 96%;
    left: 74%;
  }

  .navbar11_logo-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar11_container {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: .25rem 5%;
  }

  .navbar11_dropdown-link {
    padding-left: 0;
  }

  .navbar11_menu.is-page-height-tablet {
    background-color: rgba(3, 0, 0, .97);
    border-radius: 1rem;
    margin-top: -3rem;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2rem 4% 2rem 5%;
  }

  .ric_text_diaclaimer h5 {
    font-size: 1.125rem;
  }

  .part_line_mob_cont {
    display: block;
  }

  .part_line_mob_cont.quote {
    width: 21.5625rem;
    max-width: none;
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .left-arrow-3, .right-arrow-3 {
    display: block;
  }

  .slide {
    background-color: rgba(0, 0, 0, 0);
  }

  .r-d-slider_webflow {
    height: 45rem;
    background-color: rgba(0, 0, 0, 0);
    display: none;
  }

  .dotted_line_team {
    width: 90vw;
  }

  .slide-nav-2 {
    display: none;
  }

  .superscript-3 {
    top: -.25rem;
  }

  .superscript-4 {
    top: -.05rem;
  }

  .image-5 {
    opacity: 0;
  }

  .publication_mask-2, .reading_image-2, .publication_slide-2, .publication_item-2 {
    width: 80vw;
  }

  .publication_slider_compo-2 {
    padding-bottom: 4rem;
  }

  .read_shadow_text-2 {
    font-size: 1rem;
  }

  .publication_slide-3 {
    width: 80vw;
    margin-right: 1rem;
    padding-right: 0;
  }

  .superscript-6 {
    font-size: .7rem;
    top: -.4rem;
  }

  .nav_left_arrow {
    opacity: 1;
  }

  .navbar11_icon-wrapper-2 {
    top: .25rem;
  }

  .navbar11_text-wrapper-2.first-link {
    margin-left: -.2rem;
  }

  .poly_nav_bar_1 {
    min-height: 3rem;
    align-items: flex-end;
  }

  .navbar11_dropdown-link-2 {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar11_dropdown-link-2.top-negative-margin {
    grid-column-gap: 1rem;
    margin-left: 0;
  }

  .navbar11_dropdown-link-2.botton-negative-margin {
    padding-bottom: 1rem;
  }

  .polycycl_dek_logo {
    width: 8.875rem;
    max-width: none;
    opacity: 1;
  }

  .text-weight-semibold-3 {
    width: 100%;
    text-align: left;
  }

  .poly_navbar_link {
    padding-top: 1.75rem;
  }

  .poly_navbar_link.in-grid {
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .plastic_circular_slide-mob {
    height: 26rem;
    background-color: rgba(0, 0, 0, 0);
  }

  .circular_economy-sllide {
    height: 26rem;
    overflow: hidden;
  }

  .right-arrow-4 {
    padding-right: 2rem;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0%;
  }

  .left-arrow-4 {
    padding-left: 2rem;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: auto;
  }

  .slide-nav-3 {
    display: none;
  }

  .mask {
    margin-right: .5rem;
    padding-right: 0;
  }

  .logo_svg {
    width: 6.34563rem;
  }

  .icon_svg_grey, .icon_svg_green {
    width: .9375rem;
  }

  .nav_sub_menu_tab-mob {
    overflow: hidden;
  }

  .cross_icon {
    width: 1.0625rem;
  }

  .compon {
    width: 23.75rem;
    display: block;
    position: relative;
  }

  .header-_back_cover {
    width: 100%;
  }

  .dial_animation {
    display: block;
  }

  .logo-balck {
    width: 8.875rem;
    top: .31rem;
  }

  .form-input-3 {
    font-size: 1rem;
  }

  .form-input-3.margin-up {
    margin-top: 0;
  }

  .contact1_form-2 {
    grid-column-gap: .5rem;
    grid-template: "Area-7 Area-7"
                   "Area Area"
                   "Area-2 Area-2"
                   "Area-6 Area-6"
                   "Area-3 Area-3"
                   "Area-4 Area-4"
                   "Area-5 Area-5"
                   "Area-8 Area-8"
                   "Area-9 Area-9"
                   "Area-10 Area-10"
                   / 1fr;
  }

  .section-4 {
    background-color: var(--black);
    padding: 2rem 0;
  }

  .div-block-5 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tech_slider-_v3 {
    height: 65rem;
    background-color: rgba(0, 0, 0, 0);
  }

  .test_tech_slider {
    height: 60rem;
  }

  .mask-2 {
    height: 62rem;
  }

  .left-arrow-5, .right-arrow-5, .section_slider-test_tech {
    display: none;
  }

  .tech_slider_nav_right, .tech_slider_nav_left {
    width: 6rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-5, .plastic_2_plastic_slide {
    display: none;
  }

  .circular_economy_card {
    height: auto;
    padding-top: 2.9rem;
    position: static;
  }

  .circular_economy_card.hide-truck {
    display: none;
  }

  .circular_economy_card.hide-oil {
    display: none;
    position: relative;
  }

  .r-d_slk_slide {
    margin-bottom: 0;
    overflow: hidden;
  }

  .solventslides {
    margin-top: 1rem;
  }

  .slick-prev {
    bottom: -1.8rem;
    right: 6rem;
  }

  .slick-next {
    padding-top: .5rem;
    bottom: -2rem;
  }

  ._1-st-slider {
    padding-bottom: 8rem;
  }

  .slid_wrap {
    position: relative;
  }

  .solvent_medium_text {
    text-align: left;
  }

  .contiflo_slid {
    margin-bottom: 0;
    padding-bottom: 0;
    display: none;
  }

  .conti-slide-wrap {
    width: 100vw;
    height: auto;
    position: relative;
  }

  .publication_tab_mob {
    padding-bottom: 20px;
  }

  .blk-_super {
    font-size: .7rem;
    top: -1.1rem;
  }

  .blk-_super.white {
    top: -1rem;
  }

  .superscript-7, .superscript-8 {
    font-size: .6rem;
  }

  .bold_text_superscript {
    font-size: .8rem;
    top: -.3rem;
  }

  .stats_symbol {
    font-size: .8rem;
  }

  .stats_symbol.plus-sup {
    margin-top: -3px;
    font-size: 1rem;
  }

  .superscript-9 {
    font-size: .7rem;
    top: -.6rem;
  }

  .r-d-partiton-line {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
  }

  .r-d-partiton-line.mob-only {
    margin-bottom: 1.5rem;
    display: block;
  }

  .list_item_text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .rd_text_superscript {
    font-size: 0;
  }

  .r-d-sub-head-supercipt {
    font-size: .6rem;
    top: -.5rem;
  }

  .dial-_subscript {
    font-size: .4rem;
    top: -.4rem;
  }

  .navbar11_dropdown-link-3 {
    margin-left: 0;
    padding-left: 0;
  }

  .navbar11_dropdown-link-3.top-negative-margin {
    grid-column-gap: 1rem;
    margin-left: 0;
    padding-right: 0;
  }

  .navbar11_dropdown-link-3.botton-negative-margin {
    padding-bottom: 1rem;
  }

  .navbar11_dropdown-link-3.botton-negative-margin.v2 {
    padding-bottom: .25rem;
  }

  .navbar11_menu-2.is-page-height-tablet {
    background-color: rgba(3, 0, 0, .97);
    border-radius: 1rem;
    margin-top: -3rem;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2rem 8%;
  }

  .poly_navbar_link-2 {
    padding-top: 1.75rem;
  }

  .poly_navbar_link-2.in-grid {
    padding-top: .8rem;
    padding-bottom: .5rem;
    font-size: 1.5rem;
  }

  .paragraph-2 {
    color: #030000;
    margin-bottom: 1.5rem;
    font-size: 16px;
  }

  .paragraph-2.text-color-green {
    display: none;
  }

  .paragraph-2.top-make {
    padding-right: 44px;
  }

  .paragraph-2.top-make.make-exra-space {
    margin-bottom: 5rem;
  }

  .sr_no_text-2 {
    font-size: 1.25rem;
  }

  .slider-section {
    margin-bottom: 4rem;
  }

  .slider-2.retge {
    display: none;
  }

  .slider-2.retge.skider-2display-mobile {
    padding: 3rem 1.25rem 7rem;
    display: none;
  }

  .image-box {
    margin-top: 1.5625rem;
  }

  .left-arrow-6 {
    right: auto;
  }

  .left-arrow-6.right-arrow {
    bottom: 2rem;
    right: 1.5rem;
  }

  .left-arrow-6.left-aroow {
    height: auto;
    bottom: 2rem;
  }

  .slide-nav-4 {
    width: 100%;
    background-color: var(--green);
    bottom: -64px;
  }

  .technology-rd {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

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

  .rd-left {
    width: 100%;
    margin-bottom: 2em;
  }

  .rd-right {
    width: 100%;
    margin-top: .7rem;
  }

  .slider-counting {
    width: 100%;
    justify-content: center;
    bottom: 38px;
    left: 0;
    right: 0;
  }

  .slider-counting.mobile-number {
    width: 100%;
    justify-content: center;
    bottom: 2rem;
    left: 0;
    right: 0;
  }

  .sup {
    font-size: .8rem;
  }

  .sup.sm {
    font-size: .7rem;
    top: -11px;
  }

  .loc-image {
    display: none;
  }

  .get-in-touch {
    margin-top: 0;
  }

  .get-text-box {
    width: 100%;
  }

  .process, .poly-black-bg {
    display: none;
  }

  .poly-black-row {
    flex-direction: column;
    padding-right: 10px;
  }

  .poly-left-block {
    width: 100%;
  }

  .poly-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11, .text-block-11.cgf, .text-block-11.hjvjh {
    padding-right: 0;
  }

  .mobile-slider {
    margin-bottom: 30px;
    padding-top: 42px;
    padding-bottom: 42px;
    display: block;
  }

  .mobile-container {
    padding-left: 15px;
    padding-right: 1.5px;
  }

  .mobile-container.mobile-container-extra {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .slider-frist-content {
    padding-top: 0;
  }

  .heading-19 {
    padding-left: 22px;
  }

  .slider-3 {
    display: none;
  }

  .div-block-8 {
    margin-top: 29px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-8.jgvu {
    padding-bottom: 0;
  }

  .left-arrow-7 {
    width: 50px;
    height: 50px;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    top: auto;
    bottom: -65px;
  }

  .left-arrow-7.sfs {
    width: auto;
    bottom: -65px;
  }

  .right-arrow-6 {
    display: block;
  }

  .slioder-text-box {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: .5rem;
    padding-top: .8rem;
    padding-left: 1.57063rem;
  }

  .slioder-text-box.hide-image {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .slioder-text-box.hide-image._03-text-padding {
    padding-top: .8rem;
    padding-left: 2.4rem;
  }

  .slioder-text-box.hide-image._04-right-text {
    margin-left: -.6rem;
    padding-left: 0;
  }

  .slioder-text-box.second-left-text-box {
    margin-left: 0;
    padding-left: 0;
  }

  .slioder-text-box._01-text {
    padding-left: 2.3rem;
  }

  .text-block-12 {
    line-height: 1.5rem;
  }

  .heading-20.top-mobile-spacing {
    margin-top: .5rem;
  }

  .heading-20.top-mobile-spacing.gssdf {
    margin-bottom: .4rem;
    line-height: 22px;
  }

  .heading-20.top-mobile-spacing.gssdf.vvh {
    margin-bottom: .6rem;
  }

  .images-row {
    margin-left: 6px;
    display: none;
  }

  .left-image-box.rfyhdr {
    width: 40%;
    position: static;
  }

  .right-image-box {
    width: 56%;
  }

  .text-block-13 {
    width: 39%;
    font-size: 1rem;
    position: absolute;
    top: 563.828px;
    right: 170.906px;
  }

  .text-block-13.hgfh {
    width: 100%;
    position: static;
  }

  .text-block-13.fhdf {
    width: 100%;
    white-space: normal;
    margin-top: 2px;
    margin-left: 0;
    position: relative;
    top: auto;
    right: 0;
  }

  .text-block-14 {
    font-size: .8rem;
  }

  .slide-nav-5 {
    display: block;
    bottom: -54px;
  }

  .image-14 {
    width: 173px;
    height: 114px;
  }

  .image-15 {
    width: 87px;
  }

  .image-16 {
    width: 100%;
    height: 29.2rem;
    object-fit: contain;
    object-position: 35% 50%;
    display: block;
    position: static;
    bottom: 0;
  }

  .image-16.gsg {
    object-fit: cover;
  }

  .image-16.gsg.eqr {
    height: 24.4rem;
    object-fit: contain;
    object-position: 34% 50%;
  }

  .image-16.srfs {
    height: 100%;
    object-fit: contain;
    object-position: 28% 50%;
  }

  .image-16.height-image {
    height: 100%;
  }

  .image-16.small-image {
    height: 20.8125rem;
    object-fit: scale-down;
    object-position: 19% 50%;
  }

  .absolue-mobile-box {
    width: 100%;
    height: 100%;
    margin-top: -169px;
    display: block;
    position: static;
  }

  .absolue-mobile-box.afa {
    margin-top: -9.9375rem;
  }

  .absolue-mobile-box.afa._03-image {
    height: 100%;
    margin-top: -9.8rem;
    display: block;
  }

  .absolue-mobile-box.jchtjx {
    height: 24.375rem;
    margin-top: -10.5625rem;
    display: block;
  }

  .absolue-mobile-box.jchtjx._02-image {
    height: 100%;
    margin-top: -9.8rem;
  }

  .absolue-mobile-box._04-slide {
    margin-top: -9.7rem;
    display: block;
  }

  .text-block-15 {
    width: 88px;
    color: #fff;
    text-align: right;
    font-size: .8rem;
    position: absolute;
    top: 549.891px;
    right: 174px;
  }

  .text-block-16 {
    width: 100px;
    color: #fff;
    text-align: right;
    font-size: .8rem;
    position: absolute;
    bottom: 142.5px;
    right: 56.609px;
  }

  .text-block-17 {
    color: #fff;
    font-size: .8rem;
    position: absolute;
    right: 173.625px;
  }

  .text-block-18 {
    color: #fff;
    font-size: .8rem;
    position: absolute;
    top: 691.891px;
    right: 54px;
  }

  .icon-4 {
    color: #000;
    background-color: #fff;
    border-radius: 100%;
    font-size: 1.7rem;
  }

  .image-17, .image-18 {
    display: block;
  }

  .text-block-19 {
    width: 88px;
    color: #fff;
    text-align: right;
    font-family: Sf pro display, sans-serif;
    font-size: .9rem;
    position: relative;
    top: -3.9rem;
    right: -1.9375rem;
  }

  .mask-3 {
    height: auto;
  }

  .poly-oil-black-mobile {
    margin-bottom: 44px;
    display: block;
  }

  .poly-mobile-content {
    margin-top: -.5rem;
  }

  .heading-21 {
    color: #191919;
    margin-bottom: 1rem;
    font-size: 28px;
    line-height: 35px;
  }

  .superscript-13 {
    color: #848484;
    font-size: .7rem;
    font-weight: 400;
    top: -1.1rem;
    right: 5px;
  }

  .text-block-20 {
    margin-top: -.6rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 22px;
  }

  .div-block-9 {
    margin-top: 17px;
    margin-bottom: 44px;
  }

  .mobile-black-row {
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .mobile-black-row.margin-top-last {
    margin-top: 2em;
  }

  .mobile-left-box {
    width: 25%;
  }

  .image-19 {
    width: 7ch;
    height: auto;
  }

  .text-block-21 {
    font-size: 15px;
    line-height: 20px;
  }

  .text-block-22 {
    width: 73%;
  }

  .text-block-22.white-slide-text {
    color: #fff;
    font-size: .9rem;
  }

  .image-20 {
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .heading-22 {
    color: #191919;
    font-size: 28px;
    line-height: 27px;
  }

  .heading-23 {
    background-color: #f7f7f7;
    margin-top: 0;
    margin-bottom: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 2rem;
    font-size: 1.7rem;
    display: block;
  }

  .active-row {
    align-items: flex-end;
    margin-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

  .text-block-23 {
    color: #b9b9b9;
    margin-left: 2rem;
    font-size: 16px;
    font-weight: 600;
  }

  .text-block-23.bold {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 29px;
  }

  .heading-24 {
    color: #4770a0;
    margin-bottom: 5px;
    font-size: 1.9rem;
  }

  .superscript-14 {
    color: #8b8b8b;
    font-size: .7rem;
    font-weight: 400;
    top: -10px;
    left: 3px;
  }

  .text-block-24 {
    font-size: 14px;
    line-height: 21px;
  }

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

  .image-24.hide-24 {
    display: none;
  }

  .image-24.make-image {
    height: 14rem;
    object-fit: contain;
    margin-top: -2rem;
  }

  .image-24.use-image {
    width: 90%;
    height: 15rem;
    object-fit: fill;
    margin-top: .5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-24.dispose-image {
    width: 90%;
    height: 16rem;
    object-fit: contain;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-24.take-image {
    height: 15rem;
    object-fit: contain;
    margin-top: 1rem;
  }

  .image-25 {
    width: 90%;
    max-width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slider-4 {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .icon-5 {
    display: none;
  }

  .image-26 {
    width: 2.8rem;
    height: 2.8rem;
    position: static;
  }

  .left-arrow-8 {
    width: 50px;
    height: 62px;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    bottom: -65px;
    left: .9rem;
  }

  .icon-6 {
    display: none;
  }

  .right-arrow-7 {
    width: 50px;
    height: 62px;
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    bottom: -65px;
    right: .9rem;
  }

  .slide-nav-6 {
    background-color: rgba(0, 0, 0, 0);
    bottom: -61px;
  }

  .cotiflow-slider {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 20px;
  }

  .icon-7, .icon-8 {
    display: none;
  }

  .left-arrow-9 {
    width: 50px;
    height: 70px;
    top: auto;
    bottom: -65px;
    left: .9rem;
  }

  .right-arrow-8 {
    width: 50px;
    height: 70px;
    top: auto;
    bottom: -65px;
    right: .9rem;
  }

  .slide-nav-7 {
    bottom: -56px;
  }

  .image-27, .image-28 {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
  }

  .image-29 {
    width: 100%;
  }

  .image-30 {
    width: 2.8rem;
    height: 2.8rem;
  }

  .slider-5 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    display: block;
  }

  .slide-nav-8 {
    background-color: rgba(0, 0, 0, 0);
    bottom: -58px;
  }

  .footer-span {
    color: #989898;
    margin-top: 1.8rem;
    display: block;
  }

  .text-span-9 {
    text-decoration: none;
  }

  .text-span-10, .text-span-11, .text-span-12 {
    border-bottom: 1px #000;
  }

  .text-span-13 {
    border-bottom: 1px #000;
    text-decoration: none;
  }

  .text-span-14 {
    text-decoration: none;
  }

  .text-span-15, .text-span-16 {
    text-decoration: line-through;
  }

  .text-span-17 {
    text-decoration: none;
  }

  .text-block-29 {
    color: #989898;
    margin-top: 2rem;
    font-size: .8rem;
    display: block;
  }

  .link {
    color: #989898;
  }

  .slider-6 {
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url('../images/FW_Plastik_08----3-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    padding: 2rem 1.75rem 3.5rem;
    display: block;
  }

  .text-block-30 {
    color: #989898;
    margin-bottom: 1rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
  }

  .heading-25 {
    color: #fff;
    margin-bottom: .9375rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.7rem;
    line-height: 2.4rem;
  }

  .heading-25.top-padding-slide-2, .heading-25.slide-3-h2 {
    margin-top: 1rem;
  }

  .text-block-31 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }

  .text-block-31.slide-two-specing {
    margin-bottom: 1.8rem;
  }

  .text-block-31.slide-two-specing.less-mb {
    margin-bottom: 1rem;
  }

  .text-block-31.slide-3dis {
    margin-bottom: 1rem;
    font-size: 1.15rem;
  }

  .left-arrow-10 {
    width: 1em;
    height: 1.5em;
    top: auto;
    bottom: .5rem;
    left: 1.5rem;
  }

  .right-arrow-9 {
    width: 1em;
    height: 1.5em;
    top: auto;
    bottom: .5rem;
    right: 1.5rem;
  }

  .slide-nav-9 {
    background-color: rgba(0, 0, 0, 0);
    bottom: .5rem;
  }

  .image-31 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .image-31.hide-mob-h {
    display: none;
  }

  .image-32 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .image-32.hide-mob-h2 {
    display: none;
  }

  .image-33 {
    width: 100%;
    height: 15rem;
  }

  .image-slider-mobile {
    margin-top: 1.2rem;
    position: relative;
  }

  .text-block-32 {
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: Sf pro display, sans-serif;
    font-size: .8125rem;
    position: absolute;
    bottom: 2.7rem;
  }

  .text-block-32._3slide-discription {
    bottom: 2.3rem;
  }

  .superscript-17 {
    color: #989898;
    padding-right: .3rem;
    font-size: .8rem;
    font-weight: 400;
    top: -10px;
    left: .2rem;
  }

  .slide-last-content {
    align-items: flex-end;
    margin-top: 2rem;
    display: flex;
    position: relative;
  }

  .heading-26 {
    color: #fff;
    font-family: Sf pro display, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    position: absolute;
    top: 1.6rem;
  }

  .image-34 {
    width: 6.5rem;
    height: 6.5em;
    margin-top: 2.3rem;
    margin-left: auto;
  }

  .image-35 {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .heading-27 {
    color: #000;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 2rem;
    display: block;
  }

  .text-span-20 {
    color: #000;
  }

  .paragraph-4 {
    display: none;
  }

  .text-span-24 {
    color: #aaa;
  }

  .last-slide-image {
    width: 100%;
    height: 15.6rem;
    object-fit: fill;
  }

  .slide-2 {
    width: 72vw;
  }

  .slider-7 {
    width: 100%;
    height: 20rem;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    display: block;
  }

  .slider-7.slider-last-brand {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 0;
    padding-right: 0;
  }

  .gallery21_arrow {
    border-style: none;
    position: absolute;
    bottom: -22%;
  }

  .gallery21_arrow.is-left {
    position: static;
  }

  .mask-4 {
    overflow: visible;
  }

  .slide-nav-10 {
    background-color: rgba(0, 0, 0, 0);
    bottom: -2rem;
  }

  .left-arrow-11 {
    width: 4rem;
    height: 5rem;
    top: auto;
    bottom: -2.9rem;
    left: .5rem;
  }

  .right-arrow-10 {
    width: 4rem;
    height: 5rem;
    top: auto;
    bottom: -2.9rem;
    right: .5rem;
  }

  .slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
    width: 100%;
  }

  .slider-icon {
    width: 100%;
    height: 14.6rem;
    max-width: 18.1rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-4 {
    color: #000;
    text-decoration: none;
  }

  .link-6 {
    color: #aaa;
    text-decoration: none;
  }

  .hide-list {
    display: none;
  }

  .image-36 {
    width: 4rem;
  }

  .link-block {
    margin-top: 1rem;
    padding-left: 1.4rem;
    display: block;
  }

  .grey-span, .text-span-25 {
    color: var(--grey-bbb);
  }

  .link-7 {
    color: #989898;
    text-align: center;
    margin-bottom: .3rem;
    margin-left: -.2rem;
    font-family: Sf pro display, sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    text-decoration: none;
  }

  .overlay {
    display: block;
  }

  .team-box-content {
    padding-top: 2rem;
  }

  .team-thumnail {
    height: 200px;
    max-width: 200px;
    min-width: 200px;
  }

  .collection-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-hover {
    display: none;
  }

  .popup {
    height: 100%;
    align-items: center;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .pop-up-inner {
    height: auto;
    flex-wrap: nowrap;
    padding: 0;
    overflow: visible;
  }

  .name {
    margin-bottom: .3rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .popup-content-left {
    height: auto;
    overflow: visible;
  }

  .image-wrap.desk-hide {
    width: 100%;
  }

  .paragraph-5 {
    line-height: 1.3;
  }

  .paragraph-5.hide-cell {
    display: none;
  }

  .paragraph-5.hide-desk {
    display: block;
  }

  .close {
    z-index: 9;
    width: 1.5rem;
    height: 1.5rem;
    top: 1rem;
    right: 1rem;
  }

  .text-block-33 {
    font-size: 1.1rem;
  }

  .bio {
    font-size: 1rem;
  }

  .image-40 {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .border-box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .image-42 {
    width: 100px;
  }

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

  .team-popup._2, .team-popup._4, .team-popup._1 {
    display: none;
  }

  .pop-left {
    height: 230px;
    margin-top: 1rem;
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .pop-right {
    width: 100%;
    text-align: center;
  }

  .inner-box {
    height: 550px;
    padding-top: 2rem;
    padding-bottom: 2.7rem;
  }

  .image-43 {
    width: 140px;
    height: 140px;
  }

  .text-bio {
    height: auto;
    margin-top: 0;
    margin-bottom: .3rem;
  }

  .image-44 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .close-icon-box {
    margin-top: -1rem;
    margin-right: -.5rem;
  }

  .section-contiflow-cracker {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .paragraph-home {
    padding-right: 1.8rem;
    font-size: 1.1rem;
    font-weight: 700;
  }

  .cracker-process {
    border-top: 1px #fff;
    border-bottom: 1px solid #fff;
    border-left-style: none;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .left-image-cracker-icon {
    width: 10%;
    margin-bottom: .5rem;
  }

  .acceptable-right {
    width: 100%;
  }

  .sub-heading {
    font-size: 1.2rem;
  }

  .read-more.hide-desk {
    width: 150px;
    margin-top: 1rem;
    font-size: 1.1rem;
  }

  .r-d-paragraph {
    padding-right: 0;
    font-size: 1.2rem;
  }

  .r-d-paragraph.for-mob {
    font-size: 1.3rem;
    display: block;
  }

  .r-d-paragraph.hide-mob {
    display: none;
  }

  .image-46 {
    width: 100%;
  }

  .image-46.hide-image {
    display: none;
  }

  .yellow-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    color: #f1bc52;
    margin-top: 0;
    font-size: 1.3rem;
    font-weight: 600;
    display: flex;
  }

  .text-span-27 {
    width: 26px;
    height: 26px;
    color: #fff;
    background-color: #f1bc52;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    line-height: 0;
    display: flex;
  }

  .sup-1 {
    font-size: .8rem;
    line-height: 1.9;
    left: -9px;
  }

  .div-block-13 {
    margin-bottom: 1rem;
    padding-left: 2rem;
  }

  .image-47.img-mob {
    width: 20rem;
    object-fit: contain;
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .paragraph-p {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 1rem;
  }

  .bold-text-4 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    display: block;
  }

  .sm-h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .sm-h3.paramob {
    padding-right: 0;
  }

  .image-48.ramkymob {
    width: 50%;
    padding-left: 2rem;
  }

  .image-49.pcmob {
    width: 80%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    display: none;
  }
}

#w-node-_470e84c2-a829-dc25-731a-402abe74035a-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_470e84c2-a829-dc25-731a-402abe74035d-53ba4263 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_470e84c2-a829-dc25-731a-402abe74035f-53ba4263 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_470e84c2-a829-dc25-731a-402abe740361-53ba4263 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_470e84c2-a829-dc25-731a-402abe740362-53ba4263 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_470e84c2-a829-dc25-731a-402abe740364-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_470e84c2-a829-dc25-731a-402abe740365-53ba4263 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_470e84c2-a829-dc25-731a-402abe740367-53ba4263 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_470e84c2-a829-dc25-731a-402abe740368-53ba4263 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_470e84c2-a829-dc25-731a-402abe74036a-53ba4263 {
  grid-area: Area-2;
}

#w-node-_470e84c2-a829-dc25-731a-402abe74036e-53ba4263 {
  grid-area: Area;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb28-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb2b-53ba4263 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb2d-53ba4263 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb33-53ba4263 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb34-53ba4263 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb36-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb37-53ba4263 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb3a-53ba4263 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb41-53ba4263 {
  grid-area: Area-2;
}

#w-node-_0220628c-f2d7-6775-283b-86574a4abb43-53ba4263 {
  grid-area: Area;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c7520b-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c7520e-53ba4263 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c75210-53ba4263 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c75212-53ba4263 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c75213-53ba4263 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c75215-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c75216-53ba4263 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c75218-53ba4263 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c7521b-53ba4263 {
  grid-area: Area-2;
}

#w-node-_4f86e3e6-fdb7-4b54-2944-b40e07c7521d-53ba4263 {
  grid-area: Area;
}

#w-node-_6d1bda61-b94c-ca11-cee5-b89f93030de3-53ba4263 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81b726d4-4dca-59c8-785b-d99426e864d0-53ba4263 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1c961c1f-f208-94d7-e956-0ada4f7fa8a8-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e3185d4-9e53-600a-d708-a89bf1cc2f31-53ba4263 {
  justify-self: start;
}

#w-node-e7c65a7b-8fce-f816-39db-cb653f493a5e-53ba4263, #w-node-e7c65a7b-8fce-f816-39db-cb653f493a5f-53ba4263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdb50f15-2924-f4d0-c343-fd6e2ea4a5d3-53ba4263, #w-node-fdb50f15-2924-f4d0-c343-fd6e2ea4a5da-53ba4263, #w-node-fdb50f15-2924-f4d0-c343-fd6e2ea4a5e4-53ba4263, #w-node-fdb50f15-2924-f4d0-c343-fd6e2ea4a5f3-53ba4263 {
  grid-column-start: span 1.5;
  grid-column-end: span 1.5;
  grid-row: span 1 / span 1;
}

#w-node-e14cb8bd-090f-142b-6806-39bf154bcff0-154bcfd4, #w-node-_32f2bca6-c8ec-8846-db02-228893b9dd1b-93b9dd0f, #w-node-_32f2bca6-c8ec-8846-db02-228893b9dd23-93b9dd0f, #w-node-a7b86f45-4da8-8d8b-0f84-7a964c28941c-93b9dd0f, #w-node-a7b86f45-4da8-8d8b-0f84-7a964c289424-93b9dd0f, #w-node-_4c8e04eb-7e6b-695d-40bd-60d67516001e-93b9dd0f, #w-node-_6cb2033a-e13b-ebf6-d28b-314384e762bb-93b9dd0f, #w-node-_45dedce7-9a00-09ec-853e-7aa4f08101d5-93b9dd0f, #w-node-_45dedce7-9a00-09ec-853e-7aa4f08101dd-93b9dd0f, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6d8f-feba426c, #w-node-_272672ba-f2be-b3b2-4e96-21d6d2235af9-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6dd5-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6e02-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6e1f-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6e3e-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6e5a-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6e71-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6e8e-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6ea5-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6ec2-feba426c, #w-node-ff65acc3-775e-9494-8ebf-a1f8b4cf6edf-feba426c, #w-node-ce1c9bed-6e03-34c2-3c91-54ef70d20eb4-3bba426d, #w-node-_7094c214-5ede-8ff5-af3d-56569ec63191-3bba426d, #w-node-adf4e1f1-c585-f1f7-d1e5-520adae4aa6a-3bba426d, #w-node-d5326002-5539-be7a-bfe8-ed66590a33b0-3bba426d, #w-node-_78ff47a7-74ab-f5fb-928c-99cbdc131e58-0cba4270 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cffec4d2-4726-f05e-c1e6-b4c6292788ff-0cba4270 {
  justify-self: end;
}

#w-node-cffec4d2-4726-f05e-c1e6-b4c629278900-0cba4270 {
  justify-self: center;
}

#w-node-c6b37c90-c81b-83e6-8f82-77fd81000aa0-81000a93, #w-node-c6b37c90-c81b-83e6-8f82-77fd81000aa8-81000a93, #w-node-c6b37c90-c81b-83e6-8f82-77fd81000abe-81000a93, #w-node-c6b37c90-c81b-83e6-8f82-77fd81000ac3-81000a93, #w-node-c6b37c90-c81b-83e6-8f82-77fd81000ac8-81000a93, #w-node-c6b37c90-c81b-83e6-8f82-77fd81000ad5-81000a93, #w-node-c6b37c90-c81b-83e6-8f82-77fd81000add-81000a93, #w-node-c6b37c90-c81b-83e6-8f82-77fd81000ae5-81000a93, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c49590-fcba4276, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c49598-fcba4276, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495ae-fcba4276, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495b3-fcba4276, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495b8-fcba4276, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495c5-fcba4276, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495cd-fcba4276, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495d5-fcba4276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bd6a2fb-ba57-5b7c-4f67-29d847eaa14a-fcba4276 {
  align-self: center;
}

#w-node-ddcaac4e-4d91-f211-32e7-91543c051f53-fcba4276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e64d8bf5-4865-88e4-b1ff-b594db12f2e5-fcba4276 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e64d8bf5-4865-88e4-b1ff-b594db12f2ec-fcba4276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b2c1732-c2c3-5fb9-4160-36bd335f04d7-fcba4276 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9b2c1732-c2c3-5fb9-4160-36bd335f04d8-fcba4276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-adcae381-86c2-c2ca-c459-d511fa9d6a53-fcba4276 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d3ed1a83-d0f5-d146-03ef-84f15595e96d-fcba4276 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_898a8872-fb33-eeb7-26ef-d2686021c8dc-fcba4276, #w-node-d3ed1a83-d0f5-d146-03ef-84f15595e96e-fcba4276 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_265157d9-d877-6f1a-5101-56376916c151-fcba4276 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_472ef027-04f8-ce8f-0500-41cb740e7072-fcba4276 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_472ef027-04f8-ce8f-0500-41cb740e7073-fcba4276, #w-node-_9a9804de-afb1-1550-8240-20d896374235-5bba4277, #w-node-_9a9804de-afb1-1550-8240-20d89637423d-5bba4277, #w-node-_9a9804de-afb1-1550-8240-20d896374253-5bba4277, #w-node-_9a9804de-afb1-1550-8240-20d896374258-5bba4277, #w-node-_9a9804de-afb1-1550-8240-20d89637425d-5bba4277, #w-node-_68f0b72f-6b0c-ee91-a785-6bb681ba774b-5bba4277, #w-node-_9a9804de-afb1-1550-8240-20d896374272-5bba4277, #w-node-_9a9804de-afb1-1550-8240-20d89637427a-5bba4277 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67d24521-15e0-5f04-65c9-741dd6628220-5bba4277, #w-node-_67d24521-15e0-5f04-65c9-741dd6628234-5bba4277, #w-node-_67d24521-15e0-5f04-65c9-741dd6628254-5bba4277, #w-node-_67d24521-15e0-5f04-65c9-741dd6628260-5bba4277, #w-node-_67d24521-15e0-5f04-65c9-741dd662826e-5bba4277 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_46ed96a7-af8a-e223-fda3-020f0cfded3a-5bba4277, #w-node-_765cf310-b964-1579-5fb3-e567f383e3ec-5bba4277, #w-node-c9890066-6a60-d99f-2d57-dad17c11ff08-5bba4277, #w-node-_011979fd-b7bf-2322-1fad-b08afa9b2a50-5bba4277, #w-node-_8bb26983-22ea-7c46-02b7-e992369a8601-51ba4279, #w-node-_8bb26983-22ea-7c46-02b7-e992369a8609-51ba4279, #w-node-_8bb26983-22ea-7c46-02b7-e992369a861f-51ba4279, #w-node-_8bb26983-22ea-7c46-02b7-e992369a8624-51ba4279, #w-node-_8bb26983-22ea-7c46-02b7-e992369a8629-51ba4279, #w-node-_8bb26983-22ea-7c46-02b7-e992369a8636-51ba4279, #w-node-_8bb26983-22ea-7c46-02b7-e992369a863e-51ba4279, #w-node-_8bb26983-22ea-7c46-02b7-e992369a8646-51ba4279, #w-node-e6f6edd5-b101-ed1e-12fc-ab82f8f785be-51ba4279, #w-node-_2bdb1f78-3adf-ce36-00b7-ff8b422f2c87-51ba4279, #w-node-a19c7d33-cae3-44a7-d79b-4c9f58fa39e9-51ba4279, #w-node-b86f0418-11b8-fe05-9c8f-ea89d41bbba4-51ba4279, #w-node-_519aabdf-9bab-ff2c-75cf-edff1d910d41-51ba4279, #w-node-_75da8967-873a-4d52-33df-57b741e62e0e-51ba4279, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161c89-1bba427b, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161c91-1bba427b, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161ca7-1bba427b, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cac-1bba427b, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cb1-1bba427b, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cbe-1bba427b, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cc6-1bba427b, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cce-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3fabca29-091d-809a-a2e4-3e99ec44380d-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_266049b6-3596-84e0-6c1c-ef52112d646d-1bba427b, #w-node-_51a28f88-3be0-f256-f1ce-d580de8c4542-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b25a54-84f5-92a0-d1d1-961664c06cbf-1bba427b {
  grid-area: Area;
}

#w-node-_600b61ea-875f-9378-61eb-b03bf145e24a-1bba427b, #w-node-d42de695-e884-39cf-9057-f81e4520f6ed-1bba427b, #w-node-a012f7ef-aeea-0e26-1f4e-d93720b5e8d2-1bba427b, #w-node-a012f7ef-aeea-0e26-1f4e-d93720b5e8d3-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a012f7ef-aeea-0e26-1f4e-d93720b5e8e3-1bba427b {
  grid-area: Area;
}

#w-node-a012f7ef-aeea-0e26-1f4e-d93720b5e8e5-1bba427b, #w-node-a012f7ef-aeea-0e26-1f4e-d93720b5e8e7-1bba427b, #w-node-_49989750-6a29-8dbe-f40c-90bcee176d6f-1bba427b, #w-node-_49989750-6a29-8dbe-f40c-90bcee176d70-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49989750-6a29-8dbe-f40c-90bcee176d81-1bba427b {
  grid-area: Area;
}

#w-node-_49989750-6a29-8dbe-f40c-90bcee176d83-1bba427b, #w-node-_49989750-6a29-8dbe-f40c-90bcee176d85-1bba427b, #w-node-a349ca13-b5c3-a87d-c803-a9984e0f3bc0-1bba427b, #w-node-a349ca13-b5c3-a87d-c803-a9984e0f3bc1-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a349ca13-b5c3-a87d-c803-a9984e0f3bcd-1bba427b {
  grid-area: Area;
}

#w-node-a349ca13-b5c3-a87d-c803-a9984e0f3bd0-1bba427b, #w-node-a349ca13-b5c3-a87d-c803-a9984e0f3bce-1bba427b, #w-node-_494df2d9-b0fd-320a-8ea6-971992989d23-1bba427b, #w-node-_494df2d9-b0fd-320a-8ea6-971992989d24-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_494df2d9-b0fd-320a-8ea6-971992989d2d-1bba427b {
  grid-area: Area;
}

#w-node-_494df2d9-b0fd-320a-8ea6-971992989d2e-1bba427b, #w-node-_494df2d9-b0fd-320a-8ea6-971992989d30-1bba427b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_8bd6a2fb-ba57-5b7c-4f67-29d847eaa14a-fcba4276 {
    align-self: center;
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_470e84c2-a829-dc25-731a-402abe74035d-53ba4263 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_470e84c2-a829-dc25-731a-402abe740365-53ba4263 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_470e84c2-a829-dc25-731a-402abe74036e-53ba4263 {
    grid-area: Area;
  }

  #w-node-_8bd6a2fb-ba57-5b7c-4f67-29d847eaa14a-fcba4276, #w-node-_08ddb6e9-84b8-45d7-28a1-b4c429fca2a7-1bba427b {
    align-self: center;
    justify-self: start;
  }

  #w-node-a012f7ef-aeea-0e26-1f4e-d93720b5e8d2-1bba427b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_45dedce7-9a00-09ec-853e-7aa4f08101c9-93b9dd0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_45dedce7-9a00-09ec-853e-7aa4f08101ca-93b9dd0f {
    justify-self: start;
  }

  #w-node-_78ff47a7-74ab-f5fb-928c-99cbdc131e58-0cba4270 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-afbfbc89-c7f0-c083-358b-4d07810d3a7a-0cba4270 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-c6b37c90-c81b-83e6-8f82-77fd81000ad1-81000a93 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6b37c90-c81b-83e6-8f82-77fd81000ad2-81000a93 {
    justify-self: start;
  }

  #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495c1-fcba4276 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495c2-fcba4276 {
    justify-self: start;
  }

  #w-node-_2f457316-bcfd-fd95-c131-bc03aafd24b6-5bba4277 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f457316-bcfd-fd95-c131-bc03aafd24b7-5bba4277 {
    justify-self: start;
  }

  #w-node-_8bb26983-22ea-7c46-02b7-e992369a8632-51ba4279 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8bb26983-22ea-7c46-02b7-e992369a8633-51ba4279 {
    justify-self: start;
  }

  #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cba-1bba427b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cbb-1bba427b {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8bd6a2fb-ba57-5b7c-4f67-29d847eaa14a-fcba4276, #w-node-dae23077-03ba-c1bb-7a0a-6659f9fbd70a-fcba4276 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_406d12a7-6b6a-6ced-c040-32e14f95a45b-53ba4263 {
    justify-self: center;
  }

  #w-node-_8e3185d4-9e53-600a-d708-a89bf1cc2f31-53ba4263 {
    align-self: center;
    justify-self: center;
  }

  #w-node-fdb50f15-2924-f4d0-c343-fd6e2ea4a5cf-53ba4263 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_45dedce7-9a00-09ec-853e-7aa4f08101dd-93b9dd0f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78ff47a7-74ab-f5fb-928c-99cbdc131e58-0cba4270 {
    grid-row: 2 / 3;
  }

  #w-node-afbfbc89-c7f0-c083-358b-4d07810d3a7a-0cba4270 {
    grid-column-start: 1;
  }

  #w-node-c6b37c90-c81b-83e6-8f82-77fd81000ae5-81000a93, #w-node-_17cf3d13-c6ba-c4f7-f8d3-0d8a01c495d5-fcba4276 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e64d8bf5-4865-88e4-b1ff-b594db12f2e5-fcba4276, #w-node-adcae381-86c2-c2ca-c459-d511fa9d6a53-fcba4276, #w-node-_265157d9-d877-6f1a-5101-56376916c151-fcba4276 {
    grid-column: 1 / 2;
  }

  #w-node-_2f457316-bcfd-fd95-c131-bc03aafd24b6-5bba4277, #w-node-_9a9804de-afb1-1550-8240-20d89637427a-5bba4277 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_46ed96a7-af8a-e223-fda3-020f0cfded3a-5bba4277 {
    justify-self: center;
  }

  #w-node-_8bb26983-22ea-7c46-02b7-e992369a8646-51ba4279, #w-node-_9be8456f-df4e-00ba-3a90-ad65d8161cce-1bba427b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fabca29-091d-809a-a2e4-3e99ec44380d-1bba427b {
    order: 9999;
  }
}


@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-BlackItalic.woff') format('woff'), url('../fonts/SF-Pro-Display-HeavyItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-UltralightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Black.otf') format('opentype'), url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}