.topnav {
    font-size: .8rem;
    position: sticky;
    z-index: 999;
}

.header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.navigation > li {
    position: relative;
}

.navigation > li > a {
    height: 110px;
    line-height: 110px;
    color: #555;
    font-weight: 500;
    display: block;
    padding: 0 5px;
}

.navigation > li > a > i {
    font-size: .8rem;
}

.navigation > li > a:hover {
    color: #111;
}

.navigation > li.active > a {
    border-bottom: 4px solid #F97316;
}

.navigation > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    white-space: nowrap;
    padding: 5px 0;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 10px 50px -20px #0003;
}

.navigation > li:last-child > ul {
    left: auto;
    right: 0;
}

.navigation > li:hover > ul {
    display: block;
}

.navigation > li > ul > li > a {
    padding: 5px 15px;
    display: block;
    color: #555;
}

.navigation > li > ul > li > a:hover {
    background: #f5f5f5;
    color: #111;
}

.section-heading {
    position: relative;
}

.section-heading .bg-slate {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.section-heading .bg-slate:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    bottom: 0;
    left: 0;
    background: #1E3A8A;
    transform: skewY(-8deg);
    transform-origin: bottom left;
}

.section-heading .bg-slate-blue:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    bottom: 0;
    left: 0;
    background: #1E3A8A;
    transform: skewY(-8deg);
    transform-origin: bottom left;
}

.section-heading .bg-slate-red:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    bottom: 0;
    left: 0;
    background: rgb(127 29 29);
    transform: skewY(-8deg);
    transform-origin: bottom left;
}

.section-heading .bg-slate-green:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    bottom: 0;
    left: 0;
    background: rgb(20 83 45);
    transform: skewY(-8deg);
    transform-origin: bottom left;
}

.section-heading .bg-slate-yellow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    bottom: 0;
    left: 0;
    background: rgb(249 115 22);
    transform: skewY(-8deg);
    transform-origin: bottom left;
}

.article p {
    margin-bottom: 15px;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
    font-weight: bold;
    line-height: 1.8;
}

.article h1 {
    font-size: 2rem;
    /*font-size: 40px;
    line-height: 48px;*/
}

.article h2 {
    font-size: 1.8rem;
    /*font-size: 32px;
    line-height: 38px;*/
}

.article h3 {
    font-size: 1.6rem;
    /*font-size: 28px;
    line-height: 34px;*/
}

.article h4 {
    font-size: 1.4rem;
    /*font-size: 24px;
    line-height: 29px;*/
}

.article h5 {
    font-size: 1.2rem;
    /*font-size: 20px;
    line-height: 24px;*/
}

.article h6 {
    font-size: 1rem;
    /*font-size: 16px;
    line-height: 19px;*/
}

.article ul,
.article ol {
    list-style: initial;
    margin-left: 1.2rem;
}

.article li {
    margin-bottom: 1rem;
}

.text-justify {
    text-align: justify;
}

.video-container {
    /* background-color: blue; */
    /* height: 111vh; */
    pointer-events: none;
    left: 0;
    right: 0;
    top: 0;
    background-attachment: scroll;
    background-color: transparent;
    background-image: inherit;
    background-size: cover;
    z-index: 0;
    background-position: 50% 0;
}
.video-wrapper {
    /* background-color: red; */
    /* height: 125vh; */
    overflow: hidden;
    pointer-events: none;
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.video-object {
    max-width: 1000%;
    margin-top: 0;
    width: 100%;
    height: 110vh;
}

.form-select {
    padding: 3px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-size: .90rem;
}
.form-input {
    padding: 3px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    font-size: .90rem;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1140px !important;
    }
}
@media (max-width: 375px) {
    .video-object {
        height: 32vh;
    }
}
@media (min-width: 376px) and (max-width: 420px) {
    .video-object {
        height: 26vh;
    }
}
@media (min-width: 421px) and (max-width: 670px) {
    .video-object {
        height: 100vh;
    }
}
@media (min-width: 671px) and (max-width: 760px) {
    .video-object {
        height: 125vh;
    }
}
@media (min-width: 761px) and (max-width: 820px) {
    .video-object {
        height: 40vh;
    }
}
@media (min-width: 821px) and (max-width: 1180px) {
    .video-object {
        height: 81vh;
    }
}
/* @media (max-width: 1280px) {
    .video-container {
        height: 82vh;
    }
    .video-wrapper {
        height: 100%;
    }
    .video-object {
        margin-top: 155px;
        height: 81vh;
    }
}
@media (max-width: 860px) {
    .video-container {
        height: 40vh;
    }
    .video-wrapper {
        height: 55%;
    }
    .video-object {
        margin-top: 155px;
        height: 40vh;
    }
}
@media (max-width: 390px) {
    .video-container {
        height: 28vh;
    }
    .video-wrapper {
        height: 53%;
    }
    .video-object {
        margin-top: 183px;
        height: 28vh;
    }
}
@media (min-width: 391px) and (max-width: 780px) {
    .video-container {
        height: 118vh;
    }
    .video-wrapper {
        height: 166%;
    }
    .video-object {
        margin-top: 90px;
        height: 167vh;
    }
} */
@media (max-width: 768px) {
    .offcanvas {
        position: fixed;
        inset: 0;
        background: #fff;
        z-index: 100;
    }

    .navigation > li > a {
        height: auto;
        line-height: 1;
        padding: 15px;
        border-bottom: 1px solid #f8f8f8;
        display: flex;
        justify-content: space-between;
    }

    .navigation > li > ul {
        position: relative;
        inset: auto;
        box-shadow: none;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background: #0f172a;
        color: #aaa;
    }

    .navigation > li > a {
        color: #aaa;
    }

    .navigation > li > a:hover {
        color: #7d7b7b;
    }

    .navigation > li.active > a {
        border-bottom: 4px solid #555;
    }

    .navigation > li > ul {
        background: #1e293b;
    }

    .navigation > li > ul > li > a {
        color: #aaa;
    }

    .navigation > li > ul > li > a:hover {
        background: #0001;
        color: #fff;
    }

    .section-heading .bg-slate:before {
        background: #1e293b;
    }
}
