.concious-calc {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 40px
}

@media (min-width: 600px) {
    .concious-calc {
        padding-bottom: 200px
    }
}

.concious-calc p {
    font-size: 15px
}

.concious-calc-options {
    width: 104%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex
}

.concious-calc-slider-wrapper {
    padding: 0 20px;
    max-width: 400px;
    margin: 0 auto
}

.concious-calc-slider-wrapper .title {
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 20px
}

.concious-calc-info {
    text-align: left;
    padding: 0px 10px
}

@media (min-width: 600px) {
    .concious-calc-info {
        text-align: center;
    }
}

.concious-calc-info p {
    margin: 20px auto
}

.concious-calc-options li {
    width: 20%;
    margin: 0 0 40px 15px;
    position: relative
}

.concious-calc-options li span {
    display: block;
    transform: rotate(65deg);
    transform-origin: left;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.concious-calc-options li span.selected {
    font-weight: bold
}

.concious-calc-slider {
    width: 100%;
    -webkit-appearance: none;
    background: #949494;
    border-radius: 10px;
    padding: 1px;
    outline: none;
    cursor: pointer
}

.concious-calc-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    cursor: pointer;
    border-radius: 20px
}

.reduce-images {
    display: flex;
    justify-content: center;
    padding: 5px 0
}

.reduce-images img {
    align-self: center;
    width: 100%;
    max-width: 100px
}

@media (min-width: 600px) {
    .reduce-images img {
        max-width: 120px
    }
}

.concious-calc-wrapper {
    margin: 40px 20px 0 0;
    width: calc(100% - 10px);
    padding: 40px 0 40px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/Linen.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 560px
}

.concious-calc-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background: #fff
}

.concious-calc-wrapper .concious-calc-report {
    background: #fff;
    -webkit-box-shadow: 14px 18px 40px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 14px 18px 40px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 14px 18px 40px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    text-align: center;
    max-width: 350px;
    min-height: 510px
}

.concious-calc-wrapper .concious-calc-report .unit {
    margin: 20px 25px;
    display: block;
    align-items: center;
    font-size: 14px
}

.concious-calc-wrapper .concious-calc-report .unit b {
    font-weight: normal;
}

.concious-calc-wrapper .concious-calc-report .unit div.number {
    color: #222;
    font-size: 48px;
    margin: 0 0 10px
}

.concious-calc-wrapper .concious-calc-report .unit .units span {
    display: block
}

.concious-calc-wrapper h3 {
    font-size: 26px;
    line-height: 40px;
    margin: 24px 0 4px 0
}

.concious-calc-wrapper h4 {
    font-size: 14px
}

.concious-calc-wrapper p {
    margin: 0 0 20px 0;
    padding: 0 18%
}

.concious-calc-wrapper .reduce-examples {
    width: 64%;
    margin: 10px auto;
    font-size: 14px
}

.concious-calc-wrapper .reduce h4 {
    padding: 0
}

.concious-calc-wrapper .reduce span {
    font-size: 14px
}

.cc-background-overlay {
    visibility: hidden
}

.concious-calc-wrapper.show-bg .cc-background-overlay {
    visibility: visible
}

.cc-background-cover {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 1s
}

.concious-calc-wrapper.show-bg .cc-background-cover {
    opacity: 0
}

.composition-wrapper {
    display: flex;
    max-width: 300px;
    margin: 0 auto
}

@media (min-width: 600px) {
    .composition-wrapper {
        max-width: inherit
    }
}

.composition-wrapper h4 {
    font-size: 16px;
    max-width: 100px;
    text-align: center;
    margin: 0 auto
}

@media (min-width: 600px) {
    .composition-wrapper h4 {
        max-width: inherit
    }
}

.composition-wrapper>div {
    width: 50%
}

.composition-wrapper .units b {
    font-size: 16px;
    padding-top: 10px;
    display: block
}

@media (min-width: 600px) {
    .composition-wrapper .units b {
        padding-top: 0
    }
}

