/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 1.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@font-face {
  font-family: Nexa-Bold;
  src: url(fonts/Nexa-Bold.otf);
}
@font-face {
  font-family: Nexa-light;
  src: url(fonts/Nexa-light.otf);
}
html body, input, textarea, .page-title span, .pingback a.url {
    font-family: 'Lato', sans-serif;
}
body {
    background: #fff;
    margin: 0 !important;
}
body, input, textarea {
    color: #303030;
    font-size: 14px;
    line-height: 21px;
}

body.home { background: #000; }
a, a:focus, a:hover { text-decoration: none; outline: none; }
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:70px 0; overflow:hidden;}

nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}


#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg)}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg)}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: relative; }
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{margin: 0;background:#ddd;padding: 15px 8%;}
.breadcrumbs li{list-style:none;display:inline-block;padding-right: 10px;color: #3b3b3b;}
.breadcrumbs li a { color: #3b3b3b; font-weight: 600; }
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}
.set{position: relative;width: 100%;height: auto;background-color: #f5f5f5;}
.set > a{display: block;padding: 10px 15px;text-decoration: none;color: #555;font-weight: 600;border-bottom: 1px solid #ddd;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
transition:all 0.2s linear;}
.set > a.active{background-color:#3399cc;color: #fff;}
.set > a:before{ background:url(images/arrow1.png) no-repeat; float:right; content:"";height: 8px;    margin: 6px 0 0;    width: 15px;}
.set > a.active:before{filter: invert(100%);    transform: rotate(180deg);  }
.accordion-container .content{position:relative;width: 100%;height: auto;background-color: #fff;border-bottom: 1px solid #ddd;display:none;}
.accordion-container .content p{padding: 10px 15px;margin: 0;color: #333;}
/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{height: 350px;width:100%;color:#fff;display: flex;flex-direction: row;align-items: flex-end;padding: 0 0 80px;}
.inner-banner h2{margin:0;text-transform: uppercase;color: #000;font-weight: 700;}


/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}

.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 767px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #fff; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 767px) {
a#hamburg { display: block; background: #ccc; z-index: 999999999; border-radius: 5px; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #000 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px; background: #000;  }
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}    
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 767px) {

main{ }
.logo{ text-align:center;}  
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(17 17 17 / 90%);
  overflow-x: hidden;
  transition: 0.5s;
  
}

.sidenav a {
  padding: 7px 0;
  text-decoration: none;
  font-size: 30px;
  color: #b7b7b7;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  line-height: initial;
  font-weight: 600;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  font-size: 36px;
  margin-left: 50px;
  left: 5%;
  right: 0;
  z-index: 9999;
}


.mystyle {
    padding-top: 13%;
  padding-left: 13%;
}

.sidenav ul.menu {width: 80%;margin: 0 auto;}
.sidenav ul.menu > li {position: relative;padding: 7px 0;display: block;}
.sidenav ul.menu > li > a {padding: 0;}
.sidenav ul.menu > li > ul.sub-menu {position: absolute;left: 22%;top: 9px;transition: all 1s ease-in-out;visibility: hidden;opacity: 0;z-index: 99999999;width: 25%;}
.sidenav ul.menu > li > ul.sub-menu > li { }
.sidenav ul.menu > li > ul.sub-menu > li > a {font-size: 16px;padding: 5px 0;padding-right: 25%;}
.sidenav ul.menu > li.selected > ul.sub-menu { left: 35%; visibility: visible; opacity: 1; }
.sidenav ul.menu  li  a {position: relative;padding: 0 10% 0 0;display: inline-block;}
.sidenav ul.menu  li  a:after {content: "";position: absolute;right: 0;top: 50%;bottom: 0;width: 25%;height: 1px;background: #fff; opacity: 0; transition: all .5s ease-in-out;}
.sidenav ul.menu  li a:hover:after { opacity: 1; }



a.navlogo {position: absolute;left: 0;right: 0;top: 20px;text-align: center;display: inline-block;width: auto;}

.header {position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;z-index: 9999999;padding: 20px 0 0;}
.header .logo a {display: inline-block;width: 40%;}
.header .text-right li {display: inline-block;margin: 0 0 0 15px;vertical-align: middle;}
.header .text-right li a {display: block;color: #fff;text-transform: uppercase;font-size: 14px;letter-spacing: 1px; }
.head-right li {display: inline-block;vertical-align: middle;position: relative;margin: 0 0 0 20px;}
.head-right li a,.header p {color: #acacac;text-transform: uppercase;}
.head-right li a.your-class-name {position: absolute;right: 0;bottom: 0;background: #fff;width: 15px;text-align: center;font-size: 9px;height: 15px;line-height: 15px;border-radius: 100%;color: #000;}



.header2 { background: #000; padding: 20px 0; position: relative; }
.header2 .logo a {width: 20%;}
.header2 .row {display: flex;flex-direction: row;align-items: center;}


.sec-insta { padding: 70px 0; }



.snowfall {
    overflow: hidden;
    width: 47vw;
  height: 94%;
    position: absolute;
    right: 0;
    top: 20px;
        z-index: 99;
}


.snowflake {
  position: absolute;
  color: white;
}
.snowflake:after {
  content: "*";
      font: normal normal normal 14px/1 FontAwesome;
}

.snowflake:nth-of-type(1) {
  animation-name: snowflake-1;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 58%;
  top: -76%;
}
.snowflake:nth-of-type(1):after {
  font-size: 19px;
}

@Keyframes snowflake-1 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -76%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(2) {
  animation-name: snowflake-2;
  animation-delay: 17s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 17%;
  top: -96%;
}
.snowflake:nth-of-type(2):after {
  font-size: 8px;
}

@Keyframes snowflake-2 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -96%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(3) {
  animation-name: snowflake-3;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 79%;
  top: -76%;
}
.snowflake:nth-of-type(3):after {
  font-size: 14px;
}

@Keyframes snowflake-3 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -76%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(4) {
  animation-name: snowflake-4;
  animation-delay: 4s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 84%;
  top: -98%;
}
.snowflake:nth-of-type(4):after {
  font-size: 7px;
}

@Keyframes snowflake-4 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -98%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(5) {
  animation-name: snowflake-5;
  animation-delay: 2s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.snowflake:nth-of-type(5):after {
  font-size: 5px;
}

@Keyframes snowflake-5 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(6) {
  animation-name: snowflake-6;
  animation-delay: 15s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 19%;
  top: -72%;
}
.snowflake:nth-of-type(6):after {
  font-size: 12px;
}

@Keyframes snowflake-6 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -72%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(7) {
  animation-name: snowflake-7;
  animation-delay: 12s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 2%;
  top: -98%;
}
.snowflake:nth-of-type(7):after {
  font-size: 17px;
}

@Keyframes snowflake-7 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -98%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(8) {
  animation-name: snowflake-8;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 20%;
  top: -81%;
}
.snowflake:nth-of-type(8):after {
  font-size: 23px;
}

@Keyframes snowflake-8 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -81%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(9) {
  animation-name: snowflake-9;
  animation-delay: 13s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 88%;
  top: -67%;
}
.snowflake:nth-of-type(9):after {
  font-size: 9px;
}

@Keyframes snowflake-9 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -67%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(10) {
  animation-name: snowflake-10;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 99%;
  top: -81%;
}
.snowflake:nth-of-type(10):after {
  font-size: 4px;
}

@Keyframes snowflake-10 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -81%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(11) {
  animation-name: snowflake-11;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 34%;
  top: -69%;
}
.snowflake:nth-of-type(11):after {
  font-size: 19px;
}

@Keyframes snowflake-11 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -69%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(12) {
  animation-name: snowflake-12;
  animation-delay: 7s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 51%;
  top: -93%;
}
.snowflake:nth-of-type(12):after {
  font-size: 17px;
}

@Keyframes snowflake-12 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -93%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(13) {
  animation-name: snowflake-13;
  animation-delay: 7s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 40%;
  top: -100%;
}
.snowflake:nth-of-type(13):after {
  font-size: 9px;
}

@Keyframes snowflake-13 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -100%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(14) {
  animation-name: snowflake-14;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -88%;
}
.snowflake:nth-of-type(14):after {
  font-size: 17px;
}

@Keyframes snowflake-14 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -88%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(15) {
  animation-name: snowflake-15;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 55%;
  top: -86%;
}
.snowflake:nth-of-type(15):after {
  font-size: 7px;
}

@Keyframes snowflake-15 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -86%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(16) {
  animation-name: snowflake-16;
  animation-delay: 13s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 83%;
  top: -56%;
}
.snowflake:nth-of-type(16):after {
  font-size: 9px;
}

@Keyframes snowflake-16 {
  0% {
    transform: rotate(0deg);
    left: 83%;
    top: -56%;
  }
  25% {
    left: 84%;
  }
  50% {
    left: 83%;
  }
  75% {
    left: 85%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(17) {
  animation-name: snowflake-17;
  animation-delay: 9s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 61%;
  top: -93%;
}
.snowflake:nth-of-type(17):after {
  font-size: 21px;
}

@Keyframes snowflake-17 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -93%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(18) {
  animation-name: snowflake-18;
  animation-delay: 6s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 30%;
  top: -83%;
}
.snowflake:nth-of-type(18):after {
  font-size: 24px;
}

@Keyframes snowflake-18 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -83%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(19) {
  animation-name: snowflake-19;
  animation-delay: 16s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 15%;
  top: -60%;
}
.snowflake:nth-of-type(19):after {
  font-size: 11px;
}

@Keyframes snowflake-19 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -60%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(20) {
  animation-name: snowflake-20;
  animation-delay: 8s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 59%;
  top: -59%;
}
.snowflake:nth-of-type(20):after {
  font-size: 6px;
}

@Keyframes snowflake-20 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -59%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(21) {
  animation-name: snowflake-21;
  animation-delay: 7s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 49%;
  top: -100%;
}
.snowflake:nth-of-type(21):after {
  font-size: 21px;
}

@Keyframes snowflake-21 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -100%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(22) {
  animation-name: snowflake-22;
  animation-delay: 9s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 25%;
  top: -77%;
}
.snowflake:nth-of-type(22):after {
  font-size: 3px;
}

@Keyframes snowflake-22 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -77%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(23) {
  animation-name: snowflake-23;
  animation-delay: 19s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -100%;
}
.snowflake:nth-of-type(23):after {
  font-size: 14px;
}

@Keyframes snowflake-23 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -100%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(24) {
  animation-name: snowflake-24;
  animation-delay: 5s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 71%;
  top: -58%;
}
.snowflake:nth-of-type(24):after {
  font-size: 2px;
}

@Keyframes snowflake-24 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -58%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(25) {
  animation-name: snowflake-25;
  animation-delay: 11s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 70%;
  top: -78%;
}
.snowflake:nth-of-type(25):after {
  font-size: 9px;
}

@Keyframes snowflake-25 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -78%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(26) {
  animation-name: snowflake-26;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 66%;
  top: -60%;
}
.snowflake:nth-of-type(26):after {
  font-size: 12px;
}

@Keyframes snowflake-26 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -60%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(27) {
  animation-name: snowflake-27;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 5%;
  top: -90%;
}
.snowflake:nth-of-type(27):after {
  font-size: 11px;
}

@Keyframes snowflake-27 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -90%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(28) {
  animation-name: snowflake-28;
  animation-delay: 9s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -84%;
}
.snowflake:nth-of-type(28):after {
  font-size: 7px;
}

@Keyframes snowflake-28 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -84%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(29) {
  animation-name: snowflake-29;
  animation-delay: 18s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 66%;
  top: -57%;
}
.snowflake:nth-of-type(29):after {
  font-size: 4px;
}

@Keyframes snowflake-29 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -57%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(30) {
  animation-name: snowflake-30;
  animation-delay: 1s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 98%;
  top: -57%;
}
.snowflake:nth-of-type(30):after {
  font-size: 17px;
}

@Keyframes snowflake-30 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -57%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(31) {
  animation-name: snowflake-31;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 60%;
  top: -89%;
}
.snowflake:nth-of-type(31):after {
  font-size: 3px;
}

@Keyframes snowflake-31 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -89%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(32) {
  animation-name: snowflake-32;
  animation-delay: 14s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 28%;
  top: -60%;
}
.snowflake:nth-of-type(32):after {
  font-size: 16px;
}

@Keyframes snowflake-32 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -60%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(33) {
  animation-name: snowflake-33;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 77%;
  top: -69%;
}
.snowflake:nth-of-type(33):after {
  font-size: 18px;
}

@Keyframes snowflake-33 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -69%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(34) {
  animation-name: snowflake-34;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 23%;
  top: -92%;
}
.snowflake:nth-of-type(34):after {
  font-size: 6px;
}

@Keyframes snowflake-34 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -92%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(35) {
  animation-name: snowflake-35;
  animation-delay: 5s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 27%;
  top: -76%;
}
.snowflake:nth-of-type(35):after {
  font-size: 13px;
}

@Keyframes snowflake-35 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -76%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(36) {
  animation-name: snowflake-36;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 54%;
  top: -72%;
}
.snowflake:nth-of-type(36):after {
  font-size: 1px;
}

@Keyframes snowflake-36 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -72%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(37) {
  animation-name: snowflake-37;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -64%;
}
.snowflake:nth-of-type(37):after {
  font-size: 17px;
}

@Keyframes snowflake-37 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -64%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(38) {
  animation-name: snowflake-38;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 26%;
  top: -92%;
}
.snowflake:nth-of-type(38):after {
  font-size: 11px;
}

@Keyframes snowflake-38 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -92%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(39) {
  animation-name: snowflake-39;
  animation-delay: 17s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 9%;
  top: -56%;
}
.snowflake:nth-of-type(39):after {
  font-size: 1px;
}

@Keyframes snowflake-39 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -56%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(40) {
  animation-name: snowflake-40;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -64%;
}
.snowflake:nth-of-type(40):after {
  font-size: 4px;
}

@Keyframes snowflake-40 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -64%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(41) {
  animation-name: snowflake-41;
  animation-delay: 12s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 55%;
  top: -63%;
}
.snowflake:nth-of-type(41):after {
  font-size: 10px;
}

@Keyframes snowflake-41 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -63%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(42) {
  animation-name: snowflake-42;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 7%;
  top: -77%;
}
.snowflake:nth-of-type(42):after {
  font-size: 16px;
}

@Keyframes snowflake-42 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -77%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(43) {
  animation-name: snowflake-43;
  animation-delay: 12s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 72%;
  top: -94%;
}
.snowflake:nth-of-type(43):after {
  font-size: 1px;
}

@Keyframes snowflake-43 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -94%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(44) {
  animation-name: snowflake-44;
  animation-delay: 7s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 91%;
  top: -53%;
}
.snowflake:nth-of-type(44):after {
  font-size: 22px;
}

@Keyframes snowflake-44 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -53%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(45) {
  animation-name: snowflake-45;
  animation-delay: 4s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 92%;
  top: -60%;
}
.snowflake:nth-of-type(45):after {
  font-size: 16px;
}

@Keyframes snowflake-45 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -60%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(46) {
  animation-name: snowflake-46;
  animation-delay: 8s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 46%;
  top: -55%;
}
.snowflake:nth-of-type(46):after {
  font-size: 7px;
}

@Keyframes snowflake-46 {
  0% {
    transform: rotate(0deg);
    left: 46%;
    top: -55%;
  }
  25% {
    left: 47%;
  }
  50% {
    left: 46%;
  }
  75% {
    left: 48%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(47) {
  animation-name: snowflake-47;
  animation-delay: 2s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 97%;
  top: -90%;
}
.snowflake:nth-of-type(47):after {
  font-size: 20px;
}

@Keyframes snowflake-47 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -90%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(48) {
  animation-name: snowflake-48;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 31%;
  top: -58%;
}
.snowflake:nth-of-type(48):after {
  font-size: 22px;
}

@Keyframes snowflake-48 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -58%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(49) {
  animation-name: snowflake-49;
  animation-delay: 16s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 47%;
  top: -72%;
}
.snowflake:nth-of-type(49):after {
  font-size: 2px;
}

@Keyframes snowflake-49 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -72%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(50) {
  animation-name: snowflake-50;
  animation-delay: 11s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 16%;
  top: -79%;
}
.snowflake:nth-of-type(50):after {
  font-size: 7px;
}

@Keyframes snowflake-50 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -79%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(51) {
  animation-name: snowflake-51;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 13%;
  top: -100%;
}
.snowflake:nth-of-type(51):after {
  font-size: 13px;
}

@Keyframes snowflake-51 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -100%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(52) {
  animation-name: snowflake-52;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 95%;
  top: -80%;
}
.snowflake:nth-of-type(52):after {
  font-size: 23px;
}

@Keyframes snowflake-52 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -80%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(53) {
  animation-name: snowflake-53;
  animation-delay: 14s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 37%;
  top: -78%;
}
.snowflake:nth-of-type(53):after {
  font-size: 11px;
}

@Keyframes snowflake-53 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -78%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(54) {
  animation-name: snowflake-54;
  animation-delay: 4s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 15%;
  top: -73%;
}
.snowflake:nth-of-type(54):after {
  font-size: 9px;
}

@Keyframes snowflake-54 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -73%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(55) {
  animation-name: snowflake-55;
  animation-delay: 4s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 60%;
  top: -78%;
}
.snowflake:nth-of-type(55):after {
  font-size: 7px;
}

@Keyframes snowflake-55 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -78%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(56) {
  animation-name: snowflake-56;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 53%;
  top: -71%;
}
.snowflake:nth-of-type(56):after {
  font-size: 10px;
}

@Keyframes snowflake-56 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -71%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(57) {
  animation-name: snowflake-57;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 19%;
  top: -87%;
}
.snowflake:nth-of-type(57):after {
  font-size: 18px;
}

@Keyframes snowflake-57 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -87%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(58) {
  animation-name: snowflake-58;
  animation-delay: 7s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 62%;
  top: -97%;
}
.snowflake:nth-of-type(58):after {
  font-size: 20px;
}

@Keyframes snowflake-58 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -97%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(59) {
  animation-name: snowflake-59;
  animation-delay: 7s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 57%;
  top: -81%;
}
.snowflake:nth-of-type(59):after {
  font-size: 12px;
}

@Keyframes snowflake-59 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -81%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(60) {
  animation-name: snowflake-60;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.snowflake:nth-of-type(60):after {
  font-size: 3px;
}

@Keyframes snowflake-60 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(61) {
  animation-name: snowflake-61;
  animation-delay: 7s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 26%;
  top: -62%;
}
.snowflake:nth-of-type(61):after {
  font-size: 10px;
}

@Keyframes snowflake-61 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -62%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(62) {
  animation-name: snowflake-62;
  animation-delay: 18s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -58%;
}
.snowflake:nth-of-type(62):after {
  font-size: 13px;
}

@Keyframes snowflake-62 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -58%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(63) {
  animation-name: snowflake-63;
  animation-delay: 18s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 20%;
  top: -56%;
}
.snowflake:nth-of-type(63):after {
  font-size: 10px;
}

@Keyframes snowflake-63 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -56%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(64) {
  animation-name: snowflake-64;
  animation-delay: 11s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 38%;
  top: -63%;
}
.snowflake:nth-of-type(64):after {
  font-size: 9px;
}

@Keyframes snowflake-64 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -63%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(65) {
  animation-name: snowflake-65;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 25%;
  top: -68%;
}
.snowflake:nth-of-type(65):after {
  font-size: 7px;
}

@Keyframes snowflake-65 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -68%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(66) {
  animation-name: snowflake-66;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 45%;
  top: -64%;
}
.snowflake:nth-of-type(66):after {
  font-size: 7px;
}

@Keyframes snowflake-66 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -64%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(67) {
  animation-name: snowflake-67;
  animation-delay: 16s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 20%;
  top: -73%;
}
.snowflake:nth-of-type(67):after {
  font-size: 5px;
}

@Keyframes snowflake-67 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -73%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(68) {
  animation-name: snowflake-68;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 49%;
  top: -92%;
}
.snowflake:nth-of-type(68):after {
  font-size: 17px;
}

@Keyframes snowflake-68 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -92%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(69) {
  animation-name: snowflake-69;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.snowflake:nth-of-type(69):after {
  font-size: 5px;
}

@Keyframes snowflake-69 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(70) {
  animation-name: snowflake-70;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 34%;
  top: -68%;
}
.snowflake:nth-of-type(70):after {
  font-size: 2px;
}

@Keyframes snowflake-70 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -68%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(71) {
  animation-name: snowflake-71;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 87%;
  top: -74%;
}
.snowflake:nth-of-type(71):after {
  font-size: 2px;
}

@Keyframes snowflake-71 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -74%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(72) {
  animation-name: snowflake-72;
  animation-delay: 16s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 26%;
  top: -86%;
}
.snowflake:nth-of-type(72):after {
  font-size: 16px;
}

@Keyframes snowflake-72 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -86%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(73) {
  animation-name: snowflake-73;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 31%;
  top: -59%;
}
.snowflake:nth-of-type(73):after {
  font-size: 24px;
}

@Keyframes snowflake-73 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -59%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(74) {
  animation-name: snowflake-74;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.snowflake:nth-of-type(74):after {
  font-size: 7px;
}

@Keyframes snowflake-74 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(75) {
  animation-name: snowflake-75;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 1%;
  top: -56%;
}
.snowflake:nth-of-type(75):after {
  font-size: 14px;
}

@Keyframes snowflake-75 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -56%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(76) {
  animation-name: snowflake-76;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 89%;
  top: -79%;
}
.snowflake:nth-of-type(76):after {
  font-size: 13px;
}

@Keyframes snowflake-76 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -79%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(77) {
  animation-name: snowflake-77;
  animation-delay: 16s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -70%;
}
.snowflake:nth-of-type(77):after {
  font-size: 8px;
}

@Keyframes snowflake-77 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -70%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(78) {
  animation-name: snowflake-78;
  animation-delay: 4s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.snowflake:nth-of-type(78):after {
  font-size: 5px;
}

@Keyframes snowflake-78 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(79) {
  animation-name: snowflake-79;
  animation-delay: 12s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -64%;
}
.snowflake:nth-of-type(79):after {
  font-size: 4px;
}

@Keyframes snowflake-79 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -64%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(80) {
  animation-name: snowflake-80;
  animation-delay: 10s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 15%;
  top: -61%;
}
.snowflake:nth-of-type(80):after {
  font-size: 8px;
}

@Keyframes snowflake-80 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -61%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(81) {
  animation-name: snowflake-81;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 20%;
  top: -57%;
}
.snowflake:nth-of-type(81):after {
  font-size: 13px;
}

@Keyframes snowflake-81 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -57%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(82) {
  animation-name: snowflake-82;
  animation-delay: 2s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -87%;
}
.snowflake:nth-of-type(82):after {
  font-size: 22px;
}

@Keyframes snowflake-82 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -87%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(83) {
  animation-name: snowflake-83;
  animation-delay: 18s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 78%;
  top: -97%;
}
.snowflake:nth-of-type(83):after {
  font-size: 11px;
}

@Keyframes snowflake-83 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -97%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(84) {
  animation-name: snowflake-84;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 56%;
  top: -69%;
}
.snowflake:nth-of-type(84):after {
  font-size: 18px;
}

@Keyframes snowflake-84 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -69%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(85) {
  animation-name: snowflake-85;
  animation-delay: 18s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -62%;
}
.snowflake:nth-of-type(85):after {
  font-size: 6px;
}

@Keyframes snowflake-85 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -62%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(86) {
  animation-name: snowflake-86;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 78%;
  top: -61%;
}
.snowflake:nth-of-type(86):after {
  font-size: 10px;
}

@Keyframes snowflake-86 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -61%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(87) {
  animation-name: snowflake-87;
  animation-delay: 19s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 76%;
  top: -91%;
}
.snowflake:nth-of-type(87):after {
  font-size: 12px;
}

@Keyframes snowflake-87 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -91%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(88) {
  animation-name: snowflake-88;
  animation-delay: 10s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 68%;
  top: -98%;
}
.snowflake:nth-of-type(88):after {
  font-size: 16px;
}

@Keyframes snowflake-88 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -98%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(89) {
  animation-name: snowflake-89;
  animation-delay: 7s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -51%;
}
.snowflake:nth-of-type(89):after {
  font-size: 22px;
}

@Keyframes snowflake-89 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -51%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(90) {
  animation-name: snowflake-90;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 22%;
  top: -57%;
}
.snowflake:nth-of-type(90):after {
  font-size: 21px;
}

@Keyframes snowflake-90 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -57%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(91) {
  animation-name: snowflake-91;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 48%;
  top: -70%;
}
.snowflake:nth-of-type(91):after {
  font-size: 24px;
}

@Keyframes snowflake-91 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -70%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(92) {
  animation-name: snowflake-92;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 52%;
  top: -78%;
}
.snowflake:nth-of-type(92):after {
  font-size: 5px;
}

@Keyframes snowflake-92 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -78%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(93) {
  animation-name: snowflake-93;
  animation-delay: 16s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 15%;
  top: -57%;
}
.snowflake:nth-of-type(93):after {
  font-size: 17px;
}

@Keyframes snowflake-93 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -57%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(94) {
  animation-name: snowflake-94;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 32%;
  top: -85%;
}
.snowflake:nth-of-type(94):after {
  font-size: 13px;
}

@Keyframes snowflake-94 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -85%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(95) {
  animation-name: snowflake-95;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 100%;
  top: -93%;
}
.snowflake:nth-of-type(95):after {
  font-size: 22px;
}

@Keyframes snowflake-95 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -93%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(96) {
  animation-name: snowflake-96;
  animation-delay: 11s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 88%;
  top: -78%;
}
.snowflake:nth-of-type(96):after {
  font-size: 24px;
}

@Keyframes snowflake-96 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -78%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(97) {
  animation-name: snowflake-97;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 94%;
  top: -56%;
}
.snowflake:nth-of-type(97):after {
  font-size: 24px;
}

@Keyframes snowflake-97 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -56%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(98) {
  animation-name: snowflake-98;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 74%;
  top: -95%;
}
.snowflake:nth-of-type(98):after {
  font-size: 14px;
}

@Keyframes snowflake-98 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -95%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(99) {
  animation-name: snowflake-99;
  animation-delay: 19s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 22%;
  top: -61%;
}
.snowflake:nth-of-type(99):after {
  font-size: 6px;
}

@Keyframes snowflake-99 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -61%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(100) {
  animation-name: snowflake-100;
  animation-delay: 16s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 48%;
  top: -68%;
}
.snowflake:nth-of-type(100):after {
  font-size: 3px;
}

@Keyframes snowflake-100 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -68%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(101) {
  animation-name: snowflake-101;
  animation-delay: 9s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 7%;
  top: -57%;
}
.snowflake:nth-of-type(101):after {
  font-size: 15px;
}

@Keyframes snowflake-101 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -57%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(102) {
  animation-name: snowflake-102;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 70%;
  top: -75%;
}
.snowflake:nth-of-type(102):after {
  font-size: 16px;
}

@Keyframes snowflake-102 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -75%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(103) {
  animation-name: snowflake-103;
  animation-delay: 9s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 50%;
  top: -86%;
}
.snowflake:nth-of-type(103):after {
  font-size: 6px;
}

@Keyframes snowflake-103 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -86%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(104) {
  animation-name: snowflake-104;
  animation-delay: 13s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 59%;
  top: -65%;
}
.snowflake:nth-of-type(104):after {
  font-size: 19px;
}

@Keyframes snowflake-104 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -65%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(105) {
  animation-name: snowflake-105;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 67%;
  top: -64%;
}
.snowflake:nth-of-type(105):after {
  font-size: 2px;
}

@Keyframes snowflake-105 {
  0% {
    transform: rotate(0deg);
    left: 67%;
    top: -64%;
  }
  25% {
    left: 68%;
  }
  50% {
    left: 67%;
  }
  75% {
    left: 69%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(106) {
  animation-name: snowflake-106;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 87%;
  top: -95%;
}
.snowflake:nth-of-type(106):after {
  font-size: 19px;
}

@Keyframes snowflake-106 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -95%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(107) {
  animation-name: snowflake-107;
  animation-delay: 15s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -85%;
}
.snowflake:nth-of-type(107):after {
  font-size: 19px;
}

@Keyframes snowflake-107 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -85%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(108) {
  animation-name: snowflake-108;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 96%;
  top: -57%;
}
.snowflake:nth-of-type(108):after {
  font-size: 23px;
}

@Keyframes snowflake-108 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -57%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(109) {
  animation-name: snowflake-109;
  animation-delay: 16s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 2%;
  top: -100%;
}
.snowflake:nth-of-type(109):after {
  font-size: 14px;
}

@Keyframes snowflake-109 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -100%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(110) {
  animation-name: snowflake-110;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 89%;
  top: -52%;
}
.snowflake:nth-of-type(110):after {
  font-size: 18px;
}

@Keyframes snowflake-110 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -52%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(111) {
  animation-name: snowflake-111;
  animation-delay: 11s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 59%;
  top: -100%;
}
.snowflake:nth-of-type(111):after {
  font-size: 14px;
}

@Keyframes snowflake-111 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -100%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(112) {
  animation-name: snowflake-112;
  animation-delay: 14s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 51%;
  top: -75%;
}
.snowflake:nth-of-type(112):after {
  font-size: 20px;
}

@Keyframes snowflake-112 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -75%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(113) {
  animation-name: snowflake-113;
  animation-delay: 5s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 60%;
  top: -65%;
}
.snowflake:nth-of-type(113):after {
  font-size: 19px;
}

@Keyframes snowflake-113 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -65%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(114) {
  animation-name: snowflake-114;
  animation-delay: 17s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.snowflake:nth-of-type(114):after {
  font-size: 21px;
}

@Keyframes snowflake-114 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(115) {
  animation-name: snowflake-115;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 90%;
  top: -73%;
}
.snowflake:nth-of-type(115):after {
  font-size: 10px;
}

@Keyframes snowflake-115 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -73%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(116) {
  animation-name: snowflake-116;
  animation-delay: 14s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 64%;
  top: -77%;
}
.snowflake:nth-of-type(116):after {
  font-size: 3px;
}

@Keyframes snowflake-116 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -77%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(117) {
  animation-name: snowflake-117;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 89%;
  top: -92%;
}
.snowflake:nth-of-type(117):after {
  font-size: 2px;
}

@Keyframes snowflake-117 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -92%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(118) {
  animation-name: snowflake-118;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 2%;
  top: -90%;
}
.snowflake:nth-of-type(118):after {
  font-size: 5px;
}

@Keyframes snowflake-118 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -90%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(119) {
  animation-name: snowflake-119;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 27%;
  top: -83%;
}
.snowflake:nth-of-type(119):after {
  font-size: 5px;
}

@Keyframes snowflake-119 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -83%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(120) {
  animation-name: snowflake-120;
  animation-delay: 12s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 33%;
  top: -96%;
}
.snowflake:nth-of-type(120):after {
  font-size: 1px;
}

@Keyframes snowflake-120 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -96%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(121) {
  animation-name: snowflake-121;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 36%;
  top: -73%;
}
.snowflake:nth-of-type(121):after {
  font-size: 24px;
}

@Keyframes snowflake-121 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -73%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(122) {
  animation-name: snowflake-122;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 99%;
  top: -85%;
}
.snowflake:nth-of-type(122):after {
  font-size: 23px;
}

@Keyframes snowflake-122 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -85%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(123) {
  animation-name: snowflake-123;
  animation-delay: 13s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.snowflake:nth-of-type(123):after {
  font-size: 1px;
}

@Keyframes snowflake-123 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(124) {
  animation-name: snowflake-124;
  animation-delay: 12s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 39%;
  top: -88%;
}
.snowflake:nth-of-type(124):after {
  font-size: 4px;
}

@Keyframes snowflake-124 {
  0% {
    transform: rotate(0deg);
    left: 39%;
    top: -88%;
  }
  25% {
    left: 40%;
  }
  50% {
    left: 39%;
  }
  75% {
    left: 41%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(125) {
  animation-name: snowflake-125;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 90%;
  top: -62%;
}
.snowflake:nth-of-type(125):after {
  font-size: 16px;
}

@Keyframes snowflake-125 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -62%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(126) {
  animation-name: snowflake-126;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -69%;
}
.snowflake:nth-of-type(126):after {
  font-size: 10px;
}

@Keyframes snowflake-126 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -69%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(127) {
  animation-name: snowflake-127;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 36%;
  top: -55%;
}
.snowflake:nth-of-type(127):after {
  font-size: 12px;
}

@Keyframes snowflake-127 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -55%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(128) {
  animation-name: snowflake-128;
  animation-delay: 8s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.snowflake:nth-of-type(128):after {
  font-size: 17px;
}

@Keyframes snowflake-128 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(129) {
  animation-name: snowflake-129;
  animation-delay: 10s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 61%;
  top: -63%;
}
.snowflake:nth-of-type(129):after {
  font-size: 9px;
}

@Keyframes snowflake-129 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -63%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(130) {
  animation-name: snowflake-130;
  animation-delay: 1s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 75%;
  top: -58%;
}
.snowflake:nth-of-type(130):after {
  font-size: 11px;
}

@Keyframes snowflake-130 {
  0% {
    transform: rotate(0deg);
    left: 75%;
    top: -58%;
  }
  25% {
    left: 76%;
  }
  50% {
    left: 75%;
  }
  75% {
    left: 77%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(131) {
  animation-name: snowflake-131;
  animation-delay: 9s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -62%;
}
.snowflake:nth-of-type(131):after {
  font-size: 14px;
}

@Keyframes snowflake-131 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -62%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(132) {
  animation-name: snowflake-132;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -73%;
}
.snowflake:nth-of-type(132):after {
  font-size: 1px;
}

@Keyframes snowflake-132 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -73%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(133) {
  animation-name: snowflake-133;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -51%;
}
.snowflake:nth-of-type(133):after {
  font-size: 11px;
}

@Keyframes snowflake-133 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -51%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(134) {
  animation-name: snowflake-134;
  animation-delay: 10s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 72%;
  top: -100%;
}
.snowflake:nth-of-type(134):after {
  font-size: 12px;
}

@Keyframes snowflake-134 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -100%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(135) {
  animation-name: snowflake-135;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 84%;
  top: -96%;
}
.snowflake:nth-of-type(135):after {
  font-size: 9px;
}

@Keyframes snowflake-135 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -96%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(136) {
  animation-name: snowflake-136;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -85%;
}
.snowflake:nth-of-type(136):after {
  font-size: 9px;
}

@Keyframes snowflake-136 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -85%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(137) {
  animation-name: snowflake-137;
  animation-delay: 11s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 1%;
  top: -99%;
}
.snowflake:nth-of-type(137):after {
  font-size: 4px;
}

@Keyframes snowflake-137 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -99%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(138) {
  animation-name: snowflake-138;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 85%;
  top: -56%;
}
.snowflake:nth-of-type(138):after {
  font-size: 13px;
}

@Keyframes snowflake-138 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -56%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(139) {
  animation-name: snowflake-139;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 7%;
  top: -55%;
}
.snowflake:nth-of-type(139):after {
  font-size: 13px;
}

@Keyframes snowflake-139 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -55%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(140) {
  animation-name: snowflake-140;
  animation-delay: 12s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 96%;
  top: -95%;
}
.snowflake:nth-of-type(140):after {
  font-size: 22px;
}

@Keyframes snowflake-140 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -95%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(141) {
  animation-name: snowflake-141;
  animation-delay: 18s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 56%;
  top: -72%;
}
.snowflake:nth-of-type(141):after {
  font-size: 6px;
}

@Keyframes snowflake-141 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -72%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(142) {
  animation-name: snowflake-142;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 30%;
  top: -89%;
}
.snowflake:nth-of-type(142):after {
  font-size: 12px;
}

@Keyframes snowflake-142 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -89%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(143) {
  animation-name: snowflake-143;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 70%;
  top: -80%;
}
.snowflake:nth-of-type(143):after {
  font-size: 20px;
}

@Keyframes snowflake-143 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -80%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(144) {
  animation-name: snowflake-144;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 45%;
  top: -66%;
}
.snowflake:nth-of-type(144):after {
  font-size: 7px;
}

@Keyframes snowflake-144 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -66%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(145) {
  animation-name: snowflake-145;
  animation-delay: 6s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 57%;
  top: -82%;
}
.snowflake:nth-of-type(145):after {
  font-size: 10px;
}

@Keyframes snowflake-145 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -82%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(146) {
  animation-name: snowflake-146;
  animation-delay: 18s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -90%;
}
.snowflake:nth-of-type(146):after {
  font-size: 4px;
}

@Keyframes snowflake-146 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -90%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(147) {
  animation-name: snowflake-147;
  animation-delay: 3s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 16%;
  top: -96%;
}
.snowflake:nth-of-type(147):after {
  font-size: 23px;
}

@Keyframes snowflake-147 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -96%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(148) {
  animation-name: snowflake-148;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 77%;
  top: -64%;
}
.snowflake:nth-of-type(148):after {
  font-size: 16px;
}

@Keyframes snowflake-148 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -64%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(149) {
  animation-name: snowflake-149;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 10%;
  top: -95%;
}
.snowflake:nth-of-type(149):after {
  font-size: 14px;
}

@Keyframes snowflake-149 {
  0% {
    transform: rotate(0deg);
    left: 10%;
    top: -95%;
  }
  25% {
    left: 11%;
  }
  50% {
    left: 10%;
  }
  75% {
    left: 12%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(150) {
  animation-name: snowflake-150;
  animation-delay: 9s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 27%;
  top: -97%;
}
.snowflake:nth-of-type(150):after {
  font-size: 8px;
}

@Keyframes snowflake-150 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -97%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(151) {
  animation-name: snowflake-151;
  animation-delay: 10s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 6%;
  top: -56%;
}
.snowflake:nth-of-type(151):after {
  font-size: 15px;
}

@Keyframes snowflake-151 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -56%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(152) {
  animation-name: snowflake-152;
  animation-delay: 7s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 40%;
  top: -66%;
}
.snowflake:nth-of-type(152):after {
  font-size: 11px;
}

@Keyframes snowflake-152 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -66%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(153) {
  animation-name: snowflake-153;
  animation-delay: 6s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -87%;
}
.snowflake:nth-of-type(153):after {
  font-size: 20px;
}

@Keyframes snowflake-153 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -87%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(154) {
  animation-name: snowflake-154;
  animation-delay: 4s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 29%;
  top: -67%;
}
.snowflake:nth-of-type(154):after {
  font-size: 22px;
}

@Keyframes snowflake-154 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -67%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(155) {
  animation-name: snowflake-155;
  animation-delay: 16s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 54%;
  top: -86%;
}
.snowflake:nth-of-type(155):after {
  font-size: 9px;
}

@Keyframes snowflake-155 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -86%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(156) {
  animation-name: snowflake-156;
  animation-delay: 3s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 33%;
  top: -62%;
}
.snowflake:nth-of-type(156):after {
  font-size: 4px;
}

@Keyframes snowflake-156 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -62%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(157) {
  animation-name: snowflake-157;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -87%;
}
.snowflake:nth-of-type(157):after {
  font-size: 4px;
}

@Keyframes snowflake-157 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -87%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(158) {
  animation-name: snowflake-158;
  animation-delay: 13s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 99%;
  top: -75%;
}
.snowflake:nth-of-type(158):after {
  font-size: 18px;
}

@Keyframes snowflake-158 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -75%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(159) {
  animation-name: snowflake-159;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 76%;
  top: -88%;
}
.snowflake:nth-of-type(159):after {
  font-size: 17px;
}

@Keyframes snowflake-159 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -88%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(160) {
  animation-name: snowflake-160;
  animation-delay: 14s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 96%;
  top: -69%;
}
.snowflake:nth-of-type(160):after {
  font-size: 16px;
}

@Keyframes snowflake-160 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -69%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(161) {
  animation-name: snowflake-161;
  animation-delay: 5s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 15%;
  top: -92%;
}
.snowflake:nth-of-type(161):after {
  font-size: 4px;
}

@Keyframes snowflake-161 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -92%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(162) {
  animation-name: snowflake-162;
  animation-delay: 3s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 55%;
  top: -57%;
}
.snowflake:nth-of-type(162):after {
  font-size: 20px;
}

@Keyframes snowflake-162 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -57%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(163) {
  animation-name: snowflake-163;
  animation-delay: 15s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 19%;
  top: -95%;
}
.snowflake:nth-of-type(163):after {
  font-size: 19px;
}

@Keyframes snowflake-163 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -95%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(164) {
  animation-name: snowflake-164;
  animation-delay: 5s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 32%;
  top: -67%;
}
.snowflake:nth-of-type(164):after {
  font-size: 15px;
}

@Keyframes snowflake-164 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -67%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(165) {
  animation-name: snowflake-165;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 21%;
  top: -90%;
}
.snowflake:nth-of-type(165):after {
  font-size: 5px;
}

@Keyframes snowflake-165 {
  0% {
    transform: rotate(0deg);
    left: 21%;
    top: -90%;
  }
  25% {
    left: 22%;
  }
  50% {
    left: 21%;
  }
  75% {
    left: 23%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(166) {
  animation-name: snowflake-166;
  animation-delay: 19s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 92%;
  top: -92%;
}
.snowflake:nth-of-type(166):after {
  font-size: 5px;
}

@Keyframes snowflake-166 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -92%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(167) {
  animation-name: snowflake-167;
  animation-delay: 10s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 62%;
  top: -59%;
}
.snowflake:nth-of-type(167):after {
  font-size: 5px;
}

@Keyframes snowflake-167 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -59%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(168) {
  animation-name: snowflake-168;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 41%;
  top: -77%;
}
.snowflake:nth-of-type(168):after {
  font-size: 23px;
}

@Keyframes snowflake-168 {
  0% {
    transform: rotate(0deg);
    left: 41%;
    top: -77%;
  }
  25% {
    left: 42%;
  }
  50% {
    left: 41%;
  }
  75% {
    left: 43%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(169) {
  animation-name: snowflake-169;
  animation-delay: 3s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 79%;
  top: -68%;
}
.snowflake:nth-of-type(169):after {
  font-size: 5px;
}

@Keyframes snowflake-169 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -68%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(170) {
  animation-name: snowflake-170;
  animation-delay: 3s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 27%;
  top: -53%;
}
.snowflake:nth-of-type(170):after {
  font-size: 19px;
}

@Keyframes snowflake-170 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -53%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(171) {
  animation-name: snowflake-171;
  animation-delay: 8s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -95%;
}
.snowflake:nth-of-type(171):after {
  font-size: 8px;
}

@Keyframes snowflake-171 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -95%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(172) {
  animation-name: snowflake-172;
  animation-delay: 1s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.snowflake:nth-of-type(172):after {
  font-size: 3px;
}

@Keyframes snowflake-172 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(173) {
  animation-name: snowflake-173;
  animation-delay: 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.snowflake:nth-of-type(173):after {
  font-size: 19px;
}

@Keyframes snowflake-173 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(174) {
  animation-name: snowflake-174;
  animation-delay: 16s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.snowflake:nth-of-type(174):after {
  font-size: 21px;
}

@Keyframes snowflake-174 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(175) {
  animation-name: snowflake-175;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 65%;
  top: -60%;
}
.snowflake:nth-of-type(175):after {
  font-size: 7px;
}

@Keyframes snowflake-175 {
  0% {
    transform: rotate(0deg);
    left: 65%;
    top: -60%;
  }
  25% {
    left: 66%;
  }
  50% {
    left: 65%;
  }
  75% {
    left: 67%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(176) {
  animation-name: snowflake-176;
  animation-delay: 8s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 27%;
  top: -95%;
}
.snowflake:nth-of-type(176):after {
  font-size: 22px;
}

@Keyframes snowflake-176 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -95%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(177) {
  animation-name: snowflake-177;
  animation-delay: 14s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 48%;
  top: -94%;
}
.snowflake:nth-of-type(177):after {
  font-size: 2px;
}

@Keyframes snowflake-177 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -94%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(178) {
  animation-name: snowflake-178;
  animation-delay: 10s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 95%;
  top: -96%;
}
.snowflake:nth-of-type(178):after {
  font-size: 8px;
}

@Keyframes snowflake-178 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -96%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(179) {
  animation-name: snowflake-179;
  animation-delay: 1s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 77%;
  top: -82%;
}
.snowflake:nth-of-type(179):after {
  font-size: 7px;
}

@Keyframes snowflake-179 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -82%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(180) {
  animation-name: snowflake-180;
  animation-delay: 6s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 37%;
  top: -84%;
}
.snowflake:nth-of-type(180):after {
  font-size: 11px;
}

@Keyframes snowflake-180 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -84%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(181) {
  animation-name: snowflake-181;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 97%;
  top: -63%;
}
.snowflake:nth-of-type(181):after {
  font-size: 17px;
}

@Keyframes snowflake-181 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -63%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(182) {
  animation-name: snowflake-182;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 38%;
  top: -95%;
}
.snowflake:nth-of-type(182):after {
  font-size: 1px;
}

@Keyframes snowflake-182 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -95%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(183) {
  animation-name: snowflake-183;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 14%;
  top: -68%;
}
.snowflake:nth-of-type(183):after {
  font-size: 1px;
}

@Keyframes snowflake-183 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -68%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(184) {
  animation-name: snowflake-184;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 45%;
  top: -72%;
}
.snowflake:nth-of-type(184):after {
  font-size: 8px;
}

@Keyframes snowflake-184 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -72%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(185) {
  animation-name: snowflake-185;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 25%;
  top: -94%;
}
.snowflake:nth-of-type(185):after {
  font-size: 23px;
}

@Keyframes snowflake-185 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -94%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(186) {
  animation-name: snowflake-186;
  animation-delay: 14s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 92%;
  top: -75%;
}
.snowflake:nth-of-type(186):after {
  font-size: 19px;
}

@Keyframes snowflake-186 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -75%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(187) {
  animation-name: snowflake-187;
  animation-delay: 10s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 42%;
  top: -81%;
}
.snowflake:nth-of-type(187):after {
  font-size: 16px;
}

@Keyframes snowflake-187 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -81%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(188) {
  animation-name: snowflake-188;
  animation-delay: 0s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 87%;
  top: -99%;
}
.snowflake:nth-of-type(188):after {
  font-size: 13px;
}

@Keyframes snowflake-188 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -99%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(189) {
  animation-name: snowflake-189;
  animation-delay: 11s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 71%;
  top: -82%;
}
.snowflake:nth-of-type(189):after {
  font-size: 20px;
}

@Keyframes snowflake-189 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -82%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(190) {
  animation-name: snowflake-190;
  animation-delay: 14s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 93%;
  top: -94%;
}
.snowflake:nth-of-type(190):after {
  font-size: 3px;
}

@Keyframes snowflake-190 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -94%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(191) {
  animation-name: snowflake-191;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 78%;
  top: -83%;
}
.snowflake:nth-of-type(191):after {
  font-size: 19px;
}

@Keyframes snowflake-191 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -83%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(192) {
  animation-name: snowflake-192;
  animation-delay: 18s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -61%;
}
.snowflake:nth-of-type(192):after {
  font-size: 2px;
}

@Keyframes snowflake-192 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -61%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(193) {
  animation-name: snowflake-193;
  animation-delay: 6s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 13%;
  top: -72%;
}
.snowflake:nth-of-type(193):after {
  font-size: 22px;
}

@Keyframes snowflake-193 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -72%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(194) {
  animation-name: snowflake-194;
  animation-delay: 5s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 28%;
  top: -83%;
}
.snowflake:nth-of-type(194):after {
  font-size: 23px;
}

@Keyframes snowflake-194 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -83%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(195) {
  animation-name: snowflake-195;
  animation-delay: 11s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -69%;
}
.snowflake:nth-of-type(195):after {
  font-size: 24px;
}

@Keyframes snowflake-195 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -69%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(196) {
  animation-name: snowflake-196;
  animation-delay: 16s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 30%;
  top: -54%;
}
.snowflake:nth-of-type(196):after {
  font-size: 8px;
}

@Keyframes snowflake-196 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -54%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(197) {
  animation-name: snowflake-197;
  animation-delay: 19s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 99%;
  top: -56%;
}
.snowflake:nth-of-type(197):after {
  font-size: 9px;
}

@Keyframes snowflake-197 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -56%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(198) {
  animation-name: snowflake-198;
  animation-delay: 7s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.snowflake:nth-of-type(198):after {
  font-size: 16px;
}

@Keyframes snowflake-198 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(199) {
  animation-name: snowflake-199;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 89%;
  top: -82%;
}
.snowflake:nth-of-type(199):after {
  font-size: 6px;
}

@Keyframes snowflake-199 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -82%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(200) {
  animation-name: snowflake-200;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 62%;
  top: -71%;
}
.snowflake:nth-of-type(200):after {
  font-size: 24px;
}

@Keyframes snowflake-200 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -71%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(201) {
  animation-name: snowflake-201;
  animation-delay: 15s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 68%;
  top: -76%;
}
.snowflake:nth-of-type(201):after {
  font-size: 24px;
}

@Keyframes snowflake-201 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -76%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(202) {
  animation-name: snowflake-202;
  animation-delay: 10s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 81%;
  top: -62%;
}
.snowflake:nth-of-type(202):after {
  font-size: 12px;
}

@Keyframes snowflake-202 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -62%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(203) {
  animation-name: snowflake-203;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 4%;
  top: -63%;
}
.snowflake:nth-of-type(203):after {
  font-size: 14px;
}

@Keyframes snowflake-203 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -63%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(204) {
  animation-name: snowflake-204;
  animation-delay: 13s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 69%;
  top: -60%;
}
.snowflake:nth-of-type(204):after {
  font-size: 2px;
}

@Keyframes snowflake-204 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -60%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(205) {
  animation-name: snowflake-205;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 92%;
  top: -67%;
}
.snowflake:nth-of-type(205):after {
  font-size: 18px;
}

@Keyframes snowflake-205 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -67%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(206) {
  animation-name: snowflake-206;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 17%;
  top: -76%;
}
.snowflake:nth-of-type(206):after {
  font-size: 9px;
}

@Keyframes snowflake-206 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -76%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(207) {
  animation-name: snowflake-207;
  animation-delay: 0s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 86%;
  top: -70%;
}
.snowflake:nth-of-type(207):after {
  font-size: 11px;
}

@Keyframes snowflake-207 {
  0% {
    transform: rotate(0deg);
    left: 86%;
    top: -70%;
  }
  25% {
    left: 87%;
  }
  50% {
    left: 86%;
  }
  75% {
    left: 88%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(208) {
  animation-name: snowflake-208;
  animation-delay: 14s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 94%;
  top: -65%;
}
.snowflake:nth-of-type(208):after {
  font-size: 12px;
}

@Keyframes snowflake-208 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -65%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(209) {
  animation-name: snowflake-209;
  animation-delay: 12s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -76%;
}
.snowflake:nth-of-type(209):after {
  font-size: 9px;
}

@Keyframes snowflake-209 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -76%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(210) {
  animation-name: snowflake-210;
  animation-delay: 2s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 80%;
  top: -85%;
}
.snowflake:nth-of-type(210):after {
  font-size: 7px;
}

@Keyframes snowflake-210 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -85%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(211) {
  animation-name: snowflake-211;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 31%;
  top: -96%;
}
.snowflake:nth-of-type(211):after {
  font-size: 6px;
}

@Keyframes snowflake-211 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -96%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(212) {
  animation-name: snowflake-212;
  animation-delay: 13s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 98%;
  top: -89%;
}
.snowflake:nth-of-type(212):after {
  font-size: 20px;
}

@Keyframes snowflake-212 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -89%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(213) {
  animation-name: snowflake-213;
  animation-delay: 15s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -99%;
}
.snowflake:nth-of-type(213):after {
  font-size: 2px;
}

@Keyframes snowflake-213 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -99%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(214) {
  animation-name: snowflake-214;
  animation-delay: 5s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 81%;
  top: -87%;
}
.snowflake:nth-of-type(214):after {
  font-size: 13px;
}

@Keyframes snowflake-214 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -87%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(215) {
  animation-name: snowflake-215;
  animation-delay: 19s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 79%;
  top: -95%;
}
.snowflake:nth-of-type(215):after {
  font-size: 17px;
}

@Keyframes snowflake-215 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -95%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(216) {
  animation-name: snowflake-216;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 22%;
  top: -91%;
}
.snowflake:nth-of-type(216):after {
  font-size: 8px;
}

@Keyframes snowflake-216 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -91%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(217) {
  animation-name: snowflake-217;
  animation-delay: 7s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 19%;
  top: -60%;
}
.snowflake:nth-of-type(217):after {
  font-size: 3px;
}

@Keyframes snowflake-217 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -60%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(218) {
  animation-name: snowflake-218;
  animation-delay: 4s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 81%;
  top: -85%;
}
.snowflake:nth-of-type(218):after {
  font-size: 18px;
}

@Keyframes snowflake-218 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -85%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(219) {
  animation-name: snowflake-219;
  animation-delay: 7s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 62%;
  top: -72%;
}
.snowflake:nth-of-type(219):after {
  font-size: 22px;
}

@Keyframes snowflake-219 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -72%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(220) {
  animation-name: snowflake-220;
  animation-delay: 3s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 72%;
  top: -96%;
}
.snowflake:nth-of-type(220):after {
  font-size: 4px;
}

@Keyframes snowflake-220 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -96%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(221) {
  animation-name: snowflake-221;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 50%;
  top: -85%;
}
.snowflake:nth-of-type(221):after {
  font-size: 24px;
}

@Keyframes snowflake-221 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -85%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(222) {
  animation-name: snowflake-222;
  animation-delay: 19s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 70%;
  top: -63%;
}
.snowflake:nth-of-type(222):after {
  font-size: 13px;
}

@Keyframes snowflake-222 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -63%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(223) {
  animation-name: snowflake-223;
  animation-delay: 9s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 51%;
  top: -100%;
}
.snowflake:nth-of-type(223):after {
  font-size: 7px;
}

@Keyframes snowflake-223 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -100%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(224) {
  animation-name: snowflake-224;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.snowflake:nth-of-type(224):after {
  font-size: 9px;
}

@Keyframes snowflake-224 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(225) {
  animation-name: snowflake-225;
  animation-delay: 2s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 52%;
  top: -89%;
}
.snowflake:nth-of-type(225):after {
  font-size: 10px;
}

@Keyframes snowflake-225 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -89%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(226) {
  animation-name: snowflake-226;
  animation-delay: 5s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 54%;
  top: -55%;
}
.snowflake:nth-of-type(226):after {
  font-size: 18px;
}

@Keyframes snowflake-226 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -55%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(227) {
  animation-name: snowflake-227;
  animation-delay: 15s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 16%;
  top: -80%;
}
.snowflake:nth-of-type(227):after {
  font-size: 4px;
}

@Keyframes snowflake-227 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -80%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(228) {
  animation-name: snowflake-228;
  animation-delay: 17s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 66%;
  top: -81%;
}
.snowflake:nth-of-type(228):after {
  font-size: 5px;
}

@Keyframes snowflake-228 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -81%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(229) {
  animation-name: snowflake-229;
  animation-delay: 3s;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 91%;
  top: -70%;
}
.snowflake:nth-of-type(229):after {
  font-size: 2px;
}

@Keyframes snowflake-229 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -70%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(230) {
  animation-name: snowflake-230;
  animation-delay: 0s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 12%;
  top: -96%;
}
.snowflake:nth-of-type(230):after {
  font-size: 4px;
}

@Keyframes snowflake-230 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -96%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(231) {
  animation-name: snowflake-231;
  animation-delay: 16s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 6%;
  top: -58%;
}
.snowflake:nth-of-type(231):after {
  font-size: 19px;
}

@Keyframes snowflake-231 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -58%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(232) {
  animation-name: snowflake-232;
  animation-delay: 1s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 50%;
  top: -64%;
}
.snowflake:nth-of-type(232):after {
  font-size: 15px;
}

@Keyframes snowflake-232 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -64%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(233) {
  animation-name: snowflake-233;
  animation-delay: 8s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 29%;
  top: -51%;
}
.snowflake:nth-of-type(233):after {
  font-size: 20px;
}

@Keyframes snowflake-233 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -51%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(234) {
  animation-name: snowflake-234;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 18%;
  top: -62%;
}
.snowflake:nth-of-type(234):after {
  font-size: 9px;
}

@Keyframes snowflake-234 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -62%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(235) {
  animation-name: snowflake-235;
  animation-delay: 6s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.snowflake:nth-of-type(235):after {
  font-size: 1px;
}

@Keyframes snowflake-235 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(236) {
  animation-name: snowflake-236;
  animation-delay: 1s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 78%;
  top: -95%;
}
.snowflake:nth-of-type(236):after {
  font-size: 11px;
}

@Keyframes snowflake-236 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -95%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(237) {
  animation-name: snowflake-237;
  animation-delay: 3s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 47%;
  top: -92%;
}
.snowflake:nth-of-type(237):after {
  font-size: 16px;
}

@Keyframes snowflake-237 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -92%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(238) {
  animation-name: snowflake-238;
  animation-delay: 8s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 23%;
  top: -89%;
}
.snowflake:nth-of-type(238):after {
  font-size: 15px;
}

@Keyframes snowflake-238 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -89%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(239) {
  animation-name: snowflake-239;
  animation-delay: 8s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 91%;
  top: -77%;
}
.snowflake:nth-of-type(239):after {
  font-size: 13px;
}

@Keyframes snowflake-239 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -77%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(240) {
  animation-name: snowflake-240;
  animation-delay: 2s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 98%;
  top: -92%;
}
.snowflake:nth-of-type(240):after {
  font-size: 21px;
}

@Keyframes snowflake-240 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -92%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(241) {
  animation-name: snowflake-241;
  animation-delay: 6s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 6%;
  top: -81%;
}
.snowflake:nth-of-type(241):after {
  font-size: 17px;
}

@Keyframes snowflake-241 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -81%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(242) {
  animation-name: snowflake-242;
  animation-delay: 6s;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  left: 87%;
  top: -75%;
}
.snowflake:nth-of-type(242):after {
  font-size: 8px;
}

@Keyframes snowflake-242 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -75%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(243) {
  animation-name: snowflake-243;
  animation-delay: 11s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 58%;
  top: -93%;
}
.snowflake:nth-of-type(243):after {
  font-size: 22px;
}

@Keyframes snowflake-243 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -93%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(244) {
  animation-name: snowflake-244;
  animation-delay: 13s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 88%;
  top: -56%;
}
.snowflake:nth-of-type(244):after {
  font-size: 2px;
}

@Keyframes snowflake-244 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -56%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(245) {
  animation-name: snowflake-245;
  animation-delay: 15s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 45%;
  top: -68%;
}
.snowflake:nth-of-type(245):after {
  font-size: 12px;
}

@Keyframes snowflake-245 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -68%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(246) {
  animation-name: snowflake-246;
  animation-delay: 4s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.snowflake:nth-of-type(246):after {
  font-size: 14px;
}

@Keyframes snowflake-246 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(247) {
  animation-name: snowflake-247;
  animation-delay: 7s;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  left: 64%;
  top: -74%;
}
.snowflake:nth-of-type(247):after {
  font-size: 24px;
}

@Keyframes snowflake-247 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -74%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(248) {
  animation-name: snowflake-248;
  animation-delay: 10s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 5%;
  top: -65%;
}
.snowflake:nth-of-type(248):after {
  font-size: 19px;
}

@Keyframes snowflake-248 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -65%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(249) {
  animation-name: snowflake-249;
  animation-delay: 3s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  left: 45%;
  top: -75%;
}
.snowflake:nth-of-type(249):after {
  font-size: 12px;
}

@Keyframes snowflake-249 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -75%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.snowflake:nth-of-type(250) {
  animation-name: snowflake-250;
  animation-delay: 2s;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  left: 79%;
  top: -56%;
}
.snowflake:nth-of-type(250):after {
  font-size: 21px;
}

@Keyframes snowflake-250 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -56%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}

/* snowfall css end */

.sliding-cat {
      

}
.sliding-cat .abselem img{
    transition: all ease-in-out 1s;
}
.sliding-cat .abselem:hover img{
    margin-left: 10px;
    transition: all ease-in-out .7s;
    transform: scale(1.05);
    margin-top: 10px;
}
.sliding-cat .elem1{
    position: absolute;
    top: 330px;
    left: 10px;
    width: 140px;
    z-index: 999;
}
.sliding-cat .elem2{
    position: absolute;
    top: 370px;
    left: 270px;
    width: 200px;
    z-index: 9999;
}
.sliding-cat .elem3{
    position: absolute;
    bottom: 140px;
    left: 300px;
    width: 160px;
    z-index: 9999;
}
.sliding-cat .elem4{
    position: absolute;
    left: 41%;
    margin: auto;
    width: 200px;
    bottom: 17%;
    z-index: 9999;
}
.sliding-cat .elem5{
    position: absolute;
    right: 31vw;
    top: 400px;
    width: 180px;
    z-index: 9999;
}
.sliding-cat .elem6{
    position: absolute;
    right: 95px;
    top: 400px;
    z-index: 9999;
    width: 250px;
}



div#clouds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.x1 {
    -webkit-animation: move 150s linear infinite;
    -moz-animation: move 150s linear infinite;
    -o-animation: move 150s linear infinite;
    position: absolute;
    top: 0px;
    left: 0;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
    -webkit-animation: move 120s linear infinite;
    -moz-animation: move 120s linear infinite;
    -o-animation: move 120s linear infinite;
    position: absolute;
    top: 70px;
}

.x3 {
    top: 40px;
    -webkit-animation: move 90s linear infinite;
    -moz-animation: move 90s linear infinite;
    -o-animation: move 90s linear infinite;
    position: absolute;
}
.x4 {
    -webkit-animation: move 50s linear infinite;
    -moz-animation: move 50s linear infinite;
    -o-animation: move 50s linear infinite;
    position: absolute;
    top: 30px;
}

.x5 {
    -webkit-animation: move 70s linear infinite;
    -moz-animation: move 70s linear infinite;
    -o-animation: move 70s linear infinite;
    position: absolute;
    top: 50px;
}

.x6 {
    -webkit-animation: move 40s linear infinite;
    -moz-animation: move 40s linear infinite;
    -o-animation: move 40s linear infinite;
    position: absolute;
    top: 0px;
}

.x7 {
    -webkit-animation: move 80s linear infinite;
    -moz-animation: move 80s linear infinite;
    -o-animation: move 80s linear infinite;
    position: absolute;
    top: 50px;
}


@keyframes move {
   to {
    transform: translateX(1900px);
  }
  from{
    transform: translateX(-600px);
  }
}

@keyframes move-bus {
  40%, 100% {
    transform: translateX(2200px);
  }
}

@-webkit-keyframes moveclouds {
    0% {margin-left: -1000px;}
    100% {margin-left: 1000px;}
}
@-moz-keyframes moveclouds {
    0% {margin-left: -1000px;}
    100% {margin-left: 1000px;}
}
@-o-keyframes moveclouds {
    0% {margin-left: -1000px;}
    100% {margin-left: 1000px;}
}


section.hero-section{
    position: relative;
    overflow: hidden;
}

section.hero-section:before{
    content: '';
    background: url(https://www.kyv-gear.qlogictechnologies.com/wp-content/uploads/2021/04/blueshade.png);
    width: 100%;
    height: 300px;
    position: absolute;
    background-size: 100% 100%;
    z-index: 9999;
}

section.hero-section .down-img img {
    height: 120vh;
    width: 100%;
}
section.hero-section .down-img.parallax_scroll {
    position: relative;
    z-index: 9;
    top: 0px;
}
section.hero-section .down-img .cont{
       position: absolute;
       top: 24%;
       left: 0;
       right: 0;
       margin: auto;
       text-align: center;
}
section.hero-section .down-img .cont img{
   height: auto;
    width: auto;
    max-width: 40%;
    display: block;
    margin: auto; 
}
section.hero-section .down-img .cont a{
        display: inline-block;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    background: #000;
    width: auto;
    padding: 18px 60px;
    margin-top: 40px;
    letter-spacing: 3px;
}
body { display: none; }
body::-webkit-scrollbar {
  width: 0;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.mn-h3 {padding: 20px 0;border-bottom: 2px solid;margin: 0 0 10px; margin: 0 0 30px;}
.mn-h3 h3 {text-transform: uppercase;font-size: 35px;font-weight: 600;margin: 0 0 20px;}
.mn-h3 p {color: #6b6b6b;margin: 0;width: 50%;}

.ambassador {  }
.ambassador ul.row {  }
.ambassador ul.row li {  }
.ambassador ul.row li a {position: relative;display: block;color: #fff;margin: 30px 0 0;}
.ambassador ul.row li a span {display: block;position: relative;}
.ambassador ul.row li a span ins {text-decoration: none;display: inline-block;position: absolute;top: 5%;right: 0;background: #fff;line-height: initial;padding: 3px 10px 3px 5px;border-top-left-radius: 30px;border-bottom-left-radius: 30px;text-transform: uppercase;color: #424242;font-weight: 500;}
.ambassador ul.row li a span ins span {display: inline-block;border-radius: 100%;margin: 0 5px 0 0;}
.ambassador ul.row li a .caption {position: absolute;left: 0;right: 0;bottom: 0;z-index: 99;padding: 7% 10%;}
.ambassador ul.row li a .caption h4 {text-transform: capitalize;font-weight: 600;font-size: 22px;margin: 0 0 5px;}
.ambassador ul.row li a .caption p {text-transform: uppercase;margin: 0;color: #bebebe;font-weight: 600;}


.causes {  }
.causes figure {position: relative;display: flex;flex-direction: row;margin: 40px 0 0;}
.causes figure:nth-child(even) { flex-direction: row-reverse; }
.causes figure span {display: block;width: 59%;}
.causes figure figcaption {position: absolute;left: auto;right: 0;top: 0;width: 50%;background: #f0efee;padding: 50px;height: 70%;bottom: 0;margin: auto;}
.causes figure:nth-child(even) figcaption {right: auto;left: 0;}
.causes figure figcaption h4 {font-size: 28px;font-weight: 600;line-height: 37px;margin: 0 0 25px;}
.causes figure figcaption p { color: #656565; line-height: 25px; margin: 0 0 20px; }
.causes figure figcaption a {text-transform: uppercase;color: #6e6e6e;font-weight: 700;}

.single_cause {  }
.single_cause figure {  }
.single_cause figure span {display: block;}
.single_cause figure span img {width: 100%;height: 500px;object-fit: cover;object-position: bottom;}
.single_cause figure figcaption {position: relative;width: 90%;margin: auto;background: #f0efee;padding: 40px;margin-top: -30px;}
.single_cause figure figcaption h4 {font-size: 22px;margin: 0 0 20px;font-weight: 600;}
.single_cause figure figcaption p {margin: 0 0 20px;line-height: 25px;}


.relatedpost {  }
.relatedpost figure {background: #f0efee;margin: 30px 0 0;}
.relatedpost figure span {display: block;}
.relatedpost figure span img {height: 350px;width: 100%;object-fit: cover;object-position: center;}
.relatedpost figure figcaption {padding: 30px;}
.relatedpost figure figcaption h4 {font-size: 22px;font-weight: 700;margin: 0 0 15px;width: 75%;line-height: 29px;}
.relatedpost figure figcaption p {margin: 0 0 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.relatedpost figure figcaption a {text-transform: uppercase;display: block;color: #6e6e6e;font-weight: 600;}

.contact {  }
.contact .row h3 {margin: 0 0 15px;text-transform: uppercase;font-weight: 600;}
.contact ul {  }
.contact ul li {margin: 40px 0 0;}
.contact ul li a {font-weight: 600;color: #575757;font-size: 16px;display: block;margin: 1px 0 6px;}
.contact ul li p {margin: 0;font-size: 16px;padding: 0 18% 0 0;line-height: 25px;}
.contact .box {background: #f7f7f7;padding: 40px;}
.contact .box h3 {  }
.contact .box h5 {color: #535353;font-size: 18px;margin: 30px 0;font-weight: 500;}
.contact .box label {color: #888383;font-size: 16px;font-weight: 500;display: block;}
.contact .box span.wpcf7-form-control-wrap {display: block;}
.contact .box input, .contact .box textarea {display: block;width: 100%;height: 40px;padding: 0;border: none;border-bottom: 1px solid #dedede;background: transparent;margin: 0 0 20px;outline: none;}
.contact .box input[type="submit"] {display: inline-block;width: 30%;background: #000;color: #fff;border: none;text-transform: uppercase;line-height: initial;padding: 20px 0;height: auto;}

.coursespg {  }
.coursespg figure {box-shadow: 0px 0px 20px 0px #ccc;border-radius: 10px;overflow: hidden;margin: 30px 0 0;}
.coursespg figure span {border-radius: 10px;display: block;position: relative;}
.coursespg figure span img {  }
.coursespg figure span  ins {position: absolute;right: 20px;bottom: -30px;z-index: 99;background: #856852;text-decoration: none;font-size: 20px;font-weight: 500;width: 66px;height: 65px;border-radius: 100%;color: #fff;display: flex;flex-direction: column;justify-content: center;align-items: center;font-style: italic;}
.coursespg figure figcaption {padding: 35px;}
.coursespg figure figcaption h4 {font-size: 20px;font-weight: 700;padding-right: 15%;line-height: 30px;margin: 0 0 14px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1; /* number of lines to show */-webkit-box-orient: vertical;}
.coursespg figure figcaption p {margin: 0 0 20px;}
.coursespg figure figcaption a {color: #a0a0a0;text-transform: uppercase;font-weight: 600;}


/*woo-custom*/
.woo-custom {
    padding: 80px 0;
    background: transparent;
}
.woo-custom span.price {
    display: none !important;
}


.woo-sidebar{
  color: #f6f4f0;
  background: #f6f6f6;
  padding: 30px;
}

.woo-sidebar li ul.product-categories {  }
.woo-sidebar li ul.product-categories li,
.woo-sidebar ul li
{margin: 0 0 10px;}

.woo-sidebar li{
  list-style: none;
display: block;  
}
.woo-sidebar h3.widget-title {
    margin: 0;
    color: #000000;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
}
.woo-sidebar ul {
    padding: 0;
    margin-top: 40px; 
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin-top: 40px !important; 
}

.woo-sidebar ul li{
  
}
.woo-sidebar ul li a{
  color: #454545;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 15px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.woo-sidebar ul li a:before {
  content: "";
  position: absolute;
  left: 0; 
  top: 8px; 
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}
.woo-sidebar ul ul.children { 
    margin: 10px 0;
 }

.woo-sidebar ul ul.children li{
  margin-bottom: 6px;
}
.woo-sidebar ul ul.children li a{
  color: #acacac;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
.woo-sidebar ul ul.children li a:before{
    content: '-';
    position: absolute;
    left: 0;
    top: -2px;
    color: #acacac;
    font-size: 16px;
}

.woo-sidebar ul ul.children{
  margin-top: 15px;
}

.woo-sidebar li#woocommerce_price_filter-2 {
    margin-top: 50px;    
}

.woo-sidebar li.widget-container:first-child { margin-top: 0; }
.woo-sidebar li.widget-container { margin-top: 50px; }
.woo-sidebar .price_slider_wrapper {
    color: #000;
    font-size: 18px;
    margin-top: 40px;
}
.woo-sidebar .price_slider_wrapper button.button {
    background: #000 !important;
    color: #f6f4f0 !important;
    font-size: 16px !important;
    padding: 10px 28px !important;
    letter-spacing: 1px;
    float: none !important;
    display: block;
    width: 100%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #c2c2c2 !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 30px !important;
    background-color: #000000 !important;
}

.woocommerce  .price_slider_amount {
    margin-top: 35px !important;
}
.woo-sidebar .price_label span {
    color: #373737;
    font-size: 18px;
}



.woo-custom{

}
.woo-custom h1.woocommerce-products-header__title.page-title{
   margin:0;
  color: #373737;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; 
}
.woo-custom p.woocommerce-result-count {
    color: #acacac;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 50px;
}


.woo-custom select.orderby {
    background: transparent;
    border: none;
    color: #868686;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.woo-custom select.orderby option {
    background: #c5a656;
    color: #fff;
}
.woo-custom .woocommerce-products-header {
    margin-bottom: 20px;
}
.woo-custom .product-box {
    background: #ffffff;
    text-align: right;
    padding: 30px 20px;
    box-shadow: 0px 3px 10px 0px #eef4f9;
    position: relative;
}

.woo-custom .product-box:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 100px solid #D3D3D3;
    border-left: 100px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
}
    
.woo-custom .product-box .pic{
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
}
.woo-custom .product-box .pic img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.woo-custom .product-box h3 {
    color: #373737;
    font-size: 20px !important;
    line-height: 26px;
    min-height: 73px;
}
.woo-custom .product-box h6.ads {
    color: #acacac;
        margin: 0;
    font-size: 14px;
}

body .woo-custom .product-box a{
  color: #c5a656 !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: transparent !important;
  margin-top: 20px !important;
  opacity: 0;
  transition: all ease .5s;
  position: relative;
  padding-bottom: 6px;
}
/*body .woo-custom .product-box a:before{
    content: '';
    background: #c5a656;
    width: 50%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
}*/
.woo-custom .product-box:hover a{
  opacity: 1;
  transition: all ease .5s;
}

.woo-custom ul.page-numbers {
    border: none !important;
    margin-top: 20px !important
}

.woo-custom ul.page-numbers li {
    border: none !important;
}

.woo-custom ul.page-numbers span.page-numbers, .woo-custom ul.page-numbers li a {
    color: #959595 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 20px !important;
    border: none !important;
    padding: 0 !important;
    background: none !important;
}
.woo-custom ul.page-numbers span.page-numbers.current , .woo-custom ul.page-numbers span.page-numbers:hover,
.woo-custom ul.page-numbers li a:hover{
    color: #000 !important;
    text-decoration: line-through !important;
}
.woo-custom a.next.page-numbers:hover{
    text-decoration: none !important;
}

.det-shop{
  padding: 70px 0;
  background: transparent;
}

.det-shop .woocommerce-breadcrumb{
  margin-bottom: 50px !important;
}
.det-shop .woocommerce-breadcrumb i.fa {
    padding: 0 15px;
}
.woocommerce .det-shop .woocommerce-breadcrumb a, .woocommerce .det-shop .woocommerce-breadcrumb {
    color: #acacac;
    font-size: 16px;
}

.det-shop h1.product_title.entry-title {
    color: #373737;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    padding: 0 20% 0 0 !important;
}

.det-shop p.price,.det-shop  span.price{
  color: #856852  !important;
  font-size: 22px !important;
  font-style: italic;
}
.det-shop table.variations {
}
.det-shop table.variations tr {
    float: left;
    width: 100%;
    margin: 0 0 15px;
}
.det-shop table.variations td.label {
    display: block;
}

.woocommerce div.product form.cart .variations select {
    display: block !important;     
}

.det-shop table.variations select {
    width: 274px;
    padding: 17px;
    color: #000000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.det-shop table.variations select  option {
    background: #c5a656;
    color: #fff;
}
.det-shop table.variations select#pa_colors{
  border: 2px solid #e1e1e1;
    background: transparent;
    border-left: none;
    border-right: none;
}
.det-shop table.variations  select#pa_sizes{
      border: 2px solid #e1e1e1;
    background: transparent;
    border-right: none;
}

.det-shop .quantity input.qty {
  color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #e1e1e1;
    height: 50px;
    background: transparent;
    width: 150px;
    margin: 0 auto;
}
.det-shop button.single_add_to_cart_button {
    float: none;
    width: 100%;
    background: #000 !important;
    color: #fff !important;
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 20px !important;
        margin-top: 30px !important;
}
.det-shop table.variations {
    margin: 30px 0 0 !important;
}
.woocommerce div.product form.cart div.quantity {
    float: none !important;
    display: inline-block; 
    vertical-align: middle;
    width: auto !important;
}

.det-shop .product_meta span.sku_wrapper,.det-shop .product_meta span.posted_in,
.det-shop .product_meta span.tagged_as{
  display: block;
  margin-bottom: 10px;
  color: #959595;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.det-shop .product_meta a{
  color: #000000;
}

.det-shop .tabs-menu {
    height: auto;
    padding: 0;
    margin: 50px 0 30px;
}
.det-shop .tabs-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}
.det-shop .tabs-menu li a{
  color: #9d9d9d;
  font-size: 18px;
  text-transform: capitalize;
}
.det-shop .tabs-menu li:hover a, .det-shop .tabs-menu li.current a{
  color: #000;
}
.det-shop .tab-content {
  display: none;
}
.det-shop p {
    color: #6b6b6b;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
}

.det-shop .tab-content p, .det-shop .tab-content ul li{
  color: #acacac;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}
.det-shop #tab-1 {
  display: block;   
}

section.related.products {
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 50px;
    padding: 50px 0 0;
}
section.related.products h2{
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}
section.related.products span.price{
  display: none !important;
}

section.related.products .product-box {
    background: #ffffff;
    text-align: center;
    padding: 20px;
    box-shadow: 0px 3px 10px 0px rgb(204 204 204 / 43%);
}
section.related.products .product-box .pic{
  width: 100%;
  height: 275px;
  margin-bottom: 20px;
}
section.related.products .product-box .pic img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
section.related.products .product-box h3 {
    color: #373737;
    font-size: 20px !important;
    line-height: 26px;
    min-height: 73px;
}
section.related.products .product-box h6.ads {
    color: #acacac;
        margin: 0;
    font-size: 14px;
}

body section.related.products .product-box a{
  color: #c5a656 !important;
  font-size: 11px !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  background: transparent !important;
  margin-top: 20px !important;
  opacity: 0;
  transition: all ease .5s;
  position: relative;
  padding-bottom: 6px;
  width: auto;
}
body section.related.products .product-box a:before{
    content: '';
    background: #c5a656;
    width: 50%;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    position: absolute;
}
section.related.products .product-box:hover a{
  opacity: 1;
  transition: all ease .5s;
}

section.related.products .product-box > a img { height: 250px; object-fit: contain; }

 .page-def .woocommerce{
  margin-top: 200px;
  margin-bottom: 80px;
}

 .page-def .woocommerce a, .woocommerce table.shop_table th {
    color: #000;
    font-size: 16px;
}
.woocommerce table.shop_table td input.qty{
   background: transparent;
  border: 2px solid #e1e1e1;
}
.woocommerce table.shop_table tr.cart_item {
    height: 80px;
}
a.checkout-button.button.alt.wc-forward, a.button.wc-forward, button.button {
    color: #fff !important;
    font-size: 16px !important;
    background: #000 !important;
    font-weight: 400 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
 .page-def .woocommerce input#coupon_code {
    padding: 6px;
    width: 150px;
    background: transparent;
        border: 2px solid #e1e1e1;
}
 .page-def .woocommerce p{
  color: #acacac;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
}

 .page-def .woocommerce h2, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3{
  color: #000000;
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 40px;
}


.woocommerce-message::before, .woocommerce-info::before {
    color: #c5a656 !important;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #c5a656 !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    padding: 6px !important;
        background: transparent;
        border: 2px solid #e1e1e1;
}
span.select2-selection.select2-selection--single{
          background: transparent;
        border: 2px solid #e1e1e1;
}

.woocommerce form label {
    color: #000;
    letter-spacing: 1px;
}

 .woocommerce-MyAccount-navigation ul li {
    color: #ffffff;
    font-size: 14px;
    padding: 15px 10px !important;
    background: #c5a656;
    border-bottom: 1px solid #e1e1e1;
}
 .woocommerce-MyAccount-navigation ul li a{
   color: #ffffff !important;
    font-size: 15px;
}
 .woocommerce-MyAccount-navigation ul li a:hover{
  text-decoration: none;
}

.prolist {  }
.prolist .products {  }
.prolist .products li {   display: flex; flex-direction: column; justify-content: center; align-items: center;  }
.prolist .products li img, .woo-custom .product-box img {height: 250px !important;object-fit: fill;object-position: center;width: auto !important;margin: 0 auto !important;}
.prolist .products li .woocommerce-loop-product__title {color: #000;font-family: 'Lato', sans-serif;text-align: left;font-size: 16px !important;margin: 40px 0 0 !important;text-transform: capitalize;letter-spacing: 0;font-weight: 600;line-height: 26px;}
.prolist .products li span.price {display: block !important;text-align: center;color: #acacac !important;font-size: 16px !important;text-align: left;color: #856852 !important;letter-spacing: 1px;font-style: italic;font-weight: 500 !important;}
.prolist .products li a.button {text-transform: uppercase;letter-spacing: 3px;background: url(images/cart.png) no-repeat center center / cover !important;font-size: 0 !important;width: 40px;height: 40px;border: none;outline: none;}
.prolist .products li a.added { display: none; }

.prolist {  }
.prolist li { display: flex; flex-direction: column; justify-content: center; align-items: center;  }
.prolist li .product-box img, .woo-custom .product-box img {height: 250px !important;object-fit: contain;object-position: center;width: auto !important;margin: 0 auto !important;}
.prolist li .product-box .woocommerce-loop-product__title {color: #000;font-family: 'Lato', sans-serif;text-align: left;font-size: 16px !important;margin: 40px 0 0 !important;text-transform: capitalize;letter-spacing: 0;font-weight: 600;line-height: 26px;}
.prolist li .product-box span.price {display: block !important;text-align: center;color: #acacac !important;font-size: 16px !important;text-align: left;color: #856852 !important;letter-spacing: 1px;font-style: italic;font-weight: 500 !important;}
.prolist li .product-box a.button {text-transform: uppercase;letter-spacing: 3px;background: url(images/cart.png) no-repeat center center / cover !important;font-size: 0 !important;width: 40px;height: 40px;border: none;outline: none;}
.prolist li .product-box a.added { display: none; }

.afterbnr {  }
.afterbnr li {display: inline-block;vertical-align: middle;width: 24.8%;padding-top: 4px;position: relative;}
.afterbnr li a {position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;text-align: center;display: flex;flex-direction: column;justify-content: center;align-items: center;color: #fff;font-size: 20px;}

.woocommerce-tabs.wc-tabs-wrapper { /*display: none !important;*/ }
li#tab-title-reviews { display: none !important; }
/*.woocommerce div.product div.images { display: flex;flex-direction: column;justify-content: center; align-items: center; height: 600px; background: #fff; }*/
.woocommerce div.product div.images { background: transparent; }
.woocommerce-product-gallery__image { box-shadow: 0 0 10px 0 #dce8f3; margin: 0 0 20px; }
.woocommerce-product-gallery__wrapper > div:first-child > a  { display: block; height: 600px; padding: 50px; text-align: center; }
.woocommerce-product-gallery__wrapper > div:first-child > a img {  height: 400px !important; object-fit: contain; }
.woocommerce div.product .woocommerce-tabs .panel > h2 { display: none; }


.woocommerce div.product form.cart .button { 
   float: none !important;
    display: inline-block;
    width: auto;
    vertical-align: middle !important;
    margin-top: 0 !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs { padding: 15px 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { border: none !important; background: transparent !important; padding: 0 3em !important; padding-left: 0 !important; margin: 0 !important;  }
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 16px; color: #999999; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #000;  }
.woocommerce table.shop_attributes { border-top: 0 !important; }



/*Woocoomerce End*/


.privacy { }

.privacy h3 { text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px; }
    
.privacy p {margin: 0 0 30px;
    font-size: 15px;
    line-height: 25px; }




.footer{
    padding: 6vw 5vw 3vw;
    background: #000;
}
.footer h4{
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: Nexa-Bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer .foot-logo{ }
.footer .foot-logo a {display: block;width: 60%;}

.footer .foot-logo img{ margin-bottom: 30px; }
.footer .foot-logo p{ color: #878787; font-size: 16px; line-height: 23px; }


.footer .foot-menu {
   /* margin-top: 80px;*/
}
.footer .foot-menu ul{
    padding: 0;
    margin: 0;
}
.footer .foot-menu ul li {
    list-style: none;
    margin-top: 7px;   
}
.footer .foot-menu ul li a{
    font-size: 12px;
    color: #636363;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer .news{
 /*margin-top: 80px;*/
}
.footer .news h4{    
    width: 100%;
    line-height: 22px;
}

.footer .news h4 br { display: none; }

.footer .news .field{
    display: block;
}
.footer .news .field input[type="email"]{
    background: transparent;
    border: 1px solid #c1c1c1;
    padding: 15px;
    height: auto;
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer .news .field input[type="submit"]{
     display: none;
}
.footer .news ul{
    padding: 0;
     margin: 50px 0 30px;
    text-align: right;
}
.footer .news ul li{ 
    list-style: none;
    display: inline-block;
        padding-left: 20px;
}
.footer .news ul li a{  
    color: #636363;
    font-size: 20px;
}
.footer .news p{ 
    color: #636363;
    font-size: 10px;
    letter-spacing: 2px;
     text-transform: uppercase;
}

#loftloader-wrapper {
    z-index: 9999999999999999 !important;
}



.cat_activity { }
.cat_activity ul {margin: 0 -15px;}
.cat_activity ul li { display: inline-block;vertical-align: middle;width: 19.8%;position: relative;}
.cat_activity ul li a {position: relative;display: block;}
.cat_activity ul li span {display: block;border-radius: 10px;overflow: hidden;}
.cat_activity ul li span img  { }
.cat_activity ul li h4 {position: absolute;bottom: 0;left: 0;right: 0;text-transform: uppercase;color: #6b6b6b;font-weight: 600;font-size: 16px;text-align: center;background-image: linear-gradient(to bottom, rgba(255,0,0,0), #fff);margin: 0;padding: 20px 0;}



@media (max-width: 1920px) { 
    .breadcrumbs {
        padding: 15px 20%;
    } 
}


@media (max-width: 1440px) {
    .footer {  padding: 6vw 5vw 3vw; }
    .sliding-cat .elem1 { width: 90px; }
    .sliding-cat .elem2{
    position: absolute;
    top: 310px;
    left: 370px;
    width: 100px;
    z-index: 9999;
}

.sliding-cat .elem3{
    position: absolute;
    bottom: 90px;
    left: 250px;
    width: 100px;
    z-index: 9999;
}

.sliding-cat .elem4 {    width: 40px; }
.sliding-cat .elem5{
    position: absolute;
    right: 11vw;
    top: 290px;
    width: 120px;
    z-index: 9999;
}

.sliding-cat .elem6{
    position: absolute;
    right: 65px;
    top: 420px;
    z-index: 9999;
    width: 140px;
}
   
}


@media (max-width: 1280px) { 
    .breadcrumbs { padding: 15px 5%; }
}


@media (max-width: 1024px) { 

    .mystyle { padding-top: 25%; padding-left: 6%; } 
    section.section { padding: 30px 0; }
    .header .logo a { width: 25%; }
    .header2 .logo a { width: 20%; }
    section.hero-section:before { height: 180px; }
    .x2 { top: 35px; }
    div#clouds {  }
    div#clouds .cloud {  }
    div#clouds .cloud img { width: 45%; }
    section.hero-section .down-img .cont { top: 26%; }
    section.hero-section .down-img .cont a { padding: 12px 40px; }
    .sliding-cat .elem2 { top: 410px; left: 310px; width: 100px; }
    .sliding-cat .elem1 { width: 70px; }
    .sliding-cat .elem3 { left: 190px; width: 90px; }
    .sliding-cat .elem4 { width: 34px; }
    .sliding-cat .elem5 { right: 22vw; top: 340px; width: 80px; }
    .sliding-cat .elem6 { right: 75px;top: 450px; width: 100px; }

    .sec-insta { padding: 30px 0; }

    .inner-banner { height: 280px; }
    .woo-custom h1.woocommerce-products-header__title.page-title { font-size: 26px; }
    .prolist li .product-box .woocommerce-loop-product__title { margin: 10px 0 0 !important; }
    .woo-custom .product-box { padding: 20px; }
    .woo-sidebar { padding: 20px; }
    .woo-sidebar h3.widget-title { font-size: 20px; }
    .woo-sidebar li.widget-container { margin-top: 30px; }
    .woo-sidebar .price_label span { font-size: 15px; }
    .page-def .woocommerce h2, .woocommerce-billing-fields h3, .woocommerce-shipping-fields h3 { font-size: 26px; }
    h1, .h1 { font-size: 25px; }

    .det-shop h1.product_title.entry-title { font-size: 25px; }
    .det-shop p.price, .det-shop span.price { font-size: 20px !important; }
    .det-shop table.variations { margin: 10px 0 0 !important; }
    .det-shop table.variations select { padding: 12px; }
    section.related.products { margin-bottom: 0; }
    section.related.products li { margin-bottom: 0 !important; }
.woocommerce .products ul, .woocommerce ul.products {  padding: 20px 0 5px !important;}
    .mn-h3 h3 { font-size: 26px; }


    .causes figure figcaption  { height: 80%; }
    .causes figure figcaption h4 { font-size: 20px; margin: 0 0 15px; line-height: 28px; }
    .causes figure figcaption p { line-height: 20px; margin: 0 0 15px; }


    .contact .row h3 { font-size: 20px; }

    .footer { padding: 6vw 2vw 3vw; }
    .footer h4 { font-size: 13px; line-height: initial; }
    .footer .foot-menu ul li { margin-top: 5px; }
    .footer .news .field input[type="email"] { padding: 10px; }
    .footer .foot-logo p { margin: 0; font-size: 14px; }

} 

@media (max-width: 812px) {  

    .header {  }
    .header .col-md-3 {display: inline-block;width: 32%;vertical-align: middle;}
    .header .col-md-6 {display: inline-block;vertical-align: middle;width: 34%;}
    .header .logo a { width: 32%; }
    .header .text-right li { margin: 0 0 0 12px; }
    .header .text-right li:first-child { margin: 0; }
    .header .text-right li a { font-size: 12px; }

    .inner-banner { height: 220px; padding: 0 0 30px; }
    .inner-banner h2 { font-size: 20px; }

    .sidenav a { font-size: 15px; }
    .mystyle { padding-top: 11%; }
    a.navlogo img { width: 9%; }
    .sidenav ul.menu { width: 90%; }    
    .sidenav ul.menu > li { padding: 5px 0; }

    section.hero-section .down-img .cont img { max-width: 30%; }

    .sliding-cat .elem1 { width: 45px; top: 150px; left: 10px; }
    .sliding-cat .elem2 { top: 182px; left: 180px; width: 55px; }
    .sliding-cat .elem3 { left: 130px; width: 60px;}
    .sliding-cat .elem4 { width: 25px; }
    .sliding-cat .elem5 { right: 20vw; top: 130px; width: 60px; }
    .sliding-cat .elem6 { right: 70px; top: 200px; width: 65px; }

    .mn-h3 h3 { font-size: 20px; }
    .mn-h3 p { width: 100%; }

    .relatedpost figure figcaption h4 { font-size: 20px; }
    .single_cause figure figcaption h4 { font-size: 18px; }

    .ambassador ul.row li { display: inline-block; vertical-align: middle; width: 49%; }
    .ambassador ul.row li a .caption h4 { font-size: 18px; }

    .causes figure { display: block; }
    .causes figure span { width: 100%; display: block; }
    .causes figure span img { width: 100%; }
    .causes figure figcaption { padding: 30px;width: 100%; position: relative; }

    .single_cause figure figcaption { width: 100%; padding: 30px; margin-top: 0; }
    .relatedpost figure figcaption h4 { width: 100%; }

    .relatedpost { padding-top: 0; }

    .woo-custom .woocommerce-products-header { margin-top: 20px; }
    .det-shop h1.product_title.entry-title { font-size: 18px; }
    .det-shop p.price, .det-shop span.price { font-size: 16px !important; }
    .det-shop p { font-size: 14px; }

    section.related.products .product-box { padding: 10px; }
    section.related.products h2 { font-size: 13px !important;text-transform: capitalize;line-height: 17px;    letter-spacing: 1px; }

    .footer { text-align: center; }
    .footer .foot-logo a { width: 20%;margin: 0 auto; }
    .footer .foot-logo p { margin: 0 0 20px; }
    .footer h4 { margin: 30px 0 15px; }
    .footer .news ul { margin: 30px 0 10px; }

}


@media (max-width: 768px) {  
    section.hero-section .down-img img { height: auto; }
    div#clouds .cloud img { width: 35%; }
    .mystyle { padding-top: 30%; }
    .contact .box { margin: 30px 0 0; }
}

@media (max-width: 736px) {  
    .mystyle { padding-top: 15%; }
    section.related.products li { clear: none !important; }
    .openave, .sidenav { display: none; }
    .sliding-cat .abselem { display: none; }
    section.hero-section .down-img .cont { top: 40%; }
    
}

@media (max-width: 568px) {   
    .header .text-right li a { font-size: 10px; }
    .header .text-right li:first-child { display: none; }
    .sliding-cat .elem1 { width: 35px; }
    .sliding-cat .elem2 { top: 180px; left: 130px; width: 45px; }
    .sliding-cat .elem3 { bottom: 70px;left: 100px;width: 35px; }
    .sliding-cat .elem4 { width: 20px; }
    .sliding-cat .elem5 { right: 8vw; top: 160px; width: 50px; }
    .sliding-cat .elem6 { right: 30px;top: 220px;width: 65px; }

    section.hero-section .down-img .cont a { font-size: 9px; padding: 8px 20px; margin-top: 20px; letter-spacing: 1px }
    .inner-banner { height: 140px; }
    .coupon input, .coupon button { display: block; margin: 5px 0; width: 100% !important; }
    
}


@media (max-width: 414px) { 
    .header { padding: 10px 0; }
    .header .logo a { width: 45%; }
    .sliding-cat .elem1 { width: 25px; }
    .sliding-cat .elem2 { top: 130px; left: 95px; width: 35px; }
    .sliding-cat .elem3 { bottom: 50px; left: 80px;width: 28px; }
    .sliding-cat .elem4 { width: 16px; }
    .sliding-cat .elem5 { right: 8vw;top: 120px;width: 40px; }
    .sliding-cat .elem6 { right: 30px; width: 50px;top: 170px; }
    section.hero-section .down-img .cont a { font-size: 9px; margin-top: 10px;    padding: 4px 10px; }
    a.checkout-button.button.alt.wc-forward, a.button.wc-forward, button.button { font-size: 12px !important;letter-spacing: 1px; }
}

@media (max-width: 375px) { 

    .sliding-cat .elem1 { width: 25px; top: 120px; }
    .sliding-cat .elem2 { left: 70px; top: 110px; width: 35px; }
    .sliding-cat .elem3 { bottom: 50px; left: 70px; width: 25px; }
    .sliding-cat .elem5 { top: 100px;width: 45px; }
    .sliding-cat .elem6 { right: 30px;top: 160px;width: 45px; }


}