.tk-chantal {
    font-family: "Special Elite", system-ui
}

.sec-main-banner {
    position: relative;
    overflow: hidden;
    background: transparent url(../images/home-hero.webp) center/cover no-repeat;
    height: 100vh
}

.sec-main-banner video {
    background: 0 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.sec-main-banner video.isplaying {
    opacity: 1
}

.sec-main-banner .main-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 1504px;
    margin: 0 auto;
    padding: 0 35px
}

.sec-main-banner .flex-wrap {
    display: flex;
    align-items: center;
    height: 100%;
   /* max-height: 45vw*/
}

.sec-main-banner .text-wrap {
    max-width: 600px
}

.sec-main-banner h1 {
    font-weight: 900;
    font-size: 80px;
    line-height: 88px;
    color: #fff;
    margin-bottom: 40px
}

.sec-main-banner h1 strong {
    color: #E64324;
    font-weight: 900
}

.sec-main-banner h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    font-family: "Special Elite", system-ui;
}

.sec-main-banner .button{
        color: #FDF8F0;
    background-color: #907E50;
    border: 3px solid #907E50;}

.sec-main-banner .button:hover{background-color: #E64324;
    border: 3px solid #E64324;}

.sticky-breadcrumbs .sticky-wrap {
    display: block;
    top: 0 !important;
    background-color: transparent;
    padding: 0
}

.sticky-breadcrumbs .sticky-wrap .main-wrap {
    max-width: 100%
}

.sticky-breadcrumbs .sticky-wrap .is-home {
    padding: 20px 40px
}

.sticky-breadcrumbs .sticky-wrap .search-wrap-homepage .search-icon {
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / .4))
}

.sec-intro-wrap {
    padding: 70px 35px
}

.sec-intro-wrap .intro-wrap {
    max-width: 1504px;
    margin: 0 auto
}

.sec-intro-wrap h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #202B29;
    margin-bottom: 25px
}

.sec-intro-wrap p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #202B29;
    margin-bottom: 15px
}

.sec-intro-wrap .text-wrap {
    max-width: 735px;
    margin-right: 30px
}

.sec-intro-wrap .text-wrap ul {
    list-style: none;
    margin: 30px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.sec-intro-wrap .text-wrap ul li {
    margin-right: 10px
}

.sec-intro-wrap .text-wrap ul li:last-child a {
    margin-bottom: 0;
    color: #FDF8F0
}

.sec-intro-wrap .text-wrap ul li:last-child a:hover {
    color: #fff
}

.sec-intro-wrap .image-wrap {
    text-align: right
}

.sec-intro-wrap.sec-support-heroes .text-wrap>div {
    margin-bottom: 25px
}

.sec-intro-wrap.sec-support-heroes .text-wrap p a {
    margin-bottom: 0;
}

.sec-intro-wrap.sec-support-heroes .text-wrap p a:hover {
    color: #fff
}

.sec-intro-wrap.sec-support-heroes h2 {
    position: relative;
    display: inline
}

.sec-intro-wrap.sec-support-heroes h2 strong {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -.01em;
    text-decoration-line: line-through;
    text-transform: uppercase;
}

.sec-intro-wrap.sec-support-heroes h2 em {
    font-family: "Special Elite", system-ui;
    font-size: 40.544px;
    line-height: 47px;
    text-transform: uppercase;
    color: #907E50;
    transform: rotate(-3.61deg);
    position: absolute;
    right: 0;
    top: -35px
}

.sec-intro-wrap.sec-support-heroes {
    padding: 0 35px;
    margin-bottom: 80px
}

.sec-what-we-fight-for {
    padding: 40px 35px;
    margin-bottom: 40px
}

.sec-what-we-fight-for .we-fight-for {
    max-width: 1504px;
    margin: 0 auto
}

.sec-what-we-fight-for .text-wrap {
    max-width: 1504px;
    margin: 0 auto
}

.sec-what-we-fight-for h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #202B29;
    margin-bottom: 50px
}

.sec-what-we-fight-for .wff-item {
    position: relative
}

.sec-what-we-fight-for .wff-item a {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #fff
}