@media (min-width: 600px) {
    .concious-calc-slider-container {
        display: flex
    }
    .concious-calc-slider-wrapper {
        transform: translate(0px, 120px) rotateZ(270deg) rotateY(180deg);
        width: 100%;
        height: 30%;
        max-width: 300px
    }
    .concious-calc-slider-wrapper .title {
        transform: rotateY(180deg)
    }
    .concious-calc-options li span {
        transform: rotateZ(90deg) rotateX(180deg) translateY(-5px);
        font-size: 15px
    }
    .concious-calc-wrapper {
        margin: 0 auto;
        width: 60%
    }
    .concious-calc-wrapper:after {
        display: none
    }
    .concious-calc-info-con {
        width: 44%
    }
    .concious-calc-info-con .concious-calc-info p {
        margin: 3px 0 0
    }
    .concious-calc-wrapper .concious-calc-report {
        top: 200px;
        left: -5vw;
        bottom: -100px;
        padding: 0 20px;
        max-width: 420px
    }
    .first-calc .concious-calc-report {
        width: 400px
    }
    .concious-calc-wrapper {
        max-width: 600px
    }
    .composition-wrapper {
        display: flex
    }
    .composition-wrapper h4 {
        font-size: 16px
    }
    .concious-calc-wrapper .concious-calc-report .unit {
        display: block;
        margin: 20px 25px
    }
    .concious-calc-wrapper .concious-calc-report .unit div {
        width: 100%
    }
    .concious-calc-wrapper .concious-calc-report .unit div.number {
        line-height: 40px;
        font-size: 48px;
        margin: 0 0 10px;
        text-align: center
    }
    .concious-calc-wrapper .concious-calc-report .unit .units {
        text-align: center;
        font-size: 16px
    }
    .composition-wrapper>div {
        width: 50%
    }
    .concious-calc-info {
        text-align: left
    }
    .concious-calc-info p {
        max-width: 329px;
        padding: 0 30px 0 0
    }
}

.concious-calc-options li:before {
    position: absolute;
    content: "";
    margin-top: -18px;
    margin-left: -4px;
    font-size: 30px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    opacity: 0.9;
    background: #fff;
    pointer-events: none
}

@media (min-width: 600px) {
    .concious-calc-options li:before {
        margin-left: -8px;
        margin-top: -20px
    }
}

@media (min-width: 1024px) {
    .concious-calc-wrapper.cc-background .concious-calc-report {
        left: -130px
    }
    .concious-calc-slider-wrapper {
        transform: translate(-70px, 120px) rotateZ(270deg) rotateY(180deg)
    }
}

@media (min-width: 600px) {
    html[lang="zh"] .concious-calc-options li span,
    html[lang="ja"] .concious-calc-options li span,
    html[lang="ko"] .concious-calc-options li span {
        min-width: 100px
    }
}

html[lang="ar"] .concious-calc-slider-container {
    direction: ltr
}

html[lang="ar"] .sus-grid h3,
html[lang="ar"] .sus-grid p {
    text-align: right
}

html[lang="ar"] .sus-calc h1,
html[lang="ar"] .sus-calc h2,
html[lang="ar"] .sus-calc h3,
html[lang="ar"] .sus-calc h4 {
    font-weight: bold
}

.sus-hero {
    display: block;
    background: #fff;
    margin: 0px auto;
    padding-bottom: 45px;
    position: relative;
    text-align: center;
    max-width: 1274px
}

@media (min-width: 600px) {
    .sus-hero {
        padding-bottom: 100px
    }
}

.sus-copy {
    margin: -48px auto;
    display: inline-block;
    text-align: left;
    padding: 10px;
}

@media (max-width: 500px) {
    .sus-copy {
        text-align: center;
    }
}

.sus-copy h1 {
    font-size: 60px;
    line-height: 100%;
    padding-bottom: 20px;
    padding-top: 30px;
    font-family: "Nimbus Sans Extended D";
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 36px;
    text-align: left;
}

