

/* all */

.template-nab
{
    background: #fff;
    color: #323232;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    overflow: hidden;
}

.template-nab *
{
    box-sizing: border-box;
}

.template-nab h1,
.template-nab h2
{
    color: #37604F;
    font-size: 52px;
    font-weight: 600;
    line-height: normal;
}

.template-nab .sp-wrap
{
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
}

.template-nab .sp-adapt
{
    display: none;
}

.template-nab .sp-mob
{
    display: none;
}

.template-nab .sp-wrap h3.add-title{
    font-size: 52px;
    line-height: 60px;
    color:#fff;
    position: relative;
    margin:0 0 100px;
    font-weight: bold;
}



.template-nab .sp-wrap.add-persons{
    width: 100%;
    padding-top: 180px;
}

.template-nab .sp-controls
{
    display: flex;
    position: absolute;
    right: 60px;
    bottom: 0;
}

.template-nab .sp-controls .sp-button
{
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    height: 70px;
    width: 70px;
    transition: all .3s;
    z-index: 2;
}

.template-nab .sp-controls .sp-button ~ .sp-button
{
    margin-left: 30px;
    transform: rotate(180deg);
}

.template-nab .sp-controls .sp-button rect,
.template-nab .sp-controls .sp-button path
{
    transition: all .3s;
}

.template-nab .sp-controls .sp-button:hover rect
{
    fill: #F89D6A;
}

.template-nab .sp-controls .sp-button:hover path
{
    stroke: #F9F3ED;
}

.template-nab .sp-controls .sp-button svg
{
    height: 100%;
    width: 100%;
}



@media (min-width: 1000px) {
    .nab-leadership .sp-card-wrap {
      padding-bottom: 35px !important;
    }
    .nab-leadership .sp-wrap.add-persons .sp-card:nth-child(2n){
        top:65px;
    }
	
    /*
    .nab-leadership .sp-wrap.add-persons .sp-card:nth-child(3n){
        top:-45px;
        position: relative;
    }
    */
}



/* header fix */

.page-template-template-new-about .header.is_white
{
    background: #F9F3ED;
}

.page-template-template-new-about .header-nav_link_black
{
    color: #37604F;
    font-weight: 500;
}

.page-template-template-new-about .header-nav_item:before
{
    background: #F89D6A;
}

.page-template-template-new-about .header-nav_item:hover:before
{
    background: #F89D6A;
}

.page-template-template-new-about #demo-button
{
    background: #37604F;
    box-shadow: inset 0 0 0 2px #37604F;
    border-radius: 0;
    color: #F9F3ED;
}

.page-template-template-new-about #demo-button:hover
{
    color: #37604F;
    background: none;
}

.page-template-template-new-about .header-nav_drop-wrapper
{
    transform: translate(-50%, 100%);
    padding-top: 29px;
}

.page-template-template-new-about .header-nav_drop-list
{
    background: #37604F;
    border-radius: 0;
    padding: 25px 0;
}

.page-template-template-new-about .header-nav_drop-list :after
{
    display: none;
}

.page-template-template-new-about .header-nav_drop-item
{
    margin-bottom: 15px;
}

.page-template-template-new-about .header-nav_drop-link
{
    font-size: 20px;
    text-transform: none;
    padding: 5px 30px;
}

.page-template-template-new-about .hamburger-inner,
.page-template-template-new-about .hamburger-inner:before,
.page-template-template-new-about .hamburger-inner:after
{
    background-color: #37604F;
    border-radius: 0;
    /*height: 7px;
    width: 50px;*/
}

.page-template-template-new-about .header-nav
{
    background: #37604F;
}


.page-template-template-new-about .header-nav_drop-item:hover
{
    background: #F9F3ED;
}

.page-template-template-new-about .header-nav_drop-item:hover a
{
    color: #37604F;
}

@media (max-width: 999px)
{
    .page-template-template-new-about .header-nav_link_black
    {
        color: #fff;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 90%;
        margin-bottom: 30px;
    }

    .page-template-template-new-about .header-nav_drop-wrapper
    {
        margin-top: -10px;
        padding-top: 0;
        transform: none;
    }

    .page-template-template-new-about .header-nav
    {
        padding: 46px 60px;
    }

    .page-template-template-new-about .header-nav_drop-list
    {
        margin-bottom: 39px;
        padding: 0;
    }

    .page-template-template-new-about .header-nav_drop-link
    {
        padding: 0 20px;
    }

    .page-template-template-new-about .header-nav_drop-item
    {
        margin-bottom: 10px;
    }

    .page-template-template-new-about .header-nav_item__dropdown .header-nav_link:after
    {
        margin: 3px 6px;
        border-width: 5px 5px 0 5px;
    }
}


