* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.spacer {
    width: 100%;
    height: 50vh;
}


.center-screen {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grid {
    display: grid;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.opacity-0 {
    opacity: 0;
}

.justify-items-center {
    justify-items: center;
}

.impact-section {
    height: 100vh;
    width: 100%;
    justify-content: center;
    padding: 6rem 0;

}

.impact-card__icon.car-svg svg:nth-child(2) {
    position: absolute;
    left: 7%;
    top: 35%;
    transform: scale(0.8) !important;
}

.impact-card__icon.factory-svg > *, .impact-card__icon.weights-svg > * {
    position: absolute;
    top: 0;
}

.impact-section .impact-card {
    display: grid !important;
    justify-items: center;
    gap: 6rem !important;
    align-items: center;
    background: transparent !important;
    position: relative;
    z-index: 2;
}

.impact-section .impact-card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.impact-section .impact-card__header span {
    color: #2a303a;
    font-family: Futura, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.impact-section .impact-card__header span:last-child {
    color: #eb0e3b;
    font-family: Poppins, sans-serif;
    font-style: italic;
    font-weight: 300;
}

.impact-section .impact-card__tooltip-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.impact-section .impact-card__header__header-line svg {
    fill: none;
    stroke: #2A303A;
    stroke-opacity: 0.3;
}

.impact-section .impact-card__columns {
    display: grid;
    grid-template-columns:1fr 0.25fr 1fr;
    align-items: center;
    position: relative;
    gap: 0.5rem;
    padding-top: 2rem;
    z-index: 1;
    /*transform: translate(33%, 0);*/

}


.impact-section .impact-card__metrics {
    position: relative;
}

.impact-section .impact-card__metric {
    display: grid;
    gap: .5rem;
    justify-items: end;
}

.impact-section .impact-card__metric--02 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.impact-section .impact-card__description, .impact-section .impact-card__excerpt, .impact-section .impact-card__number {
    text-align: right;
}

.impact-section .impact-card__excerpt {
    color: rgba(42, 48, 58, .75);
    font-family: Poppins, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.impact-section .impact-card__number {
    color: #2a303a;
    font-family: Futura, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: .85;
}


.impact-section .impact-card__description {
    color: rgba(42, 48, 58, .75);
    font-family: Poppins, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.impact-section .impact-card__equals {
    color: #2a303a;
    font-family: Futura, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
}

.impact-section .impact-card__equivalences {
    position: relative;
    overflow: clip;
    padding: 1rem;
}

.impact-section .impact-card__equivalence {
    isolation: isolate;
    display: grid;
    padding: 4rem .25rem .1rem .25rem;
    align-content: space-between;
    border-radius: .75rem;
    background: #fff;
    width: 467px;
    height: 321px;
    box-shadow: 0 .25rem .25rem rgba(0, 0, 0, .25);
}

.impact-section .impact-card__equivalence svg {
    width: 100%;
    height: 100%;
}

.impact-section .impact-card__equivalence--02 {
    position: absolute;
    top: 0;
}

.impact-section .impact-card__equivalence--03 {
    position: absolute;
    top: 0;
}

.impact-section .impact-card__equivalence-number {
    color: #eb0e3b;
    font-family: Futura, sans-serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: .85;
    text-align: center;
}

.impact-section .impact-card__equivalence-description {
    color: rgba(42, 48, 58, .75);
    font-family: Poppins, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: center;
}

.bg-gray {
    background: #2a303a;
}

.main {
    position: relative;
}

.timeline-section {
    width: 100%;
    min-height: 70vh;
}

.timeline-section .timeline-hero {
    display: grid;
    background: #2a303a;
    align-content: center;
    height: 100vh;
    position: relative;
    margin-top: -2rem;
}

.timeline-section .timeline-hero__background {
    pointer-events: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100vh;
    top: 50%;
    opacity: .15;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.timeline-section .timeline-hero__copy {
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    gap: 8px;
}

.timeline-section .timeline-hero__title-divider {
    width: 416px;
    height: 1px;
    flex-shrink: 0;
    background: var(--colours-light-shades-cloud-white-30, rgba(255, 255, 255, .3));
}

.timeline-section .timeline-hero__title {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-items: center;
    color: var(--Website-Primary-Lime-Green, #d0e2b8);
    text-align: center;
    font-family: Futura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.timeline-section .timeline-hero__text span:nth-child(even) {
    color: var(--colours-interative-coral-red-75-white, #fac3ce);
    font-family: Poppins;
    font-size: 48px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.timeline-section .timeline-hero__text span:nth-child(odd) {
    color: var(--colours-light-shades-cloud-white-100, #fff);
    text-align: center;
    font-family: Futura;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.timeline-section .timeline-slider-group {
    position: relative;
    height: 100vh;
    background: rgba(243, 243, 243, 1) !important;
}

.timeline-section .timeline-slider {
    background: #2a303a;
    display: grid;
    padding-bottom: 5rem;
    padding-top: 8rem !important;
    position: relative;
    gap: 1rem;
    overflow-x: clip;
}

.timeline-section .timeline-slider__slide {
    display: grid;
    grid-gap: 1rem;
    align-items: center;
    grid-template-columns:8fr 4fr;
    padding: 0 2rem;
}

.timeline-section .timeline-slider__slide-background {
    position: absolute;
    left: 0;
    z-index: -1;
    bottom: -90px;
}

.timeline-section .timeline-slider__navigation {
    display: grid;
    justify-content: center;
    gap: 8px;
    position: relative;
    height: 72px;
}

.timeline-section .timeline-slider__navigation--top {
    -webkit-mask: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0) 100%);
}

.timeline-section .timeline-slider__navigation--bottom {
    -webkit-mask: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0) 100%);
}

.timeline-section .timeline-slider__navigation:after {
    display: none;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.timeline-section .timeline-slider__navigation-dot {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background: #fac3ce;
    position: relative;
    top: -20px;
}

.timeline-section .timeline-slider__image-background {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timeline-section .timeline-slider__image-background-svg {
    height: 100%;
}

.timeline-section .timeline-slider__image-grids {
    position: relative;
    overflow: clip;
}

.timeline-section .timeline-slider__image-grid {
    position: relative;
    display: grid;
    width: 100%;
    height: 55vh;
    gap: 1rem;
    grid-template-columns:repeat(12, 1fr);
    grid-template-rows:repeat(12, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.timeline-section .timeline-slider__image-grid:not(:first-of-type) {
    position: absolute;
    top: 100%;
    left: 0;
}

.timeline-section .timeline-slider__image-container {
    border-radius: 12px;
}

.timeline-section .timeline-slider__image-grid--01 .timeline-slider__image-container:nth-child(1), .timeline-section .timeline-slider__image-grid--04 .timeline-slider__image-container:nth-child(1), .timeline-section .timeline-slider__image-grid--07 .timeline-slider__image-container:nth-child(1) {
    z-index: 2;
    grid-area: 3/2/12/12;
}

.timeline-section .timeline-slider__image-grid--01 .timeline-slider__image-container:nth-child(2), .timeline-section .timeline-slider__image-grid--04 .timeline-slider__image-container:nth-child(2), .timeline-section .timeline-slider__image-grid--07 .timeline-slider__image-container:nth-child(2) {
    z-index: 3;
    grid-area: 7/1/13/3;
}

.timeline-section .timeline-slider__image-grid--01 .timeline-slider__image-container:nth-child(3), .timeline-section .timeline-slider__image-grid--04 .timeline-slider__image-container:nth-child(3), .timeline-section .timeline-slider__image-grid--07 .timeline-slider__image-container:nth-child(3) {
    z-index: 1;
    grid-area: 1/4/5/10;
}

.timeline-section .timeline-slider__image-grid--01 .timeline-slider__image-container:nth-child(4), .timeline-section .timeline-slider__image-grid--04 .timeline-slider__image-container:nth-child(4), .timeline-section .timeline-slider__image-grid--07 .timeline-slider__image-container:nth-child(4) {
    z-index: 3;
    grid-area: 10/8/13/13;
}

.timeline-section .timeline-slider__image-grid--02 .timeline-slider__image-container:nth-child(1), .timeline-section .timeline-slider__image-grid--05 .timeline-slider__image-container:nth-child(1), .timeline-section .timeline-slider__image-grid--08 .timeline-slider__image-container:nth-child(1) {
    z-index: 1;
    grid-area: 3/1/12/11;
}

.timeline-section .timeline-slider__image-grid--02 .timeline-slider__image-container:nth-child(2), .timeline-section .timeline-slider__image-grid--05 .timeline-slider__image-container:nth-child(2), .timeline-section .timeline-slider__image-grid--08 .timeline-slider__image-container:nth-child(2) {
    z-index: 1;
    grid-area: 9/3/13/7;
}

.timeline-section .timeline-slider__image-grid--02 .timeline-slider__image-container:nth-child(3), .timeline-section .timeline-slider__image-grid--05 .timeline-slider__image-container:nth-child(3), .timeline-section .timeline-slider__image-grid--08 .timeline-slider__image-container:nth-child(3) {
    z-index: 2;
    grid-area: 1/9/11/13;
}

.timeline-section .timeline-slider__image-grid--03 .timeline-slider__image-container:nth-child(1), .timeline-section .timeline-slider__image-grid--06 .timeline-slider__image-container:nth-child(1), .timeline-section .timeline-slider__image-grid--09 .timeline-slider__image-container:nth-child(1) {
    z-index: 2;
    grid-area: 9/6/13/10;
}

.timeline-section .timeline-slider__image-grid--03 .timeline-slider__image-container:nth-child(2), .timeline-section .timeline-slider__image-grid--06 .timeline-slider__image-container:nth-child(2), .timeline-section .timeline-slider__image-grid--09 .timeline-slider__image-container:nth-child(2) {
    z-index: 3;
    grid-area: 2/4/11/12;
}

.timeline-section .timeline-slider__image-grid--03 .timeline-slider__image-container:nth-child(3), .timeline-section .timeline-slider__image-grid--06 .timeline-slider__image-container:nth-child(3), .timeline-section .timeline-slider__image-grid--09 .timeline-slider__image-container:nth-child(3) {
    z-index: 3;
    grid-area: 1/1/7/8;
}

.timeline-section .timeline-slider__image-grid--03 .timeline-slider__image-container:nth-child(4), .timeline-section .timeline-slider__image-grid--06 .timeline-slider__image-container:nth-child(4), .timeline-section .timeline-slider__image-grid--09 .timeline-slider__image-container:nth-child(4) {
    z-index: 3;
    grid-area: 3/10/9/13;
}

.timeline-section .timeline-slider__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #d0e2b8;
    overflow: hidden;
}

.timeline-section .timeline-slider__text {
    max-width: 26rem;
    margin: 0 auto;
}

.timeline-section .timeline-slider__date-wrapper {
    position: relative;
    overflow: clip;
}

.timeline-section .timeline-slider__date:not(:first-of-type) {
    position: absolute;
    top: 100%;
    width: 100%;
}

.timeline-section .timeline-slider__copy-wrapper {
    position: relative;
    overflow: clip;
}

.timeline-section .timeline-slider__copy-wrapper :not(:first-of-type) {
    position: absolute;
    top: 100%;
    left: 0;
}

.timeline-section .timeline-slider__copy {
    width: 100%;
    height: 150px;
}

.timeline-section .timeline-slider__date {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    color: var(--colours-light-shades-cloud-white-100, #fff);
    text-align: center;
    font-family: Futura;
    font-size: 120px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.timeline-section .timeline-slider__date span:nth-child(2) {
    color: #d0e2b8;
}

.timeline-section .timeline-slider__heading {
    color: var(--colours-light-shades-cloud-white-100, #fff);
    text-align: center;
    font-family: Futura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: .5rem;
}

.timeline-section .timeline-slider__description {
    text-align: center;
    color: blue;
}

.skip-timeline {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--colours-interative-coral-red-100, #eb0e3b);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: grid;
    grid-auto-flow: column;
    gap: 1rem;
    padding: 1rem;
    align-items: start;
    align-content: start;
    cursor: pointer;
}


.skip-timeline::hover {
    color: #ee3258;
}

.skip-timeline__arrow {
    align-self: center;
    display: grid;
}

.timeline-progress {
    background: #2a303a;
    overflow: hidden;
    padding: 4rem 0;
    min-height: 100vh;
    height: 100%;
}

.timeline-progress #points {
    cursor: pointer;
}

.timeline-progress__bar {
    height: 40px;
    width: 100%;
    padding-bottom: 10vw;
    padding-left: 3vw;
    padding-right: 3vw;
}

.timeline-progress__cards {
    display: grid;
    grid-auto-flow: column;
}

.timeline-progress__card {
    width: 100vw;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-auto-flow: column;
}

.timeline-progress__card-image {
    position: relative;
    width: 466px;
    min-height: 462px;
    max-height: 480px;
    height: 100%;
    overflow: hidden;
}

.timeline-progress__card-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

.timeline-progress__card-shape {
    position: absolute;
    top: 0;
    z-index: 10;
    right: -10%;
    height: 100%;
}

.timeline-progress__card-copy {
    background: #fff;
    display: grid;
    gap: 12px;
    align-content: start;
    padding: 50px;
}

.timeline-progress__card-copy p {
    padding-top: 20px;
}

.timeline-progress__card-copy__title {
    color: var(--colours-dark-shades-carbon-grey-100, #2a303a);
    font-family: Futura;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.timeline-progress__card-copy__text {
    padding-bottom: 28px;
    color: var(--colours-dark-shades-carbon-grey-75, rgba(42, 48, 58, .75));
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.timeline-progress__card-inner {
    display: grid;
    grid-auto-flow: column;
    border-radius: 12px;
    border: 4px solid #fff;
}

.timeline-progress__buttons {
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    gap: 20px;
}

.timeline-progress__buttons a {
    text-decoration: none;
}

.btn-standard-ts--01 {
    display: flex;
    padding: 10px 12px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    background: var(--Interactive-Coral-red, #eb0e3b);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .5), 1px 1px 4px 0 rgba(255, 255, 255, .1) inset;
    color: var(--light-shades-cloud-white-100, var(--colours-light-shades-cloud-white-100, #fff));
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.btn-standard-ts--01:hover {
    background: var(--Interactive-Coral-red, #fff);
    color: var(--light-shades-cloud-white-100, var(--colours-light-shades-cloud-white-100, #eb0e3b));
}

.btn-standard-ts--02 {
    display: flex;
    padding: 10px 12px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid var(--Interactive-Coral-red, #eb0e3b);
    background: rgba(255, 255, 255, .01);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .5), 1px 1px 4px 0 rgba(255, 255, 255, .1) inset;
    color: var(--dark-shades-carbon-grey-100, var(--colours-dark-shades-carbon-grey-100, #2a303a));
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: .3s all ease-in-out;
    cursor: pointer;
}

.btn-standard-ts--02:hover {
    background: var(--Interactive-Coral-red, #eb0e3b);
    color: var(--light-shades-cloud-white-100, var(--colours-light-shades-cloud-white-100, #fff));
}

/* TIMELINE ABOUT REPORT */
.timeline-section-report {
    /*.timeline-slider__slide-background {*/
    /*    display: none;*/
    /*}*/

    /*#2A303A*/
    /*#F28634*/
    /*#EB0E3B*/

    .timeline-slider__date {
        color: #2A303A;
    }

    .timeline-slider__date span:nth-child(2) {
        color: #F28634;
    }

    .timeline-slider__navigation-dot {
        background: #EB0E3B;
    }

    .timeline-slider__image {
        border: 1px solid #F28634;
    }

    .timeline-slider__heading {
        color: #2A303A;
    }

    .text-shadow {
        color: #2A303A;
    }

    .skip-timeline {
        bottom: -7vh !important;
    }

    .timeline-slider {
        background: unset;
    }

    .main-hero {
        background: unset;
    }

    .timeline-slider__image-background {
        display: none;
    }

    .timeline-slider-group {
        height: 75vh;
    }

    .skip-timeline {
        display: none;
        bottom: -14vh;
    }
}



.grid {
    display: grid;
}

.aii-graph-animation #points > * {
    opacity: 0;
    visibility: hidden;
}

.aii-graph-animation {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: relative;
    width: 100%;
    height: 100vh;
}

.aii-graph-animation__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.aii-graph-animation__background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(0deg, rgb(42 48 58), rgb(42 48 58 / 33%));
    opacity: 0.8;
}

.aii-graph-animation__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.aii-graph-animation__texts {
    position: absolute;
    width: 500px;
    height: 400px;
    top: 60%;
    left: 30%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: grid;
    gap: 1rem;
    color: #fff;
    font-size: 1.6rem;
    font-family: Futura, serif;
    font-weight: 500;
    letter-spacing: 0;
}

.aii-graph-animation__texts * {
    opacity: 0;
    visibility: hidden;
}

.aii-graph-animation__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aii-graph-animation__footnote{
    position: absolute;
    left: 2rem;
    bottom: 2.5rem;
	z-index: 9;
}

.aii-graph-animation__text a, .aii-graph-animation__footnote a{
	color: #E27814;
	opacity: 1;
    visibility: visible;
}

.aii-graph-animation__text a:hover, .aii-graph-animation__footnote a:hover{
	color: #f28634;
	opacity: 1;
    visibility: visible;
	transition: all 0.2s ease-in;
}

.aii-graph-animation__text:nth-child(7) {
    font-size: 40px;
    font-family: Futura, serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #f28634;
}

.aii-graph-animation__text:nth-child(9) {
    font-size: 50px;
    font-family: Futura, serif;
    font-weight: 500;
    letter-spacing: 0;
    color: #eb0e3b;
}

.aii-graph-animation__svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    z-index: 1;
    align-content: end;
}


@media (max-width: 991px) {
    .aii-graph-animation__svg {
        width: 300vw;
    }

    .aii-graph-animation__texts {
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1rem;
        width: 80%;
        height: 400px;
        top: 40%;

    }

    .aii-graph-animation__text:nth-child(7) {
        font-size: 20px;
    }

    .aii-graph-animation__text:nth-child(9) {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .aii-graph-animation__svg {
        width: 200vw;
    }
}

@media (max-width: 767px) {
    .aii-graph-animation__svg {
        width: 250vw;
    }
}

@media (max-width: 567px) {
    .aii-graph-animation__svg {
        width: 300vw;
    }
}