@font-face {
    font-family: iransans;
    src: url(./font/A-Iranian-Sans/Sans\ a4fran3.woff);
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-image: url("././img-web/background.jpg");
    background: cover center;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: multiply;
    -webkit-background-size: cover;
    -moz-background-size: no-repeat cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    font-family: iransans !important;
}

.header-text {
    text-align: center;
    font-family: iransans;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0px;
    line-height: 36px;
    color: #fff;
    text-shadow: 0 0 3px #ffe4e4, 0 0 7px #000;
}

#archive li {
    display: inline;
}

#archive li a {
    background-color: rgb(255, 187, 0);
    font-weight: bold;
    color: white;
    border-radius: 50px;
    padding: 5px;
}

#fff {
    width: 50px !important;
    height: 10px !important;
}

.stand li {
    list-style: none;
}

.stand li img {
    border-bottom: 10px;
}

.stand li {
    margin: 3px;
}

.lectur {
    color: rgb(221, 224, 24);
    border-radius: 20px;
    font-size: 17px;
}

@media screen and (max-width: 488px) and (min-width: 100px) {
    #archive li a {
        background-color: rgb(228, 110, 0) !important;
        font-size: 10px;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 600px) and (min-width: 489px) {
    #archive li a {
        font-size: 7px;
        flex-wrap: nowrap !important;
        max-width: 100%;
    }
}

@media screen and (max-width: 488px) and (min-width: 100px) {
    #archive li a {
        background-color: rgb(228, 110, 0) !important;
        font-size: 10px;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 752px) and (min-width:100px) {
    .advertise li {
        align-items: center;
    }
}

@media screen and (max-width: 9000px) and (min-width:752px) {
    .advertise {
        position: relative;
        top: -50px;
        margin: 50px !important;
    }
}

@media screen and (max-width: 800px) and (min-width:0px) {
    .main {
        display: none !important;
    }
}

@media screen and (max-width: 917px) and (min-width:802px) {
    .header-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 917px) and (min-width:802px) {
    .lectur {
        font-size: 14px;
    }
}

@media screen and (max-width: 9000px) and (min-width:601px) {
    .main-s {
        display: none;
    }
}

.main-third {
    display: none;
}

@media screen and (max-width: 799px) and (min-width: 601px) {
    .main-third {
        display: block;
    }
}

@media screen and (max-width: 600px) and (min-width:0px) {
    .lahze {
        display: none !important;
    }
}

@media screen and (max-width: 600px) and (min-width:0px) {
    .logo-b {
        display: none !important;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1000px) and (min-width:0px) {
    .logo-b {
        display: none !important;
    }
}

.main {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: center;
}

.image {
    width: 180px;
    box-shadow: 5px 5px 5px transparent;
    transition: all 0.5s;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.767);
}

.imge:hover {
    filter: blur(0px);
    opacity: 1;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.767);
    transform: scale(1.50);
    transition: all 1s;
    border-radius: none !important;
}


/* .btn:hover {
  filter: blur(0px);
   opacity: 1;
   box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.767);
   transform: scale(1.50);
   transition: all 1s;
   border-radius: none !important;
   
 } */

.icon-bar {
    width: 53px;
    background-color: rgb(25, 57, 197);
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    border-radius: 20px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.9s ease-out;
    color: white;
    font-size: 36px;
    text-decoration: none;
    font-family: iransans !important;
    background: linear-gradient(325deg, rgb(87, 85, 85) 0%, #0e75b3 100%);
}

.icon-bar a:hover {
    background: linear-gradient(to bottom right, rgb(80, 80, 155), #04AA6D);
    color: #050505;
}

.active {
    background: linear-gradient(to bottom right, #04AA6D, blue);
    border-radius: 10px 10px 0px 0px;
}

.column {
    float: left;
    width: 25%;
    padding: 0 5px;
}

.row {
    margin: 0 -5px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #444;
    color: white;
}

.fa {
    font-size: 25px;
}

.tablink {
    background-color: #555;
    color: #fff;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

.tablink:hover {
    background-color: #777;
}

.tabcontent {
    color: rgb(0, 0, 0);
    display: none;
    padding: 100px 20px;
    height: 100%;
}

#Home {
    background-color: #e0dede;
}

#News {
    background-color: #e0dede;
}

#Contact {
    background-color: #e0dede;
}

#About {
    background-color: #e0dede;
}

.center-text {
    text-align: center;
}

#mySidenav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
    left: 0;
}

#about {
    top: 20px;
    background-color: #04AA6D;
}

#blog {
    top: 80px;
    background-color: #2196F3;
}

#projects {
    top: 140px;
    background-color: #f44336;
}

#contact {
    top: 200px;
    background-color: rgb(24, 24, 24)
}

#myVideo {
    width: 100%;
    height: 100%;
}

.content {
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    color: #050505;
    padding: 20px;
    justify-content: center;
}

#myBtn {
    margin-top: 10px;
    width: 122px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 80%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.loading-page {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 654654654;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    transition: ease all .5s;
    vertical-align: center;
}

.loading-circle {
    border: 16px solid transparent;
    /* Light grey */
    border-top: 16px solid #0c66a1;
    /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: loader .5s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#mySidenav a {
    position: absolute;
    left: -80px;
    transition: 0.3s;
    padding: 15px;
    width: 100px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
    left: 0;
}

#about {
    top: 20px;
    background-color: rgb(247, 14, 52);
}

#blog {
    top: 80px;
    background-color: #13a705;
}

#projects {
    top: 140px;
    background-color: #014ff8;
}

#contact {
    top: 200px;
    background-color: rgb(90, 161, 241)
}

.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 25%;
}