@media (min-width: 600px) {
    .sus-copy h1 {
        font-size: 60px;
        padding: 30px 30px 20px;
        text-align: center;
    }
}

.sus-copy p {
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    margin: 0px auto 20px;
    font-family: "Nimbus Roman D";
}

@media (min-width: 600px) {
    .sus-copy p {
        width: 70% !important;
        word-break: break-word;
        text-align: center;
        margin: 0px auto;
    }
}

.sus-grid {
    display: flex;
    justify-content: space-between;
    margin: 0px auto
}

.sus-grid h3 {
    text-align: left;
    padding: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px
}

.sus-grid .s5c {
    width: 32%
}

.pre-owned-calc {
    margin: 0 auto;
    padding-bottom: 20px
}

.pre-owned-calc .concious-calc-wrapper {
    min-height: 500px;
    background: url('../img/Boutique.png');
    background-size: cover
}

@media (min-width: 600px) {
    .pre-owned-calc .concious-calc-info p {
        padding: 5px 40px 5px 0;
        max-width: 400px;
    }
}

@media (min-width: 600px) {
    .pre-owned-calc h2 {
        font-size: 26px;
        line-height: 40px;
        padding: 10px 0
    }
}

.pre-owned-calc .composition-wrapper {
    padding: 40px 20px 0;
    display: flex
}

.pre-owned-calc .composition-wrapper h4 {
    font-size: 14px
}

@media (min-width: 600px) {
    .pre-owned-calc .composition-wrapper h4 {
        font-size: 16px
    }
}

.pre-owned-calc .composition-wrapper>div {
    width: 33%
}

.pre-owned-calc .concious-calc-report {
    min-height: 406px;
    margin: 0 10px
}

@media (min-width: 600px) {
    .pre-owned-calc .concious-calc-report {
        min-height: 436px;
        max-width: 632px
    }
}

@media (min-width: 800px) {
    .pre-owned-calc .concious-calc-report {
        min-height: 366px;
        padding: 0 30px
    }
}

.pre-owned-calc .concious-calc-report h3 {
    font-size: 24px;
    max-width: 300px;
    margin: 24px auto 0
}

@media (min-width: 600px) {
    .pre-owned-calc .concious-calc-report h3 {
        font-size: 26px;
        max-width: 700px
    }
}

.pre-owned-calc .concious-calc-report .unit {
    display: block;
    margin: 10px 0
}

.pre-owned-calc .concious-calc-report .unit div {
    width: 100%
}

.pre-owned-calc .concious-calc-report .unit .units {
    text-align: center
}

.pre-owned-calc .concious-calc-wrapper:after {
    right: initial;
    left: 0
}

@media (min-width: 400px) {
    .pre-owned-calc .concious-calc-wrapper:after {
        width: 30%
    }
}

@media (min-width: 600px) {
    .pre-owned-calc .pre-owned-buttons {
        margin-top: 14px
    }
}

.pre-owned-calc .pre-owned-buttons section {
    display: flex;
    max-width: 290px;
    margin: 0 auto;
    align-items: center;
    font-size: 24px;
    padding: 10px
}

@media (min-width: 600px) {
    .pre-owned-calc .pre-owned-buttons section {
        margin: 0;
        font-size: 15px;
        padding: 4px 10px
    }
}

.pre-owned-calc .pre-owned-buttons section button {
    background: #F6F6F6;
    border-radius: 20px;
    height: 32px;
    width: 32px;
    border: none;
    color: #949494;
    font-size: 34px;
    padding: 0;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none
}

@media (min-width: 600px) {
    .pre-owned-calc .pre-owned-buttons section button {
        font-size: 16px;
        height: 16px;
        width: 16px
    }
}

.pre-owned-calc .pre-owned-buttons section .amount {
    padding: 0 12px
}

.pre-owned-calc .pre-owned-buttons section span {
    padding-left: 36px
}