@media (max-width: 576px)
{
    .page-template-template-new-about .header-nav_link_black
    {
        font-size: 20px;
        line-height: 90%;
    }

    
    
    {
        font-size: 16px;
        line-height: 21.6px;
    }
}



/* hero */


.nab-hero
{
    position: relative;
}

.nab-hero .sp-dec
{
    background: #F9F3ED;
    position: absolute;
    height: 100%;
    max-height: 965px;
    top: 0;
    left: 0;
    right: 0;
}

.nab-hero .sp-wrap
{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
}

.nab-hero .sp-left
{
    flex-shrink: 0;
    max-width: 572px;
    width: 100%;
    padding-top: 90px;
}

.nab-hero .sp-right
{
    position: relative;
    z-index: 3;
}

.nab-hero .sp-page-title
{
    font-size: 74px;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.nab-hero .sp-text
{
    color: #323232;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    max-width: 341px;
    margin-bottom: 96px;

}

.nab-hero .sp-who
{
    color: #F9F3ED;
    padding: 82px 0 87px;
    position: relative;
}

.nab-hero .sp-who .sp-inner-dec
{
    background: #323232;
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -128px;
}

.nab-hero .sp-who-title
{
    color: #ffffff;
    line-height: 96%;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.nab-hero .sp-who-text
{
    max-width: 500px;
    position: relative;
    z-index: 2;
    color: #ffffff;
}

.nab-hero .sp-who-text p
{
    margin-bottom: 33px;
}

.nab-hero .sp-who-text p:last-child
{
    margin-bottom: 0;
}

.nab-hero .sp-who strong,
.nab-hero .sp-who b
{
    font-weight: 600;
}

.nab-hero .sp-who a
{
    color: #F89D6A;
    text-decoration: underline;
}

.nab-hero .sp-who a:hover
{
    text-decoration: none;
}

.nab-hero .sp-image-wrap
{
    background: #F9F3ED;
    padding-left: 28px;
    padding-bottom: 21px;
}

.nab-hero .sp-image-wrap-mob
{
    display: none;
}

.nab-hero .sp-image-sm-wrap
{
    display: flex;
    margin-left: 158px;
}

.nab-hero .sp-mission
{
    background: #fff;
    padding: 29px 0 0 33px;
    position: relative;
    left: -34px;
}

.nab-hero .sp-mission-wrap
{
    background: #F89D6A;
    color: #fff;
    max-width: 599px;
    padding: 61px 99px 86px;
}

.nab-hero .sp-mission .sp-title
{
    color: #fff;
    margin-bottom: 10px;
}

.nab-hero .sp-mission .sp-mission-text
{
    font-weight: 500;
}


/* values */


.nab-values
{
    padding-top: 20px;
    padding-bottom: 56px;
}

.nab-values .sp-wrap
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
    position: relative;
}

.nab-values .sp-title
{
    margin-bottom: 30px;
}

.nab-values .sp-text
{
    max-width: 570px;
}

.nab-values .sp-controls
{
    position: absolute;
    right: 60px;
    bottom: 0;
}

.nab-values .sp-slider-nav
{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 41px;
    overflow: hidden;
}

.nab-values .sp-slider-nav .slick-track
{
    display: flex;
}

.nab-values .sp-slider-nav .slick-list
{
    max-width: 1198px;
    margin: 0 auto;
    overflow: visible;
}

.nab-values .sp-nav-item
{
    background: #F9F3ED;
    border: 1px solid transparent;
    color: #20322A;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    height: auto;
    outline: none;
    margin: 0 15px;
    padding: 63px 31px 62px;
    transition: all .3s;
}

.nab-values .sp-nav-item:hover
{
    border: 1px solid #559479;
}

.nab-values .sp-nav-item.slick-current
{
    background: #559479;
    color: #F9F3ED;
}

.nab-values .sp-nav-item.slick-current path
{
    fill: #F89D6A;
}

.nab-values .sp-item
{
    outline: none;
}

.nab-values .sp-item-icon
{
    height: 48px;
    width: auto;
    margin-bottom: 8px;
}

.nab-values .sp-item-title
{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
}

.nab-values .sp-desc-title
{
    color: #F89D6A;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 16px;
}

.nab-values .sp-desc-text
{
    color: #37604F;
    font-size: 22px;
    line-height: 120%;
    max-width: 670px;
}

.nab-values .sp-item
{
    opacity: 0;
    transition: all 500ms;
}

.nab-values .slick-active.sp-item
{
    opacity: 1;
    transition-delay: 800ms;
}


/* leadership */

.nab-leadership
{

}

.nab-leadership .sp-controls
{
    display: none;
}

.nab-leadership .sp-title
{
    margin-bottom: 30px;
}

.nab-leadership .sp-text
{
    max-width: 870px;
    margin-bottom: 110px;
}

.nab-leadership .sp-text b,
.nab-leadership .sp-text strong
{
    font-weight: 500;
}

.nab-leadership .sp-cards-wrap
{
    position: relative;
    padding: 108px 0 280px;
}

.nab-leadership .sp-bg
{
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.nab-leadership .sp-cards
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    position: relative;
    z-index: 2;
}

.nab-leadership .sp-card
{
    background: #fff;
    padding: 22px 0 0;
    margin: 0 15px 30px;
    width: calc(25% - 30px);
}

.nab-leadership .sp-card:nth-child(even)
{
    position: relative;
    top: 70px;
}

.nab-leadership .sp-card-wrap
{
    min-height: 213px;
    padding: 25px 20px 0;
}

.nab-leadership .sp-photo
{
    object-fit: cover;
    width: 100%;
}

.nab-leadership .sp-card-image
{
    background: #C4C4C4;
    display: flex;
    height: 225px;
    width: 100%;
}

.nab-leadership .sp-card-name
{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.nab-leadership .sp-card-pos
{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}

.nab-leadership .sp-card-about
{
    border-top: 1px solid #323232;
    font-size: 16px;
    line-height: 120%;
    padding-top: 13px;
}


/* customers */


.nab-customers
{
    padding-bottom: 120px;
    background: #F9F3ED;
}

.nab-customers .sp-title
{
    text-align: center;
}

.nab-customers .sp-title-wrap
{
    background: #F9F3ED;
    padding: 140px 60px 29px;
}

.nab-customers .sp-items{
    padding-top: 40px;
}

.nab-customers h2{
    font-weight: bold;
}

.nab-customers .sp-items
{
    /*align-items: center;*/
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    margin: 0 -12px;
    position: relative;
    z-index: 2;
}

.nab-customers .sp-item
{
    min-height: 136px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 24px);
    text-align: center;
    margin: 0 12px 25px;
}

.nab-customers .sp-item a img
{
    position: relative;
    transition: all .3s;
}

.nab-customers .sp-item a:hover img
{
    transform: translateY(-20px);
}

.nab-customers .sp-item a.sp-active
{
    top: -20px
}

.nab-customers .sp-img
{
    max-width: 100%;
    max-height: 100px;
    height: auto;
    width: auto;
}


/* map */


.nab-map
{
    background: #323232;
    padding: 71px 0 109px;
}

.nab-map .sp-title
{
    color: #ffffff;
    margin-bottom: 9px;
    text-align: center;
}

.nab-map .sp-map
{
    display: block;
    margin: 0 auto;
    max-width: 1349px;
    height: auto;
    width: 100%;
}


/* testimonials */


.nab-testimonials
{
    background: #F9F3ED;
    padding: 100px 0 190px;
    position: relative;
}

.nab-testimonials .sp-title
{
    margin-bottom: 76px;
    text-align: center;
}

.nab-testimonials .sp-controls
{
    left: 50%;
    right: auto;
    bottom: 120px;
    transform: translateX(-50%);
}

.nab-testimonials .sp-controls .sp-button rect
{
    fill: #fff;
}

.nab-testimonials .slick-track
{
    display: flex;
}

.nab-testimonials .sp-items
{
    margin-bottom: 50px;
}

.nab-testimonials .slick-list
{
    overflow: visible !important;
}

.nab-testimonials .sp-item
{
    background: #fff;
    outline: none;
    height: auto;
    margin: 0 15px;
    padding: 31px 40px 44px;
    transition: background-color .6s, color .6s;
}

.nab-testimonials .sp-top
{
    margin-bottom: 19px;
    padding-left: 117px;
    position: relative;
}

.nab-testimonials .sp-photo
{
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 103px;
    width: 103px;
}

.nab-testimonials .sp-name
{
    color: #559479;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    transition: color .6s;
}

.nab-testimonials .sp-pos
{
    font-size: 14px;
    line-height: 18px;
}

.nab-testimonials .sp-comment
{
    font-size: 20px;
    line-height: 120%;
}

.nab-testimonials .sp-item.slick-current
{
    background: #559479;
    color: #fff;
}

.nab-testimonials .sp-item.slick-current .sp-name
{
    color: #fff;
}


/* engagement */


.nab-engagement
{
    background: #F9F3ED;
    overflow: hidden;
    padding-bottom: 130px;
}

.nab-engagement .sp-title
{
    margin-bottom: 30px;
    text-align: center;
}

.nab-engagement .sp-text
{
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 69px;
}

.nab-engagement .sp-text b,
.nab-engagement .sp-text strong
{
    font-weight: 500;
}

.nab-engagement .sp-video-wrap
{
    background: #323232;
    padding-top: 58px;
    padding-bottom: 75px;
    position: relative;
}

.nab-engagement .sp-videos:not(.slick-slider) ~ .sp-controls
{
    display: none;
}

.nab-engagement .sp-controls
{
    left: 50%;
    right: auto;
    bottom: 64px;
    transform: translateX(-50%);
}

.nab-engagement .sp-controls .sp-button rect
{
    fill: #fff;
}

.nab-engagement .sp-videos
{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 -15px;
}

.nab-engagement .slick-slider
{

    display: block;
    padding-bottom: 110px;
}

.nab-engagement .slick-list
{
    overflow: visible;
}

.nab-engagement .slick-track
{
    display: flex;
}

.nab-engagement .sp-video
{
    margin: 0 15px;
    width: calc(33.333% - 30px);
    position: relative;
}

.nab-engagement .sp-video iframe
{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.nab-engagement .sp-yt-preview
{
    cursor: pointer;
    display: flex;
    position: relative;
}

.nab-engagement .sp-yt-thumb
{
    max-width: 100%;
    height: auto;
    width: 100%;
}

.nab-engagement .sp-yt-dec
{
    background: rgba(26, 26, 26, 0.40);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity .6s;
}

.nab-engagement .sp-yt-play
{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA2NyA2NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBpZD0icGxheSI+PGNpcmNsZSBpZD0iRWxsaXBzZSAxOTQiIGN4PSIzMy41IiBjeT0iMzMuNSIgcj0iMzMuNSIgZmlsbD0iI0VGRURFOCIvPjxwYXRoIGlkPSJQb2x5Z29uIDIiIGQ9Ik01MyAzMy41TDIzLjc1IDUwLjM4NzVMMjMuNzUgMTYuNjEyNUw1MyAzMy41WiIgZmlsbD0iIzU1OTQ3OSIvPjwvZz48L3N2Zz4=) 0 0 no-repeat;
    background-size: cover;
    height: 67px;
    width: 67px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .6s;
}

.nab-engagement .sp-video.sp-play iframe
{
    display: block;
}

.stories-gallery .slick-slider .sp-slide[data-yt]
{
    cursor: pointer;
}

.nab-engagement .sp-yt-preview:hover .sp-yt-dec
{
    opacity: 0;
}

.nab-engagement .sp-yt-preview:hover .sp-yt-play
{
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjciIGhlaWdodD0iNjciIHZpZXdCb3g9IjAgMCA2NyA2NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSIzMy41IiBjeT0iMzMuNSIgcj0iMzMuNSIgZmlsbD0iIzMyMzIzMiIvPjxwYXRoIGQ9Ik01MyAzMy41TDIzLjc1IDUwLjM4NzVMMjMuNzUgMTYuNjEyNUw1MyAzMy41WiIgZmlsbD0iI0VGRURFOCIvPjwvc3ZnPg==);
}