.tablink:hover {
    background-color: #777;
}

.tabcontent {
    color: rgb(19, 19, 19);
    display: none;
    padding: 50px;
    text-align: center;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    width: 100px;
    height: 100px;
}

@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);
.typewrite>.wrap {
    color: rgb(255, 255, 255);
    font-family: iransans;
}

.ftt {
    height: 100px;
}

.ftt h3 {
    color: #c9c9c9;
    font-size: medium;
    text-align: center;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.section.section_dark {
    background: transparent;
}

.perspective {
    overflow: hidden;
}

.perspective__flex {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    transition: all 0.6s ease;
}

.perspective__flex:hover {
    transform: translateX(300px);
}

.perspective__flex:hover .perspective__item {
    transform: perspective(800px) rotateY(25deg) scale(0.9) rotateX(10deg);
    opacity: 0.5;
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.perspective__flex:hover .perspective__col {
    margin-left: -150px;
}

.perspective__flex:hover .perspective__col:hover {
    z-index: 1;
}

.perspective__flex:hover .perspective__col:hover .perspective__item {
    transform: perspective(800px) rotateY(-15deg) translateY(-50px) rotateX(10deg) scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.perspective__col {
    z-index: 0;
    transition: all 0.6s ease;
    width: 33.33333333%;
    padding: 0 15px;
}

.perspective__item {
    padding: 10px;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    background: linear-gradient(325deg, #000 0%, #0e75b3 100%);
}

.perspective__item-reza {
    padding: 10px;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    background: linear-gradient(325deg, #000 0%, #9d4e08 100%);
}

.perspective-item {
    color: rgb(250, 250, 250);
}

.perspective-item__title {
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
}

.perspective-item__text {
    font-size: 18px;
    text-align: center;
}

.perspective-item__icon {
    display: block;
    margin: 0 auto 30px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.6s ease;
}

.perspective-item__icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media (max-width: 991.98px) {
    .perspective__flex {
        flex-direction: column-reverse;
    }
    .perspective__flex:hover {
        transform: none;
    }
    .perspective__flex:hover .perspective__item {
        transform: none;
        opacity: 1;
        -webkit-filter: none;
        filter: none;
    }
    .perspective__flex:hover .perspective__col {
        margin-left: 0;
    }
    .perspective__flex:hover .perspective__col:hover .perspective__item {
        transform: none;
    }
    .perspective__col {
        width: 100%;
        margin: 10px 0 30px 0;
    }
}

.my-augfiguration {
    --aug-tr: 25px;
    --aug-bl: 57px;
    --aug-br: 25px;
    --aug-br-inset2: 40%;
    --aug-border-all: 10px;
    --aug-border-bg: linear-gradient(to botto...);
    --aug-inlay-all: 10px;
    --aug-inlay-bg: #fbe806;
    background: linear-gradient(#ff604d, #b1ffff);
    color: #b1ffff;
    font-size: 20px;
}

@media screen and (max-width: 88000px) and (min-width:800px) {
    .nav {
        display: none !important;
    }
}

@media screen and (max-width: 584px) and (min-width:0px) {
    .introd {
        margin-top: -78px;
    }
}

.nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: auto;
    background-color: #fff;
    padding: 5px 15px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 0rem 0rem 0 0;
}

.nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 15px 22px;
    cursor: pointer;
    transition: all 0.4 ease-out;
    border-radius: 30px;
}

.nav-text {
    font-size: 8px;
    margin: auto;
    text-align: center;
    font-weight: 500;
    transition: all 0.4 ease;
    font-family: iransans;
}

.material-icon {
    display: inline;
    font-size: 32px;
    color: #c0c0c0;
    transition: color 0.4s;
}

.nav-item .active {
    flex-grow: 2;
    border-radius: 30px;
    background: rgba(255, 333, 155, 0.543);
    justify-content: flex-start;
}

.nav-item .active>.nav-text {
    display: inline-block;
}

.nav-item .active>.material-icon {
    color: #ffffff;
}

.material-icon~.nav-text {
    color: #ffffff;
}

.baack {
    background: linear-gradient(-45deg, #f70e34, #c99300, #05580a, #0d6efd);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    border-radius: 10px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
.criterion {
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    transform: translate(-20px, -20px);
}


/*
* background
*/

.background {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 0;
    -webkit-animation: background-animation 2s ease-in-out 4s 1 normal forwards;
    animation: background-animation 2s ease-in-out 4s 1 normal forwards;
}

.background0 {
    left: 0%;
    height: 100vh;
    background-color: #126099;
}

.background1 {
    left: 12.5%;
    height: 100vh;
    background-color: #126099;
}

.background2 {
    left: 25%;
    height: 100vh;
    background-color: #126099;
}

.background3 {
    left: 37.5%;
    height: 100vh;
    background-color: #126099;
}

.background4 {
    left: 50%;
    height: 100vh;
    background-color: #126099;
}

.background5 {
    left: 62.5%;
    height: 100vh;
    background-color: #126099;
}

.background6 {
    left: 75%;
    height: 100vh;
    background-color: #126099;
}

.background7 {
    left: 87.5%;
    height: 100vh;
    background-color: #126099;
}

.background8 {
    left: 100%;
    height: 100vh;
    background-color: #126099;
}

.text {
    position: absolute;
    width: 40px;
    line-height: 40px;
    opacity: 0;
    overflow: hidden;
}

.text::after {
    z-index: -1;
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 40px;
}

.text0 {
    left: -140px;
    top: 0;
    -webkit-animation: text-animation0 1s ease-in-out 1s 1 normal forwards, text2-animation0 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation0 1s ease-in-out 1s 1 normal forwards, text2-animation0 2s ease-in-out 5s 1 normal forwards;
}

.text0::after {
    -webkit-animation: text-after-animation0 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation0 2s ease-in-out 3s 1 normal forwards;
}

.text1 {
    left: -100px;
    top: 0;
    -webkit-animation: text-animation1 1s ease-in-out 1.2s 1 normal forwards, text2-animation1 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation1 1s ease-in-out 1.2s 1 normal forwards, text2-animation1 2s ease-in-out 5s 1 normal forwards;
}

.text1::after {
    -webkit-animation: text-after-animation1 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation1 2s ease-in-out 3s 1 normal forwards;
}

.text2 {
    left: -60px;
    top: 0;
    -webkit-animation: text-animation2 1s ease-in-out 1.4s 1 normal forwards, text2-animation2 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation2 1s ease-in-out 1.4s 1 normal forwards, text2-animation2 2s ease-in-out 5s 1 normal forwards;
}

.text2::after {
    -webkit-animation: text-after-animation2 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation2 2s ease-in-out 3s 1 normal forwards;
}

.text3 {
    left: -20px;
    top: 0;
    -webkit-animation: text-animation3 1s ease-in-out 1.6s 1 normal forwards, text2-animation3 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation3 1s ease-in-out 1.6s 1 normal forwards, text2-animation3 2s ease-in-out 5s 1 normal forwards;
}

.text3::after {
    -webkit-animation: text-after-animation3 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation3 2s ease-in-out 3s 1 normal forwards;
}

.text4 {
    left: 20px;
    top: 0;
    -webkit-animation: text-animation4 1s ease-in-out 1.8s 1 normal forwards, text2-animation4 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation4 1s ease-in-out 1.8s 1 normal forwards, text2-animation4 2s ease-in-out 5s 1 normal forwards;
}

.text4::after {
    -webkit-animation: text-after-animation4 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation4 2s ease-in-out 3s 1 normal forwards;
}

.text5 {
    left: 60px;
    top: 0;
    -webkit-animation: text-animation5 1s ease-in-out 2s 1 normal forwards, text2-animation5 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation5 1s ease-in-out 2s 1 normal forwards, text2-animation5 2s ease-in-out 5s 1 normal forwards;
}

.text5::after {
    -webkit-animation: text-after-animation5 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation5 2s ease-in-out 3s 1 normal forwards;
}

.text6 {
    left: 100px;
    top: 0;
    -webkit-animation: text-animation6 1s ease-in-out 2.2s 1 normal forwards, text2-animation6 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation6 1s ease-in-out 2.2s 1 normal forwards, text2-animation6 2s ease-in-out 5s 1 normal forwards;
}

.text6::after {
    -webkit-animation: text-after-animation6 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation6 2s ease-in-out 3s 1 normal forwards;
}

.text7 {
    left: 140px;
    top: 0;
    -webkit-animation: text-animation7 1s ease-in-out 2.4s 1 normal forwards, text2-animation7 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation7 1s ease-in-out 2.4s 1 normal forwards, text2-animation7 2s ease-in-out 5s 1 normal forwards;
}

.text7::after {
    -webkit-animation: text-after-animation7 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation7 2s ease-in-out 3s 1 normal forwards;
}

.text8 {
    left: 180px;
    top: 0;
    -webkit-animation: text-animation8 1s ease-in-out 2.6s 1 normal forwards, text2-animation8 2s ease-in-out 5s 1 normal forwards;
    animation: text-animation8 1s ease-in-out 2.6s 1 normal forwards, text2-animation8 2s ease-in-out 5s 1 normal forwards;
}

.text8::after {
    -webkit-animation: text-after-animation8 2s ease-in-out 3s 1 normal forwards;
    animation: text-after-animation8 2s ease-in-out 3s 1 normal forwards;
}

@-webkit-keyframes text-animation0 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation0 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation1 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation1 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation2 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation2 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation3 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation3 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation4 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation4 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation5 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation5 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation6 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation6 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation7 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation7 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-animation8 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes text-animation8 {
    0% {
        transform: scale(0, 0);
        opacity: 0;
    }
    50% {
        transform: scale(3, 3);
    }
    100% {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes text-after-animation0 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation0 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation1 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation1 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation2 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation2 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation3 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation3 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation4 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation4 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation5 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation5 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation6 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation6 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation7 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation7 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text-after-animation8 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@keyframes text-after-animation8 {
    0% {
        width: 0px;
        background-color: #126099;
        opacity: 1;
    }
    50% {
        width: 40px;
        opacity: 1;
    }
    100% {
        left: 40px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation0 {
    0% {
        left: -140px;
        opacity: 1;
    }
    50% {
        left: -100px;
        opacity: 0;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

@keyframes text2-animation0 {
    0% {
        left: -140px;
        opacity: 1;
    }
    50% {
        left: -100px;
        opacity: 0;
    }
    100% {
        left: -100px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation1 {
    0% {
        left: -100px;
        opacity: 1;
    }
    50% {
        left: -60px;
        opacity: 0;
    }
    100% {
        left: -60px;
        opacity: 0;
    }
}

@keyframes text2-animation1 {
    0% {
        left: -100px;
        opacity: 1;
    }
    50% {
        left: -60px;
        opacity: 0;
    }
    100% {
        left: -60px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation2 {
    0% {
        left: -60px;
        opacity: 1;
    }
    50% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: -20px;
        opacity: 0;
    }
}

@keyframes text2-animation2 {
    0% {
        left: -60px;
        opacity: 1;
    }
    50% {
        left: -20px;
        opacity: 0;
    }
    100% {
        left: -20px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation3 {
    0% {
        left: -20px;
        opacity: 1;
    }
    50% {
        left: 20px;
        opacity: 0;
    }
    100% {
        left: 20px;
        opacity: 0;
    }
}

@keyframes text2-animation3 {
    0% {
        left: -20px;
        opacity: 1;
    }
    50% {
        left: 20px;
        opacity: 0;
    }
    100% {
        left: 20px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation4 {
    0% {
        left: 20px;
        opacity: 1;
    }
    50% {
        left: 60px;
        opacity: 0;
    }
    100% {
        left: 60px;
        opacity: 0;
    }
}

@keyframes text2-animation4 {
    0% {
        left: 20px;
        opacity: 1;
    }
    50% {
        left: 60px;
        opacity: 0;
    }
    100% {
        left: 60px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation5 {
    0% {
        left: 60px;
        opacity: 1;
    }
    50% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 100px;
        opacity: 0;
    }
}

@keyframes text2-animation5 {
    0% {
        left: 60px;
        opacity: 1;
    }
    50% {
        left: 100px;
        opacity: 0;
    }
    100% {
        left: 100px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation6 {
    0% {
        left: 100px;
        opacity: 1;
    }
    50% {
        left: 140px;
        opacity: 0;
    }
    100% {
        left: 140px;
        opacity: 0;
    }
}

@keyframes text2-animation6 {
    0% {
        left: 100px;
        opacity: 1;
    }
    50% {
        left: 140px;
        opacity: 0;
    }
    100% {
        left: 140px;
        opacity: 0;
    }
}

@-webkit-keyframes text2-animation7 {
    0% {
        left: 140px;
        opacity: 1;
        top: 0;
        transform: scale(1, 1);
    }
    50% {
        left: 180px;
        opacity: 1;
        transform: scale(1, 1);
    }
    65% {
        top: 0;
        transform: scale(1, 1);
    }
    70% {
        transform: scale(3, 3) rotate(90deg);
        top: -30px;
    }
    75% {
        left: 180px;
        top: 0;
        opacity: 1;
        transform: scale(2, 2) rotate(90deg);
    }
    85% {
        left: 180px;
    }
    100% {
        left: 1000px;
        opacity: 0;
        transform: scale(2, 2) rotate(90deg);
    }
}

@keyframes text2-animation7 {
    0% {
        left: 140px;
        opacity: 1;
        top: 0;
        transform: scale(1, 1);
    }
    50% {
        left: 180px;
        opacity: 1;
        transform: scale(1, 1);
    }
    65% {
        top: 0;
        transform: scale(1, 1);
    }
    70% {
        transform: scale(3, 3) rotate(90deg);
        top: -30px;
    }
    75% {
        left: 180px;
        top: 0;
        opacity: 1;
        transform: scale(2, 2) rotate(90deg);
    }
    85% {
        left: 180px;
    }
    100% {
        left: 1000px;
        opacity: 0;
        transform: scale(2, 2) rotate(90deg);
    }
}

@-webkit-keyframes text2-animation8 {
    0% {
        left: 180px;
        opacity: 1;
    }
    50% {
        left: 220px;
        opacity: 0;
    }
    100% {
        left: 220px;
        opacity: 0;
    }
}

@keyframes text2-animation8 {
    0% {
        left: 180px;
        opacity: 1;
    }
    50% {
        left: 220px;
        opacity: 0;
    }
    100% {
        left: 220px;
        opacity: 0;
    }
}

.frame {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0;
}

.frame0 {
    left: -140px;
    top: 0;
    -webkit-animation: frame-animation0 1s ease-in-out 0ms 1 normal forwards;
    animation: frame-animation0 1s ease-in-out 0ms 1 normal forwards;
    background-color: #126099;
}

.frame1 {
    left: -100px;
    top: 0;
    -webkit-animation: frame-animation1 1s ease-in-out 200ms 1 normal forwards;
    animation: frame-animation1 1s ease-in-out 200ms 1 normal forwards;
    background-color: #126099;
}

.frame2 {
    left: -60px;
    top: 0;
    -webkit-animation: frame-animation2 1s ease-in-out 400ms 1 normal forwards;
    animation: frame-animation2 1s ease-in-out 400ms 1 normal forwards;
    background-color: #126099;
}

.frame3 {
    left: -20px;
    top: 0;
    -webkit-animation: frame-animation3 1s ease-in-out 600ms 1 normal forwards;
    animation: frame-animation3 1s ease-in-out 600ms 1 normal forwards;
    background-color: #126099;
}

.frame4 {
    left: 20px;
    top: 0;
    -webkit-animation: frame-animation4 1s ease-in-out 800ms 1 normal forwards;
    animation: frame-animation4 1s ease-in-out 800ms 1 normal forwards;
    background-color: #126099;
}

.frame5 {
    left: 60px;
    top: 0;
    -webkit-animation: frame-animation5 1s ease-in-out 1000ms 1 normal forwards;
    animation: frame-animation5 1s ease-in-out 1000ms 1 normal forwards;
    background-color: #126099;
}

.frame6 {
    left: 100px;
    top: 0;
    -webkit-animation: frame-animation6 1s ease-in-out 1200ms 1 normal forwards;
    animation: frame-animation6 1s ease-in-out 1200ms 1 normal forwards;
    background-color: #126099;
}

.frame7 {
    left: 140px;
    top: 0;
    -webkit-animation: frame-animation7 1s ease-in-out 1400ms 1 normal forwards;
    animation: frame-animation7 1s ease-in-out 1400ms 1 normal forwards;
    background-color: #126099;
}

.frame8 {
    left: 180px;
    top: 0;
    -webkit-animation: frame-animation8 1s ease-in-out 1600ms 1 normal forwards;
    animation: frame-animation8 1s ease-in-out 1600ms 1 normal forwards;
    background-color: #126099;
}

@-webkit-keyframes frame-animation0 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation0 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation1 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation1 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation2 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation2 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation3 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation3 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation4 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation4 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation5 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation5 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation6 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation6 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation7 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation7 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@-webkit-keyframes frame-animation8 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}

@keyframes frame-animation8 {
    0% {
        transform: translateY(-1000px);
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}


/*
* particle
*/

.particle {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.particle00 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation00 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation00 1s ease-in-out 1s 1 normal forwards;
}

.particle01 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation01 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation01 1s ease-in-out 1s 1 normal forwards;
}

.particle02 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation02 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation02 1s ease-in-out 1s 1 normal forwards;
}

.particle03 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation03 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation03 1s ease-in-out 1s 1 normal forwards;
}

.particle04 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation04 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation04 1s ease-in-out 1s 1 normal forwards;
}

.particle05 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation05 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation05 1s ease-in-out 1s 1 normal forwards;
}

.particle06 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation06 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation06 1s ease-in-out 1s 1 normal forwards;
}

.particle07 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation07 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation07 1s ease-in-out 1s 1 normal forwards;
}

.particle08 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation08 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation08 1s ease-in-out 1s 1 normal forwards;
}

.particle09 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation09 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation09 1s ease-in-out 1s 1 normal forwards;
}

.particle010 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation010 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation010 1s ease-in-out 1s 1 normal forwards;
}

.particle011 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation011 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation011 1s ease-in-out 1s 1 normal forwards;
}

.particle012 {
    left: -140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation012 1s ease-in-out 1s 1 normal forwards;
    animation: particle-animation012 1s ease-in-out 1s 1 normal forwards;
}

.particle10 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation10 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation10 1s ease-in-out 1.2s 1 normal forwards;
}

.particle11 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation11 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation11 1s ease-in-out 1.2s 1 normal forwards;
}

.particle12 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation12 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation12 1s ease-in-out 1.2s 1 normal forwards;
}

.particle13 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation13 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation13 1s ease-in-out 1.2s 1 normal forwards;
}

.particle14 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation14 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation14 1s ease-in-out 1.2s 1 normal forwards;
}

.particle15 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation15 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation15 1s ease-in-out 1.2s 1 normal forwards;
}

.particle16 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation16 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation16 1s ease-in-out 1.2s 1 normal forwards;
}

.particle17 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation17 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation17 1s ease-in-out 1.2s 1 normal forwards;
}

.particle18 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation18 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation18 1s ease-in-out 1.2s 1 normal forwards;
}

.particle19 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation19 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation19 1s ease-in-out 1.2s 1 normal forwards;
}

.particle110 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation110 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation110 1s ease-in-out 1.2s 1 normal forwards;
}

