/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&display=swap"); */

:root {
    --color-primary: #b6c0d9;
    --color-secondary: #8396c0;
    --color-tertiary: #303c59;
    --animate-delay: 0.5s;
}

/***********************
 
        boutons 

 ***********************/

.btn {
    margin: 0.25rem;
    border-radius: 0.375rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.btn:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}

.small-btn {
    margin: 0.25rem;
    border-radius: 0.375rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.small-btn:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}

.big-btn {
    margin: 0.25rem;
    border-radius: 0.375rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.big-btn:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: var(--tw-transform);
}

.btn-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(182, 192, 217, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(48, 60, 89, var(--tw-text-opacity));
}

.btn-secondary {
    --tw-bg-opacity: 1;
    background-color: rgba(131, 150, 192, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-tertiary {
    --tw-bg-opacity: 1;
    background-color: rgba(48, 60, 89, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(48, 60, 89, var(--tw-text-opacity));
}

.btn:disabled {
    opacity: 0.5;
}

/***********************
 
        autres 

 ***********************/

.input_field {
    display: block;
    border-radius: 0.375rem;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

.input_field:focus {
    --tw-border-opacity: 1;
    border-color: rgba(131, 150, 192, var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(131, 150, 192, var(--tw-ring-opacity));
}

@media (min-width: 640px) {

    .input_field {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

.input_label {
    margin-left: 0.25rem;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgba(48, 60, 89, var(--tw-text-opacity));
}

.checkbox {
    height: 1rem;
    width: 1rem;
    border-radius: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgba(131, 150, 192, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(182, 192, 217, var(--tw-text-opacity));
}

.checkbox:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(182, 192, 217, var(--tw-ring-opacity));
}

.infos {
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgba(131, 150, 192, var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.home-card:hover .card-link {
    --tw-translate-x: 0.5rem;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    --tw-bg-opacity: 1;
    background-color: rgba(48, 60, 89, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.home-card:hover .bulle {
    --tw-scale-x: 5;
    --tw-scale-y: 5;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.dossiers:hover .classeur-1 {
    --tw-translate-y: 2.5rem;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 150ms;
    transition-duration: 300ms;
}

.dossiers:hover .classeur-2 {
    --tw-translate-y: 3.5rem;
    transform: var(--tw-transform);
    --tw-rotate: -21deg;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 300ms;
}

.assistant:hover .conversation-1 {
    --tw-translate-y: -1.75rem;
    transform: var(--tw-transform);
    --tw-translate-x: 1.75rem;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    opacity: 1;
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 150ms;
    transition-duration: 500ms;
}

.assistant:hover .conversation-2 {
    --tw-translate-x: -1.75rem;
    transform: var(--tw-transform);
    --tw-translate-y: -2rem;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    opacity: 1;
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-delay: 500ms;
    transition-duration: 500ms;
}

.meteo:hover .nom_ville {
    --tw-scale-x: 5;
    --tw-scale-y: 5;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.collaborateurs:hover .fond-1 {
    --tw-translate-x: -3rem;
    transform: var(--tw-transform);
    --tw-translate-y: 2rem;
    transform: var(--tw-transform);
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

.collaborateurs:hover .fond-2 {
    --tw-translate-x: 2rem;
    transform: var(--tw-transform);
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5;
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

.clients_list:hover .list-2 {
    --tw-translate-x: -1.5rem;
    transform: var(--tw-transform);
    --tw-translate-y: 0.5rem;
    transform: var(--tw-transform);
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 150ms;
}

.devis:hover .devis-1 {
    transform-origin: right;
    --tw-rotate: -12deg;
    transform: var(--tw-transform);
    transform: var(--tw-transform);
    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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

.card-admin:hover .link-admin {
    --tw-translate-y: 6rem;
    transform: var(--tw-transform);
    transition-duration: 300ms;
}

.card-admin:hover .link-admin-profile {
    --tw-translate-y: 1.5rem;
    transform: var(--tw-transform);
    transition-duration: 300ms;
}

.notif:hover .markasread {
    --tw-translate-x: -0.5rem;
    transform: var(--tw-transform);
    transition-duration: 300ms;
}

.minimum-height {
    min-height: calc(100vh - 300px);
}

.sub_menu {
    color: #fff;
}

.sub_menu::before {
    transform: scaleX(0);
    transform-origin: bottom right;
}

.sub_menu:hover::before {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.sub_menu::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: var(--color-secondary);
    opacity: 0.25;
    border-radius: 5px;
    z-index: -1;
    transition: transform 0.3s ease;
}

/*********************
  Animation image login
   **********************/

.kenburns-top-left {
    animation: kenburns-top-left 20s ease-out reverse both;
}

.kenburns-right {
    animation: kenburns-right 20s cubic-bezier(0.175, 0.885, 0.32, 1.275)
        reverse both;
}
@keyframes kenburns-right {
    0% {
        transform: scale(1) translate(0, 0);
        transform-origin: 84% 50%;
    }
    100% {
        transform: scale(1.25) translateX(20px);
        transform-origin: right;
    }
}
@keyframes kenburns-top-left {
    0% {
        transform: scale(1) translate(0, 0);
        transform-origin: 16% 16%;
    }
    100% {
        transform: scale(1.25) translate(-20px, -15px);
        transform-origin: top left;
    }
}

/*****************************
    ANIMATION TOAST
**********************************/

.disparition {
    transform: translateX(100vw);
    animation-name: disparition-toast;
    animation-duration: 5s;
    transition-delay: 1s;
}

@keyframes disparition-toast {
    0% {
        transform: translateX(100vw);
    }
    10% {
        transform: translateX(0);
    }
    90% {
        transform: translateX(0);
    }
    100% {
        display: none;
        transform: translateX(100vw);
    }
}

/*****************************
    TOOLTIP
**********************************/
@keyframes fade-in-fwd {
    0% {
        transform: translateZ(-80px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

.tooltip {
    visibility: hidden;
    position: fixed;
}

.has-tooltip:hover .tooltip {
    visibility: visible;
    z-index: 50;
    animation: fade-in-fwd 1s 0.3s both;
}

/*****************************
    LOADER STAT
**********************************/

.loader-stat::before {
    height: 0.5rem;
    width: 30rem;
    background-color: #fff;
    border-radius: 15px;
    animation: loader-4 1.5s cubic-bezier(0, 0, 0.03, 0.9) 0.2s infinite;
}
.loader-stat.un::before {
    height: 0.5rem;
    width: 30rem;
    background-color: #fff;
    border-radius: 15px;
    animation: loader-4 1.5s cubic-bezier(0, 0, 0.03, 0.9) 0.1s infinite;
}

.loader-stat {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.loader-stat::before,
.loader-stat::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
}

@keyframes loader-4 {
    0%,
    44%,
    88.1%,
    100% {
        transform-origin: left;
    }

    0%,
    100%,
    88% {
        transform: scaleX(0);
    }

    44.1%,
    88% {
        transform-origin: right;
    }

    33%,
    44% {
        transform: scaleX(1);
    }
}

.lds-ring-white {
    display: inline-block;
    position: relative;
}

.lds-ring-white div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    /* margin: 8px; */
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.3, 0.95, 0.68, 0.1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring-white div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring-white div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring-white div:nth-child(3) {
    animation-delay: -0.15s;
}

.lds-ring-tertiary {
    display: inline-block;
    position: relative;
}

.lds-ring-tertiary div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    /* margin: 8px; */
    border: 3px solid #303c59;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.3, 0.95, 0.68, 0.1) infinite;
    border-color: #303c59 transparent transparent transparent;
}

.lds-ring-tertiary div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring-tertiary div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring-tertiary div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    .noprint {
        display: none;
    }

    .print {
        display: block;
    }
}

/*****************************
    ANIMATION INTRO
**********************************/

* > .intro-x:nth-child(1) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}
* > .-intro-x:nth-child(1) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}
* > .intro-y:nth-child(1) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}
* > .-intro-y:nth-child(1) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(1 * 0.1s);
}
* > .intro-x:nth-child(2) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}
* > .-intro-x:nth-child(2) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}
* > .intro-y:nth-child(2) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}
* > .-intro-y:nth-child(2) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(2 * 0.1s);
}
* > .intro-x:nth-child(3) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}
* > .-intro-x:nth-child(3) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}
* > .intro-y:nth-child(3) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}
* > .-intro-y:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(3 * 0.1s);
}
* > .intro-x:nth-child(4) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}
* > .-intro-x:nth-child(4) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}
* > .intro-y:nth-child(4) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}
* > .-intro-y:nth-child(4) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(4 * 0.1s);
}
* > .intro-x:nth-child(5) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}
* > .-intro-x:nth-child(5) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}
* > .intro-y:nth-child(5) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}
* > .-intro-y:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(5 * 0.1s);
}
* > .intro-x:nth-child(6) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}
* > .-intro-x:nth-child(6) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}
* > .intro-y:nth-child(6) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}
* > .-intro-y:nth-child(6) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(6 * 0.1s);
}
* > .intro-x:nth-child(7) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}
* > .-intro-x:nth-child(7) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}
* > .intro-y:nth-child(7) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}
* > .-intro-y:nth-child(7) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(7 * 0.1s);
}
* > .intro-x:nth-child(8) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}
* > .-intro-x:nth-child(8) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}
* > .intro-y:nth-child(8) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}
* > .-intro-y:nth-child(8) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(8 * 0.1s);
}
* > .intro-x:nth-child(9) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}
* > .-intro-x:nth-child(9) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}
* > .intro-y:nth-child(9) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}
* > .-intro-y:nth-child(9) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(9 * 0.1s);
}
* > .intro-x:nth-child(10) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}
* > .-intro-x:nth-child(10) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}
* > .intro-y:nth-child(10) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}
* > .-intro-y:nth-child(10) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(10 * 0.1s);
}
* > .intro-x:nth-child(11) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}
* > .-intro-x:nth-child(11) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}
* > .intro-y:nth-child(11) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}
* > .-intro-y:nth-child(11) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(11 * 0.1s);
}
* > .intro-x:nth-child(12) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}
* > .-intro-x:nth-child(12) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}
* > .intro-y:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}
* > .-intro-y:nth-child(12) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(12 * 0.1s);
}
* > .intro-x:nth-child(13) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}
* > .-intro-x:nth-child(13) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}
* > .intro-y:nth-child(13) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}
* > .-intro-y:nth-child(13) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(13 * 0.1s);
}
* > .intro-x:nth-child(14) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}
* > .-intro-x:nth-child(14) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}
* > .intro-y:nth-child(14) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}
* > .-intro-y:nth-child(14) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(14 * 0.1s);
}
* > .intro-x:nth-child(15) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}
* > .-intro-x:nth-child(15) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}
* > .intro-y:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}
* > .-intro-y:nth-child(15) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(15 * 0.1s);
}
* > .intro-x:nth-child(16) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}
* > .-intro-x:nth-child(16) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}
* > .intro-y:nth-child(16) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}
* > .-intro-y:nth-child(16) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(16 * 0.1s);
}
* > .intro-x:nth-child(17) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}
* > .-intro-x:nth-child(17) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}
* > .intro-y:nth-child(17) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}
* > .-intro-y:nth-child(17) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(17 * 0.1s);
}
* > .intro-x:nth-child(18) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}
* > .-intro-x:nth-child(18) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}
* > .intro-y:nth-child(18) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}
* > .-intro-y:nth-child(18) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(18 * 0.1s);
}
* > .intro-x:nth-child(19) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}
* > .-intro-x:nth-child(19) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}
* > .intro-y:nth-child(19) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}
* > .-intro-y:nth-child(19) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(19 * 0.1s);
}
* > .intro-x:nth-child(20) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}
* > .-intro-x:nth-child(20) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}
* > .intro-y:nth-child(20) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}
* > .-intro-y:nth-child(20) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(20 * 0.1s);
}
* > .intro-x:nth-child(21) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}
* > .-intro-x:nth-child(21) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}
* > .intro-y:nth-child(21) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}
* > .-intro-y:nth-child(21) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(21 * 0.1s);
}
* > .intro-x:nth-child(22) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}
* > .-intro-x:nth-child(22) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}
* > .intro-y:nth-child(22) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}
* > .-intro-y:nth-child(22) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(22 * 0.1s);
}
* > .intro-x:nth-child(23) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}
* > .-intro-x:nth-child(23) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}
* > .intro-y:nth-child(23) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}
* > .-intro-y:nth-child(23) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(23 * 0.1s);
}
* > .intro-x:nth-child(24) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}
* > .-intro-x:nth-child(24) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}
* > .intro-y:nth-child(24) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}
* > .-intro-y:nth-child(24) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(24 * 0.1s);
}
* > .intro-x:nth-child(25) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}
* > .-intro-x:nth-child(25) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}
* > .intro-y:nth-child(25) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}
* > .-intro-y:nth-child(25) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(25 * 0.1s);
}
* > .intro-x:nth-child(26) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}
* > .-intro-x:nth-child(26) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}
* > .intro-y:nth-child(26) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}
* > .-intro-y:nth-child(26) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(26 * 0.1s);
}
* > .intro-x:nth-child(27) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}
* > .-intro-x:nth-child(27) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}
* > .intro-y:nth-child(27) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}
* > .-intro-y:nth-child(27) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(27 * 0.1s);
}
* > .intro-x:nth-child(28) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}
* > .-intro-x:nth-child(28) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}
* > .intro-y:nth-child(28) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}
* > .-intro-y:nth-child(28) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(28 * 0.1s);
}
* > .intro-x:nth-child(29) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}
* > .-intro-x:nth-child(29) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}
* > .intro-y:nth-child(29) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}
* > .-intro-y:nth-child(29) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(29 * 0.1s);
}
* > .intro-x:nth-child(30) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}
* > .-intro-x:nth-child(30) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}
* > .intro-y:nth-child(30) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}
* > .-intro-y:nth-child(30) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(30 * 0.1s);
}
* > .intro-x:nth-child(31) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}
* > .-intro-x:nth-child(31) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}
* > .intro-y:nth-child(31) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}
* > .-intro-y:nth-child(31) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(31 * 0.1s);
}
* > .intro-x:nth-child(32) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}
* > .-intro-x:nth-child(32) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}
* > .intro-y:nth-child(32) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}
* > .-intro-y:nth-child(32) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(32 * 0.1s);
}
* > .intro-x:nth-child(33) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}
* > .-intro-x:nth-child(33) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}
* > .intro-y:nth-child(33) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}
* > .-intro-y:nth-child(33) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(33 * 0.1s);
}
* > .intro-x:nth-child(34) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}
* > .-intro-x:nth-child(34) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}
* > .intro-y:nth-child(34) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}
* > .-intro-y:nth-child(34) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(34 * 0.1s);
}
* > .intro-x:nth-child(35) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}
* > .-intro-x:nth-child(35) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}
* > .intro-y:nth-child(35) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}
* > .-intro-y:nth-child(35) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(35 * 0.1s);
}
* > .intro-x:nth-child(36) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}
* > .-intro-x:nth-child(36) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}
* > .intro-y:nth-child(36) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}
* > .-intro-y:nth-child(36) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(36 * 0.1s);
}
* > .intro-x:nth-child(37) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}
* > .-intro-x:nth-child(37) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}
* > .intro-y:nth-child(37) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}
* > .-intro-y:nth-child(37) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(37 * 0.1s);
}
* > .intro-x:nth-child(38) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}
* > .-intro-x:nth-child(38) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}
* > .intro-y:nth-child(38) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}
* > .-intro-y:nth-child(38) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(38 * 0.1s);
}
* > .intro-x:nth-child(39) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}
* > .-intro-x:nth-child(39) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}
* > .intro-y:nth-child(39) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}
* > .-intro-y:nth-child(39) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(39 * 0.1s);
}
* > .intro-x:nth-child(40) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}
* > .-intro-x:nth-child(40) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}
* > .intro-y:nth-child(40) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}
* > .-intro-y:nth-child(40) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(40 * 0.1s);
}
* > .intro-x:nth-child(41) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}
* > .-intro-x:nth-child(41) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}
* > .intro-y:nth-child(41) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}
* > .-intro-y:nth-child(41) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(41 * 0.1s);
}
* > .intro-x:nth-child(42) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}
* > .-intro-x:nth-child(42) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}
* > .intro-y:nth-child(42) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}
* > .-intro-y:nth-child(42) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(42 * 0.1s);
}
* > .intro-x:nth-child(43) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}
* > .-intro-x:nth-child(43) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}
* > .intro-y:nth-child(43) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}
* > .-intro-y:nth-child(43) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(43 * 0.1s);
}
* > .intro-x:nth-child(44) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}
* > .-intro-x:nth-child(44) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}
* > .intro-y:nth-child(44) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}
* > .-intro-y:nth-child(44) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(44 * 0.1s);
}
* > .intro-x:nth-child(45) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}
* > .-intro-x:nth-child(45) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}
* > .intro-y:nth-child(45) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}
* > .-intro-y:nth-child(45) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(45 * 0.1s);
}
* > .intro-x:nth-child(46) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}
* > .-intro-x:nth-child(46) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}
* > .intro-y:nth-child(46) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}
* > .-intro-y:nth-child(46) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(46 * 0.1s);
}
* > .intro-x:nth-child(47) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}
* > .-intro-x:nth-child(47) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}
* > .intro-y:nth-child(47) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}
* > .-intro-y:nth-child(47) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(47 * 0.1s);
}
* > .intro-x:nth-child(48) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}
* > .-intro-x:nth-child(48) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}
* > .intro-y:nth-child(48) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}
* > .-intro-y:nth-child(48) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(48 * 0.1s);
}
* > .intro-x:nth-child(49) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}
* > .-intro-x:nth-child(49) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}
* > .intro-y:nth-child(49) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}
* > .-intro-y:nth-child(49) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(49 * 0.1s);
}
* > .intro-x:nth-child(50) {
    opacity: 0;
    transform: translateX(50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}
* > .-intro-x:nth-child(50) {
    opacity: 0;
    transform: translateX(-50px);
    animation: 0.4s intro-x-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}
* > .intro-y:nth-child(50) {
    opacity: 0;
    transform: translateY(50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}
* > .-intro-y:nth-child(50) {
    opacity: 0;
    transform: translateY(-50px);
    animation: 0.4s intro-y-animation ease-in-out 0.33333s;
    animation-fill-mode: forwards;
    animation-delay: calc(50 * 0.1s);
}
@keyframes intro-x-animation {
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes intro-y-animation {
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