.gallery-popup
{
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -100;
}

.gallery-popup,
.gallery-popup-overlay
{
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: fixed;
}

.gallery-popup.sp-open
{
    opacity: 1;
    visibility: visible;
    z-index: 111;
}

.gallery-popup-overlay
{
    background: rgba(1,28,47,.9);
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.gallery-popup-wrap
{
    aspect-ratio: 16 / 9;
    height: calc(100vh - 60px);
    max-width: calc(100% - 20px);
    margin: 0 10px;
    position: relative;
}

.gallery-popup-content
{
    padding-top: 56.25%;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 2;
}

.gallery-popup-content #iframe-video
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/* impact */


.nab-impact
{
    background: #F9F3ED;
    padding-bottom: 130px;
}

.nab-impact .sp-title
{
    text-align: center;
    margin-bottom: 91px;
}

.nab-impact .sp-cards
{
    display: flex;
    gap: 30px;
}

.nab-impact .sp-card
{
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 0 0;
    padding: 0 52px 61px;
}

.nab-impact .sp-card-image
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 175px;
}

.nab-impact .sp-card-title
{
    color: #F89D6A;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.nab-impact .sp-card-list
{
    color: #37604F;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    list-style: disc;
}

.nab-impact .sp-card-list-item
{
    margin-bottom: 9px;
}

.nab-impact .sp-card-list-item:last-child
{
    margin-bottom: 0;
}


/* faq */


.nab-faq
{
    padding: 90px 0 180px;
}

.nab-faq .sp-title
{
    margin-bottom: 40px;
    text-align: center;
}

.nab-faq .sp-faq
{
    border-top: 1px solid #F9F3ED;
}

.nab-faq .sp-faq-item
{
    border-bottom: 1px solid #F9F3ED;
}

.nab-faq .sp-question
{
    cursor: pointer;
    color: #323232;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding: 23px 96px 24px 83px;
    position: relative;
}

.nab-faq .sp-question:after {
    content:'';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 66px;
    transition: 0.25s;
    width: 16px;
    height: 16px;
    transform-origin: center;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS41IDEuNUw4IDhMMTQuNSAxLjUiIHN0cm9rZT0iIzMyMzIzMiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.nab-faq .sp-faq-item.sp-active .sp-question:after {
    transform: translateY(-50%) rotate(180deg);
}

.nab-faq .sp-question span
{
    color: #F89D6A;
    font-weight: 700;
    position: absolute;
    left: 51px;
    top: 23px;
}

.nab-faq .sp-answer
{
    display: none;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    padding-top: 12px;
    margin-bottom: 23px;
}

.nab-faq .sp-answer span
{
    color: #559479;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}


.sp-map .cls-11,
.sp-map .cls-12 {
    text-align: center;
}

.sp-map .cls-7,
.sp-map .cls-20 {
    text-align: center;
}


/* adaptive */

@media (max-width: 1200px)
{
    .nab-values .sp-slider-nav .slick-list
    {
        max-width: calc(100% - 104px);
    }
}


@media (max-width: 960px)
{
    .template-nab
    {
        font-size: 22px;
        line-height: 120%;
    }

    .template-nab h2
    {
        font-size: 48px;
        line-height: 96%;
    }

    .nab-hero .sp-dec
    {
        max-height: none;
    }

    .nab-hero .sp-left
    {
        max-width: none;
        padding-top: 98px;
    }

    .nab-hero .sp-page-title
    {
        max-width: 600px;
        font-size: 68px;
    }

    .nab-hero .sp-text
    {
        margin-bottom: 102px;
        width: 226px;
        max-width: 100%;
    }

    .nab-hero .sp-who .sp-inner-dec
    {
        right: auto;
        left: -60px;
        width: calc(100vw - 173px);
    }

    .nab-hero .sp-image-wrap
    {
        padding-left: 15px;
        padding-bottom: 15px;
        position: absolute;
        width: 472px;
        top: 412px;
        left: auto;
        height: 326px;
        right: -60px;
    }

    .nab-hero .sp-image-wrap img
    {
        height: 100%;
        width: auto;
    }

    .nab-hero .sp-image-sm-wrap
    {
        display: none;
    }

    .nab-hero .sp-who
    {
        padding: 78px 35px 47px 0;
        max-width: calc(100vw - 233px);
    }

    .nab-hero .sp-who-text
    {
        max-width: none;
    }

    .nab-hero .sp-who-text p
    {
        margin-bottom: 18px;
    }

    .nab-hero .sp-tab-fix
    {
        padding-right: 160px;
    }

    .nab-hero .sp-mission
    {
        position: absolute;
        bottom: -111px;
        left: -243px;
        padding: 17px 0 0 17px;
    }

    .nab-hero .sp-mission-wrap
    {
        padding: 54px 61px 55px;
        width: 288px;
    }

    .nab-hero .sp-mission .sp-title
    {
        margin-bottom: 20px;
    }


    .nab-values
    {
        padding-top: 94px;
        padding-bottom: 65px;
        position: relative;
    }

    .nab-values .sp-wrap
    {
        margin-bottom: 29px;
    }

    .nab-values .sp-title-wrap
    {
        padding-right: 210px;
    }

    .nab-values .sp-controls
    {
        bottom: 30px;
    }

    .nab-values .sp-controls .sp-button
    {
        margin-left: 16px;
    }

    .nab-values .sp-button
    {
        margin-left: 0;
    }

    .nab-values .sp-nav-item
    {
        min-height: 230px;
        margin: 0 8px;
        padding: 77px 30px 78px;
    }

    .nab-values .sp-slider-nav
    {
        margin-bottom: 41px;
    }

    .nab-values .sp-item-title
    {
        font-size: 20px;
    }


    .nab-leadership .sp-title
    {
        margin-bottom: 30px;
    }

    .nab-leadership .sp-text
    {
        margin-bottom: 46px;
    }

    .nab-leadership .sp-cards-wrap
    {
        padding: 64px 0 166px;
    }

    .nab-leadership .sp-card
    {
        width: calc(33.333% - 30px);
        margin-bottom: 20px;
        padding-top: 16px;
        position: relative;
    }

    .nab-leadership .sp-card:nth-child(even)
    {
        top: 0;
    }

    .nab-leadership .sp-card:nth-child(3n + 2)
    {
        top: 142px;
    }

    .nab-leadership .sp-card:first-child,
    .nab-leadership .sp-card:nth-child(3n + 1)
    {
        top: 44px;
    }

    .nab-leadership .sp-card-image
    {
        height: 163px;
    }

    .nab-leadership .sp-card-wrap
    {
        padding: 18px 15px 15px;
        min-height: 175px;
    }

    .nab-leadership .sp-card-name
    {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 0;
    }

    .nab-leadership .sp-card-pos
    {
        font-size: 14px;
        line-height: normal;
    }

    .nab-leadership .sp-card-about
    {
        font-size: 14px;
        line-height: 120%;
        padding-top: 10px;
    }


    .nab-customers
    {
        padding-bottom: 95px;
    }

    .nab-customers .sp-title-wrap
    {
        padding-top: 77px;
        padding-bottom: 26px;
    }

    .nab-customers .sp-items
    {
        padding-top: 45px;
    }

    .nab-customers .sp-item
    {
        min-height: 75px;
    }

    .nab-customers .sp-img-wrap
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nab-customers .sp-img-wrap img
    {
        width: 85%;
    }


    .nab-map
    {
        padding: 46px 0 73px;
    }

    .nab-map .sp-title
    {
        max-width: 390px;
        margin: 0 auto 21px;
    }


    .nab-testimonials
    {
        padding: 69px 0 161px;
    }

    .nab-engagement .sp-title
    {
        margin-bottom: 40px;
    }

    .nab-testimonials .sp-controls
    {
        bottom: 101px;
    }

    .nab-testimonials .sp-title
    {
        margin-bottom: 63px;
    }

    .nab-testimonials .sp-top
    {
        padding-left: 112px;
    }

    .nab-testimonials .sp-photo
    {
        top: -56px;
        bottom: auto;
        left: -5px;
    }

    .nab-testimonials .sp-item
    {
        max-width: 535px;
    }


    .nab-engagement
    {
        padding-bottom: 90px;
    }

    .nab-engagement .sp-text
    {
        margin-bottom: 56px;
    }

    .nab-engagement .sp-video
    {
        width: calc(50% - 30px);
    }

    .nab-engagement .sp-video-wrap
    {
        padding-top: 53px;
        padding-bottom: 80px;
    }


    .nab-impact
    {
        padding-bottom: 127px;
    }
    .nab-impact .sp-card-list-item {
        margin-bottom: 6px;
        line-height: 100%;
    }
    .nab-impact .sp-title
    {
        line-height: 46px;
        max-width: 350px;
        margin: 0 auto 72px;
    }

    .nab-impact .sp-cards
    {
        flex-direction: column;
    }

    .nab-impact .sp-card
    {
        padding-bottom: 44px;
    }

    .nab-impact .sp-card-image
    {
        height: 155px;
    }

    .nab-impact .sp-card-title,
    .nab-impact .sp-card-list
    {
        margin-left: auto;
        margin-right: auto;
        max-width: 330px;
        width: 100%;
    }

    .nab-impact .sp-card-title
    {
        font-size: 26px;
        line-height: 120%;
        margin-bottom: 15px;
    }



    .nab-faq
    {
        padding: 88px 0 105px;
    }

    .nab-faq .sp-title
    {
        margin-bottom: 75px;
    }

    .nab-faq .sp-question
    {
        background-position: right 25px center;
        font-size: 20px;
        line-height: normal;
        padding: 24px 73px 23px 30px;
    }

    .nab-faq .sp-question span
    {
        position: static;
    }

    .nab-faq .sp-answer
    {
        font-size: 18px;
        line-height: 120%;
    }

    .nab-faq .sp-answer span
    {
        font-size: 20px;
    }
    .nab-faq .sp-question:after {
        right: 25px;
    }

    .template-nab .sp-controls .sp-button {
        width: 83px;
        height: 83px;
    }

    .template-nab .sp-wrap h3.add-title{
        margin-bottom: 40px;
        font-size: 48px;
        line-height: 57px;
    }
}


@media (max-width: 720px)
{
    .nab-hero .sp-dec
    {
        max-height: 900px;
    }

    .nab-hero .sp-wrap
    {
        flex-direction: column;
        margin-bottom: -104px;
    }

    .nab-hero .sp-text
    {
        max-width: none;
        margin-bottom: 60px;
    }

    .nab-hero .sp-image-wrap
    {
        display: none;
    }

    .nab-hero .sp-image-wrap-mob
    {
        display: flex;
        width: 100vw;
        padding-bottom: 20px;
        position: relative;
        left: -60px;
    }

    .nab-hero .sp-image-wrap-mob img
    {
        height: auto;
        width: 100%;
    }

    .nab-hero .sp-who
    {
        max-width: none;
        padding: 50px 0 157px;
    }

    .nab-hero .sp-who .sp-inner-dec
    {
        left: -60px;
        width: 100vw;
    }

    .nab-hero .sp-mission
    {
        padding: 20px 20px 0 20px;
        position: relative;
        bottom: 104px;
        left: 0;
    }

    .nab-hero .sp-mission-wrap
    {
        padding: 43px 48px 46px;
        width: auto;
    }

    .nab-values
    {
        padding-top: 60px;
    }


    .nab-leadership .sp-wrap
    {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .nab-leadership .sp-controls
    {
        display: flex;
        flex-direction: column;
        gap: 16px;
        position: absolute;
        bottom: auto;
        top: 20%;
        right: 30px;
        transform: translateY(-20%);
        z-index: 5;
    }

    .nab-leadership .sp-controls .sp-prev
    {
        transform: rotate(90deg);
    }

    .nab-leadership .sp-cards-wrap{
        padding-bottom: 120px !important;
    }

    .nab-leadership .sp-cards.main-cards{
        max-height: ;
    }

    .nab-leadership .sp-controls .sp-next
    {
        margin-left: 0 !important;
        transform: rotate(270deg) !important;
    }

    .nab-leadership .sp-cards-wrap
    {
        padding: 68px 0 30px;
        position: relative;
    }
    .template-nab .sp-wrap.add-persons{
        padding-top: 65px;
    }

    .template-nab .sp-wrap h3.add-title{
        font-size: 36px;
        line-height: normal;
    }

    .nab-leadership .sp-title
    {
        margin-bottom: 13px;
    }

    .nab-leadership .sp-text
    {
        margin-bottom: 30px;
    }

    .nab-leadership .sp-card
    {
        border: none;
        padding-top: 21px;
        width: 100%;
        position: static !important;
    }

    .nab-leadership .sp-card-image
    {
        height: 216px;
    }

    .nab-leadership .sp-card-about
    {
        font-size: 14px;
        line-height: 120%;
    }

    .nab-leadership .sp-card-wrap
    {
        min-height: auto;
        padding: 20px 20px 29px;
    }
}


@media (max-width: 576px)
{
    .template-nab
    {
        font-size: 18px;
        line-height: 120%;
    }

    .template-nab .sp-mob
    {
        display: block;
    }

    .template-nab .sp-wrap
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .template-nab h2
    {
        font-size: 36px;
        line-height: 96%;
    }

    .template-nab .sp-controls .sp-button
    {
        height: 50px;
        width: 50px;
    }


    .nab-hero .sp-left
    {
        padding-top: 57px;
    }

    .nab-hero .sp-page-title
    {
        font-size: 32px;
        line-height: 120%;
        margin-bottom: 17px;
    }

    .nab-hero .sp-text
    {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        margin-bottom: 60px;
    }

    .nab-hero .sp-tab-fix
    {
        padding-right: 0;
    }

    .nab-hero .sp-who-title
    {
        margin-bottom: 20px;
    }

    .nab-hero .sp-who .sp-inner-dec
    {
        left: -30px;
    }

    .nab-hero .sp-who-text p
    {
        margin-bottom: 11px;
    }

    .nab-hero .sp-image-wrap-mob
    {
        left: -30px;
    }


    .nab-values
    {
        padding-top: 86px;
        padding-bottom: 41px;
    }

    .nab-values .sp-title-wrap
    {
        padding-right: 0;
    }

    .nab-values .sp-wrap
    {
        flex-direction: column;
    }

    .nab-values .sp-title
    {
        margin-bottom: 27px;
    }

    .nab-values .sp-text
    {
        margin-bottom: 40px;
    }

    .nab-values .sp-slider-nav .slick-list
    {
        max-width: calc(100% - 44px);
    }

    .nab-values .sp-controls
    {
        position: static;
    }

    .nab-values .sp-controls .sp-button
    {
        margin-left: 0 !important;
        margin-right: 16px;
    }

    .nab-values .sp-nav-item
    {
        min-height: auto;
        padding: 78px 22px 77px;
        width: 195px;
    }

    .nab-values .sp-slider-nav
    {
        margin-bottom: 31px;
    }

    .nab-values .sp-list-title
    {
        font-size: 24px;
        line-height: 120%;
    }

    .nab-values .sp-desc-title
    {
        font-size: 24px;
        line-height: 120%;
    }

    .nab-values .sp-desc-text
    {
        font-size: 18px;
        line-height: 120%;
    }


    .nab-leadership .sp-title
    {
        font-size: 36px;
        line-height: 96%;
        max-width: 185px;
    }

    .nab-leadership .sp-title-wrap
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .nab-leadership .sp-bg
    {
        display: none;
    }

    .nab-leadership .sp-bg.sp-mob
    {
        display: block;
    }


    .nab-customers
    {
        padding-bottom: 45px;
    }

    .nab-customers .sp-title-wrap
    {
        padding-top: 62px;
        padding-bottom: 14px;
    }

    .nab-customers .sp-items
    {
        padding-top: 27px;
    }

    .nab-customers .sp-item
    {
        /*margin-bottom: 0;*/
        min-height: 50px;
        width: calc(33.333% - 24px);
    }

    .nab-customers .sp-img-wrap img
    {
        width: 75%;
    }


    .nab-map
    {
        padding-bottom: 0;
    }

    .nab-map .sp-title
    {
        margin-bottom: 14px;
        padding: 0 50px;
    }

    .nab-map .sp-map
    {
        display: none;
    }

    .nab-map .sp-map-mob
    {
        margin: 0 9px 16px;
        width: calc(100% - 18px);
    }

    .nab-map .sp-markers
    {
        display: flex;
        flex-wrap: wrap;
        padding: 0 33px;
        justify-content: space-between;
    }

    .nab-map .sp-marker
    {
        color: #F9F3ED;
        margin-bottom: 17px;
        width: 29%;
    }

    .nab-map .sp-marker-name
    {
        color: #F89D6A;
        font-size: 14px;
        font-weight: 500;
        line-height: 14px;
        text-align: center;
    }

    .nab-map .sp-marker-num
    {
        font-size: 14px;
        font-weight: 400;
        line-height: 19.2px;
        text-align: center;
    }

    .nab-map .sp-marker-num b
    {
        font-weight: 500;
    }


    .nab-testimonials
    {
        padding: 78px 0 61px;
    }

    .nab-testimonials .sp-title
    {
        margin-bottom: 51px;
    }

    .nab-testimonials .sp-controls
    {
        display: flex;
        justify-content: space-between;
        padding: 0 30px;
        position: static;
        transform: none;
        width: 100%;
    }

    .nab-testimonials .sp-controls .sp-button
    {
        margin: 0;
    }

    .nab-testimonials .sp-wrap
    {
        padding-left: 0;
        padding-right: 0;
    }

    .nab-testimonials .slick-track
    {
        display: flex;
        align-items: flex-start;
    }

    .nab-testimonials .sp-items
    {
        margin-bottom: 30px;
    }

    .nab-testimonials .sp-item
    {
        margin: 0 30px;
        padding: 0 20px 30px;
    }

    .nab-testimonials .sp-top
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 0;
        margin-top: -25px;
        margin-bottom: 16px;
    }

    .nab-testimonials .sp-photo
    {
        margin-bottom: 6px;
        position: relative;
        top: 0;
        left: 0;
    }

    .nab-testimonials .sp-name
    {
        font-size: 16px;
        line-height: 24px;
    }

    .nab-testimonials .sp-pos
    {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .nab-testimonials .sp-comment
    {
        font-size: 16px;
        line-height: 24px;
    }


    .nab-engagement
    {
        padding-bottom: 60px;
    }

    .nab-engagement .sp-title
    {
        line-height: 96%;
        margin-bottom: 20px;
    }

    .nab-engagement .sp-text
    {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .nab-engagement .sp-video
    {
        width: 100%;
    }

    .nab-engagement .sp-video-wrap
    {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .nab-engagement .sp-controls
    {
        bottom: 30px;
    }

    .nab-engagement .slick-slider
    {
        padding-bottom: 70px;
    }


    .nab-impact
    {
        padding-bottom: 49px;
    }

    .nab-impact .sp-title
    {
        margin-bottom: 20px;
    }

    .nab-impact .sp-card
    {
        padding: 39px 30px 38px;
    }

    .nab-impact .sp-card-image
    {
        height: auto;
        padding-bottom: 20px;
    }

    .nab-impact .sp-card-image img
    {
        height: auto;
        width: auto;
        max-height: 65px;
        max-width: 154px;
    }


    .nab-impact .sp-cards
    {
        gap: 20px
    }

    .nab-impact .sp-card-title
    {
        font-size: 20px;
        line-height: 120%;
    }

    .nab-impact .sp-card-list
    {
        font-size: 16px;
        line-height: normal;
    }

    .nab-impact .sp-card-list-item
    {
        margin-bottom: 8px;
    }


    .nab-faq
    {
        padding: 76px 0 70px;
    }

    .nab-faq .sp-title
    {
        margin-bottom: 55px;
    }

    .nab-faq .sp-question
    {
        background-position: right center;
        font-size: 16px;
        line-height: normal;
        padding: 15px 100px 14px 0;
    }

    .nab-faq .sp-answer
    {
        font-size: 16px;
        line-height: 120%;
        margin-bottom: 15px;
        padding-top: 0;
    }

    .nab-faq .sp-answer span
    {
        font-size: 16px;
    }
    .nab-faq .sp-question:after {
        right: 0px;
    }
    .nab-faq .sp-question:after {
        right: 0px;
    }
    .nab-hero .sp-text {
        width: 300px;
        max-width: 100%;
    }
}