.sec-what-we-fight-for .wff-item img {
    width: 100%;
    max-height: 325px;
    object-position: top;
    object-fit: cover
}

.sec-what-we-fight-for .wff-item .header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.sec-what-we-fight-for .wff-item .header-wrap:after,
.sec-what-we-fight-for .wff-item .header-wrap:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.sec-what-we-fight-for .wff-item .header-wrap:before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.sec-what-we-fight-for .wff-item .header-wrap:after {
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

.sec-what-we-fight-for .wff-item h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #e1e1e1;
    margin-bottom: 0;
    padding-top: 40px;
    -webkit-transition: all .35s;
    transition: all .35s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sec-what-we-fight-for .wff-item .header-wrap.long h3 {
    padding-top: 30px
}

.sec-what-we-fight-for .wff-item p {
    font-size: 18px;
    line-height: 24px;
    color: #e1e1e1;
    margin-bottom: 0;
    text-align: center;
    padding: 0 30px;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.sec-what-we-fight-for .wff-item a:hover .header-wrap:after,
.sec-what-we-fight-for .wff-item a:hover .header-wrap:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sec-what-we-fight-for .wff-item a:hover h3,
.sec-what-we-fight-for .wff-item a:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sec-what-we-fight-for .wff-item a:hover h3 {
    padding-top: 20px
}

.sec-what-we-fight-for .wff-item a:hover .header-wrap.long h3 {
    padding-top: 10px
}

/* New What We Fight For UI */
.sec-what-we-fight-for .we-fight-for-item{
    position: relative;
    margin-right: 1px;
    width: 24.5%;
    max-width: 500px;
}
.sec-what-we-fight-for .we-fight-for-item:last-child{
    margin-right: 0;
}
.sec-what-we-fight-for .we-fight-for .grid-x{
    justify-content: space-between;
}
.sec-what-we-fight-for .we-fight-for-item > a{
    position: relative;
    max-width: 500px;
    width: 100%;
    display: block;
}
.sec-what-we-fight-for .we-fight-for-item > a:before{
    content: '';
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    transition: all 0.3s ease-in-out;
    bottom: 0;
}
.sec-what-we-fight-for .we-fight-for-item > a:hover:before{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
}
.sec-what-we-fight-for .we-fight-for-item > a .image-wrap{
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    z-index: -1;
}
.sec-what-we-fight-for .we-fight-for-item > a .image-wrap:after,
.sec-what-we-fight-for .we-fight-for-item > a .image-wrap:before {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

.sec-what-we-fight-for .we-fight-for-item > a:hover .image-wrap:before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}

.sec-what-we-fight-for .we-fight-for-item > a:hover .image-wrap:after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}
.sec-what-we-fight-for .we-fight-for-item a:hover .image-wrap:after,
.sec-what-we-fight-for .we-fight-for-item a:hover .image-wrap:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}
.sec-what-we-fight-for .we-fight-for-item > a picture{
    width: 100%;
    height: 100%;
    display: block;
}
.sec-what-we-fight-for .we-fight-for-item > a picture>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.sec-what-we-fight-for .we-fight-for-item .text-wrap{
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    width: 100%;
}
.sec-what-we-fight-for .we-fight-for-item .line-arrow{
    display: flex;
    align-items: center;
}
.sec-what-we-fight-for .we-fight-for-item .line-arrow hr{
    border-top: 1px solid rgba(168, 168, 168, 0.2);
    width: 90%;
    margin-left: 0;
    border-bottom: none;
}
.sec-what-we-fight-for .we-fight-for-item > a:hover .line-arrow hr{
    border-top: 1px solid #907E50;
}
.sec-what-we-fight-for .we-fight-for-item h3{
    font-family: "adriane",serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: none;
    color: #F2B63E;
    margin-bottom: 15px;
}
.sec-what-we-fight-for .we-fight-for-item h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 375px;
    margin-bottom: 15px;
}
.sec-what-we-fight-for .we-fight-for-item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 0;
    transition: all 0.3s ease-in;
    height: 0;
    overflow: hidden;
    opacity: 0;
    font-family: "Special Elite", system-ui;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