@media (min-width: 600px) {
    .pre-owned-calc .pre-owned-buttons section span {
        padding-left: 10px
    }
}

.pre-owned-calc .pre-owned-info {
    font-size: 15px;
    text-align: left;
    padding: 0 40px
}

@media (min-width: 600px) {
    .pre-owned-calc .pre-owned-info {
        text-align: center
    }
}

.pre-owned-calc .pre-owned-info div {
    display: inline;
    color: #35D86F;
    text-transform: uppercase;
    font-weight: bold
}

@media (min-width: 600px) {
    .pre-owned-calc .pre-owned-info div {
        display: block
    }
}

.pre-owned-calc .pre-owned-info span {
    display: block;
    margin-top: 10px
}

.pre-owned-calc .concious-calc-wrapper {
    margin: 20px 0 0 0;
    width: 100%
}

@media (min-width: 600px) {
    .pre-owned-calc .concious-calc-wrapper {
        margin: 0;
        max-height: 460px
    }
    .pre-owned-calc .concious-calc-wrapper .concious-calc-report {
        top: 200px;
        max-height: 436px
    }
}

@media (min-width: 832px) {
    .pre-owned-calc .concious-calc-wrapper {
        min-height: 644px
    }
    .pre-owned-calc .concious-calc-wrapper .concious-calc-report {
        top: 200px;
        max-height: 366px
    }
}

.pre-owned-calc .download-dt {
    display: none;
    text-align: left;
    margin: 26px 16px 0
}

.pre-owned-calc .download-dt h4 {
    display: flex
}

.pre-owned-calc .download-dt img {
    margin: 0 14px 0 0
}

@media (min-width: 600px) {
    .pre-owned-calc .download-dt {
        display: block
    }
    .pre-owned-calc .download-dt p {
        font-size: 14px
    }
}

.download {
    text-align: center;
    margin: 0 auto;
    max-width: 300px
}

.download p {
    font-size: 15px;
    margin: 10px 0
}

.download a {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    border: 1px solid #B6B6B6;
    width: 176px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 4px
}

.download-mb {
    margin-top: 20px
}

.download-mb a {
    margin: 0 auto
}

@media (min-width: 600px) {
    .download-mb {
        display: none
    }
}

.pre-owned-buttons section:nth-child(2),
.pre-owned-buttons section:nth-child(5) {
    display: none
}

@media (min-width: 600px) {
    .pre-owned-buttons section:nth-child(2),
    .pre-owned-buttons section:nth-child(5) {
        display: flex
    }
}

.pre-owned-buttons section:last-of-type span {
    font-size: 18px
}

@media (min-width: 600px) {
    .pre-owned-buttons section:last-of-type span {
        font-size: inherit
    }
}

.pre-owned-calc .concious-calc-wrapper .concious-calc-report .unit .number {
    font-size: 38px;
    margin: 0 0 20px;
    text-align: center
}

@media (min-width: 600px) {
    .pre-owned-calc .concious-calc-wrapper .concious-calc-report .unit .number {
        font-size: 72px;
        line-height: 72px
    }
}

.pre-owned-calc .concious-calc-wrapper .concious-calc-report .digits-3 .number {
    font-size: 30px
}

.pre-owned-calc .concious-calc-wrapper .concious-calc-report .digits-4 .number {
    font-size: 30px
}

@media (min-width: 700px) {
    .pre-owned-calc .concious-calc-wrapper .concious-calc-report .digits-3 .number {
        font-size: 50px
    }
    .pre-owned-calc .concious-calc-wrapper .concious-calc-report .digits-4 .number {
        font-size: 50px
    }
}

.pre-owned-calc .composition-wrapper .units b {
    font-size: 12px
}

@media (min-width: 600px) {
    .pre-owned-calc .composition-wrapper .units b {
        font-size: 16px
    }
}

.grid-title {
    font-size: 24px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto
}

