.typing-dots span {
    opacity: 0
}

.typing-dots span:first-child {
    -webkit-animation: type-animation 1s .33333s infinite;
    animation: type-animation 1s .33333s infinite
}

.typing-dots span:nth-child(2) {
    -webkit-animation: type-animation 1s .66666s infinite;
    animation: type-animation 1s .66666s infinite
}

.typing-dots span:nth-child(3) {
    -webkit-animation: type-animation 1s .99999s infinite;
    animation: type-animation 1s .99999s infinite
}

@-webkit-keyframes type-animation {
    50% {
        opacity: 1
    }
}

@keyframes type-animation {
    50% {
        opacity: 1
    }
}

.zoom-in {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    cursor: pointer;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: .15s;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.zoom-in:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.box {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .043137254901960784);
    position: relative;
    border-radius: .375rem;
    border-color: transparent;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.box, .dark .box {
    --tw-bg-opacity: 1
}

.dark .box {
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity))
}

.\!box {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .043137254901960784)!important;
    position: relative;
    border-radius: .375rem;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.dark .\!box {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity))
}

.main {
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.top-bar {
    height: 67px;
    z-index: 51;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(222, 231, 239, var(--tw-border-opacity))
}

.login {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.dark .login {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity))
}

@media (max-width:1279px) {
    .login {
        background: linear-gradient(180deg, #1c3faa, #2b51b4);
        background-repeat: no-repeat;
        background-attachment: fixed
    }
}

.login:before {
    content: "";
    margin-right: -48%;
    background-image: url(../images/bg-login-page.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform: scaleX(-1);
}

@media (max-width:1279px) {
    .login:before {
        display: none
    }
}

.login .login__input {
    min-width: 350px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .027450980392156862)
}

@media (max-width:1279px) {
    .login .login__input {
        min-width: 100%
    }
}

.dark .login:before {
    background-image: url(../images/bg-login-page-dark.svg)
}

@media (max-width:1279px) {
    .dark .login {
        background: #232a3b
    }
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) {
    border-spacing: 0 10px;
    border-collapse: separate
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.dark .table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity))
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td {
    box-shadow: 20px 7px -1px rgb(0 0 0 / 10%);
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:first-child {
    border-top-right-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td:last-child {
    border-top-left-radius: .375rem;
    border-bottom-left-radius: .375rem;
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action {
    position: relative;
    padding-top: 0;
    padding-bottom: 0
}

.table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 2rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}

.dark .table-report:not(.table-report--bordered):not(.table-report--tabulator) td.table-report__action:before {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity))
}

.table-report img {
    box-shadow: 0 0 0 2px #fff, 1px 1px 5px rgba(0, 0, 0, .32)
}

.table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(3) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(4) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(5) .tabulator-col-content .tabulator-col-title, .table-report.table-report--tabulator .tabulator-header .tabulator-headers .tabulator-col:nth-child(6) .tabulator-col-content .tabulator-col-title {
    text-align: center
}

.dark .table-report img {
    box-shadow: 0 0 0 2px #3f4865, 1px 1px 5px rgba(0, 0, 0, .32)
}

.report-timeline:before {
    content: "";
    height: 85%;
    position: absolute;
    margin-right: 1.25rem;
    margin-top: 1.25rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(222, 231, 239, var(--tw-bg-opacity));
}

.dark .report-timeline:before {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity))
}

.report-timeline .report-timeline__image:before {
    content: "";
    position: absolute;
    margin-top: 1.25rem;
    margin-left: 1.25rem;
    height: 1px;
    width: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(222, 231, 239, var(--tw-bg-opacity))
}

.dark .report-timeline .report-timeline__image:before {
    --tw-bg-opacity: 1;
    background-color: rgba(63, 72, 101, var(--tw-bg-opacity))
}

.report-chart {
    position: relative
}

.report-chart:before {
    content: "";
    height: 93%;
    background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, .8705882352941177), transparent);
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 2.5rem;
    width: 3rem
}

@media (max-width:639px) {
    .report-chart:before {
        height: 85%
    }
}

.report-chart:after {
    content: "";
    height: 93%;
    background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .8705882352941177), #fff);
    position: absolute;
    right: 0;
    top: 0;
    margin-right: .5rem;
    width: 3rem
}