.particle111 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation111 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation111 1s ease-in-out 1.2s 1 normal forwards;
}

.particle112 {
    left: -100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation112 1s ease-in-out 1.2s 1 normal forwards;
    animation: particle-animation112 1s ease-in-out 1.2s 1 normal forwards;
}

.particle20 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation20 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation20 1s ease-in-out 1.4s 1 normal forwards;
}

.particle21 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation21 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation21 1s ease-in-out 1.4s 1 normal forwards;
}

.particle22 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation22 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation22 1s ease-in-out 1.4s 1 normal forwards;
}

.particle23 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation23 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation23 1s ease-in-out 1.4s 1 normal forwards;
}

.particle24 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation24 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation24 1s ease-in-out 1.4s 1 normal forwards;
}

.particle25 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation25 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation25 1s ease-in-out 1.4s 1 normal forwards;
}

.particle26 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation26 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation26 1s ease-in-out 1.4s 1 normal forwards;
}

.particle27 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation27 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation27 1s ease-in-out 1.4s 1 normal forwards;
}

.particle28 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation28 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation28 1s ease-in-out 1.4s 1 normal forwards;
}

.particle29 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation29 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation29 1s ease-in-out 1.4s 1 normal forwards;
}