@media (min-width: 600px) {
    .grid-title {
        font-size: 26px;
        max-width: inherit
    }
}

.sus-grid {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0px auto;
    padding: 20px 20px
}

@media (max-width: 600px) {
    .sus-grid {
        flex-direction: column
    }
}

.sus-grid p {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px
}

.sus-grid .colums {
    width: 32%
}

@media (max-width: 600px) {
    .sus-grid .colums {
        width: 100%;
        margin: 0px auto
    }
}

.social-wrapper {
    margin: 20px 0 0;
    text-align: center
}

.social-wrapper.show h3 {
    display: none
}

.social-wrapper.show .copied {
    display: flex;
    padding: 3px 0 2px;
    margin-top: 2px
}

.social-wrapper h3 {
    font-size: 14px
}

.social-wrapper .copied-wrapper {
    position: relative
}

.social-wrapper .copied {
    font-size: 14px;
    justify-content: center;
    display: none
}

.social-wrapper .copied img {
    padding-left: 10px
}

.social-wrapper .social-sharing {
    margin: 20px auto 20px;
    width: 130px;
    display: flex;
    justify-content: space-between
}

.social-wrapper .social-sharing div {
    cursor: pointer
}

.social-wrapper .social-sharing img {
    pointer-events: none
}

.sus-calc {
    margin: 0 auto;
    display: block
}

.sus-calc h1,
.sus-calc h2,
.sus-calc h3,
.sus-calc h4 {
    letter-spacing: 0;
}

h4.green {
    color: #222;
    text-transform: uppercase;
    font-size: 14px
}

h2 {
    font-size: 28px;
    line-height: 36px
}

@media (min-width: 600px) {
    h2 {
        font-size: 38px;
        line-height: 58px
    }
}

.pre-load {
    display: none
}

.pre-footer {
    text-align: center
}

.pre-footer img {
    max-width: 340px;
    width: calc(100% - 40px);
    margin: 20px
}

.pre-footer p {
    font-size: 14px;
    margin: 0 auto
}

.pre-footer p:first-of-type {
    color: #999;
    max-width: 820px;
    padding: 40px 20px 30px
}

.pre-footer p:last-of-type {
    max-width: 500px;
    padding: 0 20px
}

.sus-calc .pre-footer a {
    display: inline
}

.sus-calc {
    padding-bottom: 100px
}

.sus-calc a {
    display: block
}

.sus-calc img {
    pointer-events: none
}

a[href="#nolink"] {
    cursor: default
}

.process-chart li {
    display: inline-block;
    transition: transform .3s ease-out;
}

.process-chart li:hover {
    transform: translate(0, -5px);
}

.process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.process__item {
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px 35px;
    transition: 0.4s ease-in-out;
}

.process__item:hover {
    background: #262e3c;
    color: #003c71;
}

.process__item:hover .process__number {
    transform: translateY(5px);
    color: #fff;
}

.process__number {
    font-size: 50px;
    -webkit-text-stroke: 1px #fff;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
}

.process__title {
    display: block;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 22px;
    color: #fff;
    /* color: #003c71; */
    text-transform: uppercase;
    margin-top: 30px;
}

.process__subtitle {
    display: block;
    font-size: 18px;
    margin-top: 30px;
    color: #a0aec0;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .process {
        display: inline-block;
    }
    .process__item {
        width: 49%;
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .process__item {
        width: 100%;
    }
    .process__item:not(:last-of-type)::after {
        content: "";
        width: 1px;
        height: 75%;
        background: #8c8c8c;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0.2;
        transform: translateY(-50%);
    }
}
/*news */

.news {
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}

.press {
    width: 70%;
}

.news h2 {
    padding: 2rem;
}

.australia-awards {
    background-color: #003150;
}

.australia-awards img {
    height: 4rem;
}
/*mapbox */

.sidebar {
    position: absolute;
    width: 33.3333%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}

.pad2 {
    padding: 20px;
}