.sec-what-we-fight-for .we-fight-for-item > a:hover p{
    height: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sec-whats-new {
    padding: 0 35px;
    margin-bottom: 80px
}

.sec-whats-new .main-wrap {
    max-width: 1504px;
    margin: 0 auto
}

.sec-whats-new h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #202B29;
    margin-bottom: 40px
}

.sec-whats-new .whats-new-item.featured {
    margin-bottom: 80px
}

.sec-whats-new .whats-new-item.featured .image-wrap {
    max-width: 700px;
    margin: 0 0 auto;
    max-height: 400px;
    overflow: hidden
}

.sec-whats-new .whats-new-item.featured .image-wrap img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.sec-whats-new .whats-new-item.featured .text-wrap {
    max-width: 736px;
    margin: 0 0 0 auto;
    padding-left: 30px
}

.sec-whats-new .whats-new-item.featured h4 {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #a7a7a7;
    margin-bottom: 15px;
    font-family: "Special Elite", system-ui;
}

.sec-whats-new .whats-new-item.featured h4 a {
    color: #907E50;
    text-decoration: underline
}

.sec-whats-new .whats-new-item.featured h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #202B29;
    margin-bottom: 20px
}

.sec-whats-new .whats-new-item.featured p {
    font-size: 18px;
    line-height: 24px;
    color: #202B29;
    margin-bottom: 0
}

.sec-whats-new .whats-new-item.featured #et-boc .et-l p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #202B29 !important;
    margin-bottom: 0
}

.sec-whats-new .whats-new-other-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.sec-whats-new .whats-new-item.mini {
    max-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column
}

.sec-whats-new .whats-new-item.mini .image-wrap {
    margin-bottom: 8px;
    height: 100%;
    max-height: 165px
}

.sec-whats-new .whats-new-item.mini .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 165px
}

.sec-whats-new .whats-new-item.mini h4 {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #a7a7a7;
    margin-bottom: 8px;
    font-family: "Special Elite", system-ui;
}

.sec-whats-new .whats-new-item.mini h4 a {
    color: #907E50;
    text-decoration: underline;
    display: inline-block;
}

.sec-whats-new .whats-new-item.mini h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #202B29;
    margin-bottom: 0
}

.sec-deep-dive {
    background: #202B29;
    padding: 80px 35px;
    margin-bottom: 80px
}

.sec-deep-dive .main-wrap {
    max-width: 1504px;
    margin: 0 auto
}

.sec-deep-dive h2 {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #f8f8f8;
    margin-bottom: 40px
}

.sec-deep-dive .deep-dive-item {
    margin-bottom: 20px
}

.sec-deep-dive .deep-dive-item:last-child {
    margin-bottom: 0
}

.sec-deep-dive .deep-dive-item a {
    background-color: #fff;
    border-radius: 1px;
    display: block
}

.sec-deep-dive .deep-dive-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sec-deep-dive .deep-dive-item .text-wrap {
    padding: 31px 35px
}

.sec-deep-dive .deep-dive-item a:hover {
    background: #907E50;
}

.sec-deep-dive .deep-dive-item a:hover h3,
.sec-deep-dive .deep-dive-item a:hover p {
    color: #fff
}

.sec-deep-dive .deep-dive-item h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #202B29;
    margin-bottom: 10px
}

.sec-deep-dive .deep-dive-item p {
    font-size: 16px;
    line-height: 24px;
    color: #202B29;
    margin-bottom: 40px;
    max-width: 700px
}

.sec-deep-dive .deep-dive-item label {
   font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #907E50;
    margin-bottom: 0;
    display: inline;
    padding-bottom: 3px;
    border-bottom: 1px solid #907E50;
    cursor: pointer;
}

.sec-deep-dive .deep-dive-item a:hover label {
    color: #fff;
    border-bottom: 1px solid #fff
}

.sec-docket-wrap {
    max-width: 1504px;
    margin: 0 auto 80px
}

@media (max-width:1539px) {
     .sec-whats-new .whats-new-item.mini {
        max-width: 292px
    }
}

@media (max-width:1500px) {
    .sec-whats-new .whats-new-item.mini {
        max-width: 280px
    }
}