.particle210 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation210 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation210 1s ease-in-out 1.4s 1 normal forwards;
}

.particle211 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation211 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation211 1s ease-in-out 1.4s 1 normal forwards;
}

.particle212 {
    left: -60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation212 1s ease-in-out 1.4s 1 normal forwards;
    animation: particle-animation212 1s ease-in-out 1.4s 1 normal forwards;
}

.particle30 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation30 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation30 1s ease-in-out 1.6s 1 normal forwards;
}

.particle31 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation31 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation31 1s ease-in-out 1.6s 1 normal forwards;
}

.particle32 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation32 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation32 1s ease-in-out 1.6s 1 normal forwards;
}

.particle33 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation33 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation33 1s ease-in-out 1.6s 1 normal forwards;
}

.particle34 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation34 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation34 1s ease-in-out 1.6s 1 normal forwards;
}

.particle35 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation35 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation35 1s ease-in-out 1.6s 1 normal forwards;
}

.particle36 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation36 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation36 1s ease-in-out 1.6s 1 normal forwards;
}

.particle37 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation37 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation37 1s ease-in-out 1.6s 1 normal forwards;
}

.particle38 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation38 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation38 1s ease-in-out 1.6s 1 normal forwards;
}