.map {
    position: absolute;
    left: 33.3333%;
    width: 66.6666%;
    top: 0;
    bottom: 0;
}

h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 400;
    padding: 20px 2px;
}

.heading {
    background: #fff;
    border-bottom: 1px solid #eee;
    min-height: 60px;
    line-height: 60px;
    padding: 0 10px;
    background-color: #00853e;
    color: #fff;
}

.listings {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
}

.listings .item {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-decoration: none;
}

.listings .item:last-child {
    border-bottom: none;
}

.listings .item .title {
    display: block;
    color: #00853e;
    font-weight: 700;
}

.listings .item .title small {
    font-weight: 400;
}

.listings .item.active .title,
.listings .item .title:hover {
    color: #8cc63f;
}

.listings .item.active {
    background-color: #f8f8f8;
}

 ::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    border-left: 0;
    background: rgba(0, 0, 0, 0.1);
}

 ::-webkit-scrollbar-track {
    background: none;
}

 ::-webkit-scrollbar-thumb {
    background: #00853e;
    border-radius: 0;
}

.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 56px;
    background-image: url(../marker.png);
    background-color: rgba(0, 0, 0, 0);
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Marker tweaks */

.mapboxgl-popup {
    padding-bottom: 50px;
}

.mapboxgl-popup-close-button {
    display: none;
}

.mapboxgl-popup-content {
    font: 400 15px/22px 'Source Sans Pro', 'Helvetica Neue', Sans-serif;
    padding: 0;
    width: 180px;
}

.mapboxgl-popup-content-wrapper {
    padding: 1%;
}

.mapboxgl-popup-content h3 {
    background: #91c949;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
}

.mapboxgl-popup-content h4 {
    margin: 0;
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
}

.mapboxgl-popup-content div {
    padding: 10px;
}

.mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
    margin-top: 15px;
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
    border-bottom-color: #91c949;
}
/**************************\
Basic Modal Styles
\**************************/

.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.modal__container {
    background-color: #e2e8f0;
    padding: 30px;
    max-width: 60vw;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    text-align: center;
}

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

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    margin: auto;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
    font-size: 1.4rem;
}

@media only screen and (max-width: 600px) {
    .modal__close {
        display: none;
    }
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    text-align: initial;
}

.modal__content h1 {
    font-size: 16px;
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
    min-width: 280px;
    height: 50px;
    font-size: 1.2rem;
}

.media-img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 1rem;
    justify-content: center;
}

@media (min-width: 40rem) {
    .cards_item {
        width: 50%;
    }
}

@media (min-width: 56rem) {
    .cards_item {
        width: 24.3333%;
    }
}

.card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
    height: 100%;
    background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_image {
    height: 10.9rem;
    min-height:10.9rem;
}

.press-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.card_image img {
    height: 100% !important;
}

.card_title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    width: 13rem;
    padding-bottom: 1rem;
    text-overflow: ellipsis;
}

.card_text {
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
margin-bottom: 1.25rem;    
    margin-bottom: 1.25rem;
margin-bottom: 1.25rem;    
    margin-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    font-weight: 400;
}

.btn {
    color: #ffffff;
    padding: 0.8rem;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.12);
}
/**************************\
Demo Animation Style
\**************************/

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes mmslideIn {
    from {
        transform: translateY(15%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10%);
    }
}

.micromodal-slide {
    display: none;
}

.micromodal-slide.is-open {
    display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
    will-change: transform;
}

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

.team-member,
.team-member .team-img {
    position: relative;
}

.team-member {
    overflow: hidden;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
}

.desk h4 {
    font-size: 1.2rem;
}