@media (max-width:1439px) {
    .sec-main-banner .flex-wrap {
       /* max-height: 60vw;*/
    }
    .sec-whats-new .whats-new-item.mini {
        max-width: 270px
    }
}
@media (max-width:1390px) {
    .sec-whats-new .whats-new-item.mini {
        max-width: 100%;
        width: 25%;
    }
}
@media (max-width:1279px) {
    .sec-what-we-fight-for .we-fight-for-item h2 {
        font-size: 22px;
        line-height: 30px;
    }
    .sec-what-we-fight-for .we-fight-for-item .line-arrow hr{
        width: 85%;
    }
    .sec-whats-new .whats-new-other-items{
        justify-content: space-between;
    }
    .sec-whats-new .whats-new-item.mini {
        width: 33.33%;
    }
}

@media (max-width:1199px) {
    .sec-main-banner .text-wrap {
        max-width: 460px
    }

    .sec-main-banner h1 {
        font-size: 60px;
        line-height: 68px
    }

    .sec-main-banner h2 {
        font-size: 28px;
        line-height: 36px
    }

    .sec-main-banner .flex-wrap {
        /*max-height: 65vw*/
    }

    .sec-intro-wrap h2 {
        font-size: 30px;
        line-height: 36px
    }

    .sec-intro-wrap.sec-support-heroes h2 strong {
        font-size: 32px;
        line-height: 40px
    }

    .sec-intro-wrap.sec-support-heroes h2 em {
        font-size: 32px;
        line-height: 40px
    }

    .sec-deep-dive h2,
    .sec-what-we-fight-for h2,
    .sec-whats-new h2 {
        font-size: 32px;
        line-height: 40px
    }

    .sec-what-we-fight-for .we-fight-for-item h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .sec-deep-dive {
        padding: 40px 35px
    }

    .sec-what-we-fight-for .wff-item h3 {
        font-size: 20px;
        line-height: 28px;
        padding-top: 60px
    }

    .sec-what-we-fight-for .wff-item .header-wrap.long h3 {
        padding-top: 50px
    }

    /* .sec-whats-new .whats-new-item.mini {
        max-width: 265px
    } */

    .sec-what-we-fight-for {
        padding-left: 20px;
        padding-right: 20px
    }

    .sec-what-we-fight-for .wff-item p {
        font-size: 16px;
        line-height: 22px;
        padding: 0 15px
    }
}