.particle39 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation39 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation39 1s ease-in-out 1.6s 1 normal forwards;
}

.particle310 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation310 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation310 1s ease-in-out 1.6s 1 normal forwards;
}

.particle311 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation311 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation311 1s ease-in-out 1.6s 1 normal forwards;
}

.particle312 {
    left: -20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation312 1s ease-in-out 1.6s 1 normal forwards;
    animation: particle-animation312 1s ease-in-out 1.6s 1 normal forwards;
}

.particle41 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation41 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation41 1s ease-in-out 1.8s 1 normal forwards;
}

.particle42 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation42 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation42 1s ease-in-out 1.8s 1 normal forwards;
}

.particle43 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation43 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation43 1s ease-in-out 1.8s 1 normal forwards;
}

.particle44 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation44 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation44 1s ease-in-out 1.8s 1 normal forwards;
}

.particle45 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation45 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation45 1s ease-in-out 1.8s 1 normal forwards;
}

.particle46 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation46 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation46 1s ease-in-out 1.8s 1 normal forwards;
}

.particle47 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation47 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation47 1s ease-in-out 1.8s 1 normal forwards;
}

.particle48 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation48 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation48 1s ease-in-out 1.8s 1 normal forwards;
}