.team-member:hover .team-hover .s-link {
    bottom: 20%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

.fashion-link {
    text-decoration: underline;
    cursor: pointer;
    opacity: 0.8;
}

.fashion-link:hover {
    opacity: 1;
}
</style>
<script>
var diff = 0.57;
var preOwnedArray = [{
    name: "Coats",
    carbon: 53.1 * diff,
    water: 1.92 * diff,
    waste: 2.2 * diff,
    value: 0
}, {
    name: "Dresses",
    carbon: 27.1 * diff,
    water: 1.81 * diff,
    waste: 1.6 * diff,
    value: 0
}, {
    name: "Denim",
    carbon: 15.6 * diff,
    water: 5.45 * diff,
    waste: .9 * diff,
    value: 0
}, {
    name: "Tops",
    carbon: 11.7 * diff,
    water: 2.33 * diff,
    waste: .6 * diff,
    value: 0
}, {
    name: "Skirts",
    carbon: 10 * diff,
    water: 2.13 * diff,
    waste: .6 * diff,
    value: 0
}, {
    name: "Leather bags",
    carbon: 9.5 * diff,
    water: 8.21 * diff,
    waste: 0,
    value: 0
}];
</script>



<style>
/*fix listing ads while no portal release */

@media (max-width:767px) {
    .ipad .ad-leaderboard.ad-slot>div,
    .ipad .ad-leaderboard.ad-slot>div>iframe,
    .iphone .ad-leaderboard.ad-slot>div,
    .iphone .ad-leaderboard.ad-slot>div>iframe {
        width: 100vw!important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .ipad .ad-leaderboard.ad-slot>div,
    .ipad .ad-leaderboard.ad-slot>div>iframe,
    .iphone .ad-leaderboard.ad-slot>div,
    .iphone .ad-leaderboard.ad-slot>div>iframe {
        width: 65vw!important
    }
}

@media (min-width:1025px) {
    .ipad .module__adContainer .ad-slot>div,
    .ipad .module__adContainer .ad-slot>div>iframe {
        width: 70.2vw!important
    }
}

@media (max-width:1024px) {
    #ff-search.ff-is-visible {
        overflow-y: scroll !important;
    }
    .ff-search-header .container .search-labels-wrapper.active {
        margin-bottom: 1.2rem;
    }
}
/*fix pdp ads until next portal release */

.flexBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.donation-steps {
    list-style-type: none;
    /*use padding to move list item from left to right*/
    padding-left: 1em;
    text-align: initial;
}

.donation-steps li {
    padding: 0.3rem 0rem;
    font-size: 12px;
    line-height: 20px;
}

.donation-steps li:before {
    content: "–";
    position: absolute;
    /*change margin to move dash around*/
    margin-left: -1em;
}

@media only screen and (max-width: 600px) {
    .modal__container {
        height: 98vh;
        max-width: 98vw;
    }
}
.press-container {
height: 28rem;
width: 85vw;
max-width: 1400px;
position: relative;
overflow: hidden;
padding: 20px;
}

.press-container .slide-btn {
position: absolute;
top: calc(52% - 5px);
height: 30px;
width: 30px;
border-left: 8px solid pink;
border-top: 8px solid pink;
}

.press-container .slide-btn:hover {
transform: scale(1.2);
}

.press-container .slide-btn.inactive {
 display: none;
}

.press-container .slide-btn:first-of-type {
transform: rotate(-45deg);
left: 10px
}

.press-container .slide-btn:last-of-type {
transform: rotate(135deg);
right: 10px;
}

.press-container #slider {
display: flex;
width: 1000%;
height: 100%; 
transition: all .5s;
}

.press-container #slider .slide {
height: 90%;
margin: auto 10px;
display: grid;
place-items: center;
}

.press-container #slider .slide span {
color: white;
font-size: 150px;
}

@media only screen and (min-width: 1100px) {

.press-container #slider .slide {
    width: calc(2.5% - 20px);
}

}

@media only screen and (max-width: 1100px) {

.press-container #slider .slide {
    width: calc(3.3333333% - 20px);
}

}

@media only screen and (max-width: 900px) {

.press-container #slider .slide {
    width: calc(5% - 20px);
}

}

@media only screen and (max-width: 550px) {

.press-container #slider .slide {
    width: calc(10% - 20px);
}

}