@media (max-width:639px) {
    .report-chart:after {
        height: 85%
    }
}

.dark .report-chart:before {
    background: linear-gradient(90deg, #313b56, #313b56, transparent)
}

.dark .report-chart:after {
    background: linear-gradient(90deg, transparent, #313b56, #313b56)
}

.\!search, .search {
    position: relative
}

.search .search__input {
    width: 14rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
    padding-left: 2rem;
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.dark .search .search__input {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity))
}

.\!search .\!search__input {
    width: 14rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
    padding-right: 2rem;
    --tw-shadow: 0 0 transparent;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.dark .\!search .\!search__input {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity))
}

.\!search .\!search__icon, .search .search__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: .75rem;
    height: 1.25rem;
    width: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(54, 90, 116, var(--tw-text-opacity));
}

.notification {
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(54, 90, 116, var(--tw-text-opacity))
}

.notification.notification--light {
    --tw-text-opacity: 1;
    color: rgba(152, 175, 245, var(--tw-text-opacity))
}

.notification .notification__icon {
    height: 1.25rem;
    width: 1.25rem
}

.notification.notification--bullet:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(211, 41, 41, var(--tw-bg-opacity));
}

.report-box {
    position: relative
}

.report-box:before {
    content: "";
    width: 90%;
    background: #f9fafc;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .043137254901960784);
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: .75rem;
    height: 100%;
    border-radius: .375rem
}

.report-box .report-box__icon {
    width: 28px;
    height: 28px
}

.report-box .report-box__indicator {
    padding-top: 3px;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: .5rem;
    padding-right: .25rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.dark .report-box:before {
    background: #2d3650
}

.report-box-2 {
    position: relative
}

.report-box-2:before {
    content: "";
    width: 90%;
    background: #f9fafc;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .043137254901960784);
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: .75rem;
    height: 100%;
    border-radius: .375rem
}

.report-box-2 .report-box-2__indicator {
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: .75rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    border-radius: 9999px;
    padding-left: .5rem;
    padding-right: .25rem;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.dark .report-box-2:before {
    background: #2d3650
}

.report-box-3 {
    margin-left: -22px;
    margin-right: -22px;
    position: relative
}

@media (max-width:767px) {
    .report-box-3 {
        margin-left: -16px;
        margin-right: -16px
    }
}

.report-box-3:before {
    content: "";
    border-radius: 30px 30px 0 0;
    transform: translatey(35px);
    -webkit-animation: intro-report-box-3-animation .4s ease-in-out .33333s;
    animation: intro-report-box-3-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(210, 223, 234, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.4;
    opacity: 0
}

.dark .report-box-3:before {
    --tw-bg-opacity: 1;
    background-color: rgba(49, 58, 85, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.5
}

.report-box-3.report-box-3--content {
    padding: 0 22px;
    min-height: 400px
}

.report-box-3.report-box-3--content:before {
    content: "";
    border-radius: 30px;
    transform: translatey(35px);
    -webkit-animation: intro-report-box-3-animation .4s ease-in-out .33333s;
    animation: intro-report-box-3-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .043137254901960784);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
    opacity: 0
}

.dark .report-box-3.report-box-3--content:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity))
}

@media (max-width:1279px) {
    .report-box-3.report-box-3--content:before {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        --tw-shadow: 0 0 transparent;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
    }
}

@-webkit-keyframes intro-report-box-3-animation {
    to {
        opacity: 1
    }
    to {
        transform: translateX(0)
    }
}

@keyframes intro-report-box-3-animation {
    to {
        opacity: 1
    }
    to {
        transform: translateX(0)
    }
}

.report-box-4 {
    position: relative
}

.report-box-4:before {
    content: "";
    border-radius: 30px 30px 0 0;
    transform: translatey(35px);
    -webkit-animation: intro-report-box-4-animation .4s ease-in-out .33333s;
    animation: intro-report-box-4-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    margin-left: -22px;
    margin-right: -22px;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .043137254901960784);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
    opacity: 0
}

.dark .report-box-4:before {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity))
}

@media (max-width:1279px) {
    .report-box-4:before {
        display: block
    }
}