.particle49 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation49 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation49 1s ease-in-out 1.8s 1 normal forwards;
}

.particle410 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation410 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation410 1s ease-in-out 1.8s 1 normal forwards;
}

.particle411 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation411 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation411 1s ease-in-out 1.8s 1 normal forwards;
}

.particle412 {
    left: 20px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation412 1s ease-in-out 1.8s 1 normal forwards;
    animation: particle-animation412 1s ease-in-out 1.8s 1 normal forwards;
}

.particle50 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation50 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation50 1s ease-in-out 2s 1 normal forwards;
}

.particle51 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation51 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation51 1s ease-in-out 2s 1 normal forwards;
}

.particle52 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation52 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation52 1s ease-in-out 2s 1 normal forwards;
}

.particle53 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation53 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation53 1s ease-in-out 2s 1 normal forwards;
}

.particle54 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation54 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation54 1s ease-in-out 2s 1 normal forwards;
}

.particle55 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation55 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation55 1s ease-in-out 2s 1 normal forwards;
}

.particle56 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation56 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation56 1s ease-in-out 2s 1 normal forwards;
}

.particle57 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation57 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation57 1s ease-in-out 2s 1 normal forwards;
}

.particle58 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation58 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation58 1s ease-in-out 2s 1 normal forwards;
}

.particle59 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation59 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation59 1s ease-in-out 2s 1 normal forwards;
}

.particle510 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation510 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation510 1s ease-in-out 2s 1 normal forwards;
}

.particle511 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation511 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation511 1s ease-in-out 2s 1 normal forwards;
}

.particle512 {
    left: 60px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation512 1s ease-in-out 2s 1 normal forwards;
    animation: particle-animation512 1s ease-in-out 2s 1 normal forwards;
}

.particle60 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation60 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation60 1s ease-in-out 2.2s 1 normal forwards;
}

.particle61 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation61 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation61 1s ease-in-out 2.2s 1 normal forwards;
}

.particle62 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation62 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation62 1s ease-in-out 2.2s 1 normal forwards;
}

.particle63 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation63 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation63 1s ease-in-out 2.2s 1 normal forwards;
}

.particle64 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation64 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation64 1s ease-in-out 2.2s 1 normal forwards;
}

.particle65 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation65 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation65 1s ease-in-out 2.2s 1 normal forwards;
}

.particle66 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation66 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation66 1s ease-in-out 2.2s 1 normal forwards;
}

.particle67 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation67 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation67 1s ease-in-out 2.2s 1 normal forwards;
}

.particle68 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation68 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation68 1s ease-in-out 2.2s 1 normal forwards;
}

.particle69 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation69 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation69 1s ease-in-out 2.2s 1 normal forwards;
}

.particle610 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation610 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation610 1s ease-in-out 2.2s 1 normal forwards;
}

.particle611 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation611 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation611 1s ease-in-out 2.2s 1 normal forwards;
}

.particle612 {
    left: 100px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation612 1s ease-in-out 2.2s 1 normal forwards;
    animation: particle-animation612 1s ease-in-out 2.2s 1 normal forwards;
}

.particle70 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation70 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation70 1s ease-in-out 2.4s 1 normal forwards;
}

.particle71 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation71 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation71 1s ease-in-out 2.4s 1 normal forwards;
}

.particle72 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation72 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation72 1s ease-in-out 2.4s 1 normal forwards;
}

.particle73 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation73 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation73 1s ease-in-out 2.4s 1 normal forwards;
}

.particle74 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation74 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation74 1s ease-in-out 2.4s 1 normal forwards;
}

.particle75 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation75 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation75 1s ease-in-out 2.4s 1 normal forwards;
}

.particle76 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation76 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation76 1s ease-in-out 2.4s 1 normal forwards;
}

.particle77 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation77 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation77 1s ease-in-out 2.4s 1 normal forwards;
}

.particle78 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation78 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation78 1s ease-in-out 2.4s 1 normal forwards;
}

.particle79 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation79 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation79 1s ease-in-out 2.4s 1 normal forwards;
}

.particle710 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation710 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation710 1s ease-in-out 2.4s 1 normal forwards;
}

.particle711 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation711 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation711 1s ease-in-out 2.4s 1 normal forwards;
}

