/** Shopify CDN: Minification failed

Line 748:72 Unexpected "{"

**/
:root {
    --site-padding: 24px;
    --br_color: #e6e6e6;
    /* --br_color: red; */
    --text_color: #808080;
    --title_color: #084d2d;
    --br_width: 1px;
}

@media (max-width: 767px) {
    :root {
        --site-padding: 20px;
        --br_width: 0.5px;
        --br_color: #CECECE;
    }
}

/* About Nav */
.about_nav-dropdown-desk {
    position: fixed;
    top: calc(50% + 28px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: auto;
    max-width: fit-content;
    z-index: 1;
    mix-blend-mode: difference;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about_nav-dropdown-desk .dropdown-toggle {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}

.about_nav-dropdown-desk .dropdown-toggle::after {
    content: initial;
}

.about_nav-dropdown-desk .dropdown-label,
.about_nav-dropdown-desk .dropdown-item {
    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0 !important;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #c0c0c0;
}

.about_nav-dropdown-desk .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    padding-top: 10px !important;
}

.about_nav-dropdown-desk li {
    padding: 0 0 12px;
}

.about_nav-dropdown-desk .dropdown-item.active,
.about_nav-dropdown-desk .dropdown-item:hover {
    background-color: transparent;
    color: white;
    font-weight: 200;
}

.about_nav-dropdown-desk .dropdown-item-li.active {
    display: none;
}

.about_nav-dropdown-desk .drop-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9px;
    height: 4.5px;
    transform: rotate(180deg);
    transition: all 0.5s;
    margin-top: -3px;
}

.about_nav-dropdown-desk .drop-svg svg path {
    stroke: #c0c0c0;
}

.about_nav-dropdown-desk .drop-svg svg {
    width: 100%;
    height: 100%;
}

.about_nav-dropdown-desk .dropdown-toggle.show .drop-svg {
    transform: rotate(0deg);
}

@media (max-width: 767px) {
    .about_nav-dropdown-desk {
        display: none;
    }
}

.about_nav-dropdown-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1;
    background-color: #ffffff;
    transition: all 0.5s;
}

.about_nav-dropdown-mob .dropdown-toggle {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    text-decoration: none;
    padding: 15px var(--site-padding);
}

.about_nav-dropdown-mob .dropdown-toggle::after {
    content: initial;
}

.about_nav-dropdown-mob .dropdown-label,
.about_nav-dropdown-mob .dropdown-item {
    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em !important;
    text-align: left;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: var(--title_color);
}

.about_nav-dropdown-mob .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    width: 100%;

    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 0 var(--site-padding) var(--site-padding);
    transform: none !important;
    position: initial !important;
    transition: all 0.5s;
    margin-bottom: -164px;
}

.about_nav-dropdown-mob .dropdown-menu.show {
    transform: none !important;
    position: initial !important;
    margin: 0;
}

.about_nav-dropdown-mob .dropdown-item.active,
.about_nav-dropdown-mob .dropdown-item:hover {
    background-color: transparent;
    color: var(--title_color);
}

.about_nav-dropdown-mob .dropdown-item-li.active {
    display: none;
}

.about_nav-dropdown-mob .drop-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 7px;
    transform: rotate(0deg);
    transition: all 0.5s;
    margin-top: -3px;
}

.about_nav-dropdown-mob .drop-svg svg {
    width: 100%;
    height: 100%;
}

.about_nav-dropdown-mob .drop-svg svg path {
    stroke: var(--title_color);
}

.about_nav-dropdown-mob .dropdown-toggle.show .drop-svg {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .about_nav-dropdown-mob {
        display: block;
    }
}

.site-main-about {
    padding-top: 24px;
}

@media (max-width: 767px) {
    .site-main-about {
        padding-top: 0;
    }
}

.about-grid-section,
.about-article-section {
    scroll-margin-top: calc(56px + 24px);
}

@media (max-width: 767px) {

    .about-grid-section,
    .about-article-section {
        scroll-margin-top: calc(56px + 0px);
    }

}

.about-details {
    border-bottom: var(--br_width) solid var(--br_color);
}

