@font-face {
    font-family: 'Helvetica Neue';
    src: url('/media/qxrpbmuc/helveticaneueltpro-roman.woff2') format('woff2'),
        url('/media/dtbjz4lw/helveticaneueltpro-roman.woff') format('woff') ;
    font-weight: 400;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/media/abgplvau/helveticaneueltpro-md.woff2') format('woff2'),
         url('/media/coebxlid/helveticaneueltpro-md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('/media/yekcdtcu/helveticaneueltpro-bd.woff2') format('woff2'),
    url('/media/lwohmbly/helveticaneueltpro-bd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display:swap;
}

html,body {
    font-size: clamp(16px, 1.25vw, 20px);
    font-family: 'Helvetica Neue';
    line-height: inherit;
}

img {
    max-width: 100%;
}

.hidden {
    display: none !important;
}

.ml-4 {
    margin-left: 4rem;
}

a.link-arrow {
    color: #00D26E;
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem;
}

a.link-arrow:after {
    content: url("/media/ouhigaqq/arrow-5.svg");
    margin-left: 1rem;
}

.btn {
    padding: 20px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-size: clamp(20px, 1.75vw, 28px);
    font-weight: 500;
    line-height: normal;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.green, .green * {
    color: #00D26E !important;
}

.grey {
    color: #fece3d !important;
}

.btn-green, .btn-green:hover {
    background: #00D26E;
    color: #064125;
}

.bg-green a.link-arrow {
    color: #fff;
}

.bg-green a.link-arrow:after {
    content: url("/media/o33nsbtt/arrow-white.svg");
}

.stack__two-columns .extra-gap .col-1  {
    grid-column: 2 / span 3;
}

.stack__two-columns .grid.align-items-top {
    align-items: flex-start;
}

div.no-h-padding {
    padding-left: 0;
    padding-right: 0;
}

.vh-50 {
    height: 50vh;
}

.tfc-label {
    font-family: 'Helvetica Neue';
}

.umb-block-list {
  position: relative;
}

h2 {
    font-size: calc(1rem + 0.9vw);
        line-height: 1.5;
}

h2.big {
    font-size: clamp(36px, 4vw, 64px);
    line-height: clamp(42px, 4.4vw, 70px);
}

h2.extra-big {
    font-size: clamp(56px, 10.5vw, 168px);
    line-height: clamp(60px, 10.75vw, 172px);
}

h2.small {
    font-size: clamp(16px, 1.375vw, 22px);
    text-transform: uppercase;
}

h2.quote {
    font-size: clamp(28px, 3vw, 48px);
    line-height: clamp(34px, 3.6vw, 57px);
}

.ingress {
    font-weight: 500;
    font-size: clamp(22px, 2.1vw, 33px);
    line-height: clamp(28px, 2.4vw, 38px);
}

.ingress-small {
    font-size: clamp(20px, 1.75vw, 28px);
    line-height: clamp(26px, 2.2vw, 35px);
}

.text {
    padding-left: 5%;
    padding-right: 5%;
}

.stack__two-columns .grid.overlap-top {
    margin-top: -22rem;
    padding-top: 28rem;
}

.bg-green {
    background-color: #00D26E;
}

.bg-light-grey {
    background-color: #F9FBF9;
}

.bg-dark-green {
    background-color: #064125;
}

.color-dark-green {
    color: #064125;
}

.color-green {
    color: #039651;
}

.color-light-green {
    color: #00D26E;
}

.color-white {
    color: #fff;
}

.pt-6 {
    padding-top: 6rem;
}

.pb-6 {
    padding-bottom: 6rem;
}

.w-narrow {
    width: 1080px;
    margin:auto;
    max-width: 100%;
}

.ingress-big {
    font-size: clamp(26px, 2.5vw, 36px);
    line-height: clamp(36px, 3.5vw, 48px);
    font-weight: 500;
}

.eye {
  height: 64vh;
  max-width: 100%;
  display:block;
  margin:auto;
}

.eye.is-animating {
  position: fixed;
  transform-origin: center center;
  z-index: 999;
}

.eye-placeholder {
  display: block;
  height: 64vh;
  margin-bottom: 3rem;
}

.green-circle {
    background-color: #00D26E;
    width: 540px;
    height: 540px;
    border-radius: 100%;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position:relative;
    z-index: 1000;
}

.bg-bird {
    background: url("/media/ksrbhp3f/bird.png?width=1920");
    background-size: cover;
    position: relative;
}

.text.hero {
    top: 0;
    z-index: 0;
}

.logo.inverted path {
    fill: #fff;
}

.grid {
    display: grid;
    column-gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
}

.stack__two-columns .grid {
    padding: 6rem 5%;
    align-items:center;
}

.stack__two-columns .col-1 {
    grid-column: 2 / span 5;
    width: auto;
}

.stack__two-columns .col-1-4 .col-1 {
    grid-column: 2 / span 4;
}

.stack__two-columns .col-2 {
    grid-column: 7 / span 5;
    width: auto;
}

.orbit-container {
    width: 100%;
    max-width: 532px;
    aspect-ratio: 1 / 1;
    margin: auto;
}

.orbit-container svg {
    width: 100%;
    height: 100%;
    display: block;
}

.orbit-wrapper {
    transform-origin: 266px 266px;
    animation: spin 6s linear infinite;
}

.small-circle-counter {
    transform-origin: 137px 428px;
    animation: spin-reverse 6s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

@keyframes spin-reverse {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}

.circle-anim-widget {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}

.circle-anim-widget svg {
    width: 100%;
    height: auto;
    display: block;
}

.circle-anim-widget .g-left {
    transform: translateX(426.5px);
    transition: transform 1s cubic-bezier(.22,.61,.36,1);
}

.circle-anim-widget .g-right {
    transform: translateX(-419.5px);
    transition: transform 1s cubic-bezier(.22,.61,.36,1);
}

.circle-anim-widget .crescent {
    opacity: 0;
    transition: opacity .35s ease .65s;
}

.circle-anim-widget svg.inview .g-left,
.circle-anim-widget svg.inview .g-right {
    transform: translateX(0);
}

.circle-anim-widget svg.inview .crescent {
    opacity: 1;
}

.bg-loop {
    background-image: url("/media/3nvk5yzz/bg-loop.jpg");
    background-size: cover;
    position:relative;
    background-position: center;
}

.bg-loop * {
    color: #fff;
    position:relative;
    z-index: 9;
}

.bg-cover-dark-green:after {
    content: "";
    background: rgba(6,65,37,0.5);
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-loop > div > .d-flex {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bg-loop > div > .d-flex > .ingress {
    flex: 0 0 auto;
}

.bg-loop > div > .d-flex > .d-flex {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.bg-loop > div > .d-flex > .bottom {
    flex: 0 0 auto;
}

.spin-wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-img {
    position: absolute;
    width: 60%;
    height: auto;
    z-index: 1;
}

.spin-svg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    animation: spin 22s linear infinite;
    pointer-events: none;
}

.spin-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.tfc-wrap {
    --tfc-green-bright: #18d472;
    --tfc-green-mid: #1aa35c;
    --tfc-green-dark: #0d3324;
    --tfc-green-pale: #c9dccf;
    --tfc-text-dark: #0d3324;
    --tfc-text-light: #f2f7f4;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.tfc-wrap *, .tfc-wrap *::before, .tfc-wrap *::after {
    box-sizing: border-box;
}

.tfc-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: flex-start;
}

.tfc-item {
    flex: 0 1 auto;
}

.tfc-box {
    --tfc-min-w: 110px;
    --tfc-min-w-open: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: var(--tfc-min-w);
    min-height: 60px;
    padding: 14px 22px;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    text-align: left;
    font: inherit;
    color: var(--tfc-text-dark);
    background: var(--tfc-green-bright);
    transition: width 0.35s ease, border-radius 0.35s ease, background-color 0.25s ease, box-shadow 0.2s ease;
    width: max-content;
    position: relative;
    outline-offset: 3px;
}

.tfc-box:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.tfc-box:focus-visible {
    outline: 2px solid var(--tfc-green-dark);
}

.tfc-box[data-variant="bright"]  { background: var(--tfc-green-bright); color: var(--tfc-text-dark); }
.tfc-box[data-variant="pale"]    { background: var(--tfc-green-pale);   color: var(--tfc-text-dark); }
.tfc-box[data-variant="dark"]    { background: var(--tfc-green-dark);   color: var(--tfc-green-bright); }

.tfc-box[data-variant="dark"] .tfc-icon { color: var(--tfc-green-bright); }

.tfc-box-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    white-space: nowrap;
}

.tfc-label {
    font-weight: 500;
    font-size: clamp(22px, 2vw, 32px);
    line-height: normal;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

.tfc-icon {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 0.875vw, 14px);
    line-height: 1;
    color: var(--tfc-text-dark);
}

.tfc-box[data-variant="pale"] .tfc-icon { color: var(--tfc-text-dark); }

.tfc-body {
    display: none;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.35s ease;
    margin-top: 0;
}

.tfc-body.tfc-body-visible {
    display: block;
}

.tfc-body-inner {
    font-size: clamp(14px, 0.92vw, 16px);
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    padding-top: 2px;
}

.tfc-box.tfc-open {
    min-width: var(--tfc-min-w-open);
    white-space: normal;
}

.tfc-box.tfc-open .tfc-box-head {
    white-space: normal;
}

.tfc-box.tfc-open .tfc-body {
    margin-top: 8px;
}

.tfc-loadmore-row {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.tfc-loadmore {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    border: 1.5px solid var(--tfc-green-mid);
    background: transparent;
    color: var(--tfc-green-mid);
    font-weight: 500 !important;
    font-size: clamp(12px, 0.85vw, 18px) !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1.25;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
    font: inherit;
}

.tfc-loadmore:hover {
    background: var(--tfc-green-mid);
    color: var(--tfc-text-light);
}

.tfc-loadmore:active {
    transform: scale(0.96);
}

.tfc-loadmore[hidden] {
    display: none;
}

.tfc-item.tfc-enter {
    animation: tfc-fade-in 0.4s ease both;
}

@keyframes tfc-fade-in {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
    .tfc-box, .tfc-body, .tfc-loadmore, .tfc-item.tfc-enter {
        transition: none;
        animation: none;
    }
}

@media (max-width: 480px) {
    .tfc-box { padding: 12px 18px; }
    .tfc-box[data-variant] { --tfc-min-w: 130px; --tfc-min-w-open: 100%; }
}

.spin-wrap-2 {
    width: 600px;
    max-width: 100%;
}

.list {
    max-width: 760px;
    margin: 0 auto;
}

.item {
    display: flex;
    gap: 24px;
    margin-bottom: 56px;
}

.item:last-child {
    margin-bottom: 0;
}

.number {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 1.25vw, 20px);
    color: #06140d;
    font-weight: 400;
}

.content h2 {
    margin: 0 0 12px 0;
    font-size: clamp(22px, 1.875vw, 30px);
    font-weight: 500;
    line-height: 1.2;
}

.content p {
    margin: 0;
    font-size: clamp(15px, 1vw, 16px);
    line-height: 1.5;
    color: #0a1f14;
    max-width: 620px;
}

.bg-plastics {
    background-image: url("/media/x31gva3v/rectangle-95.png");
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot-line-module {
    --dlm-green: #00D26E;
    --dlm-white: #ffffff;
    padding-top: 3rem;
    box-sizing: border-box;
    position: absolute; /* ← was sticky !important — JS controls this now */
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;          /* ← add */
    display: flex;          /* ← add */
    align-items: center;    /* ← add */
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    overflow-x: clip;       /* ← was hidden — clip doesn't break position:fixed */
    overflow-y: visible;    /* ← add */
}

.dot-line-module *,
.dot-line-module *::before,
.dot-line-module *::after {
    box-sizing: border-box;
}

.dot-line-module .dlm-stage {
    position: relative;
    width: 100%;
}

.dot-line-module .dlm-svg {
    width: 100%;
    display: block;
    overflow: visible;
}

.dot-line-module .dlm-arc {
    fill: none;
    stroke: #00D26E;
    stroke-width: 1;
    stroke-linecap: round;
    opacity: 1;
}

.dot-line-module .dlm-dot {
    fill: var(--dlm-green);
    stroke: var(--dlm-green);
    stroke-width: 1;
}

.dot-line-module .dlm-labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.dot-line-module .dlm-step {
    position: absolute;
    transform: translate(-50%, 0);
    text-align: center;
    pointer-events: auto;
    padding: 4px 6px;
    user-select: none;
    opacity: 0.3;
    transition: opacity 0.35s ease;
    width: clamp(160px, 22vw, 280px);
}

.dot-line-module .dlm-step.is-active {
    opacity: 1;
}

.dot-line-module .dlm-step-text {
    display: block;
    color: var(--dlm-white);
    font-size: clamp(13px, 1.5vw, 17px);
    line-height: 1.4;
    font-weight: 500;
}

.dot-line-module .dlm-step.is-active .dlm-step-text {
    color: #fff;
}

.dot-line-module .dlm-step:hover {
    opacity: 0.7;
}

.dot-line-module .dlm-step.is-active:hover {
    opacity: 1;
}

@media (max-width: 480px) {
    .dot-line-module .dlm-step {
        width: 30vw;
    }
}

/* Tall scroll track — one viewport height per step */
.dlm-scroll-track {
  position: relative;
  height: 300vh; /* 100vh × number of steps */
}

/* Override the few properties needed to make the module sticky */
.dot-line-module {
  position: sticky !important;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
}

.bg-circles {
    background-image: url("/media/rexbhdkf/circles.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-half-circles {
    background-image: url("/media/2pjiahkt/half-circles.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    width: 1680px;
    max-width: 100%;
    margin: auto;
}

.contacts > div {
    width: 33.33333%;
    text-align: center;
    position: relative;
}

.contacts > div img {
    width: 100%;
}

.contactInfo {
    background: #00D26E;
    padding: 2rem 1rem;
    width: 400px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.contactInfo p {
    margin-bottom: 0;
}

.contactPPWR {
    position: relative;
}

.contactPPWR > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.ccf-row {
    display: flex;
    gap: 4rem;
    width: 1920px;
    max-width: 100%;
    margin: auto;
    margin-top: 6rem;
}

.mc-field-group.form-group {}

#mc_embed_signup_scroll {
    display: flex;
    gap: 4rem;
    margin: auto;
    margin-top: 3rem;
}

.ccf-row > * {
    width: 33.33333%;
}

.circular-contact-form input[type="text"],
.circular-contact-form input[type="email"],
.mc-field-group input[type="email"] {
    background: transparent;
    color: #00D26E;
    border-style: none;
    border-left: solid 1px #00D26E;
    border-bottom: solid 1px #00D26E;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    border-radius: 0;
}

#mc_embed_signup .mc-field-group input[type="email"],
#mc_embed_signup input.mce_inline_error {
    border-left: solid 1px #064125 !important;
    border-bottom: solid 1px #064125 !important;
    width: 500px;
    max-width: 100%;
    box-shadow: none;
    color: #064125 !important;
    border-width: 1px !important;
    border-color: #064125 !important;
}

#mc_embed_signup div.mce_inline_error {
    background-color: transparent !important;
    color: #064125 !important;
}

.mc-field-group input[type="email"]:active,
.mc-field-group input[type="email"]:focus {
    border-left: solid 1px #00D26E;
    border-bottom: solid 1px #00D26E;
}

.circular-contact-form input[type="text"]:active,
.circular-contact-form input[type="email"]:active,
.circular-contact-form input[type="text"]:focus,
.circular-contact-form input[type="email"]:focus {
    background: transparent;
    color: #00D26E;
    border-style: none;
    border-left: solid 1px #00D26E;
    border-bottom: solid 1px #00D26E;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    outline: none;
}

.circular-contact-form input[type="text"]::placeholder,
.circular-contact-form input[type="email"]::placeholder {
    color: #00D26E;
}

.mc-field-group input[type="email"]::placeholder {
    color: #064125;
    font-weight: 500;
}

.ccf-submit-text {
    margin-right: 1rem;
}

.circular-contact-form button,
#mc-embedded-subscribe {
    background: transparent;
    color: #00D26E;
    -webkit-appearance: none;
    border-style: none;
    text-align: left;
}

#mc-embedded-subscribe {
    color: #064125;
    margin-top: 0 !important;
    font-weight: 500;
    background-image: url('/media/5gdgwlxn/arrow-6.svg');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 140px;
}

.ccf-message.ccf-error {
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    font-size: inherit;
}

.ccf-message {
    color: #00D26E;
    text-align: center;
    margin: auto;
    margin-top: 3rem;
    font-size: clamp(22px, 1.875vw, 30px);
}

@media (max-width: 1720px) {
    .ingress {
        font-size: clamp(22px, 2.1vw, 28px);
        line-height: clamp(28px, 2.4vw, 32px);
    }
    
    .circle {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .hero {
        padding-top: 8rem !important;
    }
    
    .vh-100 {
        height: auto !important;
    }
    
    .stack__two-columns .grid.overlap-top {
        margin-top: -11rem;
        padding-top: 15rem;
        padding-bottom: 1rem;
    }
    
    .list {
        padding-top: 1rem;
    }
    
    .grid {
        display:block;
    }
    
    .spin-wrap-2 {
        width: 80%;
    }
    
    .dot-line-module {
        overflow: inherit;
    }
    
    .contacts {
        width: 100%;
    }
     
    .contacts > div {
        width: 100%;
    }
    
    .contactInfo {
        width: 80%;
    }
    
    .contactPPWR > div {
        width: 75%;
    }
    
    #mc_embed_signup_scroll {
        gap: 0;
    }
    
    #mc_embed_signup .mc-field-group input[type="email"], #mc_embed_signup input.mce_inline_error {
        width: 300px;
    }
    
    .ml-4 {
        margin-left: 0rem;
    }

    .green-circle {
        width: 400px;
        height: 400px;
    }
    
     .eye {
        height: 40vh;
    }
    .eye-placeholder {
        height: 40vh;
    }
    
    .logo img {
        width: 130px;
    }
    
    .bg-loop > div > .d-flex > .d-flex {
        display: block !important;
    }
    
    .circle {
        max-width: 100%;
    }
}