.particle712 {
    left: 140px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation712 1s ease-in-out 2.4s 1 normal forwards;
    animation: particle-animation712 1s ease-in-out 2.4s 1 normal forwards;
}

.particle80 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation80 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation80 1s ease-in-out 2.6s 1 normal forwards;
}

.particle81 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation81 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation81 1s ease-in-out 2.6s 1 normal forwards;
}

.particle82 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation82 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation82 1s ease-in-out 2.6s 1 normal forwards;
}

.particle83 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation83 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation83 1s ease-in-out 2.6s 1 normal forwards;
}

.particle84 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation84 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation84 1s ease-in-out 2.6s 1 normal forwards;
}

.particle85 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation85 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation85 1s ease-in-out 2.6s 1 normal forwards;
}

.particle86 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation86 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation86 1s ease-in-out 2.6s 1 normal forwards;
}

.particle87 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation87 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation87 1s ease-in-out 2.6s 1 normal forwards;
}

.particle88 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation88 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation88 1s ease-in-out 2.6s 1 normal forwards;
}

.particle89 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation89 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation89 1s ease-in-out 2.6s 1 normal forwards;
}

.particle810 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation810 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation810 1s ease-in-out 2.6s 1 normal forwards;
}

.particle811 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation811 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation811 1s ease-in-out 2.6s 1 normal forwards;
}

.particle812 {
    left: 180px;
    opacity: 0;
    background-color: #126099;
    -webkit-animation: particle-animation812 1s ease-in-out 2.6s 1 normal forwards;
    animation: particle-animation812 1s ease-in-out 2.6s 1 normal forwards;
}

