/* Screen Size xxl */
@media only screen and (min-width: 1400px) {
    .header-template {
        display: grid;
        grid-template-rows: repeat(12, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .header-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .header-design-2 {
        grid-row: 4;
        grid-column: 14 / all;
        background: #FFF;
        margin-top: -2.3% !important;
        margin-left: 1.1% !important;
        box-shadow: inset 0px 2px 0px 0 #0D0D0D,
            inset 0 2.5px 0px 0px #1B1B1B,
            inset 0 3px 0px 0px #292929,
            inset 0 3.5px 0px 0px #363737,
            inset 0 4px 0px 0px #444545,
            inset 0 4.5px 0px 0px #525353,
            inset 0 5px 0px 0px #606161,
            inset 0 5.5px 0px 0px #767777,
            inset 0 6px 0px 0px #8D8E8E,
            inset 0 6.5px 0px 0px #A4A4A4,
            inset 0 7px 0px 0px #BABBBB,
            inset 0 7.5px 0px 0px #D1D1D1,
            inset 0 8px 0px 0px #E8E8E8;
        opacity: .5;
        z-index: -1;

    }

    .header-logo {
        grid-row: 3;
        grid-column: 4 / 9;
    }

    .header-back {
        grid-row: +2;
        grid-column: -4 / -2;
    }

    .header-menu {
        grid-row: 7;
        grid-column: 13 / all;
        font-size: xx-large;
    }

    .header-menu-item {
        cursor: pointer;
    }

    .body-template {
        display: grid;
        grid-template-rows: repeat(30, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .display-image-header-0 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-1 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-2 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-3 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-text-header-0 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-1 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-2 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-3 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-body-0-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-0 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-0-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .display-text-body-1-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-1 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-1-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .display-text-body-2-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-2 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-2-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .display-text-body-3-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-3 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-3-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .statistics-header {
        margin-left: 5% !important;
        font-size: xx-large;
    }

    .statistics-design {
        background: #C9C9C9;
        border-radius: 1px 300px 1px 1px;
        border: solid 0px #FFF;
        color: #231F20;
    }

    .statistics-text {
        font-size: xx-large;
    }

    .statistics-text-0 {
        font-size: 10vh;
    }

    .statistics-text-1 {
        font-size: 10vh;
    }

    .statistics-text-2 {
        font-size: 10vh;
    }

    .footer-template {
        display: grid;
        grid-template-rows: repeat(10, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .footer-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .footer-copy {
        grid-row: -1;
        grid-column: +15 / -25;
        font-size: large;
        color: #231F20;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pageclick {
        cursor: pointer;
    }

    .lightbox {
        align-content: center;
        align-items: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: fixed !important;
        top: 0 !important;
    }

    #lightboxOverlay {
        height: 100% !important;
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100% !important;
    }

    .lb-outerContainer {
        margin: auto;
    }

    .lb-image {
        margin: auto;
    }

    .lb-close {
        bottom: 100%;
        position: fixed;
        right: 3%;
        top: 30px;
    }
}

/* Screen Size xl */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-template {
        display: grid;
        grid-template-rows: repeat(10, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .header-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .header-design-2 {
        grid-row: 4;
        grid-column: 14 / all;
        background: #FFF;
        margin-top: -2.3% !important;
        margin-left: 1.1% !important;
        box-shadow: inset 0px 2px 0px 0 #0D0D0D,
            inset 0 2.5px 0px 0px #1B1B1B,
            inset 0 3px 0px 0px #292929,
            inset 0 3.5px 0px 0px #363737,
            inset 0 4px 0px 0px #444545,
            inset 0 4.5px 0px 0px #525353,
            inset 0 5px 0px 0px #606161,
            inset 0 5.5px 0px 0px #767777,
            inset 0 6px 0px 0px #8D8E8E,
            inset 0 6.5px 0px 0px #A4A4A4,
            inset 0 7px 0px 0px #BABBBB,
            inset 0 7.5px 0px 0px #D1D1D1,
            inset 0 8px 0px 0px #E8E8E8;
        opacity: .5;
        z-index: -1;

    }

    .header-logo {
        grid-row: 3;
        grid-column: 3 / 8;
    }

    .header-back {
        grid-row: +2;
        grid-column: -4 / -2;
    }

    .header-menu {
        grid-row: 6;
        grid-column: 13 / all;
        font-size: xx-large;
    }

    .header-menu-item {
        cursor: pointer;
    }

    .body-template {
        display: grid;
        grid-template-rows: repeat(30, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .display-image-header-0 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-1 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-2 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-3 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-text-header-0 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-1 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-2 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-3 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: x-large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-body-0-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-0 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-0-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .display-text-body-1-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-1 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-1-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .display-text-body-2-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-2 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-2-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .display-text-body-3-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-3 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-3-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
    }

    .statistics-header {
        margin-left: 5% !important;
        font-size: xx-large;
    }

    .statistics-design {
        background: #C9C9C9;
        border-radius: 1px 300px 1px 1px;
        border: solid 0px #FFF;
        color: #231F20;
    }

    .statistics-text {
        font-size: xx-large;
    }

    .statistics-text-0 {
        font-size: 10vh;
    }

    .statistics-text-1 {
        font-size: 10vh;
    }

    .statistics-text-2 {
        font-size: 10vh;
    }

    .footer-template {
        display: grid;
        grid-template-rows: repeat(10, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .footer-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .footer-copy {
        grid-row: -1 / all;
        grid-column: +15 / -20;
        font-size: large;
        color: #231F20;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pageclick {
        cursor: pointer;
    }

    .lightbox {
        align-content: center;
        align-items: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: fixed !important;
        top: 0 !important;
    }

    #lightboxOverlay {
        height: 100% !important;
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100% !important;
    }

    .lb-outerContainer {
        margin: auto;
    }

    .lb-image {
        margin: auto;
    }

    .lb-close {
        bottom: 100%;
        position: fixed;
        right: 3%;
        top: 30px;
    }
}

/* Screen Size lg */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-template {
        display: grid;
        grid-template-rows: repeat(10, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .header-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .header-design-2 {
        grid-row: 4;
        grid-column: 14 / all;
        background: #FFF;
        margin-top: -2.3% !important;
        margin-left: 1.1% !important;
        box-shadow: inset 0px 2px 0px 0 #0D0D0D,
            inset 0 2.5px 0px 0px #1B1B1B,
            inset 0 3px 0px 0px #292929,
            inset 0 3.5px 0px 0px #363737,
            inset 0 4px 0px 0px #444545,
            inset 0 4.5px 0px 0px #525353,
            inset 0 5px 0px 0px #606161,
            inset 0 5.5px 0px 0px #767777,
            inset 0 6px 0px 0px #8D8E8E,
            inset 0 6.5px 0px 0px #A4A4A4,
            inset 0 7px 0px 0px #BABBBB,
            inset 0 7.5px 0px 0px #D1D1D1,
            inset 0 8px 0px 0px #E8E8E8;
        opacity: .5;
        z-index: -1;

    }

    .header-logo {
        grid-row: 3;
        grid-column: 3 / 7;
    }

    .header-back {
        grid-row: +2;
        grid-column: -4 / -2;
    }

    .header-menu {
        grid-row: 7;
        grid-column: 9 / all;
        font-size: x-large;
    }

    .header-menu-item {
        cursor: pointer;
    }

    .body-template {
        display: grid;
        grid-template-rows: repeat(30, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .display-image-header-0 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-1 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-2 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-3 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-text-header-0 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-1 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-2 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-3 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-body-0-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 80px;
    }

    .display-text-body-0 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-0-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-1-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 80px;
    }

    .display-text-body-1 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-1-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-2-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 80px;
    }

    .display-text-body-2 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-2-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-3-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 80px;
    }

    .display-text-body-3 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-3-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .statistics-header {
        margin-left: 5% !important;
        font-size: x-large;
    }

    .statistics-design {
        background: #C9C9C9;
        border-radius: 1px 300px 1px 1px;
        border: solid 0px #FFF;
        color: #231F20;
    }

    .statistics-text {
        font-size: x-large;
    }

    .statistics-text-0 {
        font-size: 8vh;
    }

    .statistics-text-1 {
        font-size: 8vh;
    }

    .statistics-text-2 {
        font-size: 8vh;
    }

    .footer-template {
        display: grid;
        grid-template-rows: repeat(7, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .footer-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .footer-copy {
        grid-row: -1 / all;
        grid-column: +10 / -15;
        font-size: large;
        color: #231F20;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pageclick {
        cursor: pointer;
    }

    .lightbox {
        align-content: center;
        align-items: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: fixed !important;
        top: 0 !important;
    }

    #lightboxOverlay {
        height: 100% !important;
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100% !important;
    }

    .lb-outerContainer {
        margin: auto;
    }

    .lb-image {
        margin: auto;
    }

    .lb-close {
        bottom: 100%;
        position: fixed;
        right: 3%;
        top: 30px;
    }
}

/* Screen Size md */
@media only screen and (min-width: 769px) and (max-width: 991px) {
    .header-template {
        display: grid;
        grid-template-rows: repeat(7, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .header-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .header-design-2 {
        grid-row: 4;
        grid-column: 14 / all;
        background: #FFF;
        margin-top: -2.3% !important;
        margin-left: 1.1% !important;
        box-shadow: inset 0px 2px 0px 0 #0D0D0D,
            inset 0 2.5px 0px 0px #1B1B1B,
            inset 0 3px 0px 0px #292929,
            inset 0 3.5px 0px 0px #363737,
            inset 0 4px 0px 0px #444545,
            inset 0 4.5px 0px 0px #525353,
            inset 0 5px 0px 0px #606161,
            inset 0 5.5px 0px 0px #767777,
            inset 0 6px 0px 0px #8D8E8E,
            inset 0 6.5px 0px 0px #A4A4A4,
            inset 0 7px 0px 0px #BABBBB,
            inset 0 7.5px 0px 0px #D1D1D1,
            inset 0 8px 0px 0px #E8E8E8;
        opacity: .5;
        z-index: -1;

    }

    .header-logo {
        grid-row: 2;
        grid-column: 3 / 6;
    }

    .header-back {
        grid-row: +1;
        grid-column: -4 / -2;
    }

    .header-menu {
        grid-row: 5;
        grid-column: 6 / all;
        font-size: large;
    }

    .header-menu-item {
        cursor: pointer;
    }

    .body-template {
        display: grid;
        grid-template-rows: repeat(30, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .display-image-header-0 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-1 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-2 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-3 {
        background: #606161;
        border-radius: 30px 100px 30px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-text-header-0 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-1 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-2 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-3 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: large;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-body-0-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-0 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-0-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-1-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-1 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-1-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-2-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-2 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-2-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-3-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 100px;
    }

    .display-text-body-3 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-3-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .statistics-header {
        margin-left: 5% !important;
        font-size: large;
    }

    .statistics-design {
        background: #C9C9C9;
        border-radius: 1px 300px 1px 1px;
        border: solid 0px #FFF;
        color: #231F20;
    }

    .statistics-text {
        font-size: large;
    }

    .statistics-text-0 {
        font-size: 7vh;
    }

    .statistics-text-1 {
        font-size: 7vh;
    }

    .statistics-text-2 {
        font-size: 7vh;
    }

    .footer-template {
        display: grid;
        grid-template-rows: repeat(7, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .footer-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .footer-copy {
        grid-row: -2 / all;
        grid-column: +9 / -15;
        font-size: small;
        color: #231F20;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pageclick {
        cursor: pointer;
    }

    .lightbox {
        align-content: center;
        align-items: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: fixed !important;
        top: 0 !important;
    }

    #lightboxOverlay {
        height: 100% !important;
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100% !important;
    }

    .lb-outerContainer {
        margin: auto;
    }

    .lb-image {
        margin: auto;
    }

    .lb-close {
        bottom: 100%;
        position: fixed;
        right: 3%;
        top: 30px;
    }
}

/* Screen Size sm */
@media only screen and (min-width: 576px) and (max-width: 768px) {
    .header-template {
        display: grid;
        grid-template-rows: repeat(5, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .header-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .header-design-2 {
        grid-row: 4;
        grid-column: 14 / all;
        background: #FFF;
        margin-top: -2.3% !important;
        margin-left: 1.1% !important;
        box-shadow: inset 0px 2px 0px 0 #0D0D0D,
            inset 0 2.5px 0px 0px #1B1B1B,
            inset 0 3px 0px 0px #292929,
            inset 0 3.5px 0px 0px #363737,
            inset 0 4px 0px 0px #444545,
            inset 0 4.5px 0px 0px #525353,
            inset 0 5px 0px 0px #606161,
            inset 0 5.5px 0px 0px #767777,
            inset 0 6px 0px 0px #8D8E8E,
            inset 0 6.5px 0px 0px #A4A4A4,
            inset 0 7px 0px 0px #BABBBB,
            inset 0 7.5px 0px 0px #D1D1D1,
            inset 0 8px 0px 0px #E8E8E8;
        opacity: .5;
        z-index: -1;

    }

    .header-logo {
        grid-row: 2;
        grid-column: 3 / 5;
    }

    .header-back {
        grid-row: +1;
        grid-column: -3;
    }

    .header-menu {
        grid-row: 4;
        grid-column: 5 / all;
        font-size: medium;
    }

    .header-menu-item {
        cursor: pointer;
    }

    .body-template {
        display: grid;
        grid-template-rows: repeat(30, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .display-image-header-0 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-1 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-2 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-3 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-text-header-0 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-1 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-2 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-3 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-body-0-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 70px;
    }

    .display-text-body-0 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-0-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-1-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 70px;
    }

    .display-text-body-1 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-1-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-2-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 70px;
    }

    .display-text-body-2 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-2-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .display-text-body-3-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 70px;
    }

    .display-text-body-3 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-3-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        font-size: small;
    }

    .statistics-header {
        margin-left: 5% !important;
        font-size: large;
    }

    .statistics-design {
        background: #C9C9C9;
        border-radius: 1px 300px 1px 1px;
        border: solid 0px #FFF;
        color: #231F20;
    }

    .statistics-text {
        font-size: large;
    }

    .statistics-text-0 {
        font-size: 6vh;
    }

    .statistics-text-1 {
        font-size: 6vh;
    }

    .statistics-text-2 {
        font-size: 6vh;
    }

    .footer-template {
        display: grid;
        grid-template-rows: repeat(6, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .footer-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .footer-copy {
        grid-row: -2 / all;
        grid-column: +15 / -25;
        font-size: small;
        color: #231F20;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pageclick {
        cursor: pointer;
    }

    .lightbox {
        align-content: center;
        align-items: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: fixed !important;
        top: 0 !important;
    }

    #lightboxOverlay {
        height: 100% !important;
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100% !important;
    }

    .lb-outerContainer {
        margin: auto;
    }

    .lb-image {
        margin: auto;
    }

    .lb-close {
        bottom: 100%;
        position: fixed;
        right: 3%;
        top: 30px;
    }
}

/* Screen Size xs */
@media only screen and (max-width: 575px) {
    .header-template {
        display: grid;
        grid-template-rows: repeat(3, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .header-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .header-design-2 {
        grid-row: 4;
        grid-column: 14 / all;
        background: #FFF;
        margin-top: -2.3% !important;
        margin-left: 1.1% !important;
        box-shadow: inset 0px 2px 0px 0 #0D0D0D,
            inset 0 2.5px 0px 0px #1B1B1B,
            inset 0 3px 0px 0px #292929,
            inset 0 3.5px 0px 0px #363737,
            inset 0 4px 0px 0px #444545,
            inset 0 4.5px 0px 0px #525353,
            inset 0 5px 0px 0px #606161,
            inset 0 5.5px 0px 0px #767777,
            inset 0 6px 0px 0px #8D8E8E,
            inset 0 6.5px 0px 0px #A4A4A4,
            inset 0 7px 0px 0px #BABBBB,
            inset 0 7.5px 0px 0px #D1D1D1,
            inset 0 8px 0px 0px #E8E8E8;
        opacity: .5;
        z-index: -1;

    }

    .header-logo {
        grid-row: 1;
        grid-column: 2 / 4;
        margin-top: 20% !important;;
    }

    .header-back {
        grid-row: +1;
        grid-column: -3;
    }

    .header-menu {
        grid-row: 3;
        grid-column: 5 / all;
        font-size: small;
        margin-top: 3% !important;
        font-weight: bold;
    }

    .header-menu-item {
        cursor: pointer;
    }

    .body-template {
        display: grid;
        grid-template-rows: repeat(30, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .display-image-header-0 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-1 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-2 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-image-header-3 {
        background: #606161;
        border-radius: 10px 30px 10px 10px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #fafafa;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .display-text-header-0 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: xx-small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-1 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: xx-small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-2 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: xx-small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-header-3 {
        background: #C9C9C9;
        border-radius: 10px 10px 10px 30px;
        border: solid 0px #FFF;
        cursor: pointer;
        color: #231F20;
        font-size: xx-small;
        align-items: center;
        justify-content: center;
        text-align: center;
        z-index: 1;
    }

    .display-text-body-0-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 50px;
    }

    .display-text-body-0 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-0-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        word-wrap: break-word;
        font-size: xx-small;
    }

    .display-text-body-1-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 50px;
    }

    .display-text-body-1 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-1-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        word-wrap: break-word;
        font-size: xx-small;
    }

    .display-text-body-2-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 50px;
    }

    .display-text-body-2 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-2-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        word-wrap: break-word;
        font-size: xx-small;
    }

    .display-text-body-3-cover {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: -2;
        margin-top: -25% !important;
        height: 50px;
    }

    .display-text-body-3 {
        background-color: #EAEAEA;
        border: solid 0px #EAEAEA;
        color: #231F20;
        z-index: 1;
    }

    .display-text-body-3-text {
        padding-left: 10% !important;
        padding-right: 5% !important;
        word-wrap: break-word;
        font-size: xx-small;
    }

    .statistics-header {
        margin-left: 1% !important;
        font-size: small;
    }

    .statistics-design {
        background: #C9C9C9;
        border-radius: 1px 300px 1px 1px;
        border: solid 0px #FFF;
        color: #231F20;
    }

    .statistics-text {
        font-size: small;
    }

    .statistics-text-0 {
        font-size: 4vh;
        font-weight: bold;
    }

    .statistics-text-1 {
        font-size: 4vh;
        font-weight: bold;
    }

    .statistics-text-2 {
        font-size: 4vh;
        font-weight: bold;
    }

    .footer-template {
        display: grid;
        grid-template-rows: repeat(4, 25px);
        grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    }

    .footer-design {
        grid-row: 1 / all;
        grid-column: 1 / all;
        background-repeat: no-repeat;
    }

    .footer-copy {
        grid-row: -2 / all;
        grid-column: +15 / -25;
        font-size: xx-small;
        color: #231F20;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .pageclick {
        cursor: pointer;
    }

    .lightbox {
        align-content: center;
        align-items: center;
        height: 100%;
        display: flex;
        flex-direction: column;
        position: fixed !important;
        top: 0 !important;
    }

    #lightboxOverlay {
        height: 100% !important;
        left: 0;
        position: fixed !important;
        top: 0;
        width: 100% !important;
    }

    .lb-outerContainer {
        margin: auto;
    }

    .lb-image {
        margin: auto;
    }

    .lb-close {
        bottom: 100%;
        position: fixed;
        right: 3%;
        top: 30px;
    }
}

/* Magical Vision V3 restoration: keep mobile navigation above decorative spacers. */
.header-template .header-menu,
.header-template .header-logo,
.header-template .header-back,
.sub-header-template .sub-header-menu-1,
.sub-header-template .sub-header-logo,
.sub-header-template .sub-header-back {
    position: relative;
    z-index: 20;
}

.header-template .row[style*="height: 20px"],
.header-template + .row[style*="height: 20px"] {
    pointer-events: none;
}

.header-menu-item,
.pageclick {
    position: relative;
    z-index: 21;
    cursor: pointer;
    touch-action: manipulation;
}

.header-menu-item:focus-visible,
.pageclick:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.mv-nav-button,
.mv-icon-button,
.mv-text-button {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    padding: 0;
    margin: 0;
}

.mv-nav-button {
    width: 100%;
    min-height: 44px;
}

/* Magical Vision V3.0.4: routable portfolio links and empty states. */
a.pageclick,
a.pageclick:hover,
a.pageclick:active,
a.pageclick:visited {
    color: inherit;
    text-decoration: none;
}

.mv-empty-state {
    width: min(760px, calc(100% - 2rem));
    margin: 3rem auto;
    padding: 2rem;
    text-align: center;
}

.mv-empty-state h2 {
    margin-bottom: 0.75rem;
}

/* Magical Vision V5.2.1: place the desktop menu after the curve and below the shadow line. */
@media only screen and (min-width: 992px) {
    .header-template {
        position: relative;
    }

    .header-template .header-menu {
        position: absolute;
        top: clamp(112px, 9vw, 175px);
        left: 33%;
        right: 2%;
        grid-row: auto;
        grid-column: auto;
        margin: 0 !important;
        align-self: auto;
    }

    .header-template .header-menu > .row {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        align-items: center;
    }

    .header-template .header-menu-item,
    .header-template .sub-nav-header {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.1;
    }
}