@media (min-width: 1024px){
    .sec-main-banner h1{color:#202B29;}
    .sec-main-banner .button{background-color: #E64324; border: 3px solid #E64324;}
    .sec-main-banner .button:hover{background-color: #202B29; border: 3px solid #202B29;}
}

@media(max-width:1023px) {
    .sec-main-banner {
       /*margin-top: 90px; */
        background: #E64324;
        height: auto;
    }

    .sec-main-banner .main-content-wrap {
        position: static;
        padding: 40px 0 30px;
    }

    .sec-main-banner video {
        opacity: 1
    }

    .sec-main-banner h1 {
        font-size: 52px;
        line-height: 60px;
       max-width: 84%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 20px
    }

    .sec-main-banner .text-wrap {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }

    .sec-main-banner h2 {
        max-width: 800px;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        margin-bottom: 20px
    }

    .sec-main-banner h1 strong{color: #C2C282;}
    .sec-intro-wrap {
        padding: 40px 35px
    }

    .sec-intro-wrap .image-wrap {
        margin-bottom: 25px
    }

    .sec-intro-wrap .image-wrap img {
        width: 100%
    }

    .sec-intro-wrap .text-wrap {
        max-width: 100%;
        margin-right: 0
    }

    .sec-what-we-fight-for {
        padding-left: 35px;
        padding-right: 35px
    }

    .sec-what-we-fight-for .wff-item h3 {
        font-size: 24px;
        line-height: 32px
    }

    .sec-what-we-fight-for .wff-item img {
        object-position: center;
        min-height: 320px
    }

    .sec-what-we-fight-for .wff-item .header-wrap h3,
    .sec-what-we-fight-for .wff-item .header-wrap.long h3 {
        padding-top: 50px
    }

    .sec-what-we-fight-for .we-fight-for-item{
        width: 49.5%;
        margin-bottom: 5px;
    }
    .sec-what-we-fight-for .we-fight-for-item p{
        height: auto;
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
    .sec-what-we-fight-for .we-fight-for-item > a:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0) 100%);
        height: 100%;
    }
    .sec-what-we-fight-for .we-fight-for-item > a .image-wrap:after, 
    .sec-what-we-fight-for .we-fight-for-item > a .image-wrap:before {
        border: 2px solid #fff;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .sec-what-we-fight-for .we-fight-for .grid-x .cell:nth-child(even) .wff-item img {
        object-position: top
    }

    .sec-whats-new {
        margin-bottom: 40px
    }

    .sec-whats-new .whats-new-item.featured .image-wrap {
        margin-bottom: 25px;
        max-width: 100%;
        width: 100%;
        max-height: 420px
    }

    .sec-whats-new .whats-new-item.featured .text-wrap {
        max-width: 100%;
        margin: 0;
        padding-left: 0
    }

    .sec-whats-new .whats-new-item.mini {
        max-width: 33.33%
    }

    .sec-deep-dive .deep-dive-item p {
        max-width: 100%
    }

    .sec-support-heroes .text-wrap {
        margin-top: 25px
    }
}

@media(max-width:767px) {
    .sec-whats-new .whats-new-item.mini {
        max-width: 50%;
        width: 100%
    }
	.sec-main-banner {margin-top:40px;}
}

@media(max-width:639px) {
    .sec-main-banner .flex-wrap {
        max-height: 90vw
    }

    .sec-main-banner h1 {
        font-size: 48px;
        line-height: 56px
    }

    .sec-whats-new .whats-new-item.featured h3 {
        font-size: 28px;
        line-height: 36px
    }

    .sec-deep-dive h2,
    .sec-what-we-fight-for h2,
    .sec-whats-new h2 {
        margin-bottom: 20px
    }

    .sec-whats-new .whats-new-item.mini h3 {
        font-size: 18px;
        line-height: 24px
    }

    .sec-whats-new .whats-new-item.mini {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .sec-whats-new .whats-new-item.mini .image-wrap {
        margin-bottom: 15px;
        max-height: 300px
    }

    .sec-whats-new .whats-new-other-items {
        margin-left: 0;
        margin-right: 0
    }

    .sec-what-we-fight-for .we-fight-for-item{
        width: 100%;
        max-width: 100%;
        margin-right: 0px;
    }
    .sec-what-we-fight-for .we-fight-for-item a{
        max-width: 100%;
    }

    .sec-deep-dive,
    .sec-intro-wrap.sec-support-heroes {
        margin-bottom: 50px
    }
}

@media(max-width:413px) {
    .sec-main-banner h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .sec-main-banner h1 {
        font-size: 36px;
        line-height: 44px
    }

    .sec-what-we-fight-for .wff-item img {
        min-height: 250px
    }

    .sec-deep-dive,
    .sec-deep-dive .deep-dive-item .text-wrap,
    .sec-intro-wrap,
    .sec-intro-wrap.sec-support-heroes,
    .sec-main-banner .main-content-wrap,
    .sec-what-we-fight-for,
    .sec-whats-new {
        padding-left: 15px;
        padding-right: 15px
    }

    .sec-what-we-fight-for .we-fight-for {
        margin-left: -15px;
        margin-right: -15px
    }

    .sec-deep-dive h2,
    .sec-what-we-fight-for h2,
    .sec-whats-new h2 {
        font-size: 28px;
        line-height: 36px
    }

    .sec-intro-wrap .text-wrap ul li {
        margin-right: 0
    }

    .sec-main-banner .text-wrap .button,
    .sec-intro-wrap .text-wrap ul li a {
        width: 100%
    }

    .sec-intro-wrap .text-wrap ul {
        flex-direction: column
    }

    .sec-intro-wrap h2,
    .sec-intro-wrap.sec-support-heroes h2 em,
    .sec-intro-wrap.sec-support-heroes h2 strong {
        font-size: 26px;
        line-height: 32px
    }

    .sec-intro-wrap.sec-support-heroes .text-wrap p a {
        width: 100%
    }
}