@-webkit-keyframes particle-animation00 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation00 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation01 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -53.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation01 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -53.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation02 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -90px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation02 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -90px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation03 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -140px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation03 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -140px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation04 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -190px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation04 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -190px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation05 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -226.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation05 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -226.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation06 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -240px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation06 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -240px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation07 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -226.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation07 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -226.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation08 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -190px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation08 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -190px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation09 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -140px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation09 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -140px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation010 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -90px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation010 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -90px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation011 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -53.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation011 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -53.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation012 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation012 {
    0% {
        left: -140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation10 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 0px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation10 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 0px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation11 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -13.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation11 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -13.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation12 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -50px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation12 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -50px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation13 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -100px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation13 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -100px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation14 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -150px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation14 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -150px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation15 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -186.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation15 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -186.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation16 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -200px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation16 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -200px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation17 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -186.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation17 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -186.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation18 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -150px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation18 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -150px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation19 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -100px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation19 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -100px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation110 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -50px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation110 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -50px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation111 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -13.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation111 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -13.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation112 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 0px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation112 {
    0% {
        left: -100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 0px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation20 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation20 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation21 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 26.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation21 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 26.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation22 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -10px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation22 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -10px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation23 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -60px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation23 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -60px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation24 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -110px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation24 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -110px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation25 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -146.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation25 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -146.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation26 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -160px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation26 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -160px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation27 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -146.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation27 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -146.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation28 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -110px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation28 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -110px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation29 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -60px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation29 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -60px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation210 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -10px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation210 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -10px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation211 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 26.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation211 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 26.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation212 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation212 {
    0% {
        left: -60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation30 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation30 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation31 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 66.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation31 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 66.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation32 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 30px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation32 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 30px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation33 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -20px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation33 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -20px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation34 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -70px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation34 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -70px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation35 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -106.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation35 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -106.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation36 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -120px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation36 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -120px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation37 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -106.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation37 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -106.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation38 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -70px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation38 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -70px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation39 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -20px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation39 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -20px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation310 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 30px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation310 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 30px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation311 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 66.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation311 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 66.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation312 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation312 {
    0% {
        left: -20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation40 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 120px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation40 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 120px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation41 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 106.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation41 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 106.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation42 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 70px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation42 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 70px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation43 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 20px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation43 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 20px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation44 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -30px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation44 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -30px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation45 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -66.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation45 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -66.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation46 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation46 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation47 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -66.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation47 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -66.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation48 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -30px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation48 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -30px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation49 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 20px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation49 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 20px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation410 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 70px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation410 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 70px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation411 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 106.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation411 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 106.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation412 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 120px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation412 {
    0% {
        left: 20px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 120px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation50 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 160px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation50 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 160px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation51 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 146.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation51 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 146.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation52 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 110px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation52 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 110px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation53 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 60px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation53 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 60px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation54 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 10px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation54 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 10px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation55 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -26.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation55 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -26.60254040000001px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation56 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation56 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation57 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -26.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation57 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: -26.60254040000001px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation58 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 10px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation58 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 10px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation59 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 60px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation59 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 60px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation510 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 110px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation510 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 110px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation511 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 146.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation511 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 146.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation512 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 160px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation512 {
    0% {
        left: 60px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 160px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation60 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 200px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation60 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 200px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation61 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 186.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation61 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 186.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation62 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 150px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation62 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 150px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation63 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 100px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation63 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 100px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation64 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 50px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation64 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 50px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation65 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 13.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation65 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 13.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation66 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 0px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation66 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 0px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation67 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 13.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation67 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 13.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation68 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 50px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation68 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 50px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation69 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 100px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation69 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 100px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation610 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 150px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation610 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 150px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation611 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 186.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation611 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 186.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation612 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 200px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation612 {
    0% {
        left: 100px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 200px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation70 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 240px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation70 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 240px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation71 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 226.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation71 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 226.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation72 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 190px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation72 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 190px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation73 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 140px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation73 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 140px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation74 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 90px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation74 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 90px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation75 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 53.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation75 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 53.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation76 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation76 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 40px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation77 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 53.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation77 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 53.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation78 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 90px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation78 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 90px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation79 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 140px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation79 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 140px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation710 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 190px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation710 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 190px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation711 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 226.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation711 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 226.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation712 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 240px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation712 {
    0% {
        left: 140px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 240px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation80 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 280px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation80 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 280px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation81 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 266.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation81 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 266.6025404px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation82 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 230px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation82 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 230px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation83 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 180px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation83 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 180px;
        top: 100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation84 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 130px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation84 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 130px;
        top: 86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation85 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 93.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation85 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 93.39745959999999px;
        top: 50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation86 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation86 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 80px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation87 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 93.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation87 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 93.39745959999999px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation88 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 130px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation88 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 130px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation89 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 180px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation89 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 180px;
        top: -100px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation810 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 230px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation810 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 230px;
        top: -86.60254040000001px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation811 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 266.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation811 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 266.6025404px;
        top: -50px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes particle-animation812 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 280px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@keyframes particle-animation812 {
    0% {
        left: 180px;
        top: 0;
        opacity: 0;
        transform: scale(1, 1);
    }
    100% {
        left: 280px;
        top: 0px;
        opacity: 1;
        transform: scale(0, 0);
    }
}

@-webkit-keyframes background-animation {
    0% {
        width: 0;
    }
    50% {
        width: 12.5%;
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: 25%;
    }
}

@keyframes background-animation {
    0% {
        width: 0;
    }
    50% {
        width: 12.5%;
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: 25%;
    }
}

@media screen and (max-width: 800px) and (min-width:0px) {
    .loading {
        display: none !important;
    }
}

@media screen and (max-width:800px) and (min-width:0px) {
    .icon-bar {
        display: none;
    }
}

@media screen and (max-width:1000px) and (min-width:0px) {
    .show-resume {
        display: block !important;
        margin-bottom: -100px;
    }
}

@media screen and (max-width:1000px) and (min-width:0px) {
    .not-show {
        display: none !important;
    }
}

@media screen and (max-width:9009px) and (min-width:1077px) {
    .screen-big {
        font-size: 15px !important;
    }
}


/* The side navigation menu */

.sidenavv {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.sidenavv a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenavv a:hover {
    color: #f1f1f1;
}

.sidenavv .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 0px;
}

@media screen and (max-height: 450px) {
    .sidenavv {
        padding-top: 15px;
    }
    .sidenavv a {
        font-size: 18px;
    }
}

@media screen and (max-width:590px) and (min-width:0) {
    .mt-phone {
        margin-top: 50px;
    }
}

.farzane {
    margin-bottom: 50px;
}

.stand-main {
    justify-content: center;
    text-align: center;
    height: 1000px;
}

@media screen and (max-width:600px) and (min-width:0) {
    .stand-main {
        margin: 40px 0;
    }
}

.ani-text {
    animation: color-change 10s infinite !important;
}

@keyframes color-change {
    0% {
        color: rgb(240, 236, 236);
    }
    50% {
        color: rgb(229, 255, 0);
    }
    100% {
        color: rgb(0, 255, 136);
    }
}

@media screen and (max-width:700px) {
    .rasseldarman-display {
        display: none;
    }
}

.stage,
.ring,
.img2 {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    user-select: none;
}

div1 {
    position: absolute;
}

.stage {
    overflow: hidden;
    background: #000;
}

.containerr {
    perspective: 2000px;
    width: 300px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-height:500px) {
    .loading-page,
    .loading {
        display: none;
    }
}

@media screen and (max-width:1000px) {
    .stream {
        display: block !important;
    }
}

@media screen and (max-width:1000px) {
    #yek-abzar {
        display: none;
    }
}

#yek-abzar {
    text-align: center;
    margin: 50px 0 0 32px;
}

@media screen and (max-width:600px) {
    .baack {
        height: 600px;
    }
}

@media screen and (min-width:1000px) {
    .phone {
        display: none;
    }
}

@media screen and (max-width:345px) {
    #display-phone {
        margin-top: 124px;
    }
}

@media screen and (min-width:599px) {
    .phone-dis {
        margin-top: 200px !important;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .phone-dis {
        margin-bottom: 100px;
    }
}

@media screen and (min-width:767px) {
    .phone-dis {
        display: none;
    }
}

.perspective-itemm {
    padding: 10px;
    transition: all 0.6s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    background: linear-gradient(325deg, #0d1e32 0%, #c09159 100%);
}

@-webkit-keyframes mymove {
    from {
        background-color: rgb(255, 255, 255);
    }
    to {
        background-color: rgb(0, 0, 0);
    }
}

@keyframes mymove {
    from {
        background-color: #125f99;
    }
    to {
        background-color: rgb(124, 124, 124);
    }
    from {
        background-color: #125f99;
        translate: 10s;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

.openlink {
    display: flex;
    justify-content: center;
}

.openlink-button {
    padding: 7px;
    color: #ffffff;
    background-color: #ff000040;
    border-radius: 20px;
    width: 260px;
    border: 0px dashed #e1e1e1;
}