@media (max-width:767px) {
    .report-box-4:before {
        margin-left: -16px;
        margin-right: -16px
    }
}

.report-box-4 .report-box-4__content {
    flex: 1 1 0
}

@-webkit-keyframes intro-report-box-4-animation {
    to {
        opacity: 1
    }
    to {
        transform: translateX(0)
    }
}

@keyframes intro-report-box-4-animation {
    to {
        opacity: 1
    }
    to {
        transform: translateX(0)
    }
}

.content {
    border-radius: 30px;
    padding: 0 22px;
    min-height: 100vh;
    min-width: 0;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
    padding-bottom: 2.5rem
}

.dark .content {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity))
}

.\!content {
    border-radius: 30px!important;
    padding: 0 22px!important;
    min-height: 100vh;
    min-width: 0;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgba(241, 245, 248, var(--tw-bg-opacity));
    padding-bottom: 2.5rem
}

.dark .\!content {
    --tw-bg-opacity: 1;
    background-color: rgba(41, 49, 69, var(--tw-bg-opacity))
}

@media (max-width:767px) {
    .content {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .\!content, .content {
        max-width: 100%
    }
    .\!content {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.content:before {
    content: ""
}

.\!content:before, .content:before {
    display: block;
    height: 1px;
    width: 100%
}

.\!content:before {
    content: ""!important
}

.top-nav {
    position: relative;
    z-index: 50
}

@media (max-width:767px) {
    .top-nav {
        display: none
    }
}

.top-nav>ul {
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap
}

.top-nav>ul>li:first-child>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.top-nav>ul>li:first-child>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(2)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.top-nav>ul>li:nth-child(2)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(3)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.top-nav>ul>li:nth-child(3)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(4)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.top-nav>ul>li:nth-child(4)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(5)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.top-nav>ul>li:nth-child(5)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(6)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.top-nav>ul>li:nth-child(6)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(7)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.top-nav>ul>li:nth-child(7)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(8)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.top-nav>ul>li:nth-child(8)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(9)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.top-nav>ul>li:nth-child(9)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(10)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.top-nav>ul>li:nth-child(10)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(11)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.top-nav>ul>li:nth-child(11)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(12)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.top-nav>ul>li:nth-child(12)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(13)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s
}

.top-nav>ul>li:nth-child(13)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(14)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.top-nav>ul>li:nth-child(14)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(15)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.top-nav>ul>li:nth-child(15)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(16)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.top-nav>ul>li:nth-child(16)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(17)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s
}

.top-nav>ul>li:nth-child(17)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(18)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.top-nav>ul>li:nth-child(18)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(19)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s
}

.top-nav>ul>li:nth-child(19)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(20)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.top-nav>ul>li:nth-child(20)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(21)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s
}

.top-nav>ul>li:nth-child(21)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(22)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.top-nav>ul>li:nth-child(22)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(23)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s
}

.top-nav>ul>li:nth-child(23)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(24)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.top-nav>ul>li:nth-child(24)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(25)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.top-nav>ul>li:nth-child(25)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(26)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.top-nav>ul>li:nth-child(26)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(27)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.top-nav>ul>li:nth-child(27)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(28)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.top-nav>ul>li:nth-child(28)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(29)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s
}

.top-nav>ul>li:nth-child(29)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(30)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.top-nav>ul>li:nth-child(30)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(31)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s
}

.top-nav>ul>li:nth-child(31)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(32)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.top-nav>ul>li:nth-child(32)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(33)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s
}

.top-nav>ul>li:nth-child(33)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(34)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.top-nav>ul>li:nth-child(34)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(35)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.top-nav>ul>li:nth-child(35)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(36)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.top-nav>ul>li:nth-child(36)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(37)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.7s;
    animation-delay: 3.7s
}

.top-nav>ul>li:nth-child(37)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.top-nav>ul>li:nth-child(38)>a:not(.top-menu--active) {
    opacity: 0;
    transform: translateY(50px);
    -webkit-animation: intro-menu-animation .4s ease-in-out .33333s;
    animation: intro-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.top-nav>ul>li:nth-child(38)>a.top-menu--active {
    -webkit-animation: intro-active-menu-animation .4s ease-in-out .33333s;
    animation: intro-active-menu-animation .4s ease-in-out .33333s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}