.about-article-section .about-banner-content {
    height: 100vh;
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
    max-height: 670px;
}

.about-article-section.full-height .about-banner-content {
    height: calc(100vh - 56px - 24px - 24px);
    max-height: 100%;
}

.about-article-section .about-banner-content img {
    border: var(--br_width) solid var(--br_color);
    /* border-right: var(--br_width) solid var(--br_color); */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-article-section .about-article-content {
    height: 100vh;
    max-height: 670px;
    padding-left: var(--site-padding);
    padding-right: var(--site-padding);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.about-article-section .about-article-content .article-desc {
    border-left: 1px solid var(--br_color);
    padding: 40px;
    color: var(--text_color);

    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0 !important;
}

.about-article-section .about-article-content .article-desc>*:last-child {
    margin: 0;
    padding: 0;
}

.about-article-section .about-article-content .article-quotes {
    border-left: var(--br_width) solid var(--br_color);
    border-right: var(--br_width) solid var(--br_color);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-article-section .about-article-content .quotes-content {
    color: var(--text_color);
    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0 !important;
}

.about-article-section .about-article-content .quotes-content>*:last-child {
    margin: 0;
    padding: 0;
}

.about-article-section .about-article-content .quotes-writer {
    color: var(--text_color);
    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0 !important;
}

.about-article-section .about-article-content .quotes-writer>*:last-child {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {

    .about-article-section .about-banner-content {
        height: auto;
        padding-left: 0;
        padding-right: 0;
        max-height: 100%;
        padding: 20px;
    }

     .about-article-section .about-banner-content img {
        height: auto;
        border: 0;
        /* border-right: 0; */
    }
    .about-article-section.full-height .about-banner-content img {
        height: 100%;
    }

    .about-article-section.full-height .about-banner-content {
        height: 100vh;
        padding: 0;
    }

    .about-article-section .about-article-content {
        height: auto;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
        border-bottom: var(--br_width) solid var(--br_color);
        border-left: var(--br_width) solid var(--br_color);
        border-right: var(--br_width) solid var(--br_color);
    }

    .about-article-section:last-child .about-article-content {
        border-bottom: 0;
    }

    .about-article-section .about-article-content .article-desc {
        border-left: 0;
        border-top: var(--br_width) solid var(--br_color);
        border-bottom: var(--br_width) solid var(--br_color);
        padding: 20px;
    }

    .about-article-section.full-height .about-article-content .article-desc {
        border-top: 0;
    }

    .about-article-section .about-article-content .article-quotes {
        border-left: 0;
        border-right: 0;
        padding: 20px;
    }
}

/* Grid */
.about-grid {
    border-top: var(--br_width) solid var(--br_color);
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.about-grid .about_grid-item {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    border-left: var(--br_width) solid var(--br_color);
    border-bottom: var(--br_width) solid var(--br_color);
    cursor: pointer;
}

.about-grid .about_grid-item.landscape {
    grid-column: 2 span;
}

@media (min-width: 768px) {
    .about-grid .about_grid-item:first-child {
        border-left: 0;
    }

    .about-grid .about_grid-item:nth-child(n + 6) {
        /* border-left: 0; */
    }
}

.about-grid .item-img_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

.about-grid .item-img_wrapper img {
    width: 100%;
    height: 100%;
}

.about-grid .item-img_wrapper.audio-wrapper {
    background-color: #084D2D;
    display:flex;
    justify-content:center;
    align-items:center;
}
.about-grid .item-img_wrapper .audio-icon {
    width: 32px;
    height: 32px;
}

.about-grid .about_grid-item.landscape .item-img_wrapper {
    aspect-ratio: 9/4;
}

.about-grid .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-grid .play-btn .play-icon {
    width: 32px;
    height: 32px;
}

.about-grid .item-article {
    display: flex;
    align-items: center;
    gap: 5px;
}

.about-grid .article-title {
    color: var(--title_color);

    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0 !important;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
}

.about-grid .article-title::after {
    content: "|";
    padding-left: 2px;
    padding-right: 4px;
    margin-top: -1px;
    color: var(--text_color);

    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0 !important;

    text-transform: uppercase;
    display: inline-flex;
    width: 1px;
}

@media (max-width: 767px){
    .about-grid .article-title:after{
          padding-right: 5px;
    }
}

.about-grid .article-year {
    color: var(--text_color);

    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0 !important;
    vertical-align: middle;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: repeat(2, 1fr);
        border-right: var(--br_width) solid var(--br_color);
    }

    .about-grid .about_grid-item {
        padding: 20px;
    }

    /* .about-grid .item-img_wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: initial;
    }
    .about-grid .about_grid-item.landscape .item-img_wrapper {
        aspect-ratio: initial;
    } */
}

/* Modal */

:root {
    --modal-bg_color: #084d2d;
    --modal-header_color: #ffffff;
}

.about-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    background-color: var(--modal-bg_color);
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.about-modal.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.about-modal-content {
    padding: 0 var(--site-padding);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* gap: var(--site-padding); */
}

.about_modal-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: var(--site-padding);
    align-items: center;
    position: absolute;
    top: 56px;
    left: var(--site-padding);
    width:calc(100% -  2 * var(--site-padding));
    z-index: 1000;
}

.about_modal-title {
    color: var(--modal-header_color);

    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0 !important;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
}

.about_modal-close {
    color: var(--modal-header_color);

    font-family: D-DIN Regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0 !important;
    text-align: right;
    vertical-align: middle;
    text-decoration: underline;
    text-transform: uppercase;

    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    margin: 0;
    background-color: transparent;
    cursor: pointer;

    transition: all 0.5s;
}

.about_modal-close:hover {
    opacity: 0.6;
}

.about_modal-close:active,
.about_modal-close :focus {
    box-shadow: none;
    outline: none;
}

.about_modal-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - (80px + 21px + var(--site-padding)));
}

.about_modal-body .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_modal-data {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_modal-data>* {
    width: 100%;
    height: 100%;
}

.about_modal-data .image-wrapper {
    width: auto;
    height: 690px;
    cursor: pointer;
    max-height: calc(100vh - 150px);
}

.about_modal-data .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_modal-data .video-wrapper {
    aspect-ratio: 16/9;
    max-width: 800px;
    width: 100%;
    width:auto;
    max-height: calc(100vh - 250px);
    min-width: 44%;
}

.about_modal-data .video-wrapper video {
    width: 100%;
    height: 100%;
}

.about_modal-data .youtube-wrapper {
    aspect-ratio: 16/9;
    /* max-width: 800px;
    width: 100%; */
    width:auto;
    max-height: calc(100vh - 250px);
    min-width: 44%;
}

.about_modal-data .youtube-wrapper iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .about_modal-header {
        top: 40px;
    }

    .about_modal-body .swiper-slide.swiper-slide-active {
          align-items: center;
           /* height: calc(100% - 0px) !important; */
    }
    .about_modal-body .swiper-slide {
        /* height: calc(100% - 30px) !important; */
        align-items: flex-start;
    }

    .about_modal-body .swiper-slide .contain-wrapper {
        margin-top: -40px;
    }

     .about_modal-body .swiper-slide.swiper-slide-active .contain-wrapper {
        margin-top: 0px;
        display: flex;
        align-items: center;
     }

    .about_modal-data .image-wrapper {
        width: auto;
        max-height: 427px;
        height: auto;
        min-width: calc(100% + 4px);
        max-height: calc(100% - 140px);
    }

    .about_modal-data .youtube-wrapper,
    .about_modal-data .video-wrapper { 
        min-height: calc(100% - 40px);
        min-width: 100%;
        aspect-ratio: initial;
        display: flex;
        align-items: flex-start;


        height: 100%;
        min-height: calc(100% - 4*40px);
    }
    
    .about_modal-body .swiper-slide.swiper-slide-active .youtube-wrapper, 
    .about_modal-body .swiper-slide.swiper-slide-active .video-wrapper, {
        align-items: center;

    }

    .about-modal-content {
        padding: 0px var(--site-padding) 0;
    }

    .about_modal-title {
        font-size: 13px;
    }

    .about_modal-close {
        font-size: 13px;
    }

    .about_modal-body {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(100vh - (40px + 21px + var(--site-padding)));
    }
}