@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;400&display=swap);#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #00000000;
}

#style-1::-webkit-scrollbar {
    width: 12px;
    background-color: #00000000;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(14, 42, 65);
}
.main {
    /*background: #00344A;*/
    background: linear-gradient(90deg, #002e42 0%, #001c2c 33%, #000e1a 100%);
    /*background: url('/images/bg.png') no-repeat ;*/
    background-size: auto;
    height: 100vh;
    width: 100vw;
    color: #406f8f;
}

.stars {
    background: url('/images/bg.png') no-repeat;
    background-size: contain;
    height: 100vh;
    width: 100vw;
    position: absolute;
}

.leftContent {
    background: no-repeat url('/images/Side3.png');
    background-size: contain;
    width: 44vw;
    height: 100vh;
    opacity: 88%;
}

.rightContent {
    height: 100vh;
}

.logo {
    margin-left: 10px;
    margin-top: 4vh;

    z-index: auto !important;
    opacity: 100%;
}

.logo-image {
    background: no-repeat url("/images/sankolo.png");
    background-size: contain;
    margin-left: 33px;
    width:  14vh;
    height: 12vh;
}

.logo-text {
    margin-top: -1.5%;
    margin-left: 1% !important;
    background: no-repeat url("/images/picker_builder.png");
    background-size: contain;
    width: 15vh;
}

.nav-item {

}

.nav-background, .nav-background--active {
    width: 100%;
    height: 4vh;
    text-align: center;
    vertical-align: center;
    display: flex;
    padding-left: 4vh;
    background: no-repeat url("/images/normal_button.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #417597;
    opacity: 100%;
}

.nav-background--active {
    background: no-repeat url("/images/actinve_button_06.png");
    background-size: contain;
    color: #D1BD6D;
    opacity: 100%;
}

.nav-sub-background {
    height: 4vh;
    text-align: center;
    vertical-align: center;
    display: flex;
    padding-left: 2vh;
    background: no-repeat url("/images/normal_button.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #447595;
    opacity: 100%;
}

.nav-sub-background--active {
    height: 4vh;
    text-align: center;
    vertical-align: center;
    display: flex;
    padding-left: 2vh;
    background: no-repeat url("/images/actinve_button_06.png");
    background-size: contain;
    color: #d1ba6d;
    opacity: 100%;
}

.nav-background:hover {
    background: no-repeat url("/images/actinve_button_06.png");
    background-size: contain;
    color: #0f7ec6;
    opacity: 100%;
}

.nav-link {
    float: none;
    display: inline-block !important;
    font-weight: 444;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5vh;
    color: inherit;
    opacity: 100%;
}

.nav-sub-link {
    float: none;
    padding-left: 2vh;
    display: inline-block !important;
    font-weight: 444;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.5vh;
    color: inherit;
    opacity: 100%;
}

.nav-link:hover {
    color: #0f7ec6;
    opacity: 100%;
}

@media (min-width: 1200px) {
    .logo {
        margin-left: 30px;
    }

    .logo-image {
        height: 17vh;
    }

    .logo-text {
        background: no-repeat url("/images/picker_builder.png");
        background-size: contain;
        height: 9vh;
    }
}

.topNav {
    /* background: no-repeat url("/images/top_bar_01.png") right; */
    background: right repeat linear-gradient(90deg, #00000000 22%, #071a2e77 33%, #001020 88%);

    background-size: 100% 100%;
}

.topNav-item, .footer-link {
    color: #7091A3;
}

.topNav-item:hover, .footer-link:hover {
    color: #D1BD6D;
}

.mainContent {
    margin-top: 3vh;
    height: 95vh;
    overflow-y: auto;

}

.contentBackground {

    /*min-height: 80vh;*/
}

.contentBlock {
    height: 100%;

}

.background__AuthBlock {
    border: 1px solid #1b4c89;
    border-radius: 10px;
    padding: 15px 30px;
}

.footer {
    margin-left: 40vw;
}

.row_items {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.offset-0 {
    margin-left: -1%;
}

.ny_offset-5 {
    margin-left: 3%;
}

.asd {
    justify-content: space-evenly;
}

.offset-submenu {

}

.col-33 {
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-99 {
    flex: 0 0 80%;
    max-width: 80%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-111 {
    flex: 0 0 95%;
    max-width: 95%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.down_os {
    padding-left: 3vw;
    padding-top: 3px;
    font-weight: 555;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.2vh;
    color: #5980ad;

}

.ver {
    font-weight: 444;
    font-size: 2.2vh;
    color: inherit;

}

.down_os:hover {
    color: #2c8de8;
}

.margin_11{
    margin-left: 11px;
}

[data-tooltip]:before {
    position : absolute;
    font-size: 16px !important;
    font-weight: 700;
    color: #406f8f !important;
    width: 22vw;
     content : attr(data-tooltip);
     opacity : 0;
}
[data-tooltip]:hover:before {
    opacity : 1;
    margin-top: 111px;
}

.buy_os {
    width: 100%;
    height: 7vh;
    text-align: left;
    vertical-align: center;
    display: flex;
    padding-left: 2vh;
    color: #406f8f;
}


.buy_win {
    background: no-repeat url("/images/win_norm.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.buy_mac {
    background: no-repeat url("/images/mac_norm.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.buy_lin {
    background: no-repeat url("/images/lin_norm.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.dowloads_os_name {
    width: 66vw;

    box-sizing: content-box;
    display: flex;
}


.dowloads_pb {
    width: 66vw;
    box-shadow: 0px 0px 5px 5px rgba(13, 26, 37, 0.1);
    padding-left: 1rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    box-sizing: content-box;
    display: flex;
    background-color:  #000d1b;
    border: 1px solid #142f47;
    border-radius: 2rem;
}

.dowloads_examples {
    display: flex;
    flex-direction: row ;
    flex-wrap: nowrap;


}

#left {
    width: 50%;
    float: left;
  }

#right {
    width: 50%;
    float: left;
  }

.margin_top_5 {
    margin-top: 5%;
}

.margin-11{
    margin-bottom: 5%;

}

.margin-4{
    margin-bottom: 2%;

}
.img_wrap .forFile div
{
    cursor: pointer;
    padding: 5px 10px;
    background-color: #092131;
}
.img_wrap input
{
    display: none;
}
.img_wrap .btn
{
    background: no-repeat url('/images/buy.png');
    background-size: cover;
    border: none !important;
    color: #236dc6;
    width: 70px;
    height: 37px;
    padding: 0;
}

#install_pb img  {
    cursor: pointer;
    width: 50%;
    height: 50%;
    padding: 5px;
    border: 2px solid #142f47;
    background-color:  #000d1b;
    border-radius: .9rem;


}

#install_pb img:hover {
    opacity: 0.8;
    font-size: 22px;
    color: #406f8f;
}
contentImage{
    /*background: no-repeat url("/images/frame_movie_09.png"); */
    border: 1px solid #1b4c89;
    border-radius: 10px;
    width: auto;
    padding: 5px 0;
}

.contentImage__download{
    /*background: no-repeat url("/images/frame_movie_09.png"); */
    border: 1px solid #1b4c89;
    border-radius: 10px;
    width: auto;
    padding: 5px 0;
    margin-left: 15px;
}

.buy__link {
    color: #7091A3;
    font-weight: bold;
    text-decoration: underline;
}

.buy__link:hover{
    color: #D1BD6D;
}

.contentImage__image {
    height: 100%;
    width: 100%;
}

.video_col{
    display: flex;
    flex-direction: column;
}

.contentImage__video{
    border: 1px solid #1b4c89;
    border-radius: 10px;
    height: 30vh;
    width: 100%;
    padding: 5px 0;
}

.contentImage__movie{
    border: 1px solid #1b4c89;
    border-radius: 10px;
    width: 800px;
    height: 444px;
    padding: 5px 5px;
    margin-bottom: 2vh;
}


.contentText {
    padding-top: 20px;
    color: #7091A3;
    font-size: 15px;
}

.contentNews{
    padding-top: 5px;
    font-size: 15px;
}

.contentDoca {
    padding-top: 20px;
    color: #507488;
    width: 90%;
    height: 90vh;
    /* overflow: auto ; */
    line-height: 1.1;
    font-size: 22px;
    border: 1px solid #1b4c89;
    border-radius: 10px;
    padding: 11px 22px;

}


.contentPage {
    overflow: auto;
}
.content__hr{
    background: #1b4c89;
}

.download__table{
    border-spacing: 10px 0;
    border-collapse: separate;
}

.download__content{
    color: #7099AD;

}

.features__content{
    font-size: 13pt;

}

.list_item{
    margin-top: 5px;

}

.content__head{
    font-weight: 700;
    margin-right: 22px;
}

.checkboxUse{
    margin: 0 20px;
    cursor: pointer;
}

.payImages{
    width: 100%;
}

@media (min-width: 1200px) {
    .contentText{
        font-size: 19px;
    }
}

.descText {
    padding-left: 22px;
    color: #7091A3;
    font-size: 19px;
    font-weight: normal;
    margin-top: 11px;
}
.descText2 {
    padding-left: 22px;
    margin-top: 11px;
}

.descText3{
    margin-top: 11px;
   border-spacing: 44px 2em;
   padding-left: 22px;
   padding-right: 22px;

}

.input__value{
    background-color: #00283D !important;
    border-color: #15466c !important;
    color: #7099AD !important;
}

label{
    color: #516F7D;
}

.form__auth{
    border: 1px solid #1b4c89;
    border-radius: 10px;
}

.form__link{
    color: #7099AD !important;
}

.form__buttonLogin{
    background: no-repeat url("/images/login@4x.png");
    padding: 10px 42px;
    background-size: cover;
    border: none;
    color: #195DAC;
    font-size: 20px;
}

.form__buttonRegister{
    background: no-repeat url("/images/Register@4x.png");
    padding: 10px 29px;
    background-size: cover;
    border: none;
    color: #195DAC;
    font-size: 20px;
}

.form__buttonDelete{
    background: no-repeat url("/images/delete@4x.png");
    padding: 5px 5px;
    background-size: cover;
    border: none !important;
    color: #195DAC;
}

.form__buttonEmail{
    background: no-repeat url("/images/delete@4x.png");
    background-size: 100% 100%;
    padding: 10px 10px;
    border: none !important;
    color: #195DAC;
}


.form__buttonChooseFile{
    background:  #071d36;;
    background-size: 100% 100%;
    border: none !important;
    color: #6893c5;
}
.account__table{
    width: 100%;
    text-align: center;
    border-spacing: 7px 7px;
    border-collapse: separate;
    border: 1px solid #1b4c89;
    border-radius: 10px;
    margin-top: 10px;

}
.nowrap  {
    display: flex !important;
    flex-wrap: nowrap !important;
}

.account__top{
    color: #7099AD;
}

.account__userId {
    background-color: #00283D;
    padding: 2px 2px;
}

.account__tableValue{
    background-color: #00283D;
    color: #7099AD;
    width: 33% !important;
}

.account__tableValue15{
    background-color: #00283D;
    color: #7099AD;
    border-color: #00283D;
    font-size: 14px;
    width: 15% !important;
}
.account__tableValue7{
    background-color: #00283D;
    color: #7099AD;
    border-color: #00283D;
    font-size: 14px;
    width: 7% !important;
}
.account__tableSmalValue{
    background-color: #00283D;
    color: #7099AD;
    border-color: #00283D;
    font-size: 14px;
    width: 4% !important;
}
.account__tableSaveChanges{
    width: 22% !important;
}

.buy{
    margin-top: 20px;
}

.buy__button {
    background: no-repeat url("/images/buy.png");
    padding: 12px 35px;
    background-size: cover;
    border: none !important;
    color: #236dc6;
    text-decoration: none;
    font-size: 19px;
    font-weight: 700;
}
.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 2px;
}
.checkbox+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.checkbox:checked+label::before {
    border-color: #0b76ef;
    background-color: #0b76ef;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.checkbox:disabled+label::before {
    background-color: #091c30;
    cursor: not-allowed;
}
@charset "UTF-8";

/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66d9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3490dc;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1d68a7;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.575rem;
}

h4,
.h4 {
  font-size: 1.35rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 0.9rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.125rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #f8fafc;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #f66d9b;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6e0f5;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #95c5ed;
}

.table-hover .table-primary:hover {
  background-color: #b0d4f1;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0d4f1;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7eed8;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98dfb6;
}

.table-hover .table-success:hover {
  background-color: #b3e8ca;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b3e8ca;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d6e9f9;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b3d7f5;
}

.table-hover .table-info:hover {
  background-color: #c0ddf6;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c0ddf6;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fffacc;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fff6a1;
}

.table-hover .table-warning:hover {
  background-color: #fff8b3;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fff8b3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c6c5;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09593;
}

.table-hover .table-danger:hover {
  background-color: #f4b0af;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f4b0af;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.125rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #38c172;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #38c172;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #38c172;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #5cd08d;
  background-color: #5cd08d;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e3342f;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #e3342f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e9605c;
  background-color: #e9605c;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:hover {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #227dc7;
  border-color: #2176bd;
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2176bd;
  border-color: #1f6fb2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:hover {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #2fa360;
  border-color: #2d995b;
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2d995b;
  border-color: #2a9055;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:hover {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #4aa0e6;
  border-color: #3f9ae5;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3f9ae5;
  border-color: #3495e3;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:hover {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #ffe924;
  border-color: #ffe817;
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffe817;
  border-color: #ffe70a;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d0211c;
  border-color: #c51f1a;
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c51f1a;
  border-color: #b91d19;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3490dc;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #38c172;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffed4a;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #e3342f;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3490dc;
  text-decoration: none;
}

.btn-link:hover {
  color: #1d68a7;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3490dc;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.7875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3490dc;
  background-color: #3490dc;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a1cbef;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #cce3f6;
  border-color: #cce3f6;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3490dc;
  background-color: #3490dc;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #a1cbef;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #cce3f6;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #cce3f6;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #cce3f6;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3490dc;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3490dc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #1d68a7;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3490dc;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #2176bd;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #38c172;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #2d995b;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #212529;
  background-color: #3f9ae5;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #ffe817;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #c51f1a;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3.85rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #1b4b72;
  background-color: #d6e9f8;
  border-color: #c6e0f5;
}

.alert-primary hr {
  border-top-color: #b0d4f1;
}

.alert-primary .alert-link {
  color: #113049;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #1d643b;
  background-color: #d7f3e3;
  border-color: #c7eed8;
}

.alert-success hr {
  border-top-color: #b3e8ca;
}

.alert-success .alert-link {
  color: #123c24;
}

.alert-info {
  color: #385d7a;
  background-color: #e2f0fb;
  border-color: #d6e9f9;
}

.alert-info hr {
  border-top-color: #c0ddf6;
}

.alert-info .alert-link {
  color: #284257;
}

.alert-warning {
  color: #857b26;
  background-color: #fffbdb;
  border-color: #fffacc;
}

.alert-warning hr {
  border-top-color: #fff8b3;
}

.alert-warning .alert-link {
  color: #5d561b;
}

.alert-danger {
  color: #761b18;
  background-color: #f9d6d5;
  border-color: #f7c6c5;
}

.alert-danger hr {
  border-top-color: #f4b0af;
}

.alert-danger .alert-link {
  color: #4c110f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.675rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3490dc;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #1b4b72;
  background-color: #c6e0f5;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1b4b72;
  background-color: #b0d4f1;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1b4b72;
  border-color: #1b4b72;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #1d643b;
  background-color: #c7eed8;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #1d643b;
  background-color: #b3e8ca;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d643b;
  border-color: #1d643b;
}

.list-group-item-info {
  color: #385d7a;
  background-color: #d6e9f9;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #385d7a;
  background-color: #c0ddf6;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #385d7a;
  border-color: #385d7a;
}

.list-group-item-warning {
  color: #857b26;
  background-color: #fffacc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #857b26;
  background-color: #fff8b3;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #857b26;
  border-color: #857b26;
}

.list-group-item-danger {
  color: #761b18;
  background-color: #f7c6c5;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #761b18;
  background-color: #f4b0af;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #761b18;
  border-color: #761b18;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #3490dc !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2176bd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #38c172 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2d995b !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3f9ae5 !important;
}

.bg-warning {
  background-color: #ffed4a !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffe817 !important;
}

.bg-danger {
  background-color: #e3342f !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c51f1a !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #3490dc !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #38c172 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

.border-warning {
  border-color: #ffed4a !important;
}

.border-danger {
  border-color: #e3342f !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #3490dc !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #1d68a7 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #38c172 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #27864f !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #298fe2 !important;
}

.text-warning {
  color: #ffed4a !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #fde300 !important;
}

.text-danger {
  color: #e3342f !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #ae1c17 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

body {
  height: 100vh;
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  overflow: hidden;
  filter: drop-shadow(0 0 10px white);
}

.snow {
  position: absolute;
  width: 3px;
  height: 3px;
  background: #aaaabb;
  border-radius: 50%;
}

.snow:nth-child(1) {
  opacity: 0.6969;
  transform: translate(10.0999vw, -10px) scale(0.3167);
  -webkit-animation: fall-1 19s -10s linear infinite;
          animation: fall-1 19s -10s linear infinite;
}

@-webkit-keyframes fall-1 {
  66.53% {
    transform: translate(4.73vw, 66.53vh) scale(0.3167);
  }

  to {
    transform: translate(7.41495vw, 100vh) scale(0.3167);
  }
}

@keyframes fall-1 {
  66.53% {
    transform: translate(4.73vw, 66.53vh) scale(0.3167);
  }

  to {
    transform: translate(7.41495vw, 100vh) scale(0.3167);
  }
}

.snow:nth-child(2) {
  opacity: 0.9162;
  transform: translate(48.9993vw, -10px) scale(0.817);
  -webkit-animation: fall-2 22s -22s linear infinite;
          animation: fall-2 22s -22s linear infinite;
}

@-webkit-keyframes fall-2 {
  72.37% {
    transform: translate(51.0293vw, 72.37vh) scale(0.817);
  }

  to {
    transform: translate(50.0143vw, 100vh) scale(0.817);
  }
}

@keyframes fall-2 {
  72.37% {
    transform: translate(51.0293vw, 72.37vh) scale(0.817);
  }

  to {
    transform: translate(50.0143vw, 100vh) scale(0.817);
  }
}

.snow:nth-child(3) {
  opacity: 0.0537;
  transform: translate(22.465vw, -10px) scale(0.0574);
  -webkit-animation: fall-3 20s -4s linear infinite;
          animation: fall-3 20s -4s linear infinite;
}

@-webkit-keyframes fall-3 {
  64.599% {
    transform: translate(27.1768vw, 64.599vh) scale(0.0574);
  }

  to {
    transform: translate(24.8209vw, 100vh) scale(0.0574);
  }
}

@keyframes fall-3 {
  64.599% {
    transform: translate(27.1768vw, 64.599vh) scale(0.0574);
  }

  to {
    transform: translate(24.8209vw, 100vh) scale(0.0574);
  }
}

.snow:nth-child(4) {
  opacity: 0.4675;
  transform: translate(77.8057vw, -10px) scale(0.6112);
  -webkit-animation: fall-4 10s -11s linear infinite;
          animation: fall-4 10s -11s linear infinite;
}

@-webkit-keyframes fall-4 {
  45.186% {
    transform: translate(87.1624vw, 45.186vh) scale(0.6112);
  }

  to {
    transform: translate(82.48405vw, 100vh) scale(0.6112);
  }
}

@keyframes fall-4 {
  45.186% {
    transform: translate(87.1624vw, 45.186vh) scale(0.6112);
  }

  to {
    transform: translate(82.48405vw, 100vh) scale(0.6112);
  }
}

.snow:nth-child(5) {
  opacity: 0.1336;
  transform: translate(51.1151vw, -10px) scale(0.3506);
  -webkit-animation: fall-5 27s -3s linear infinite;
          animation: fall-5 27s -3s linear infinite;
}

@-webkit-keyframes fall-5 {
  35.481% {
    transform: translate(53.284vw, 35.481vh) scale(0.3506);
  }

  to {
    transform: translate(52.19955vw, 100vh) scale(0.3506);
  }
}

@keyframes fall-5 {
  35.481% {
    transform: translate(53.284vw, 35.481vh) scale(0.3506);
  }

  to {
    transform: translate(52.19955vw, 100vh) scale(0.3506);
  }
}

.snow:nth-child(6) {
  opacity: 0.9129;
  transform: translate(75.3486vw, -10px) scale(0.8866);
  -webkit-animation: fall-6 18s -2s linear infinite;
          animation: fall-6 18s -2s linear infinite;
}

@-webkit-keyframes fall-6 {
  59.709% {
    transform: translate(66.8445vw, 59.709vh) scale(0.8866);
  }

  to {
    transform: translate(71.09655vw, 100vh) scale(0.8866);
  }
}

@keyframes fall-6 {
  59.709% {
    transform: translate(66.8445vw, 59.709vh) scale(0.8866);
  }

  to {
    transform: translate(71.09655vw, 100vh) scale(0.8866);
  }
}

.snow:nth-child(7) {
  opacity: 0.9195;
  transform: translate(61.1819vw, -10px) scale(0.7051);
  -webkit-animation: fall-7 10s -4s linear infinite;
          animation: fall-7 10s -4s linear infinite;
}

@-webkit-keyframes fall-7 {
  43.895% {
    transform: translate(66.9946vw, 43.895vh) scale(0.7051);
  }

  to {
    transform: translate(64.08825vw, 100vh) scale(0.7051);
  }
}

@keyframes fall-7 {
  43.895% {
    transform: translate(66.9946vw, 43.895vh) scale(0.7051);
  }

  to {
    transform: translate(64.08825vw, 100vh) scale(0.7051);
  }
}

.snow:nth-child(8) {
  opacity: 0.1938;
  transform: translate(0.5391vw, -10px) scale(0.8726);
  -webkit-animation: fall-8 15s -9s linear infinite;
          animation: fall-8 15s -9s linear infinite;
}

@-webkit-keyframes fall-8 {
  75.603% {
    transform: translate(3.7058vw, 75.603vh) scale(0.8726);
  }

  to {
    transform: translate(2.12245vw, 100vh) scale(0.8726);
  }
}

@keyframes fall-8 {
  75.603% {
    transform: translate(3.7058vw, 75.603vh) scale(0.8726);
  }

  to {
    transform: translate(2.12245vw, 100vh) scale(0.8726);
  }
}

.snow:nth-child(9) {
  opacity: 0.5808;
  transform: translate(36.8275vw, -10px) scale(0.2765);
  -webkit-animation: fall-9 17s -8s linear infinite;
          animation: fall-9 17s -8s linear infinite;
}

@-webkit-keyframes fall-9 {
  53.457% {
    transform: translate(38.8614vw, 53.457vh) scale(0.2765);
  }

  to {
    transform: translate(37.84445vw, 100vh) scale(0.2765);
  }
}

@keyframes fall-9 {
  53.457% {
    transform: translate(38.8614vw, 53.457vh) scale(0.2765);
  }

  to {
    transform: translate(37.84445vw, 100vh) scale(0.2765);
  }
}

.snow:nth-child(10) {
  opacity: 0.0623;
  transform: translate(89.7236vw, -10px) scale(0.2039);
  -webkit-animation: fall-10 23s -14s linear infinite;
          animation: fall-10 23s -14s linear infinite;
}

@-webkit-keyframes fall-10 {
  35.904% {
    transform: translate(97.3725vw, 35.904vh) scale(0.2039);
  }

  to {
    transform: translate(93.54805vw, 100vh) scale(0.2039);
  }
}

@keyframes fall-10 {
  35.904% {
    transform: translate(97.3725vw, 35.904vh) scale(0.2039);
  }

  to {
    transform: translate(93.54805vw, 100vh) scale(0.2039);
  }
}

.snow:nth-child(11) {
  opacity: 0.8988;
  transform: translate(45.673vw, -10px) scale(0.8841);
  -webkit-animation: fall-11 29s -25s linear infinite;
          animation: fall-11 29s -25s linear infinite;
}

@-webkit-keyframes fall-11 {
  60.562% {
    transform: translate(48.5602vw, 60.562vh) scale(0.8841);
  }

  to {
    transform: translate(47.1166vw, 100vh) scale(0.8841);
  }
}

@keyframes fall-11 {
  60.562% {
    transform: translate(48.5602vw, 60.562vh) scale(0.8841);
  }

  to {
    transform: translate(47.1166vw, 100vh) scale(0.8841);
  }
}

.snow:nth-child(12) {
  opacity: 0.6752;
  transform: translate(45.5705vw, -10px) scale(0.7022);
  -webkit-animation: fall-12 21s -17s linear infinite;
          animation: fall-12 21s -17s linear infinite;
}

@-webkit-keyframes fall-12 {
  71.624% {
    transform: translate(47.9668vw, 71.624vh) scale(0.7022);
  }

  to {
    transform: translate(46.76865vw, 100vh) scale(0.7022);
  }
}

@keyframes fall-12 {
  71.624% {
    transform: translate(47.9668vw, 71.624vh) scale(0.7022);
  }

  to {
    transform: translate(46.76865vw, 100vh) scale(0.7022);
  }
}

.snow:nth-child(13) {
  opacity: 0.0039;
  transform: translate(80.4175vw, -10px) scale(0.2506);
  -webkit-animation: fall-13 13s -7s linear infinite;
          animation: fall-13 13s -7s linear infinite;
}

@-webkit-keyframes fall-13 {
  50.27% {
    transform: translate(74.9935vw, 50.27vh) scale(0.2506);
  }

  to {
    transform: translate(77.7055vw, 100vh) scale(0.2506);
  }
}

@keyframes fall-13 {
  50.27% {
    transform: translate(74.9935vw, 50.27vh) scale(0.2506);
  }

  to {
    transform: translate(77.7055vw, 100vh) scale(0.2506);
  }
}

.snow:nth-child(14) {
  opacity: 0.5507;
  transform: translate(87.7198vw, -10px) scale(0.9621);
  -webkit-animation: fall-14 28s -13s linear infinite;
          animation: fall-14 28s -13s linear infinite;
}

@-webkit-keyframes fall-14 {
  35.617% {
    transform: translate(91.2635vw, 35.617vh) scale(0.9621);
  }

  to {
    transform: translate(89.49165vw, 100vh) scale(0.9621);
  }
}

@keyframes fall-14 {
  35.617% {
    transform: translate(91.2635vw, 35.617vh) scale(0.9621);
  }

  to {
    transform: translate(89.49165vw, 100vh) scale(0.9621);
  }
}

.snow:nth-child(15) {
  opacity: 0.8474;
  transform: translate(53.6146vw, -10px) scale(0.3179);
  -webkit-animation: fall-15 28s -12s linear infinite;
          animation: fall-15 28s -12s linear infinite;
}

@-webkit-keyframes fall-15 {
  47.718% {
    transform: translate(47.5818vw, 47.718vh) scale(0.3179);
  }

  to {
    transform: translate(50.5982vw, 100vh) scale(0.3179);
  }
}

@keyframes fall-15 {
  47.718% {
    transform: translate(47.5818vw, 47.718vh) scale(0.3179);
  }

  to {
    transform: translate(50.5982vw, 100vh) scale(0.3179);
  }
}

.snow:nth-child(16) {
  opacity: 0.3047;
  transform: translate(66.7266vw, -10px) scale(0.9808);
  -webkit-animation: fall-16 30s -23s linear infinite;
          animation: fall-16 30s -23s linear infinite;
}

@-webkit-keyframes fall-16 {
  42.36% {
    transform: translate(73.8687vw, 42.36vh) scale(0.9808);
  }

  to {
    transform: translate(70.29765vw, 100vh) scale(0.9808);
  }
}

@keyframes fall-16 {
  42.36% {
    transform: translate(73.8687vw, 42.36vh) scale(0.9808);
  }

  to {
    transform: translate(70.29765vw, 100vh) scale(0.9808);
  }
}

.snow:nth-child(17) {
  opacity: 0.3121;
  transform: translate(65.0054vw, -10px) scale(0.7358);
  -webkit-animation: fall-17 12s -24s linear infinite;
          animation: fall-17 12s -24s linear infinite;
}

@-webkit-keyframes fall-17 {
  70.89% {
    transform: translate(73.1726vw, 70.89vh) scale(0.7358);
  }

  to {
    transform: translate(69.089vw, 100vh) scale(0.7358);
  }
}

@keyframes fall-17 {
  70.89% {
    transform: translate(73.1726vw, 70.89vh) scale(0.7358);
  }

  to {
    transform: translate(69.089vw, 100vh) scale(0.7358);
  }
}

.snow:nth-child(18) {
  opacity: 0.2745;
  transform: translate(58.1713vw, -10px) scale(0.4301);
  -webkit-animation: fall-18 19s -21s linear infinite;
          animation: fall-18 19s -21s linear infinite;
}

@-webkit-keyframes fall-18 {
  58.896% {
    transform: translate(49.6634vw, 58.896vh) scale(0.4301);
  }

  to {
    transform: translate(53.91735vw, 100vh) scale(0.4301);
  }
}

@keyframes fall-18 {
  58.896% {
    transform: translate(49.6634vw, 58.896vh) scale(0.4301);
  }

  to {
    transform: translate(53.91735vw, 100vh) scale(0.4301);
  }
}

.snow:nth-child(19) {
  opacity: 0.4802;
  transform: translate(87.1991vw, -10px) scale(0.9728);
  -webkit-animation: fall-19 15s -30s linear infinite;
          animation: fall-19 15s -30s linear infinite;
}

@-webkit-keyframes fall-19 {
  48.371% {
    transform: translate(94.4679vw, 48.371vh) scale(0.9728);
  }

  to {
    transform: translate(90.8335vw, 100vh) scale(0.9728);
  }
}

@keyframes fall-19 {
  48.371% {
    transform: translate(94.4679vw, 48.371vh) scale(0.9728);
  }

  to {
    transform: translate(90.8335vw, 100vh) scale(0.9728);
  }
}

.snow:nth-child(20) {
  opacity: 0.5472;
  transform: translate(65.0301vw, -10px) scale(0.2974);
  -webkit-animation: fall-20 18s -18s linear infinite;
          animation: fall-20 18s -18s linear infinite;
}

@-webkit-keyframes fall-20 {
  71.675% {
    transform: translate(56.5283vw, 71.675vh) scale(0.2974);
  }

  to {
    transform: translate(60.7792vw, 100vh) scale(0.2974);
  }
}

@keyframes fall-20 {
  71.675% {
    transform: translate(56.5283vw, 71.675vh) scale(0.2974);
  }

  to {
    transform: translate(60.7792vw, 100vh) scale(0.2974);
  }
}

.snow:nth-child(21) {
  opacity: 0.2933;
  transform: translate(76.2484vw, -10px) scale(0.8821);
  -webkit-animation: fall-21 26s -6s linear infinite;
          animation: fall-21 26s -6s linear infinite;
}

@-webkit-keyframes fall-21 {
  63.849% {
    transform: translate(86.2044vw, 63.849vh) scale(0.8821);
  }

  to {
    transform: translate(81.2264vw, 100vh) scale(0.8821);
  }
}

@keyframes fall-21 {
  63.849% {
    transform: translate(86.2044vw, 63.849vh) scale(0.8821);
  }

  to {
    transform: translate(81.2264vw, 100vh) scale(0.8821);
  }
}

.snow:nth-child(22) {
  opacity: 0.1886;
  transform: translate(96.2379vw, -10px) scale(0.0019);
  -webkit-animation: fall-22 24s -16s linear infinite;
          animation: fall-22 24s -16s linear infinite;
}

@-webkit-keyframes fall-22 {
  55.705% {
    transform: translate(96.3653vw, 55.705vh) scale(0.0019);
  }

  to {
    transform: translate(96.3016vw, 100vh) scale(0.0019);
  }
}

@keyframes fall-22 {
  55.705% {
    transform: translate(96.3653vw, 55.705vh) scale(0.0019);
  }

  to {
    transform: translate(96.3016vw, 100vh) scale(0.0019);
  }
}

.snow:nth-child(23) {
  opacity: 0.3243;
  transform: translate(20.3451vw, -10px) scale(0.4862);
  -webkit-animation: fall-23 23s -15s linear infinite;
          animation: fall-23 23s -15s linear infinite;
}

@-webkit-keyframes fall-23 {
  42.906% {
    transform: translate(14.5616vw, 42.906vh) scale(0.4862);
  }

  to {
    transform: translate(17.45335vw, 100vh) scale(0.4862);
  }
}

@keyframes fall-23 {
  42.906% {
    transform: translate(14.5616vw, 42.906vh) scale(0.4862);
  }

  to {
    transform: translate(17.45335vw, 100vh) scale(0.4862);
  }
}

.snow:nth-child(24) {
  opacity: 0.3507;
  transform: translate(28.4663vw, -10px) scale(0.2163);
  -webkit-animation: fall-24 19s -5s linear infinite;
          animation: fall-24 19s -5s linear infinite;
}

@-webkit-keyframes fall-24 {
  64.474% {
    transform: translate(31.8019vw, 64.474vh) scale(0.2163);
  }

  to {
    transform: translate(30.1341vw, 100vh) scale(0.2163);
  }
}

@keyframes fall-24 {
  64.474% {
    transform: translate(31.8019vw, 64.474vh) scale(0.2163);
  }

  to {
    transform: translate(30.1341vw, 100vh) scale(0.2163);
  }
}

.snow:nth-child(25) {
  opacity: 0.7468;
  transform: translate(29.2871vw, -10px) scale(0.4254);
  -webkit-animation: fall-25 25s -6s linear infinite;
          animation: fall-25 25s -6s linear infinite;
}

@-webkit-keyframes fall-25 {
  59.535% {
    transform: translate(27.311vw, 59.535vh) scale(0.4254);
  }

  to {
    transform: translate(28.29905vw, 100vh) scale(0.4254);
  }
}

@keyframes fall-25 {
  59.535% {
    transform: translate(27.311vw, 59.535vh) scale(0.4254);
  }

  to {
    transform: translate(28.29905vw, 100vh) scale(0.4254);
  }
}

.snow:nth-child(26) {
  opacity: 0.6718;
  transform: translate(96.2974vw, -10px) scale(0.7233);
  -webkit-animation: fall-26 21s -9s linear infinite;
          animation: fall-26 21s -9s linear infinite;
}

@-webkit-keyframes fall-26 {
  36.164% {
    transform: translate(97.8249vw, 36.164vh) scale(0.7233);
  }

  to {
    transform: translate(97.06115vw, 100vh) scale(0.7233);
  }
}

@keyframes fall-26 {
  36.164% {
    transform: translate(97.8249vw, 36.164vh) scale(0.7233);
  }

  to {
    transform: translate(97.06115vw, 100vh) scale(0.7233);
  }
}

.snow:nth-child(27) {
  opacity: 0.0766;
  transform: translate(13.241vw, -10px) scale(0.1566);
  -webkit-animation: fall-27 19s -22s linear infinite;
          animation: fall-27 19s -22s linear infinite;
}

@-webkit-keyframes fall-27 {
  78.861% {
    transform: translate(21.5583vw, 78.861vh) scale(0.1566);
  }

  to {
    transform: translate(17.39965vw, 100vh) scale(0.1566);
  }
}

@keyframes fall-27 {
  78.861% {
    transform: translate(21.5583vw, 78.861vh) scale(0.1566);
  }

  to {
    transform: translate(17.39965vw, 100vh) scale(0.1566);
  }
}

.snow:nth-child(28) {
  opacity: 0.1735;
  transform: translate(4.9637vw, -10px) scale(0.6168);
  -webkit-animation: fall-28 27s -3s linear infinite;
          animation: fall-28 27s -3s linear infinite;
}

@-webkit-keyframes fall-28 {
  47.218% {
    transform: translate(0.7683vw, 47.218vh) scale(0.6168);
  }

  to {
    transform: translate(2.866vw, 100vh) scale(0.6168);
  }
}

@keyframes fall-28 {
  47.218% {
    transform: translate(0.7683vw, 47.218vh) scale(0.6168);
  }

  to {
    transform: translate(2.866vw, 100vh) scale(0.6168);
  }
}

.snow:nth-child(29) {
  opacity: 0.5055;
  transform: translate(2.9417vw, -10px) scale(0.1043);
  -webkit-animation: fall-29 25s -10s linear infinite;
          animation: fall-29 25s -10s linear infinite;
}

@-webkit-keyframes fall-29 {
  64.352% {
    transform: translate(11.1794vw, 64.352vh) scale(0.1043);
  }

  to {
    transform: translate(7.06055vw, 100vh) scale(0.1043);
  }
}

@keyframes fall-29 {
  64.352% {
    transform: translate(11.1794vw, 64.352vh) scale(0.1043);
  }

  to {
    transform: translate(7.06055vw, 100vh) scale(0.1043);
  }
}

.snow:nth-child(30) {
  opacity: 0.5935;
  transform: translate(2.5523vw, -10px) scale(0.142);
  -webkit-animation: fall-30 15s -12s linear infinite;
          animation: fall-30 15s -12s linear infinite;
}

@-webkit-keyframes fall-30 {
  42.404% {
    transform: translate(9.3417vw, 42.404vh) scale(0.142);
  }

  to {
    transform: translate(5.947vw, 100vh) scale(0.142);
  }
}

@keyframes fall-30 {
  42.404% {
    transform: translate(9.3417vw, 42.404vh) scale(0.142);
  }

  to {
    transform: translate(5.947vw, 100vh) scale(0.142);
  }
}

.snow:nth-child(31) {
  opacity: 0.9645;
  transform: translate(14.0391vw, -10px) scale(0.0341);
  -webkit-animation: fall-31 22s -24s linear infinite;
          animation: fall-31 22s -24s linear infinite;
}

@-webkit-keyframes fall-31 {
  37.579% {
    transform: translate(6.2895vw, 37.579vh) scale(0.0341);
  }

  to {
    transform: translate(10.1643vw, 100vh) scale(0.0341);
  }
}

@keyframes fall-31 {
  37.579% {
    transform: translate(6.2895vw, 37.579vh) scale(0.0341);
  }

  to {
    transform: translate(10.1643vw, 100vh) scale(0.0341);
  }
}

.snow:nth-child(32) {
  opacity: 0.84;
  transform: translate(38.2676vw, -10px) scale(0.7686);
  -webkit-animation: fall-32 21s -11s linear infinite;
          animation: fall-32 21s -11s linear infinite;
}

@-webkit-keyframes fall-32 {
  65.572% {
    transform: translate(37.9612vw, 65.572vh) scale(0.7686);
  }

  to {
    transform: translate(38.1144vw, 100vh) scale(0.7686);
  }
}

@keyframes fall-32 {
  65.572% {
    transform: translate(37.9612vw, 65.572vh) scale(0.7686);
  }

  to {
    transform: translate(38.1144vw, 100vh) scale(0.7686);
  }
}

.snow:nth-child(33) {
  opacity: 0.6693;
  transform: translate(83.2621vw, -10px) scale(0.5744);
  -webkit-animation: fall-33 17s -22s linear infinite;
          animation: fall-33 17s -22s linear infinite;
}

@-webkit-keyframes fall-33 {
  76.788% {
    transform: translate(92.3505vw, 76.788vh) scale(0.5744);
  }

  to {
    transform: translate(87.8063vw, 100vh) scale(0.5744);
  }
}

@keyframes fall-33 {
  76.788% {
    transform: translate(92.3505vw, 76.788vh) scale(0.5744);
  }

  to {
    transform: translate(87.8063vw, 100vh) scale(0.5744);
  }
}

.snow:nth-child(34) {
  opacity: 0.3204;
  transform: translate(3.957vw, -10px) scale(0.2513);
  -webkit-animation: fall-34 15s -22s linear infinite;
          animation: fall-34 15s -22s linear infinite;
}

@-webkit-keyframes fall-34 {
  75.625% {
    transform: translate(9.6794vw, 75.625vh) scale(0.2513);
  }

  to {
    transform: translate(6.8182vw, 100vh) scale(0.2513);
  }
}

@keyframes fall-34 {
  75.625% {
    transform: translate(9.6794vw, 75.625vh) scale(0.2513);
  }

  to {
    transform: translate(6.8182vw, 100vh) scale(0.2513);
  }
}

.snow:nth-child(35) {
  opacity: 0.5041;
  transform: translate(8.1187vw, -10px) scale(0.7858);
  -webkit-animation: fall-35 13s -9s linear infinite;
          animation: fall-35 13s -9s linear infinite;
}

@-webkit-keyframes fall-35 {
  71.291% {
    transform: translate(1.5711vw, 71.291vh) scale(0.7858);
  }

  to {
    transform: translate(4.8449vw, 100vh) scale(0.7858);
  }
}

@keyframes fall-35 {
  71.291% {
    transform: translate(1.5711vw, 71.291vh) scale(0.7858);
  }

  to {
    transform: translate(4.8449vw, 100vh) scale(0.7858);
  }
}

.snow:nth-child(36) {
  opacity: 0.2935;
  transform: translate(90.409vw, -10px) scale(0.9258);
  -webkit-animation: fall-36 11s -25s linear infinite;
          animation: fall-36 11s -25s linear infinite;
}

@-webkit-keyframes fall-36 {
  48.474% {
    transform: translate(96.2261vw, 48.474vh) scale(0.9258);
  }

  to {
    transform: translate(93.31755vw, 100vh) scale(0.9258);
  }
}

@keyframes fall-36 {
  48.474% {
    transform: translate(96.2261vw, 48.474vh) scale(0.9258);
  }

  to {
    transform: translate(93.31755vw, 100vh) scale(0.9258);
  }
}

.snow:nth-child(37) {
  opacity: 0.6212;
  transform: translate(90.4658vw, -10px) scale(0.2791);
  -webkit-animation: fall-37 29s -27s linear infinite;
          animation: fall-37 29s -27s linear infinite;
}

@-webkit-keyframes fall-37 {
  58.759% {
    transform: translate(82.144vw, 58.759vh) scale(0.2791);
  }

  to {
    transform: translate(86.3049vw, 100vh) scale(0.2791);
  }
}

@keyframes fall-37 {
  58.759% {
    transform: translate(82.144vw, 58.759vh) scale(0.2791);
  }

  to {
    transform: translate(86.3049vw, 100vh) scale(0.2791);
  }
}

.snow:nth-child(38) {
  opacity: 0.7921;
  transform: translate(17.3972vw, -10px) scale(0.6607);
  -webkit-animation: fall-38 13s -5s linear infinite;
          animation: fall-38 13s -5s linear infinite;
}

@-webkit-keyframes fall-38 {
  75.568% {
    transform: translate(22.8039vw, 75.568vh) scale(0.6607);
  }

  to {
    transform: translate(20.10055vw, 100vh) scale(0.6607);
  }
}

@keyframes fall-38 {
  75.568% {
    transform: translate(22.8039vw, 75.568vh) scale(0.6607);
  }

  to {
    transform: translate(20.10055vw, 100vh) scale(0.6607);
  }
}

.snow:nth-child(39) {
  opacity: 0.2638;
  transform: translate(43.2272vw, -10px) scale(0.6546);
  -webkit-animation: fall-39 29s -17s linear infinite;
          animation: fall-39 29s -17s linear infinite;
}

@-webkit-keyframes fall-39 {
  53.802% {
    transform: translate(41.8491vw, 53.802vh) scale(0.6546);
  }

  to {
    transform: translate(42.53815vw, 100vh) scale(0.6546);
  }
}

@keyframes fall-39 {
  53.802% {
    transform: translate(41.8491vw, 53.802vh) scale(0.6546);
  }

  to {
    transform: translate(42.53815vw, 100vh) scale(0.6546);
  }
}

.snow:nth-child(40) {
  opacity: 0.3984;
  transform: translate(9.5751vw, -10px) scale(0.7623);
  -webkit-animation: fall-40 24s -26s linear infinite;
          animation: fall-40 24s -26s linear infinite;
}

@-webkit-keyframes fall-40 {
  39.178% {
    transform: translate(14.8102vw, 39.178vh) scale(0.7623);
  }

  to {
    transform: translate(12.19265vw, 100vh) scale(0.7623);
  }
}

@keyframes fall-40 {
  39.178% {
    transform: translate(14.8102vw, 39.178vh) scale(0.7623);
  }

  to {
    transform: translate(12.19265vw, 100vh) scale(0.7623);
  }
}

.snow:nth-child(41) {
  opacity: 0.7694;
  transform: translate(38.5673vw, -10px) scale(0.7127);
  -webkit-animation: fall-41 23s -11s linear infinite;
          animation: fall-41 23s -11s linear infinite;
}

@-webkit-keyframes fall-41 {
  59.833% {
    transform: translate(30.9455vw, 59.833vh) scale(0.7127);
  }

  to {
    transform: translate(34.7564vw, 100vh) scale(0.7127);
  }
}

@keyframes fall-41 {
  59.833% {
    transform: translate(30.9455vw, 59.833vh) scale(0.7127);
  }

  to {
    transform: translate(34.7564vw, 100vh) scale(0.7127);
  }
}

.snow:nth-child(42) {
  opacity: 0.0828;
  transform: translate(18.6651vw, -10px) scale(0.2408);
  -webkit-animation: fall-42 10s -9s linear infinite;
          animation: fall-42 10s -9s linear infinite;
}

@-webkit-keyframes fall-42 {
  38.855% {
    transform: translate(24.8542vw, 38.855vh) scale(0.2408);
  }

  to {
    transform: translate(21.75965vw, 100vh) scale(0.2408);
  }
}

@keyframes fall-42 {
  38.855% {
    transform: translate(24.8542vw, 38.855vh) scale(0.2408);
  }

  to {
    transform: translate(21.75965vw, 100vh) scale(0.2408);
  }
}

.snow:nth-child(43) {
  opacity: 0.2721;
  transform: translate(65.6242vw, -10px) scale(0.2528);
  -webkit-animation: fall-43 18s -30s linear infinite;
          animation: fall-43 18s -30s linear infinite;
}

@-webkit-keyframes fall-43 {
  39.025% {
    transform: translate(60.5262vw, 39.025vh) scale(0.2528);
  }

  to {
    transform: translate(63.0752vw, 100vh) scale(0.2528);
  }
}

@keyframes fall-43 {
  39.025% {
    transform: translate(60.5262vw, 39.025vh) scale(0.2528);
  }

  to {
    transform: translate(63.0752vw, 100vh) scale(0.2528);
  }
}

.snow:nth-child(44) {
  opacity: 0.8124;
  transform: translate(22.2846vw, -10px) scale(0.8606);
  -webkit-animation: fall-44 17s -15s linear infinite;
          animation: fall-44 17s -15s linear infinite;
}

@-webkit-keyframes fall-44 {
  77.257% {
    transform: translate(28.1434vw, 77.257vh) scale(0.8606);
  }

  to {
    transform: translate(25.214vw, 100vh) scale(0.8606);
  }
}

@keyframes fall-44 {
  77.257% {
    transform: translate(28.1434vw, 77.257vh) scale(0.8606);
  }

  to {
    transform: translate(25.214vw, 100vh) scale(0.8606);
  }
}

.snow:nth-child(45) {
  opacity: 0.4488;
  transform: translate(97.4335vw, -10px) scale(0.3609);
  -webkit-animation: fall-45 19s -4s linear infinite;
          animation: fall-45 19s -4s linear infinite;
}

@-webkit-keyframes fall-45 {
  53.121% {
    transform: translate(92.8719vw, 53.121vh) scale(0.3609);
  }

  to {
    transform: translate(95.1527vw, 100vh) scale(0.3609);
  }
}

@keyframes fall-45 {
  53.121% {
    transform: translate(92.8719vw, 53.121vh) scale(0.3609);
  }

  to {
    transform: translate(95.1527vw, 100vh) scale(0.3609);
  }
}

.snow:nth-child(46) {
  opacity: 0.17;
  transform: translate(80.4984vw, -10px) scale(0.1143);
  -webkit-animation: fall-46 13s -7s linear infinite;
          animation: fall-46 13s -7s linear infinite;
}

@-webkit-keyframes fall-46 {
  77.342% {
    transform: translate(73.8852vw, 77.342vh) scale(0.1143);
  }

  to {
    transform: translate(77.1918vw, 100vh) scale(0.1143);
  }
}

@keyframes fall-46 {
  77.342% {
    transform: translate(73.8852vw, 77.342vh) scale(0.1143);
  }

  to {
    transform: translate(77.1918vw, 100vh) scale(0.1143);
  }
}

.snow:nth-child(47) {
  opacity: 0.2355;
  transform: translate(14.2039vw, -10px) scale(0.9137);
  -webkit-animation: fall-47 25s -24s linear infinite;
          animation: fall-47 25s -24s linear infinite;
}

@-webkit-keyframes fall-47 {
  35.928% {
    transform: translate(17.0126vw, 35.928vh) scale(0.9137);
  }

  to {
    transform: translate(15.60825vw, 100vh) scale(0.9137);
  }
}

@keyframes fall-47 {
  35.928% {
    transform: translate(17.0126vw, 35.928vh) scale(0.9137);
  }

  to {
    transform: translate(15.60825vw, 100vh) scale(0.9137);
  }
}

.snow:nth-child(48) {
  opacity: 0.9653;
  transform: translate(76.0043vw, -10px) scale(0.3742);
  -webkit-animation: fall-48 18s -4s linear infinite;
          animation: fall-48 18s -4s linear infinite;
}

@-webkit-keyframes fall-48 {
  74.859% {
    transform: translate(82.2942vw, 74.859vh) scale(0.3742);
  }

  to {
    transform: translate(79.14925vw, 100vh) scale(0.3742);
  }
}

@keyframes fall-48 {
  74.859% {
    transform: translate(82.2942vw, 74.859vh) scale(0.3742);
  }

  to {
    transform: translate(79.14925vw, 100vh) scale(0.3742);
  }
}

.snow:nth-child(49) {
  opacity: 0.5846;
  transform: translate(54.4964vw, -10px) scale(0.7406);
  -webkit-animation: fall-49 14s -10s linear infinite;
          animation: fall-49 14s -10s linear infinite;
}

@-webkit-keyframes fall-49 {
  60.267% {
    transform: translate(59.7879vw, 60.267vh) scale(0.7406);
  }

  to {
    transform: translate(57.14215vw, 100vh) scale(0.7406);
  }
}

@keyframes fall-49 {
  60.267% {
    transform: translate(59.7879vw, 60.267vh) scale(0.7406);
  }

  to {
    transform: translate(57.14215vw, 100vh) scale(0.7406);
  }
}

.snow:nth-child(50) {
  opacity: 0.5167;
  transform: translate(8.5864vw, -10px) scale(0.2453);
  -webkit-animation: fall-50 15s -28s linear infinite;
          animation: fall-50 15s -28s linear infinite;
}

@-webkit-keyframes fall-50 {
  48.302% {
    transform: translate(17.2887vw, 48.302vh) scale(0.2453);
  }

  to {
    transform: translate(12.93755vw, 100vh) scale(0.2453);
  }
}

@keyframes fall-50 {
  48.302% {
    transform: translate(17.2887vw, 48.302vh) scale(0.2453);
  }

  to {
    transform: translate(12.93755vw, 100vh) scale(0.2453);
  }
}

.snow:nth-child(51) {
  opacity: 0.2708;
  transform: translate(65.7617vw, -10px) scale(0.722);
  -webkit-animation: fall-51 15s -25s linear infinite;
          animation: fall-51 15s -25s linear infinite;
}

@-webkit-keyframes fall-51 {
  54.527% {
    transform: translate(60.6935vw, 54.527vh) scale(0.722);
  }

  to {
    transform: translate(63.2276vw, 100vh) scale(0.722);
  }
}

@keyframes fall-51 {
  54.527% {
    transform: translate(60.6935vw, 54.527vh) scale(0.722);
  }

  to {
    transform: translate(63.2276vw, 100vh) scale(0.722);
  }
}

.snow:nth-child(52) {
  opacity: 0.8413;
  transform: translate(8.4607vw, -10px) scale(0.7504);
  -webkit-animation: fall-52 10s -7s linear infinite;
          animation: fall-52 10s -7s linear infinite;
}

@-webkit-keyframes fall-52 {
  30.406% {
    transform: translate(5.9134vw, 30.406vh) scale(0.7504);
  }

  to {
    transform: translate(7.18705vw, 100vh) scale(0.7504);
  }
}

@keyframes fall-52 {
  30.406% {
    transform: translate(5.9134vw, 30.406vh) scale(0.7504);
  }

  to {
    transform: translate(7.18705vw, 100vh) scale(0.7504);
  }
}

.snow:nth-child(53) {
  opacity: 0.2913;
  transform: translate(35.8718vw, -10px) scale(0.0265);
  -webkit-animation: fall-53 22s -3s linear infinite;
          animation: fall-53 22s -3s linear infinite;
}

@-webkit-keyframes fall-53 {
  66.458% {
    transform: translate(34.1776vw, 66.458vh) scale(0.0265);
  }

  to {
    transform: translate(35.0247vw, 100vh) scale(0.0265);
  }
}

@keyframes fall-53 {
  66.458% {
    transform: translate(34.1776vw, 66.458vh) scale(0.0265);
  }

  to {
    transform: translate(35.0247vw, 100vh) scale(0.0265);
  }
}

.snow:nth-child(54) {
  opacity: 0.7191;
  transform: translate(67.9864vw, -10px) scale(0.2057);
  -webkit-animation: fall-54 29s -15s linear infinite;
          animation: fall-54 29s -15s linear infinite;
}

@-webkit-keyframes fall-54 {
  52.126% {
    transform: translate(63.8398vw, 52.126vh) scale(0.2057);
  }

  to {
    transform: translate(65.9131vw, 100vh) scale(0.2057);
  }
}

@keyframes fall-54 {
  52.126% {
    transform: translate(63.8398vw, 52.126vh) scale(0.2057);
  }

  to {
    transform: translate(65.9131vw, 100vh) scale(0.2057);
  }
}

.snow:nth-child(55) {
  opacity: 0.9883;
  transform: translate(1.2765vw, -10px) scale(0.4501);
  -webkit-animation: fall-55 25s -14s linear infinite;
          animation: fall-55 25s -14s linear infinite;
}

@-webkit-keyframes fall-55 {
  51.561% {
    transform: translate(2.0667vw, 51.561vh) scale(0.4501);
  }

  to {
    transform: translate(1.6716vw, 100vh) scale(0.4501);
  }
}

@keyframes fall-55 {
  51.561% {
    transform: translate(2.0667vw, 51.561vh) scale(0.4501);
  }

  to {
    transform: translate(1.6716vw, 100vh) scale(0.4501);
  }
}

.snow:nth-child(56) {
  opacity: 0.921;
  transform: translate(54.7426vw, -10px) scale(0.8164);
  -webkit-animation: fall-56 25s -13s linear infinite;
          animation: fall-56 25s -13s linear infinite;
}

@-webkit-keyframes fall-56 {
  50.463% {
    transform: translate(58.3595vw, 50.463vh) scale(0.8164);
  }

  to {
    transform: translate(56.55105vw, 100vh) scale(0.8164);
  }
}

@keyframes fall-56 {
  50.463% {
    transform: translate(58.3595vw, 50.463vh) scale(0.8164);
  }

  to {
    transform: translate(56.55105vw, 100vh) scale(0.8164);
  }
}

.snow:nth-child(57) {
  opacity: 0.3765;
  transform: translate(17.0915vw, -10px) scale(0.7833);
  -webkit-animation: fall-57 13s -11s linear infinite;
          animation: fall-57 13s -11s linear infinite;
}

@-webkit-keyframes fall-57 {
  46.225% {
    transform: translate(17.6777vw, 46.225vh) scale(0.7833);
  }

  to {
    transform: translate(17.3846vw, 100vh) scale(0.7833);
  }
}

@keyframes fall-57 {
  46.225% {
    transform: translate(17.6777vw, 46.225vh) scale(0.7833);
  }

  to {
    transform: translate(17.3846vw, 100vh) scale(0.7833);
  }
}

.snow:nth-child(58) {
  opacity: 0.6746;
  transform: translate(9.4676vw, -10px) scale(0.2602);
  -webkit-animation: fall-58 25s -7s linear infinite;
          animation: fall-58 25s -7s linear infinite;
}

@-webkit-keyframes fall-58 {
  36.943% {
    transform: translate(-0.0454vw, 36.943vh) scale(0.2602);
  }

  to {
    transform: translate(4.7111vw, 100vh) scale(0.2602);
  }
}

@keyframes fall-58 {
  36.943% {
    transform: translate(-0.0454vw, 36.943vh) scale(0.2602);
  }

  to {
    transform: translate(4.7111vw, 100vh) scale(0.2602);
  }
}

.snow:nth-child(59) {
  opacity: 0.7455;
  transform: translate(12.3884vw, -10px) scale(0.9519);
  -webkit-animation: fall-59 10s -9s linear infinite;
          animation: fall-59 10s -9s linear infinite;
}

@-webkit-keyframes fall-59 {
  76.944% {
    transform: translate(4.5213vw, 76.944vh) scale(0.9519);
  }

  to {
    transform: translate(8.45485vw, 100vh) scale(0.9519);
  }
}

@keyframes fall-59 {
  76.944% {
    transform: translate(4.5213vw, 76.944vh) scale(0.9519);
  }

  to {
    transform: translate(8.45485vw, 100vh) scale(0.9519);
  }
}

.snow:nth-child(60) {
  opacity: 0.4542;
  transform: translate(34.3703vw, -10px) scale(0.4811);
  -webkit-animation: fall-60 12s -9s linear infinite;
          animation: fall-60 12s -9s linear infinite;
}

@-webkit-keyframes fall-60 {
  55.693% {
    transform: translate(40.7146vw, 55.693vh) scale(0.4811);
  }

  to {
    transform: translate(37.54245vw, 100vh) scale(0.4811);
  }
}

@keyframes fall-60 {
  55.693% {
    transform: translate(40.7146vw, 55.693vh) scale(0.4811);
  }

  to {
    transform: translate(37.54245vw, 100vh) scale(0.4811);
  }
}

.snow:nth-child(61) {
  opacity: 0.385;
  transform: translate(98.8132vw, -10px) scale(0.3066);
  -webkit-animation: fall-61 30s -26s linear infinite;
          animation: fall-61 30s -26s linear infinite;
}

@-webkit-keyframes fall-61 {
  35.243% {
    transform: translate(95.4739vw, 35.243vh) scale(0.3066);
  }

  to {
    transform: translate(97.14355vw, 100vh) scale(0.3066);
  }
}

@keyframes fall-61 {
  35.243% {
    transform: translate(95.4739vw, 35.243vh) scale(0.3066);
  }

  to {
    transform: translate(97.14355vw, 100vh) scale(0.3066);
  }
}

.snow:nth-child(62) {
  opacity: 0.387;
  transform: translate(27.565vw, -10px) scale(0.5905);
  -webkit-animation: fall-62 29s -13s linear infinite;
          animation: fall-62 29s -13s linear infinite;
}

@-webkit-keyframes fall-62 {
  66.879% {
    transform: translate(27.312vw, 66.879vh) scale(0.5905);
  }

  to {
    transform: translate(27.4385vw, 100vh) scale(0.5905);
  }
}

@keyframes fall-62 {
  66.879% {
    transform: translate(27.312vw, 66.879vh) scale(0.5905);
  }

  to {
    transform: translate(27.4385vw, 100vh) scale(0.5905);
  }
}

.snow:nth-child(63) {
  opacity: 0.7663;
  transform: translate(30.5958vw, -10px) scale(0.5626);
  -webkit-animation: fall-63 17s -17s linear infinite;
          animation: fall-63 17s -17s linear infinite;
}

@-webkit-keyframes fall-63 {
  54.976% {
    transform: translate(40.1293vw, 54.976vh) scale(0.5626);
  }

  to {
    transform: translate(35.36255vw, 100vh) scale(0.5626);
  }
}

@keyframes fall-63 {
  54.976% {
    transform: translate(40.1293vw, 54.976vh) scale(0.5626);
  }

  to {
    transform: translate(35.36255vw, 100vh) scale(0.5626);
  }
}

.snow:nth-child(64) {
  opacity: 0.3905;
  transform: translate(33.3564vw, -10px) scale(0.6824);
  -webkit-animation: fall-64 23s -7s linear infinite;
          animation: fall-64 23s -7s linear infinite;
}

@-webkit-keyframes fall-64 {
  35.117% {
    transform: translate(23.5245vw, 35.117vh) scale(0.6824);
  }

  to {
    transform: translate(28.44045vw, 100vh) scale(0.6824);
  }
}

@keyframes fall-64 {
  35.117% {
    transform: translate(23.5245vw, 35.117vh) scale(0.6824);
  }

  to {
    transform: translate(28.44045vw, 100vh) scale(0.6824);
  }
}

.snow:nth-child(65) {
  opacity: 0.6085;
  transform: translate(56.3741vw, -10px) scale(0.3154);
  -webkit-animation: fall-65 10s -19s linear infinite;
          animation: fall-65 10s -19s linear infinite;
}

@-webkit-keyframes fall-65 {
  57.345% {
    transform: translate(49.5984vw, 57.345vh) scale(0.3154);
  }

  to {
    transform: translate(52.98625vw, 100vh) scale(0.3154);
  }
}

@keyframes fall-65 {
  57.345% {
    transform: translate(49.5984vw, 57.345vh) scale(0.3154);
  }

  to {
    transform: translate(52.98625vw, 100vh) scale(0.3154);
  }
}

.snow:nth-child(66) {
  opacity: 0.9616;
  transform: translate(34.499vw, -10px) scale(0.7566);
  -webkit-animation: fall-66 18s -9s linear infinite;
          animation: fall-66 18s -9s linear infinite;
}

@-webkit-keyframes fall-66 {
  61.97% {
    transform: translate(29.0816vw, 61.97vh) scale(0.7566);
  }

  to {
    transform: translate(31.7903vw, 100vh) scale(0.7566);
  }
}

@keyframes fall-66 {
  61.97% {
    transform: translate(29.0816vw, 61.97vh) scale(0.7566);
  }

  to {
    transform: translate(31.7903vw, 100vh) scale(0.7566);
  }
}

.snow:nth-child(67) {
  opacity: 0.5748;
  transform: translate(39.2258vw, -10px) scale(0.1586);
  -webkit-animation: fall-67 15s -15s linear infinite;
          animation: fall-67 15s -15s linear infinite;
}

@-webkit-keyframes fall-67 {
  40.151% {
    transform: translate(47.5993vw, 40.151vh) scale(0.1586);
  }

  to {
    transform: translate(43.41255vw, 100vh) scale(0.1586);
  }
}

@keyframes fall-67 {
  40.151% {
    transform: translate(47.5993vw, 40.151vh) scale(0.1586);
  }

  to {
    transform: translate(43.41255vw, 100vh) scale(0.1586);
  }
}

.snow:nth-child(68) {
  opacity: 0.3558;
  transform: translate(13.8546vw, -10px) scale(0.0685);
  -webkit-animation: fall-68 30s -5s linear infinite;
          animation: fall-68 30s -5s linear infinite;
}

@-webkit-keyframes fall-68 {
  39.3% {
    transform: translate(4.8741vw, 39.3vh) scale(0.0685);
  }

  to {
    transform: translate(9.36435vw, 100vh) scale(0.0685);
  }
}

@keyframes fall-68 {
  39.3% {
    transform: translate(4.8741vw, 39.3vh) scale(0.0685);
  }

  to {
    transform: translate(9.36435vw, 100vh) scale(0.0685);
  }
}

.snow:nth-child(69) {
  opacity: 0.7497;
  transform: translate(42.8145vw, -10px) scale(0.9911);
  -webkit-animation: fall-69 21s -19s linear infinite;
          animation: fall-69 21s -19s linear infinite;
}

@-webkit-keyframes fall-69 {
  35.893% {
    transform: translate(41.2499vw, 35.893vh) scale(0.9911);
  }

  to {
    transform: translate(42.0322vw, 100vh) scale(0.9911);
  }
}

@keyframes fall-69 {
  35.893% {
    transform: translate(41.2499vw, 35.893vh) scale(0.9911);
  }

  to {
    transform: translate(42.0322vw, 100vh) scale(0.9911);
  }
}

.snow:nth-child(70) {
  opacity: 0.774;
  transform: translate(52.2866vw, -10px) scale(0.0074);
  -webkit-animation: fall-70 12s -24s linear infinite;
          animation: fall-70 12s -24s linear infinite;
}

@-webkit-keyframes fall-70 {
  64.982% {
    transform: translate(48.8628vw, 64.982vh) scale(0.0074);
  }

  to {
    transform: translate(50.5747vw, 100vh) scale(0.0074);
  }
}

@keyframes fall-70 {
  64.982% {
    transform: translate(48.8628vw, 64.982vh) scale(0.0074);
  }

  to {
    transform: translate(50.5747vw, 100vh) scale(0.0074);
  }
}

.snow:nth-child(71) {
  opacity: 0.9191;
  transform: translate(59.0086vw, -10px) scale(0.8268);
  -webkit-animation: fall-71 10s -22s linear infinite;
          animation: fall-71 10s -22s linear infinite;
}

@-webkit-keyframes fall-71 {
  35.333% {
    transform: translate(68.6645vw, 35.333vh) scale(0.8268);
  }

  to {
    transform: translate(63.83655vw, 100vh) scale(0.8268);
  }
}

@keyframes fall-71 {
  35.333% {
    transform: translate(68.6645vw, 35.333vh) scale(0.8268);
  }

  to {
    transform: translate(63.83655vw, 100vh) scale(0.8268);
  }
}

.snow:nth-child(72) {
  opacity: 0.2896;
  transform: translate(42.2002vw, -10px) scale(0.4063);
  -webkit-animation: fall-72 13s -20s linear infinite;
          animation: fall-72 13s -20s linear infinite;
}

@-webkit-keyframes fall-72 {
  68.645% {
    transform: translate(43.9536vw, 68.645vh) scale(0.4063);
  }

  to {
    transform: translate(43.0769vw, 100vh) scale(0.4063);
  }
}

@keyframes fall-72 {
  68.645% {
    transform: translate(43.9536vw, 68.645vh) scale(0.4063);
  }

  to {
    transform: translate(43.0769vw, 100vh) scale(0.4063);
  }
}

.snow:nth-child(73) {
  opacity: 0.4914;
  transform: translate(77.5168vw, -10px) scale(0.4176);
  -webkit-animation: fall-73 26s -8s linear infinite;
          animation: fall-73 26s -8s linear infinite;
}

@-webkit-keyframes fall-73 {
  47.095% {
    transform: translate(76.5663vw, 47.095vh) scale(0.4176);
  }

  to {
    transform: translate(77.04155vw, 100vh) scale(0.4176);
  }
}

@keyframes fall-73 {
  47.095% {
    transform: translate(76.5663vw, 47.095vh) scale(0.4176);
  }

  to {
    transform: translate(77.04155vw, 100vh) scale(0.4176);
  }
}

.snow:nth-child(74) {
  opacity: 0.8286;
  transform: translate(32.856vw, -10px) scale(0.1898);
  -webkit-animation: fall-74 24s -19s linear infinite;
          animation: fall-74 24s -19s linear infinite;
}

@-webkit-keyframes fall-74 {
  61.99% {
    transform: translate(36.1246vw, 61.99vh) scale(0.1898);
  }

  to {
    transform: translate(34.4903vw, 100vh) scale(0.1898);
  }
}

@keyframes fall-74 {
  61.99% {
    transform: translate(36.1246vw, 61.99vh) scale(0.1898);
  }

  to {
    transform: translate(34.4903vw, 100vh) scale(0.1898);
  }
}

.snow:nth-child(75) {
  opacity: 0.203;
  transform: translate(81.2862vw, -10px) scale(0.9962);
  -webkit-animation: fall-75 18s -15s linear infinite;
          animation: fall-75 18s -15s linear infinite;
}

@-webkit-keyframes fall-75 {
  45.587% {
    transform: translate(76.5621vw, 45.587vh) scale(0.9962);
  }

  to {
    transform: translate(78.92415vw, 100vh) scale(0.9962);
  }
}

@keyframes fall-75 {
  45.587% {
    transform: translate(76.5621vw, 45.587vh) scale(0.9962);
  }

  to {
    transform: translate(78.92415vw, 100vh) scale(0.9962);
  }
}

.snow:nth-child(76) {
  opacity: 0.9159;
  transform: translate(39.1345vw, -10px) scale(0.1329);
  -webkit-animation: fall-76 30s -9s linear infinite;
          animation: fall-76 30s -9s linear infinite;
}

@-webkit-keyframes fall-76 {
  65.894% {
    transform: translate(46.6515vw, 65.894vh) scale(0.1329);
  }

  to {
    transform: translate(42.893vw, 100vh) scale(0.1329);
  }
}

@keyframes fall-76 {
  65.894% {
    transform: translate(46.6515vw, 65.894vh) scale(0.1329);
  }

  to {
    transform: translate(42.893vw, 100vh) scale(0.1329);
  }
}

.snow:nth-child(77) {
  opacity: 0.5551;
  transform: translate(67.7428vw, -10px) scale(0.5763);
  -webkit-animation: fall-77 23s -4s linear infinite;
          animation: fall-77 23s -4s linear infinite;
}

@-webkit-keyframes fall-77 {
  68.456% {
    transform: translate(57.8338vw, 68.456vh) scale(0.5763);
  }

  to {
    transform: translate(62.7883vw, 100vh) scale(0.5763);
  }
}

@keyframes fall-77 {
  68.456% {
    transform: translate(57.8338vw, 68.456vh) scale(0.5763);
  }

  to {
    transform: translate(62.7883vw, 100vh) scale(0.5763);
  }
}

.snow:nth-child(78) {
  opacity: 0.0114;
  transform: translate(81.3896vw, -10px) scale(0.248);
  -webkit-animation: fall-78 10s -24s linear infinite;
          animation: fall-78 10s -24s linear infinite;
}

@-webkit-keyframes fall-78 {
  57.782% {
    transform: translate(82.0344vw, 57.782vh) scale(0.248);
  }

  to {
    transform: translate(81.712vw, 100vh) scale(0.248);
  }
}

@keyframes fall-78 {
  57.782% {
    transform: translate(82.0344vw, 57.782vh) scale(0.248);
  }

  to {
    transform: translate(81.712vw, 100vh) scale(0.248);
  }
}

.snow:nth-child(79) {
  opacity: 0.4699;
  transform: translate(7.3474vw, -10px) scale(0.0062);
  -webkit-animation: fall-79 16s -12s linear infinite;
          animation: fall-79 16s -12s linear infinite;
}

@-webkit-keyframes fall-79 {
  52.263% {
    transform: translate(3.7567vw, 52.263vh) scale(0.0062);
  }

  to {
    transform: translate(5.55205vw, 100vh) scale(0.0062);
  }
}

@keyframes fall-79 {
  52.263% {
    transform: translate(3.7567vw, 52.263vh) scale(0.0062);
  }

  to {
    transform: translate(5.55205vw, 100vh) scale(0.0062);
  }
}

.snow:nth-child(80) {
  opacity: 0.5053;
  transform: translate(60.265vw, -10px) scale(0.2439);
  -webkit-animation: fall-80 25s -8s linear infinite;
          animation: fall-80 25s -8s linear infinite;
}

@-webkit-keyframes fall-80 {
  47.938% {
    transform: translate(62.7841vw, 47.938vh) scale(0.2439);
  }

  to {
    transform: translate(61.52455vw, 100vh) scale(0.2439);
  }
}

@keyframes fall-80 {
  47.938% {
    transform: translate(62.7841vw, 47.938vh) scale(0.2439);
  }

  to {
    transform: translate(61.52455vw, 100vh) scale(0.2439);
  }
}

.snow:nth-child(81) {
  opacity: 0.4292;
  transform: translate(87.5228vw, -10px) scale(0.531);
  -webkit-animation: fall-81 13s -22s linear infinite;
          animation: fall-81 13s -22s linear infinite;
}

@-webkit-keyframes fall-81 {
  53.484% {
    transform: translate(89.8017vw, 53.484vh) scale(0.531);
  }

  to {
    transform: translate(88.66225vw, 100vh) scale(0.531);
  }
}

@keyframes fall-81 {
  53.484% {
    transform: translate(89.8017vw, 53.484vh) scale(0.531);
  }

  to {
    transform: translate(88.66225vw, 100vh) scale(0.531);
  }
}

.snow:nth-child(82) {
  opacity: 0.3115;
  transform: translate(44.2062vw, -10px) scale(0.0168);
  -webkit-animation: fall-82 23s -7s linear infinite;
          animation: fall-82 23s -7s linear infinite;
}

@-webkit-keyframes fall-82 {
  62.196% {
    transform: translate(35.5056vw, 62.196vh) scale(0.0168);
  }

  to {
    transform: translate(39.8559vw, 100vh) scale(0.0168);
  }
}

@keyframes fall-82 {
  62.196% {
    transform: translate(35.5056vw, 62.196vh) scale(0.0168);
  }

  to {
    transform: translate(39.8559vw, 100vh) scale(0.0168);
  }
}

.snow:nth-child(83) {
  opacity: 0.3918;
  transform: translate(21.3851vw, -10px) scale(0.2857);
  -webkit-animation: fall-83 18s -20s linear infinite;
          animation: fall-83 18s -20s linear infinite;
}

@-webkit-keyframes fall-83 {
  71.382% {
    transform: translate(28.1325vw, 71.382vh) scale(0.2857);
  }

  to {
    transform: translate(24.7588vw, 100vh) scale(0.2857);
  }
}

@keyframes fall-83 {
  71.382% {
    transform: translate(28.1325vw, 71.382vh) scale(0.2857);
  }

  to {
    transform: translate(24.7588vw, 100vh) scale(0.2857);
  }
}

.snow:nth-child(84) {
  opacity: 0.6816;
  transform: translate(95.7382vw, -10px) scale(0.564);
  -webkit-animation: fall-84 27s -7s linear infinite;
          animation: fall-84 27s -7s linear infinite;
}

@-webkit-keyframes fall-84 {
  43.168% {
    transform: translate(98.1749vw, 43.168vh) scale(0.564);
  }

  to {
    transform: translate(96.95655vw, 100vh) scale(0.564);
  }
}

@keyframes fall-84 {
  43.168% {
    transform: translate(98.1749vw, 43.168vh) scale(0.564);
  }

  to {
    transform: translate(96.95655vw, 100vh) scale(0.564);
  }
}

.snow:nth-child(85) {
  opacity: 0.9528;
  transform: translate(1.3055vw, -10px) scale(0.0717);
  -webkit-animation: fall-85 18s -9s linear infinite;
          animation: fall-85 18s -9s linear infinite;
}

@-webkit-keyframes fall-85 {
  64.901% {
    transform: translate(1.0823vw, 64.901vh) scale(0.0717);
  }

  to {
    transform: translate(1.1939vw, 100vh) scale(0.0717);
  }
}

@keyframes fall-85 {
  64.901% {
    transform: translate(1.0823vw, 64.901vh) scale(0.0717);
  }

  to {
    transform: translate(1.1939vw, 100vh) scale(0.0717);
  }
}

.snow:nth-child(86) {
  opacity: 0.1189;
  transform: translate(12.9988vw, -10px) scale(0.5403);
  -webkit-animation: fall-86 24s -11s linear infinite;
          animation: fall-86 24s -11s linear infinite;
}

@-webkit-keyframes fall-86 {
  72.792% {
    transform: translate(17.5348vw, 72.792vh) scale(0.5403);
  }

  to {
    transform: translate(15.2668vw, 100vh) scale(0.5403);
  }
}

@keyframes fall-86 {
  72.792% {
    transform: translate(17.5348vw, 72.792vh) scale(0.5403);
  }

  to {
    transform: translate(15.2668vw, 100vh) scale(0.5403);
  }
}

.snow:nth-child(87) {
  opacity: 0.0642;
  transform: translate(7.4507vw, -10px) scale(0.9146);
  -webkit-animation: fall-87 11s -4s linear infinite;
          animation: fall-87 11s -4s linear infinite;
}

@-webkit-keyframes fall-87 {
  50.836% {
    transform: translate(14.7693vw, 50.836vh) scale(0.9146);
  }

  to {
    transform: translate(11.11vw, 100vh) scale(0.9146);
  }
}

@keyframes fall-87 {
  50.836% {
    transform: translate(14.7693vw, 50.836vh) scale(0.9146);
  }

  to {
    transform: translate(11.11vw, 100vh) scale(0.9146);
  }
}

.snow:nth-child(88) {
  opacity: 0.6693;
  transform: translate(93.7577vw, -10px) scale(0.6978);
  -webkit-animation: fall-88 29s -12s linear infinite;
          animation: fall-88 29s -12s linear infinite;
}

@-webkit-keyframes fall-88 {
  63.459% {
    transform: translate(103.392vw, 63.459vh) scale(0.6978);
  }

  to {
    transform: translate(98.57485vw, 100vh) scale(0.6978);
  }
}

@keyframes fall-88 {
  63.459% {
    transform: translate(103.392vw, 63.459vh) scale(0.6978);
  }

  to {
    transform: translate(98.57485vw, 100vh) scale(0.6978);
  }
}

.snow:nth-child(89) {
  opacity: 0.7069;
  transform: translate(91.4806vw, -10px) scale(0.3966);
  -webkit-animation: fall-89 14s -13s linear infinite;
          animation: fall-89 14s -13s linear infinite;
}

@-webkit-keyframes fall-89 {
  42.282% {
    transform: translate(85.9289vw, 42.282vh) scale(0.3966);
  }

  to {
    transform: translate(88.70475vw, 100vh) scale(0.3966);
  }
}

@keyframes fall-89 {
  42.282% {
    transform: translate(85.9289vw, 42.282vh) scale(0.3966);
  }

  to {
    transform: translate(88.70475vw, 100vh) scale(0.3966);
  }
}

.snow:nth-child(90) {
  opacity: 0.8571;
  transform: translate(39.499vw, -10px) scale(0.1466);
  -webkit-animation: fall-90 18s -29s linear infinite;
          animation: fall-90 18s -29s linear infinite;
}

@-webkit-keyframes fall-90 {
  62.766% {
    transform: translate(48.2094vw, 62.766vh) scale(0.1466);
  }

  to {
    transform: translate(43.8542vw, 100vh) scale(0.1466);
  }
}

@keyframes fall-90 {
  62.766% {
    transform: translate(48.2094vw, 62.766vh) scale(0.1466);
  }

  to {
    transform: translate(43.8542vw, 100vh) scale(0.1466);
  }
}

.snow:nth-child(91) {
  opacity: 0.5411;
  transform: translate(79.703vw, -10px) scale(0.6005);
  -webkit-animation: fall-91 21s -11s linear infinite;
          animation: fall-91 21s -11s linear infinite;
}

@-webkit-keyframes fall-91 {
  67.074% {
    transform: translate(84.1963vw, 67.074vh) scale(0.6005);
  }

  to {
    transform: translate(81.94965vw, 100vh) scale(0.6005);
  }
}

@keyframes fall-91 {
  67.074% {
    transform: translate(84.1963vw, 67.074vh) scale(0.6005);
  }

  to {
    transform: translate(81.94965vw, 100vh) scale(0.6005);
  }
}

.snow:nth-child(92) {
  opacity: 0.1973;
  transform: translate(17.4201vw, -10px) scale(0.5886);
  -webkit-animation: fall-92 12s -2s linear infinite;
          animation: fall-92 12s -2s linear infinite;
}

@-webkit-keyframes fall-92 {
  47.357% {
    transform: translate(11.8667vw, 47.357vh) scale(0.5886);
  }

  to {
    transform: translate(14.6434vw, 100vh) scale(0.5886);
  }
}

@keyframes fall-92 {
  47.357% {
    transform: translate(11.8667vw, 47.357vh) scale(0.5886);
  }

  to {
    transform: translate(14.6434vw, 100vh) scale(0.5886);
  }
}

.snow:nth-child(93) {
  opacity: 0.1357;
  transform: translate(79.9601vw, -10px) scale(0.13);
  -webkit-animation: fall-93 20s -29s linear infinite;
          animation: fall-93 20s -29s linear infinite;
}

@-webkit-keyframes fall-93 {
  41.819% {
    transform: translate(79.889vw, 41.819vh) scale(0.13);
  }

  to {
    transform: translate(79.92455vw, 100vh) scale(0.13);
  }
}

@keyframes fall-93 {
  41.819% {
    transform: translate(79.889vw, 41.819vh) scale(0.13);
  }

  to {
    transform: translate(79.92455vw, 100vh) scale(0.13);
  }
}

.snow:nth-child(94) {
  opacity: 0.3548;
  transform: translate(90.5812vw, -10px) scale(0.6689);
  -webkit-animation: fall-94 14s -21s linear infinite;
          animation: fall-94 14s -21s linear infinite;
}

@-webkit-keyframes fall-94 {
  56.508% {
    transform: translate(89.975vw, 56.508vh) scale(0.6689);
  }

  to {
    transform: translate(90.2781vw, 100vh) scale(0.6689);
  }
}

@keyframes fall-94 {
  56.508% {
    transform: translate(89.975vw, 56.508vh) scale(0.6689);
  }

  to {
    transform: translate(90.2781vw, 100vh) scale(0.6689);
  }
}

.snow:nth-child(95) {
  opacity: 0.6931;
  transform: translate(9.9106vw, -10px) scale(0.5694);
  -webkit-animation: fall-95 12s -6s linear infinite;
          animation: fall-95 12s -6s linear infinite;
}

@-webkit-keyframes fall-95 {
  56.78% {
    transform: translate(13.1374vw, 56.78vh) scale(0.5694);
  }

  to {
    transform: translate(11.524vw, 100vh) scale(0.5694);
  }
}

@keyframes fall-95 {
  56.78% {
    transform: translate(13.1374vw, 56.78vh) scale(0.5694);
  }

  to {
    transform: translate(11.524vw, 100vh) scale(0.5694);
  }
}

.snow:nth-child(96) {
  opacity: 0.3442;
  transform: translate(61.5271vw, -10px) scale(0.2812);
  -webkit-animation: fall-96 29s -20s linear infinite;
          animation: fall-96 29s -20s linear infinite;
}

@-webkit-keyframes fall-96 {
  34.469% {
    transform: translate(59.8878vw, 34.469vh) scale(0.2812);
  }

  to {
    transform: translate(60.70745vw, 100vh) scale(0.2812);
  }
}

@keyframes fall-96 {
  34.469% {
    transform: translate(59.8878vw, 34.469vh) scale(0.2812);
  }

  to {
    transform: translate(60.70745vw, 100vh) scale(0.2812);
  }
}

.snow:nth-child(97) {
  opacity: 0.6208;
  transform: translate(19.7941vw, -10px) scale(0.3944);
  -webkit-animation: fall-97 18s -7s linear infinite;
          animation: fall-97 18s -7s linear infinite;
}

@-webkit-keyframes fall-97 {
  76.847% {
    transform: translate(19.9883vw, 76.847vh) scale(0.3944);
  }

  to {
    transform: translate(19.8912vw, 100vh) scale(0.3944);
  }
}

@keyframes fall-97 {
  76.847% {
    transform: translate(19.9883vw, 76.847vh) scale(0.3944);
  }

  to {
    transform: translate(19.8912vw, 100vh) scale(0.3944);
  }
}

.snow:nth-child(98) {
  opacity: 0.2046;
  transform: translate(98.2592vw, -10px) scale(0.4695);
  -webkit-animation: fall-98 30s -22s linear infinite;
          animation: fall-98 30s -22s linear infinite;
}

@-webkit-keyframes fall-98 {
  35.312% {
    transform: translate(90.5249vw, 35.312vh) scale(0.4695);
  }

  to {
    transform: translate(94.39205vw, 100vh) scale(0.4695);
  }
}

@keyframes fall-98 {
  35.312% {
    transform: translate(90.5249vw, 35.312vh) scale(0.4695);
  }

  to {
    transform: translate(94.39205vw, 100vh) scale(0.4695);
  }
}

.snow:nth-child(99) {
  opacity: 0.3346;
  transform: translate(23.8884vw, -10px) scale(0.2171);
  -webkit-animation: fall-99 16s -13s linear infinite;
          animation: fall-99 16s -13s linear infinite;
}

@-webkit-keyframes fall-99 {
  76.449% {
    transform: translate(16.9598vw, 76.449vh) scale(0.2171);
  }

  to {
    transform: translate(20.4241vw, 100vh) scale(0.2171);
  }
}

@keyframes fall-99 {
  76.449% {
    transform: translate(16.9598vw, 76.449vh) scale(0.2171);
  }

  to {
    transform: translate(20.4241vw, 100vh) scale(0.2171);
  }
}

.snow:nth-child(100) {
  opacity: 0.1614;
  transform: translate(37.7357vw, -10px) scale(0.2713);
  -webkit-animation: fall-100 21s -14s linear infinite;
          animation: fall-100 21s -14s linear infinite;
}

@-webkit-keyframes fall-100 {
  73.743% {
    transform: translate(45.6975vw, 73.743vh) scale(0.2713);
  }

  to {
    transform: translate(41.7166vw, 100vh) scale(0.2713);
  }
}

@keyframes fall-100 {
  73.743% {
    transform: translate(45.6975vw, 73.743vh) scale(0.2713);
  }

  to {
    transform: translate(41.7166vw, 100vh) scale(0.2713);
  }
}

.snow:nth-child(101) {
  opacity: 0.6645;
  transform: translate(57.5606vw, -10px) scale(0.6057);
  -webkit-animation: fall-101 27s -13s linear infinite;
          animation: fall-101 27s -13s linear infinite;
}

@-webkit-keyframes fall-101 {
  71.082% {
    transform: translate(57.9452vw, 71.082vh) scale(0.6057);
  }

  to {
    transform: translate(57.7529vw, 100vh) scale(0.6057);
  }
}

@keyframes fall-101 {
  71.082% {
    transform: translate(57.9452vw, 71.082vh) scale(0.6057);
  }

  to {
    transform: translate(57.7529vw, 100vh) scale(0.6057);
  }
}

.snow:nth-child(102) {
  opacity: 0.714;
  transform: translate(98.3227vw, -10px) scale(0.054);
  -webkit-animation: fall-102 21s -30s linear infinite;
          animation: fall-102 21s -30s linear infinite;
}

@-webkit-keyframes fall-102 {
  38.914% {
    transform: translate(95.8398vw, 38.914vh) scale(0.054);
  }

  to {
    transform: translate(97.08125vw, 100vh) scale(0.054);
  }
}

@keyframes fall-102 {
  38.914% {
    transform: translate(95.8398vw, 38.914vh) scale(0.054);
  }

  to {
    transform: translate(97.08125vw, 100vh) scale(0.054);
  }
}

.snow:nth-child(103) {
  opacity: 0.7307;
  transform: translate(67.1184vw, -10px) scale(0.259);
  -webkit-animation: fall-103 17s -5s linear infinite;
          animation: fall-103 17s -5s linear infinite;
}

@-webkit-keyframes fall-103 {
  36.459% {
    transform: translate(65.5047vw, 36.459vh) scale(0.259);
  }

  to {
    transform: translate(66.31155vw, 100vh) scale(0.259);
  }
}

@keyframes fall-103 {
  36.459% {
    transform: translate(65.5047vw, 36.459vh) scale(0.259);
  }

  to {
    transform: translate(66.31155vw, 100vh) scale(0.259);
  }
}

.snow:nth-child(104) {
  opacity: 0.0316;
  transform: translate(19.2756vw, -10px) scale(0.4855);
  -webkit-animation: fall-104 15s -25s linear infinite;
          animation: fall-104 15s -25s linear infinite;
}

@-webkit-keyframes fall-104 {
  61.299% {
    transform: translate(19.7379vw, 61.299vh) scale(0.4855);
  }

  to {
    transform: translate(19.50675vw, 100vh) scale(0.4855);
  }
}

@keyframes fall-104 {
  61.299% {
    transform: translate(19.7379vw, 61.299vh) scale(0.4855);
  }

  to {
    transform: translate(19.50675vw, 100vh) scale(0.4855);
  }
}

.snow:nth-child(105) {
  opacity: 0.6303;
  transform: translate(47.1375vw, -10px) scale(0.3073);
  -webkit-animation: fall-105 30s -15s linear infinite;
          animation: fall-105 30s -15s linear infinite;
}

@-webkit-keyframes fall-105 {
  35.694% {
    transform: translate(38.7557vw, 35.694vh) scale(0.3073);
  }

  to {
    transform: translate(42.9466vw, 100vh) scale(0.3073);
  }
}

@keyframes fall-105 {
  35.694% {
    transform: translate(38.7557vw, 35.694vh) scale(0.3073);
  }

  to {
    transform: translate(42.9466vw, 100vh) scale(0.3073);
  }
}

.snow:nth-child(106) {
  opacity: 0.7678;
  transform: translate(39.9344vw, -10px) scale(0.6271);
  -webkit-animation: fall-106 19s -26s linear infinite;
          animation: fall-106 19s -26s linear infinite;
}

@-webkit-keyframes fall-106 {
  69.479% {
    transform: translate(35.9233vw, 69.479vh) scale(0.6271);
  }

  to {
    transform: translate(37.92885vw, 100vh) scale(0.6271);
  }
}

@keyframes fall-106 {
  69.479% {
    transform: translate(35.9233vw, 69.479vh) scale(0.6271);
  }

  to {
    transform: translate(37.92885vw, 100vh) scale(0.6271);
  }
}

.snow:nth-child(107) {
  opacity: 0.2968;
  transform: translate(61.2616vw, -10px) scale(0.4771);
  -webkit-animation: fall-107 10s -13s linear infinite;
          animation: fall-107 10s -13s linear infinite;
}

@-webkit-keyframes fall-107 {
  71.289% {
    transform: translate(55.0861vw, 71.289vh) scale(0.4771);
  }

  to {
    transform: translate(58.17385vw, 100vh) scale(0.4771);
  }
}

@keyframes fall-107 {
  71.289% {
    transform: translate(55.0861vw, 71.289vh) scale(0.4771);
  }

  to {
    transform: translate(58.17385vw, 100vh) scale(0.4771);
  }
}

.snow:nth-child(108) {
  opacity: 0.6062;
  transform: translate(5.2304vw, -10px) scale(0.5513);
  -webkit-animation: fall-108 21s -12s linear infinite;
          animation: fall-108 21s -12s linear infinite;
}

@-webkit-keyframes fall-108 {
  71.757% {
    transform: translate(13.9278vw, 71.757vh) scale(0.5513);
  }

  to {
    transform: translate(9.5791vw, 100vh) scale(0.5513);
  }
}

@keyframes fall-108 {
  71.757% {
    transform: translate(13.9278vw, 71.757vh) scale(0.5513);
  }

  to {
    transform: translate(9.5791vw, 100vh) scale(0.5513);
  }
}

.snow:nth-child(109) {
  opacity: 0.1945;
  transform: translate(18.6105vw, -10px) scale(0.7597);
  -webkit-animation: fall-109 21s -30s linear infinite;
          animation: fall-109 21s -30s linear infinite;
}

@-webkit-keyframes fall-109 {
  59.354% {
    transform: translate(11.3568vw, 59.354vh) scale(0.7597);
  }

  to {
    transform: translate(14.98365vw, 100vh) scale(0.7597);
  }
}

@keyframes fall-109 {
  59.354% {
    transform: translate(11.3568vw, 59.354vh) scale(0.7597);
  }

  to {
    transform: translate(14.98365vw, 100vh) scale(0.7597);
  }
}

.snow:nth-child(110) {
  opacity: 0.5193;
  transform: translate(26.7688vw, -10px) scale(0.2318);
  -webkit-animation: fall-110 24s -6s linear infinite;
          animation: fall-110 24s -6s linear infinite;
}

@-webkit-keyframes fall-110 {
  48.106% {
    transform: translate(28.7016vw, 48.106vh) scale(0.2318);
  }

  to {
    transform: translate(27.7352vw, 100vh) scale(0.2318);
  }
}

@keyframes fall-110 {
  48.106% {
    transform: translate(28.7016vw, 48.106vh) scale(0.2318);
  }

  to {
    transform: translate(27.7352vw, 100vh) scale(0.2318);
  }
}

.snow:nth-child(111) {
  opacity: 0.3928;
  transform: translate(85.2415vw, -10px) scale(0.1349);
  -webkit-animation: fall-111 19s -26s linear infinite;
          animation: fall-111 19s -26s linear infinite;
}

@-webkit-keyframes fall-111 {
  37.52% {
    transform: translate(78.6379vw, 37.52vh) scale(0.1349);
  }

  to {
    transform: translate(81.9397vw, 100vh) scale(0.1349);
  }
}

@keyframes fall-111 {
  37.52% {
    transform: translate(78.6379vw, 37.52vh) scale(0.1349);
  }

  to {
    transform: translate(81.9397vw, 100vh) scale(0.1349);
  }
}

.snow:nth-child(112) {
  opacity: 0.384;
  transform: translate(98.5735vw, -10px) scale(0.3859);
  -webkit-animation: fall-112 25s -21s linear infinite;
          animation: fall-112 25s -21s linear infinite;
}

@-webkit-keyframes fall-112 {
  60.802% {
    transform: translate(100.5578vw, 60.802vh) scale(0.3859);
  }

  to {
    transform: translate(99.56565vw, 100vh) scale(0.3859);
  }
}

@keyframes fall-112 {
  60.802% {
    transform: translate(100.5578vw, 60.802vh) scale(0.3859);
  }

  to {
    transform: translate(99.56565vw, 100vh) scale(0.3859);
  }
}

.snow:nth-child(113) {
  opacity: 0.8131;
  transform: translate(57.6909vw, -10px) scale(0.954);
  -webkit-animation: fall-113 12s -3s linear infinite;
          animation: fall-113 12s -3s linear infinite;
}

@-webkit-keyframes fall-113 {
  57.499% {
    transform: translate(59.2264vw, 57.499vh) scale(0.954);
  }

  to {
    transform: translate(58.45865vw, 100vh) scale(0.954);
  }
}

@keyframes fall-113 {
  57.499% {
    transform: translate(59.2264vw, 57.499vh) scale(0.954);
  }

  to {
    transform: translate(58.45865vw, 100vh) scale(0.954);
  }
}

.snow:nth-child(114) {
  opacity: 0.7679;
  transform: translate(96.8453vw, -10px) scale(0.0084);
  -webkit-animation: fall-114 14s -7s linear infinite;
          animation: fall-114 14s -7s linear infinite;
}

@-webkit-keyframes fall-114 {
  43.08% {
    transform: translate(95.8808vw, 43.08vh) scale(0.0084);
  }

  to {
    transform: translate(96.36305vw, 100vh) scale(0.0084);
  }
}

@keyframes fall-114 {
  43.08% {
    transform: translate(95.8808vw, 43.08vh) scale(0.0084);
  }

  to {
    transform: translate(96.36305vw, 100vh) scale(0.0084);
  }
}

.snow:nth-child(115) {
  opacity: 0.7212;
  transform: translate(76.8456vw, -10px) scale(0.8436);
  -webkit-animation: fall-115 16s -25s linear infinite;
          animation: fall-115 16s -25s linear infinite;
}

@-webkit-keyframes fall-115 {
  78.48% {
    transform: translate(75.1854vw, 78.48vh) scale(0.8436);
  }

  to {
    transform: translate(76.0155vw, 100vh) scale(0.8436);
  }
}

@keyframes fall-115 {
  78.48% {
    transform: translate(75.1854vw, 78.48vh) scale(0.8436);
  }

  to {
    transform: translate(76.0155vw, 100vh) scale(0.8436);
  }
}

.snow:nth-child(116) {
  opacity: 0.1886;
  transform: translate(22.7324vw, -10px) scale(0.3102);
  -webkit-animation: fall-116 15s -20s linear infinite;
          animation: fall-116 15s -20s linear infinite;
}

@-webkit-keyframes fall-116 {
  56.287% {
    transform: translate(18.6767vw, 56.287vh) scale(0.3102);
  }

  to {
    transform: translate(20.70455vw, 100vh) scale(0.3102);
  }
}

@keyframes fall-116 {
  56.287% {
    transform: translate(18.6767vw, 56.287vh) scale(0.3102);
  }

  to {
    transform: translate(20.70455vw, 100vh) scale(0.3102);
  }
}

.snow:nth-child(117) {
  opacity: 0.7781;
  transform: translate(97.5688vw, -10px) scale(0.8745);
  -webkit-animation: fall-117 17s -1s linear infinite;
          animation: fall-117 17s -1s linear infinite;
}

@-webkit-keyframes fall-117 {
  38.467% {
    transform: translate(90.1048vw, 38.467vh) scale(0.8745);
  }

  to {
    transform: translate(93.8368vw, 100vh) scale(0.8745);
  }
}

@keyframes fall-117 {
  38.467% {
    transform: translate(90.1048vw, 38.467vh) scale(0.8745);
  }

  to {
    transform: translate(93.8368vw, 100vh) scale(0.8745);
  }
}

.snow:nth-child(118) {
  opacity: 0.3442;
  transform: translate(45.1951vw, -10px) scale(0.015);
  -webkit-animation: fall-118 13s -28s linear infinite;
          animation: fall-118 13s -28s linear infinite;
}

@-webkit-keyframes fall-118 {
  74.417% {
    transform: translate(53.7568vw, 74.417vh) scale(0.015);
  }

  to {
    transform: translate(49.47595vw, 100vh) scale(0.015);
  }
}

@keyframes fall-118 {
  74.417% {
    transform: translate(53.7568vw, 74.417vh) scale(0.015);
  }

  to {
    transform: translate(49.47595vw, 100vh) scale(0.015);
  }
}

.snow:nth-child(119) {
  opacity: 0.8938;
  transform: translate(85.51vw, -10px) scale(0.8174);
  -webkit-animation: fall-119 30s -27s linear infinite;
          animation: fall-119 30s -27s linear infinite;
}

@-webkit-keyframes fall-119 {
  51.233% {
    transform: translate(76.5229vw, 51.233vh) scale(0.8174);
  }

  to {
    transform: translate(81.01645vw, 100vh) scale(0.8174);
  }
}

@keyframes fall-119 {
  51.233% {
    transform: translate(76.5229vw, 51.233vh) scale(0.8174);
  }

  to {
    transform: translate(81.01645vw, 100vh) scale(0.8174);
  }
}

.snow:nth-child(120) {
  opacity: 0.0491;
  transform: translate(22.2484vw, -10px) scale(0.2351);
  -webkit-animation: fall-120 13s -27s linear infinite;
          animation: fall-120 13s -27s linear infinite;
}

@-webkit-keyframes fall-120 {
  31.329% {
    transform: translate(18.4194vw, 31.329vh) scale(0.2351);
  }

  to {
    transform: translate(20.3339vw, 100vh) scale(0.2351);
  }
}

@keyframes fall-120 {
  31.329% {
    transform: translate(18.4194vw, 31.329vh) scale(0.2351);
  }

  to {
    transform: translate(20.3339vw, 100vh) scale(0.2351);
  }
}

.snow:nth-child(121) {
  opacity: 0.061;
  transform: translate(40.8611vw, -10px) scale(0.5427);
  -webkit-animation: fall-121 23s -13s linear infinite;
          animation: fall-121 23s -13s linear infinite;
}

@-webkit-keyframes fall-121 {
  41.898% {
    transform: translate(33.9939vw, 41.898vh) scale(0.5427);
  }

  to {
    transform: translate(37.4275vw, 100vh) scale(0.5427);
  }
}

@keyframes fall-121 {
  41.898% {
    transform: translate(33.9939vw, 41.898vh) scale(0.5427);
  }

  to {
    transform: translate(37.4275vw, 100vh) scale(0.5427);
  }
}

.snow:nth-child(122) {
  opacity: 0.9495;
  transform: translate(17.6479vw, -10px) scale(0.5677);
  -webkit-animation: fall-122 13s -16s linear infinite;
          animation: fall-122 13s -16s linear infinite;
}

@-webkit-keyframes fall-122 {
  69.842% {
    transform: translate(18.5173vw, 69.842vh) scale(0.5677);
  }

  to {
    transform: translate(18.0826vw, 100vh) scale(0.5677);
  }
}

@keyframes fall-122 {
  69.842% {
    transform: translate(18.5173vw, 69.842vh) scale(0.5677);
  }

  to {
    transform: translate(18.0826vw, 100vh) scale(0.5677);
  }
}

.snow:nth-child(123) {
  opacity: 0.7623;
  transform: translate(53.5182vw, -10px) scale(0.5785);
  -webkit-animation: fall-123 26s -16s linear infinite;
          animation: fall-123 26s -16s linear infinite;
}

@-webkit-keyframes fall-123 {
  71.923% {
    transform: translate(45.4208vw, 71.923vh) scale(0.5785);
  }

  to {
    transform: translate(49.4695vw, 100vh) scale(0.5785);
  }
}

@keyframes fall-123 {
  71.923% {
    transform: translate(45.4208vw, 71.923vh) scale(0.5785);
  }

  to {
    transform: translate(49.4695vw, 100vh) scale(0.5785);
  }
}

.snow:nth-child(124) {
  opacity: 0.4717;
  transform: translate(1.9876vw, -10px) scale(0.7657);
  -webkit-animation: fall-124 12s -26s linear infinite;
          animation: fall-124 12s -26s linear infinite;
}

@-webkit-keyframes fall-124 {
  42.726% {
    transform: translate(6.5949vw, 42.726vh) scale(0.7657);
  }

  to {
    transform: translate(4.29125vw, 100vh) scale(0.7657);
  }
}

@keyframes fall-124 {
  42.726% {
    transform: translate(6.5949vw, 42.726vh) scale(0.7657);
  }

  to {
    transform: translate(4.29125vw, 100vh) scale(0.7657);
  }
}

.snow:nth-child(125) {
  opacity: 0.1455;
  transform: translate(55.2349vw, -10px) scale(0.5805);
  -webkit-animation: fall-125 11s -28s linear infinite;
          animation: fall-125 11s -28s linear infinite;
}

@-webkit-keyframes fall-125 {
  44.094% {
    transform: translate(48.6215vw, 44.094vh) scale(0.5805);
  }

  to {
    transform: translate(51.9282vw, 100vh) scale(0.5805);
  }
}

@keyframes fall-125 {
  44.094% {
    transform: translate(48.6215vw, 44.094vh) scale(0.5805);
  }

  to {
    transform: translate(51.9282vw, 100vh) scale(0.5805);
  }
}

.snow:nth-child(126) {
  opacity: 0.8585;
  transform: translate(22.4749vw, -10px) scale(0.0554);
  -webkit-animation: fall-126 20s -6s linear infinite;
          animation: fall-126 20s -6s linear infinite;
}

@-webkit-keyframes fall-126 {
  41.805% {
    transform: translate(13.383vw, 41.805vh) scale(0.0554);
  }

  to {
    transform: translate(17.92895vw, 100vh) scale(0.0554);
  }
}

@keyframes fall-126 {
  41.805% {
    transform: translate(13.383vw, 41.805vh) scale(0.0554);
  }

  to {
    transform: translate(17.92895vw, 100vh) scale(0.0554);
  }
}

.snow:nth-child(127) {
  opacity: 0.5248;
  transform: translate(44.9547vw, -10px) scale(0.959);
  -webkit-animation: fall-127 12s -16s linear infinite;
          animation: fall-127 12s -16s linear infinite;
}

@-webkit-keyframes fall-127 {
  54.323% {
    transform: translate(48.6064vw, 54.323vh) scale(0.959);
  }

  to {
    transform: translate(46.78055vw, 100vh) scale(0.959);
  }
}

@keyframes fall-127 {
  54.323% {
    transform: translate(48.6064vw, 54.323vh) scale(0.959);
  }

  to {
    transform: translate(46.78055vw, 100vh) scale(0.959);
  }
}

.snow:nth-child(128) {
  opacity: 0.6323;
  transform: translate(82.7599vw, -10px) scale(0.3113);
  -webkit-animation: fall-128 23s -18s linear infinite;
          animation: fall-128 23s -18s linear infinite;
}

@-webkit-keyframes fall-128 {
  73.724% {
    transform: translate(87.6173vw, 73.724vh) scale(0.3113);
  }

  to {
    transform: translate(85.1886vw, 100vh) scale(0.3113);
  }
}

@keyframes fall-128 {
  73.724% {
    transform: translate(87.6173vw, 73.724vh) scale(0.3113);
  }

  to {
    transform: translate(85.1886vw, 100vh) scale(0.3113);
  }
}

.snow:nth-child(129) {
  opacity: 0.8598;
  transform: translate(70.7753vw, -10px) scale(0.5145);
  -webkit-animation: fall-129 23s -18s linear infinite;
          animation: fall-129 23s -18s linear infinite;
}

@-webkit-keyframes fall-129 {
  56.368% {
    transform: translate(75.0665vw, 56.368vh) scale(0.5145);
  }

  to {
    transform: translate(72.9209vw, 100vh) scale(0.5145);
  }
}

@keyframes fall-129 {
  56.368% {
    transform: translate(75.0665vw, 56.368vh) scale(0.5145);
  }

  to {
    transform: translate(72.9209vw, 100vh) scale(0.5145);
  }
}

.snow:nth-child(130) {
  opacity: 0.549;
  transform: translate(13.7267vw, -10px) scale(0.4753);
  -webkit-animation: fall-130 24s -18s linear infinite;
          animation: fall-130 24s -18s linear infinite;
}

@-webkit-keyframes fall-130 {
  71.361% {
    transform: translate(11.4965vw, 71.361vh) scale(0.4753);
  }

  to {
    transform: translate(12.6116vw, 100vh) scale(0.4753);
  }
}

@keyframes fall-130 {
  71.361% {
    transform: translate(11.4965vw, 71.361vh) scale(0.4753);
  }

  to {
    transform: translate(12.6116vw, 100vh) scale(0.4753);
  }
}

.snow:nth-child(131) {
  opacity: 0.0286;
  transform: translate(35.8016vw, -10px) scale(0.4324);
  -webkit-animation: fall-131 12s -12s linear infinite;
          animation: fall-131 12s -12s linear infinite;
}

@-webkit-keyframes fall-131 {
  62.198% {
    transform: translate(45.2901vw, 62.198vh) scale(0.4324);
  }

  to {
    transform: translate(40.54585vw, 100vh) scale(0.4324);
  }
}

@keyframes fall-131 {
  62.198% {
    transform: translate(45.2901vw, 62.198vh) scale(0.4324);
  }

  to {
    transform: translate(40.54585vw, 100vh) scale(0.4324);
  }
}

.snow:nth-child(132) {
  opacity: 0.786;
  transform: translate(2.5884vw, -10px) scale(0.0903);
  -webkit-animation: fall-132 18s -30s linear infinite;
          animation: fall-132 18s -30s linear infinite;
}

@-webkit-keyframes fall-132 {
  58.573% {
    transform: translate(-2.5082vw, 58.573vh) scale(0.0903);
  }

  to {
    transform: translate(0.0401vw, 100vh) scale(0.0903);
  }
}

@keyframes fall-132 {
  58.573% {
    transform: translate(-2.5082vw, 58.573vh) scale(0.0903);
  }

  to {
    transform: translate(0.0401vw, 100vh) scale(0.0903);
  }
}

.snow:nth-child(133) {
  opacity: 0.2207;
  transform: translate(20.4933vw, -10px) scale(0.4176);
  -webkit-animation: fall-133 29s -15s linear infinite;
          animation: fall-133 29s -15s linear infinite;
}

@-webkit-keyframes fall-133 {
  48.821% {
    transform: translate(12.5111vw, 48.821vh) scale(0.4176);
  }

  to {
    transform: translate(16.5022vw, 100vh) scale(0.4176);
  }
}

@keyframes fall-133 {
  48.821% {
    transform: translate(12.5111vw, 48.821vh) scale(0.4176);
  }

  to {
    transform: translate(16.5022vw, 100vh) scale(0.4176);
  }
}

.snow:nth-child(134) {
  opacity: 0.1995;
  transform: translate(64.7865vw, -10px) scale(0.4898);
  -webkit-animation: fall-134 28s -30s linear infinite;
          animation: fall-134 28s -30s linear infinite;
}

@-webkit-keyframes fall-134 {
  74.215% {
    transform: translate(62.643vw, 74.215vh) scale(0.4898);
  }

  to {
    transform: translate(63.71475vw, 100vh) scale(0.4898);
  }
}

@keyframes fall-134 {
  74.215% {
    transform: translate(62.643vw, 74.215vh) scale(0.4898);
  }

  to {
    transform: translate(63.71475vw, 100vh) scale(0.4898);
  }
}

.snow:nth-child(135) {
  opacity: 0.5664;
  transform: translate(87.4854vw, -10px) scale(0.7107);
  -webkit-animation: fall-135 27s -2s linear infinite;
          animation: fall-135 27s -2s linear infinite;
}

@-webkit-keyframes fall-135 {
  43.802% {
    transform: translate(83.2208vw, 43.802vh) scale(0.7107);
  }

  to {
    transform: translate(85.3531vw, 100vh) scale(0.7107);
  }
}

@keyframes fall-135 {
  43.802% {
    transform: translate(83.2208vw, 43.802vh) scale(0.7107);
  }

  to {
    transform: translate(85.3531vw, 100vh) scale(0.7107);
  }
}

.snow:nth-child(136) {
  opacity: 0.7568;
  transform: translate(30.2027vw, -10px) scale(0.8575);
  -webkit-animation: fall-136 11s -19s linear infinite;
          animation: fall-136 11s -19s linear infinite;
}

@-webkit-keyframes fall-136 {
  44.301% {
    transform: translate(38.8622vw, 44.301vh) scale(0.8575);
  }

  to {
    transform: translate(34.53245vw, 100vh) scale(0.8575);
  }
}

@keyframes fall-136 {
  44.301% {
    transform: translate(38.8622vw, 44.301vh) scale(0.8575);
  }

  to {
    transform: translate(34.53245vw, 100vh) scale(0.8575);
  }
}

.snow:nth-child(137) {
  opacity: 0.5335;
  transform: translate(15.6888vw, -10px) scale(0.115);
  -webkit-animation: fall-137 21s -27s linear infinite;
          animation: fall-137 21s -27s linear infinite;
}

@-webkit-keyframes fall-137 {
  44.619% {
    transform: translate(15.7958vw, 44.619vh) scale(0.115);
  }

  to {
    transform: translate(15.7423vw, 100vh) scale(0.115);
  }
}

@keyframes fall-137 {
  44.619% {
    transform: translate(15.7958vw, 44.619vh) scale(0.115);
  }

  to {
    transform: translate(15.7423vw, 100vh) scale(0.115);
  }
}

.snow:nth-child(138) {
  opacity: 0.8932;
  transform: translate(21.1086vw, -10px) scale(0.4522);
  -webkit-animation: fall-138 29s -7s linear infinite;
          animation: fall-138 29s -7s linear infinite;
}

@-webkit-keyframes fall-138 {
  57.529% {
    transform: translate(23.3125vw, 57.529vh) scale(0.4522);
  }

  to {
    transform: translate(22.21055vw, 100vh) scale(0.4522);
  }
}

@keyframes fall-138 {
  57.529% {
    transform: translate(23.3125vw, 57.529vh) scale(0.4522);
  }

  to {
    transform: translate(22.21055vw, 100vh) scale(0.4522);
  }
}

.snow:nth-child(139) {
  opacity: 0.8894;
  transform: translate(32.028vw, -10px) scale(0.8387);
  -webkit-animation: fall-139 29s -21s linear infinite;
          animation: fall-139 29s -21s linear infinite;
}

@-webkit-keyframes fall-139 {
  32.094% {
    transform: translate(41.6365vw, 32.094vh) scale(0.8387);
  }

  to {
    transform: translate(36.83225vw, 100vh) scale(0.8387);
  }
}

@keyframes fall-139 {
  32.094% {
    transform: translate(41.6365vw, 32.094vh) scale(0.8387);
  }

  to {
    transform: translate(36.83225vw, 100vh) scale(0.8387);
  }
}

.snow:nth-child(140) {
  opacity: 0.602;
  transform: translate(97.0174vw, -10px) scale(0.8125);
  -webkit-animation: fall-140 26s -1s linear infinite;
          animation: fall-140 26s -1s linear infinite;
}

@-webkit-keyframes fall-140 {
  37.231% {
    transform: translate(88.8348vw, 37.231vh) scale(0.8125);
  }

  to {
    transform: translate(92.9261vw, 100vh) scale(0.8125);
  }
}

@keyframes fall-140 {
  37.231% {
    transform: translate(88.8348vw, 37.231vh) scale(0.8125);
  }

  to {
    transform: translate(92.9261vw, 100vh) scale(0.8125);
  }
}

.snow:nth-child(141) {
  opacity: 0.2975;
  transform: translate(13.1772vw, -10px) scale(0.8978);
  -webkit-animation: fall-141 24s -29s linear infinite;
          animation: fall-141 24s -29s linear infinite;
}

@-webkit-keyframes fall-141 {
  42.98% {
    transform: translate(20.2346vw, 42.98vh) scale(0.8978);
  }

  to {
    transform: translate(16.7059vw, 100vh) scale(0.8978);
  }
}

@keyframes fall-141 {
  42.98% {
    transform: translate(20.2346vw, 42.98vh) scale(0.8978);
  }

  to {
    transform: translate(16.7059vw, 100vh) scale(0.8978);
  }
}

.snow:nth-child(142) {
  opacity: 0.695;
  transform: translate(80.1296vw, -10px) scale(0.5245);
  -webkit-animation: fall-142 30s -16s linear infinite;
          animation: fall-142 30s -16s linear infinite;
}

@-webkit-keyframes fall-142 {
  77.095% {
    transform: translate(76.1761vw, 77.095vh) scale(0.5245);
  }

  to {
    transform: translate(78.15285vw, 100vh) scale(0.5245);
  }
}

@keyframes fall-142 {
  77.095% {
    transform: translate(76.1761vw, 77.095vh) scale(0.5245);
  }

  to {
    transform: translate(78.15285vw, 100vh) scale(0.5245);
  }
}

.snow:nth-child(143) {
  opacity: 0.2037;
  transform: translate(61.6391vw, -10px) scale(0.9347);
  -webkit-animation: fall-143 10s -6s linear infinite;
          animation: fall-143 10s -6s linear infinite;
}

@-webkit-keyframes fall-143 {
  34.175% {
    transform: translate(64.7193vw, 34.175vh) scale(0.9347);
  }

  to {
    transform: translate(63.1792vw, 100vh) scale(0.9347);
  }
}

@keyframes fall-143 {
  34.175% {
    transform: translate(64.7193vw, 34.175vh) scale(0.9347);
  }

  to {
    transform: translate(63.1792vw, 100vh) scale(0.9347);
  }
}

.snow:nth-child(144) {
  opacity: 0.9415;
  transform: translate(6.3851vw, -10px) scale(0.6865);
  -webkit-animation: fall-144 17s -4s linear infinite;
          animation: fall-144 17s -4s linear infinite;
}

@-webkit-keyframes fall-144 {
  39.738% {
    transform: translate(6.8285vw, 39.738vh) scale(0.6865);
  }

  to {
    transform: translate(6.6068vw, 100vh) scale(0.6865);
  }
}

@keyframes fall-144 {
  39.738% {
    transform: translate(6.8285vw, 39.738vh) scale(0.6865);
  }

  to {
    transform: translate(6.6068vw, 100vh) scale(0.6865);
  }
}

.snow:nth-child(145) {
  opacity: 0.2432;
  transform: translate(50.0686vw, -10px) scale(0.6619);
  -webkit-animation: fall-145 19s -30s linear infinite;
          animation: fall-145 19s -30s linear infinite;
}

@-webkit-keyframes fall-145 {
  37.109% {
    transform: translate(42.5653vw, 37.109vh) scale(0.6619);
  }

  to {
    transform: translate(46.31695vw, 100vh) scale(0.6619);
  }
}

@keyframes fall-145 {
  37.109% {
    transform: translate(42.5653vw, 37.109vh) scale(0.6619);
  }

  to {
    transform: translate(46.31695vw, 100vh) scale(0.6619);
  }
}

.snow:nth-child(146) {
  opacity: 0.505;
  transform: translate(19.291vw, -10px) scale(0.9529);
  -webkit-animation: fall-146 13s -14s linear infinite;
          animation: fall-146 13s -14s linear infinite;
}

@-webkit-keyframes fall-146 {
  35.911% {
    transform: translate(14.7154vw, 35.911vh) scale(0.9529);
  }

  to {
    transform: translate(17.0032vw, 100vh) scale(0.9529);
  }
}

@keyframes fall-146 {
  35.911% {
    transform: translate(14.7154vw, 35.911vh) scale(0.9529);
  }

  to {
    transform: translate(17.0032vw, 100vh) scale(0.9529);
  }
}

.snow:nth-child(147) {
  opacity: 0.4071;
  transform: translate(21.0813vw, -10px) scale(0.8258);
  -webkit-animation: fall-147 17s -15s linear infinite;
          animation: fall-147 17s -15s linear infinite;
}

@-webkit-keyframes fall-147 {
  60.034% {
    transform: translate(29.1844vw, 60.034vh) scale(0.8258);
  }

  to {
    transform: translate(25.13285vw, 100vh) scale(0.8258);
  }
}

@keyframes fall-147 {
  60.034% {
    transform: translate(29.1844vw, 60.034vh) scale(0.8258);
  }

  to {
    transform: translate(25.13285vw, 100vh) scale(0.8258);
  }
}

.snow:nth-child(148) {
  opacity: 0.9829;
  transform: translate(59.9299vw, -10px) scale(0.8457);
  -webkit-animation: fall-148 24s -9s linear infinite;
          animation: fall-148 24s -9s linear infinite;
}

@-webkit-keyframes fall-148 {
  73.581% {
    transform: translate(63.065vw, 73.581vh) scale(0.8457);
  }

  to {
    transform: translate(61.49745vw, 100vh) scale(0.8457);
  }
}

@keyframes fall-148 {
  73.581% {
    transform: translate(63.065vw, 73.581vh) scale(0.8457);
  }

  to {
    transform: translate(61.49745vw, 100vh) scale(0.8457);
  }
}

.snow:nth-child(149) {
  opacity: 0.3389;
  transform: translate(50.9237vw, -10px) scale(0.4849);
  -webkit-animation: fall-149 28s -30s linear infinite;
          animation: fall-149 28s -30s linear infinite;
}

@-webkit-keyframes fall-149 {
  33.672% {
    transform: translate(56.4928vw, 33.672vh) scale(0.4849);
  }

  to {
    transform: translate(53.70825vw, 100vh) scale(0.4849);
  }
}

@keyframes fall-149 {
  33.672% {
    transform: translate(56.4928vw, 33.672vh) scale(0.4849);
  }

  to {
    transform: translate(53.70825vw, 100vh) scale(0.4849);
  }
}

.snow:nth-child(150) {
  opacity: 0.2197;
  transform: translate(43.2209vw, -10px) scale(0.1693);
  -webkit-animation: fall-150 26s -8s linear infinite;
          animation: fall-150 26s -8s linear infinite;
}

@-webkit-keyframes fall-150 {
  46.732% {
    transform: translate(34.7765vw, 46.732vh) scale(0.1693);
  }

  to {
    transform: translate(38.9987vw, 100vh) scale(0.1693);
  }
}

@keyframes fall-150 {
  46.732% {
    transform: translate(34.7765vw, 46.732vh) scale(0.1693);
  }

  to {
    transform: translate(38.9987vw, 100vh) scale(0.1693);
  }
}

.snow:nth-child(151) {
  opacity: 0.4431;
  transform: translate(6.7634vw, -10px) scale(0.8958);
  -webkit-animation: fall-151 28s -7s linear infinite;
          animation: fall-151 28s -7s linear infinite;
}

@-webkit-keyframes fall-151 {
  72.762% {
    transform: translate(8.7519vw, 72.762vh) scale(0.8958);
  }

  to {
    transform: translate(7.75765vw, 100vh) scale(0.8958);
  }
}

@keyframes fall-151 {
  72.762% {
    transform: translate(8.7519vw, 72.762vh) scale(0.8958);
  }

  to {
    transform: translate(7.75765vw, 100vh) scale(0.8958);
  }
}

.snow:nth-child(152) {
  opacity: 0.9973;
  transform: translate(75.1031vw, -10px) scale(0.0043);
  -webkit-animation: fall-152 16s -16s linear infinite;
          animation: fall-152 16s -16s linear infinite;
}

@-webkit-keyframes fall-152 {
  73.185% {
    transform: translate(78.1394vw, 73.185vh) scale(0.0043);
  }

  to {
    transform: translate(76.62125vw, 100vh) scale(0.0043);
  }
}

@keyframes fall-152 {
  73.185% {
    transform: translate(78.1394vw, 73.185vh) scale(0.0043);
  }

  to {
    transform: translate(76.62125vw, 100vh) scale(0.0043);
  }
}

.snow:nth-child(153) {
  opacity: 0.2072;
  transform: translate(10.873vw, -10px) scale(0.4451);
  -webkit-animation: fall-153 26s -17s linear infinite;
          animation: fall-153 26s -17s linear infinite;
}

@-webkit-keyframes fall-153 {
  32.82% {
    transform: translate(13.6667vw, 32.82vh) scale(0.4451);
  }

  to {
    transform: translate(12.26985vw, 100vh) scale(0.4451);
  }
}

@keyframes fall-153 {
  32.82% {
    transform: translate(13.6667vw, 32.82vh) scale(0.4451);
  }

  to {
    transform: translate(12.26985vw, 100vh) scale(0.4451);
  }
}

.snow:nth-child(154) {
  opacity: 0.3563;
  transform: translate(66.9774vw, -10px) scale(0.6781);
  -webkit-animation: fall-154 21s -19s linear infinite;
          animation: fall-154 21s -19s linear infinite;
}

@-webkit-keyframes fall-154 {
  35.319% {
    transform: translate(70.0983vw, 35.319vh) scale(0.6781);
  }

  to {
    transform: translate(68.53785vw, 100vh) scale(0.6781);
  }
}

@keyframes fall-154 {
  35.319% {
    transform: translate(70.0983vw, 35.319vh) scale(0.6781);
  }

  to {
    transform: translate(68.53785vw, 100vh) scale(0.6781);
  }
}

.snow:nth-child(155) {
  opacity: 0.2906;
  transform: translate(1.7146vw, -10px) scale(0.3687);
  -webkit-animation: fall-155 29s -28s linear infinite;
          animation: fall-155 29s -28s linear infinite;
}

@-webkit-keyframes fall-155 {
  79.493% {
    transform: translate(4.5348vw, 79.493vh) scale(0.3687);
  }

  to {
    transform: translate(3.1247vw, 100vh) scale(0.3687);
  }
}

@keyframes fall-155 {
  79.493% {
    transform: translate(4.5348vw, 79.493vh) scale(0.3687);
  }

  to {
    transform: translate(3.1247vw, 100vh) scale(0.3687);
  }
}

.snow:nth-child(156) {
  opacity: 0.5277;
  transform: translate(8.8156vw, -10px) scale(0.9127);
  -webkit-animation: fall-156 29s -18s linear infinite;
          animation: fall-156 29s -18s linear infinite;
}

@-webkit-keyframes fall-156 {
  65.476% {
    transform: translate(6.6658vw, 65.476vh) scale(0.9127);
  }

  to {
    transform: translate(7.7407vw, 100vh) scale(0.9127);
  }
}

@keyframes fall-156 {
  65.476% {
    transform: translate(6.6658vw, 65.476vh) scale(0.9127);
  }

  to {
    transform: translate(7.7407vw, 100vh) scale(0.9127);
  }
}

.snow:nth-child(157) {
  opacity: 0.868;
  transform: translate(27.8277vw, -10px) scale(0.273);
  -webkit-animation: fall-157 14s -30s linear infinite;
          animation: fall-157 14s -30s linear infinite;
}

@-webkit-keyframes fall-157 {
  55.078% {
    transform: translate(30.6821vw, 55.078vh) scale(0.273);
  }

  to {
    transform: translate(29.2549vw, 100vh) scale(0.273);
  }
}

@keyframes fall-157 {
  55.078% {
    transform: translate(30.6821vw, 55.078vh) scale(0.273);
  }

  to {
    transform: translate(29.2549vw, 100vh) scale(0.273);
  }
}

.snow:nth-child(158) {
  opacity: 0.1799;
  transform: translate(7.1359vw, -10px) scale(0.2146);
  -webkit-animation: fall-158 13s -22s linear infinite;
          animation: fall-158 13s -22s linear infinite;
}

@-webkit-keyframes fall-158 {
  37.178% {
    transform: translate(1.8434vw, 37.178vh) scale(0.2146);
  }

  to {
    transform: translate(4.48965vw, 100vh) scale(0.2146);
  }
}

@keyframes fall-158 {
  37.178% {
    transform: translate(1.8434vw, 37.178vh) scale(0.2146);
  }

  to {
    transform: translate(4.48965vw, 100vh) scale(0.2146);
  }
}

.snow:nth-child(159) {
  opacity: 0.6979;
  transform: translate(81.2154vw, -10px) scale(0.4832);
  -webkit-animation: fall-159 26s -10s linear infinite;
          animation: fall-159 26s -10s linear infinite;
}

@-webkit-keyframes fall-159 {
  68.744% {
    transform: translate(73.3637vw, 68.744vh) scale(0.4832);
  }

  to {
    transform: translate(77.28955vw, 100vh) scale(0.4832);
  }
}

@keyframes fall-159 {
  68.744% {
    transform: translate(73.3637vw, 68.744vh) scale(0.4832);
  }

  to {
    transform: translate(77.28955vw, 100vh) scale(0.4832);
  }
}

.snow:nth-child(160) {
  opacity: 0.9696;
  transform: translate(3.3884vw, -10px) scale(0.4409);
  -webkit-animation: fall-160 21s -10s linear infinite;
          animation: fall-160 21s -10s linear infinite;
}

@-webkit-keyframes fall-160 {
  73.718% {
    transform: translate(11.4049vw, 73.718vh) scale(0.4409);
  }

  to {
    transform: translate(7.39665vw, 100vh) scale(0.4409);
  }
}

@keyframes fall-160 {
  73.718% {
    transform: translate(11.4049vw, 73.718vh) scale(0.4409);
  }

  to {
    transform: translate(7.39665vw, 100vh) scale(0.4409);
  }
}

.snow:nth-child(161) {
  opacity: 0.8121;
  transform: translate(31.8646vw, -10px) scale(0.0165);
  -webkit-animation: fall-161 27s -20s linear infinite;
          animation: fall-161 27s -20s linear infinite;
}

@-webkit-keyframes fall-161 {
  67.786% {
    transform: translate(32.951vw, 67.786vh) scale(0.0165);
  }

  to {
    transform: translate(32.4078vw, 100vh) scale(0.0165);
  }
}

@keyframes fall-161 {
  67.786% {
    transform: translate(32.951vw, 67.786vh) scale(0.0165);
  }

  to {
    transform: translate(32.4078vw, 100vh) scale(0.0165);
  }
}

.snow:nth-child(162) {
  opacity: 0.3531;
  transform: translate(75.197vw, -10px) scale(0.03);
  -webkit-animation: fall-162 10s -9s linear infinite;
          animation: fall-162 10s -9s linear infinite;
}

@-webkit-keyframes fall-162 {
  75.732% {
    transform: translate(68.613vw, 75.732vh) scale(0.03);
  }

  to {
    transform: translate(71.905vw, 100vh) scale(0.03);
  }
}

@keyframes fall-162 {
  75.732% {
    transform: translate(68.613vw, 75.732vh) scale(0.03);
  }

  to {
    transform: translate(71.905vw, 100vh) scale(0.03);
  }
}

.snow:nth-child(163) {
  opacity: 0.3771;
  transform: translate(18.2657vw, -10px) scale(0.4267);
  -webkit-animation: fall-163 19s -13s linear infinite;
          animation: fall-163 19s -13s linear infinite;
}

@-webkit-keyframes fall-163 {
  75.874% {
    transform: translate(27.9787vw, 75.874vh) scale(0.4267);
  }

  to {
    transform: translate(23.1222vw, 100vh) scale(0.4267);
  }
}

@keyframes fall-163 {
  75.874% {
    transform: translate(27.9787vw, 75.874vh) scale(0.4267);
  }

  to {
    transform: translate(23.1222vw, 100vh) scale(0.4267);
  }
}

.snow:nth-child(164) {
  opacity: 0.7799;
  transform: translate(74.0672vw, -10px) scale(0.7243);
  -webkit-animation: fall-164 23s -18s linear infinite;
          animation: fall-164 23s -18s linear infinite;
}

@-webkit-keyframes fall-164 {
  68.329% {
    transform: translate(68.9598vw, 68.329vh) scale(0.7243);
  }

  to {
    transform: translate(71.5135vw, 100vh) scale(0.7243);
  }
}

@keyframes fall-164 {
  68.329% {
    transform: translate(68.9598vw, 68.329vh) scale(0.7243);
  }

  to {
    transform: translate(71.5135vw, 100vh) scale(0.7243);
  }
}

.snow:nth-child(165) {
  opacity: 0.0256;
  transform: translate(33.5272vw, -10px) scale(0.7772);
  -webkit-animation: fall-165 27s -15s linear infinite;
          animation: fall-165 27s -15s linear infinite;
}

@-webkit-keyframes fall-165 {
  46.28% {
    transform: translate(42.9081vw, 46.28vh) scale(0.7772);
  }

  to {
    transform: translate(38.21765vw, 100vh) scale(0.7772);
  }
}

@keyframes fall-165 {
  46.28% {
    transform: translate(42.9081vw, 46.28vh) scale(0.7772);
  }

  to {
    transform: translate(38.21765vw, 100vh) scale(0.7772);
  }
}

.snow:nth-child(166) {
  opacity: 0.5694;
  transform: translate(70.9883vw, -10px) scale(0.8194);
  -webkit-animation: fall-166 21s -2s linear infinite;
          animation: fall-166 21s -2s linear infinite;
}

@-webkit-keyframes fall-166 {
  68.777% {
    transform: translate(61.7244vw, 68.777vh) scale(0.8194);
  }

  to {
    transform: translate(66.35635vw, 100vh) scale(0.8194);
  }
}

@keyframes fall-166 {
  68.777% {
    transform: translate(61.7244vw, 68.777vh) scale(0.8194);
  }

  to {
    transform: translate(66.35635vw, 100vh) scale(0.8194);
  }
}

.snow:nth-child(167) {
  opacity: 0.5243;
  transform: translate(16.6475vw, -10px) scale(0.1276);
  -webkit-animation: fall-167 25s -1s linear infinite;
          animation: fall-167 25s -1s linear infinite;
}

@-webkit-keyframes fall-167 {
  36.605% {
    transform: translate(8.681vw, 36.605vh) scale(0.1276);
  }

  to {
    transform: translate(12.66425vw, 100vh) scale(0.1276);
  }
}

@keyframes fall-167 {
  36.605% {
    transform: translate(8.681vw, 36.605vh) scale(0.1276);
  }

  to {
    transform: translate(12.66425vw, 100vh) scale(0.1276);
  }
}

.snow:nth-child(168) {
  opacity: 0.4343;
  transform: translate(63.8132vw, -10px) scale(0.4415);
  -webkit-animation: fall-168 22s -15s linear infinite;
          animation: fall-168 22s -15s linear infinite;
}

@-webkit-keyframes fall-168 {
  30.12% {
    transform: translate(70.8082vw, 30.12vh) scale(0.4415);
  }

  to {
    transform: translate(67.3107vw, 100vh) scale(0.4415);
  }
}

@keyframes fall-168 {
  30.12% {
    transform: translate(70.8082vw, 30.12vh) scale(0.4415);
  }

  to {
    transform: translate(67.3107vw, 100vh) scale(0.4415);
  }
}

.snow:nth-child(169) {
  opacity: 0.4687;
  transform: translate(42.8951vw, -10px) scale(0.3095);
  -webkit-animation: fall-169 26s -26s linear infinite;
          animation: fall-169 26s -26s linear infinite;
}

@-webkit-keyframes fall-169 {
  74.454% {
    transform: translate(50.9372vw, 74.454vh) scale(0.3095);
  }

  to {
    transform: translate(46.91615vw, 100vh) scale(0.3095);
  }
}

@keyframes fall-169 {
  74.454% {
    transform: translate(50.9372vw, 74.454vh) scale(0.3095);
  }

  to {
    transform: translate(46.91615vw, 100vh) scale(0.3095);
  }
}

.snow:nth-child(170) {
  opacity: 0.5713;
  transform: translate(78.737vw, -10px) scale(0.1503);
  -webkit-animation: fall-170 15s -25s linear infinite;
          animation: fall-170 15s -25s linear infinite;
}

@-webkit-keyframes fall-170 {
  32.244% {
    transform: translate(69.4129vw, 32.244vh) scale(0.1503);
  }

  to {
    transform: translate(74.07495vw, 100vh) scale(0.1503);
  }
}

@keyframes fall-170 {
  32.244% {
    transform: translate(69.4129vw, 32.244vh) scale(0.1503);
  }

  to {
    transform: translate(74.07495vw, 100vh) scale(0.1503);
  }
}

.snow:nth-child(171) {
  opacity: 0.8889;
  transform: translate(93.9491vw, -10px) scale(0.6844);
  -webkit-animation: fall-171 12s -1s linear infinite;
          animation: fall-171 12s -1s linear infinite;
}

@-webkit-keyframes fall-171 {
  44.605% {
    transform: translate(97.7341vw, 44.605vh) scale(0.6844);
  }

  to {
    transform: translate(95.8416vw, 100vh) scale(0.6844);
  }
}

@keyframes fall-171 {
  44.605% {
    transform: translate(97.7341vw, 44.605vh) scale(0.6844);
  }

  to {
    transform: translate(95.8416vw, 100vh) scale(0.6844);
  }
}

.snow:nth-child(172) {
  opacity: 0.621;
  transform: translate(67.6552vw, -10px) scale(0.7917);
  -webkit-animation: fall-172 16s -28s linear infinite;
          animation: fall-172 16s -28s linear infinite;
}

@-webkit-keyframes fall-172 {
  55.885% {
    transform: translate(71.0232vw, 55.885vh) scale(0.7917);
  }

  to {
    transform: translate(69.3392vw, 100vh) scale(0.7917);
  }
}

@keyframes fall-172 {
  55.885% {
    transform: translate(71.0232vw, 55.885vh) scale(0.7917);
  }

  to {
    transform: translate(69.3392vw, 100vh) scale(0.7917);
  }
}

.snow:nth-child(173) {
  opacity: 0.9468;
  transform: translate(6.3658vw, -10px) scale(0.78);
  -webkit-animation: fall-173 21s -8s linear infinite;
          animation: fall-173 21s -8s linear infinite;
}

@-webkit-keyframes fall-173 {
  47.714% {
    transform: translate(4.1042vw, 47.714vh) scale(0.78);
  }

  to {
    transform: translate(5.235vw, 100vh) scale(0.78);
  }
}

@keyframes fall-173 {
  47.714% {
    transform: translate(4.1042vw, 47.714vh) scale(0.78);
  }

  to {
    transform: translate(5.235vw, 100vh) scale(0.78);
  }
}

.snow:nth-child(174) {
  opacity: 0.192;
  transform: translate(87.722vw, -10px) scale(0.3529);
  -webkit-animation: fall-174 15s -28s linear infinite;
          animation: fall-174 15s -28s linear infinite;
}

@-webkit-keyframes fall-174 {
  64.067% {
    transform: translate(81.8585vw, 64.067vh) scale(0.3529);
  }

  to {
    transform: translate(84.79025vw, 100vh) scale(0.3529);
  }
}

@keyframes fall-174 {
  64.067% {
    transform: translate(81.8585vw, 64.067vh) scale(0.3529);
  }

  to {
    transform: translate(84.79025vw, 100vh) scale(0.3529);
  }
}

.snow:nth-child(175) {
  opacity: 0.0516;
  transform: translate(32.6371vw, -10px) scale(0.5191);
  -webkit-animation: fall-175 24s -12s linear infinite;
          animation: fall-175 24s -12s linear infinite;
}

@-webkit-keyframes fall-175 {
  71.116% {
    transform: translate(25.9093vw, 71.116vh) scale(0.5191);
  }

  to {
    transform: translate(29.2732vw, 100vh) scale(0.5191);
  }
}

@keyframes fall-175 {
  71.116% {
    transform: translate(25.9093vw, 71.116vh) scale(0.5191);
  }

  to {
    transform: translate(29.2732vw, 100vh) scale(0.5191);
  }
}

.snow:nth-child(176) {
  opacity: 0.2345;
  transform: translate(19.3506vw, -10px) scale(0.3508);
  -webkit-animation: fall-176 25s -20s linear infinite;
          animation: fall-176 25s -20s linear infinite;
}

@-webkit-keyframes fall-176 {
  41.181% {
    transform: translate(17.8994vw, 41.181vh) scale(0.3508);
  }

  to {
    transform: translate(18.625vw, 100vh) scale(0.3508);
  }
}

@keyframes fall-176 {
  41.181% {
    transform: translate(17.8994vw, 41.181vh) scale(0.3508);
  }

  to {
    transform: translate(18.625vw, 100vh) scale(0.3508);
  }
}

.snow:nth-child(177) {
  opacity: 0.4013;
  transform: translate(3.2424vw, -10px) scale(0.6013);
  -webkit-animation: fall-177 24s -1s linear infinite;
          animation: fall-177 24s -1s linear infinite;
}

@-webkit-keyframes fall-177 {
  44.298% {
    transform: translate(0.3313vw, 44.298vh) scale(0.6013);
  }

  to {
    transform: translate(1.78685vw, 100vh) scale(0.6013);
  }
}

@keyframes fall-177 {
  44.298% {
    transform: translate(0.3313vw, 44.298vh) scale(0.6013);
  }

  to {
    transform: translate(1.78685vw, 100vh) scale(0.6013);
  }
}

.snow:nth-child(178) {
  opacity: 0.3772;
  transform: translate(21.986vw, -10px) scale(0.7993);
  -webkit-animation: fall-178 24s -3s linear infinite;
          animation: fall-178 24s -3s linear infinite;
}

@-webkit-keyframes fall-178 {
  47.579% {
    transform: translate(25.3174vw, 47.579vh) scale(0.7993);
  }

  to {
    transform: translate(23.6517vw, 100vh) scale(0.7993);
  }
}

@keyframes fall-178 {
  47.579% {
    transform: translate(25.3174vw, 47.579vh) scale(0.7993);
  }

  to {
    transform: translate(23.6517vw, 100vh) scale(0.7993);
  }
}

.snow:nth-child(179) {
  opacity: 0.2769;
  transform: translate(21.6735vw, -10px) scale(0.1051);
  -webkit-animation: fall-179 19s -19s linear infinite;
          animation: fall-179 19s -19s linear infinite;
}

@-webkit-keyframes fall-179 {
  57.115% {
    transform: translate(25.8842vw, 57.115vh) scale(0.1051);
  }

  to {
    transform: translate(23.77885vw, 100vh) scale(0.1051);
  }
}

@keyframes fall-179 {
  57.115% {
    transform: translate(25.8842vw, 57.115vh) scale(0.1051);
  }

  to {
    transform: translate(23.77885vw, 100vh) scale(0.1051);
  }
}

.snow:nth-child(180) {
  opacity: 0.844;
  transform: translate(30.087vw, -10px) scale(0.746);
  -webkit-animation: fall-180 30s -29s linear infinite;
          animation: fall-180 30s -29s linear infinite;
}

@-webkit-keyframes fall-180 {
  72.037% {
    transform: translate(38.4698vw, 72.037vh) scale(0.746);
  }

  to {
    transform: translate(34.2784vw, 100vh) scale(0.746);
  }
}

@keyframes fall-180 {
  72.037% {
    transform: translate(38.4698vw, 72.037vh) scale(0.746);
  }

  to {
    transform: translate(34.2784vw, 100vh) scale(0.746);
  }
}

.snow:nth-child(181) {
  opacity: 0.4045;
  transform: translate(16.0461vw, -10px) scale(0.9459);
  -webkit-animation: fall-181 18s -14s linear infinite;
          animation: fall-181 18s -14s linear infinite;
}

@-webkit-keyframes fall-181 {
  76.933% {
    transform: translate(14.3624vw, 76.933vh) scale(0.9459);
  }

  to {
    transform: translate(15.20425vw, 100vh) scale(0.9459);
  }
}

@keyframes fall-181 {
  76.933% {
    transform: translate(14.3624vw, 76.933vh) scale(0.9459);
  }

  to {
    transform: translate(15.20425vw, 100vh) scale(0.9459);
  }
}

.snow:nth-child(182) {
  opacity: 0.8208;
  transform: translate(80.4438vw, -10px) scale(0.3852);
  -webkit-animation: fall-182 22s -3s linear infinite;
          animation: fall-182 22s -3s linear infinite;
}

@-webkit-keyframes fall-182 {
  65.732% {
    transform: translate(88.1592vw, 65.732vh) scale(0.3852);
  }

  to {
    transform: translate(84.3015vw, 100vh) scale(0.3852);
  }
}

@keyframes fall-182 {
  65.732% {
    transform: translate(88.1592vw, 65.732vh) scale(0.3852);
  }

  to {
    transform: translate(84.3015vw, 100vh) scale(0.3852);
  }
}

.snow:nth-child(183) {
  opacity: 0.7179;
  transform: translate(15.8409vw, -10px) scale(0.9887);
  -webkit-animation: fall-183 11s -9s linear infinite;
          animation: fall-183 11s -9s linear infinite;
}

@-webkit-keyframes fall-183 {
  65.326% {
    transform: translate(18.1114vw, 65.326vh) scale(0.9887);
  }

  to {
    transform: translate(16.97615vw, 100vh) scale(0.9887);
  }
}

@keyframes fall-183 {
  65.326% {
    transform: translate(18.1114vw, 65.326vh) scale(0.9887);
  }

  to {
    transform: translate(16.97615vw, 100vh) scale(0.9887);
  }
}

.snow:nth-child(184) {
  opacity: 0.9052;
  transform: translate(56.1829vw, -10px) scale(0.3026);
  -webkit-animation: fall-184 19s -23s linear infinite;
          animation: fall-184 19s -23s linear infinite;
}

@-webkit-keyframes fall-184 {
  52.567% {
    transform: translate(64.6705vw, 52.567vh) scale(0.3026);
  }

  to {
    transform: translate(60.4267vw, 100vh) scale(0.3026);
  }
}

@keyframes fall-184 {
  52.567% {
    transform: translate(64.6705vw, 52.567vh) scale(0.3026);
  }

  to {
    transform: translate(60.4267vw, 100vh) scale(0.3026);
  }
}

.snow:nth-child(185) {
  opacity: 0.1728;
  transform: translate(37.9641vw, -10px) scale(0.6961);
  -webkit-animation: fall-185 10s -11s linear infinite;
          animation: fall-185 10s -11s linear infinite;
}

@-webkit-keyframes fall-185 {
  65.705% {
    transform: translate(46.6795vw, 65.705vh) scale(0.6961);
  }

  to {
    transform: translate(42.3218vw, 100vh) scale(0.6961);
  }
}

@keyframes fall-185 {
  65.705% {
    transform: translate(46.6795vw, 65.705vh) scale(0.6961);
  }

  to {
    transform: translate(42.3218vw, 100vh) scale(0.6961);
  }
}

.snow:nth-child(186) {
  opacity: 0.8682;
  transform: translate(64.1988vw, -10px) scale(0.8945);
  -webkit-animation: fall-186 12s -26s linear infinite;
          animation: fall-186 12s -26s linear infinite;
}

@-webkit-keyframes fall-186 {
  34.106% {
    transform: translate(62.3471vw, 34.106vh) scale(0.8945);
  }

  to {
    transform: translate(63.27295vw, 100vh) scale(0.8945);
  }
}

@keyframes fall-186 {
  34.106% {
    transform: translate(62.3471vw, 34.106vh) scale(0.8945);
  }

  to {
    transform: translate(63.27295vw, 100vh) scale(0.8945);
  }
}

.snow:nth-child(187) {
  opacity: 0.6036;
  transform: translate(94.0369vw, -10px) scale(0.7394);
  -webkit-animation: fall-187 27s -11s linear infinite;
          animation: fall-187 27s -11s linear infinite;
}

@-webkit-keyframes fall-187 {
  71.326% {
    transform: translate(103.2587vw, 71.326vh) scale(0.7394);
  }

  to {
    transform: translate(98.6478vw, 100vh) scale(0.7394);
  }
}

@keyframes fall-187 {
  71.326% {
    transform: translate(103.2587vw, 71.326vh) scale(0.7394);
  }

  to {
    transform: translate(98.6478vw, 100vh) scale(0.7394);
  }
}

.snow:nth-child(188) {
  opacity: 0.507;
  transform: translate(33.9704vw, -10px) scale(0.3574);
  -webkit-animation: fall-188 10s -3s linear infinite;
          animation: fall-188 10s -3s linear infinite;
}

@-webkit-keyframes fall-188 {
  38.078% {
    transform: translate(24.659vw, 38.078vh) scale(0.3574);
  }

  to {
    transform: translate(29.3147vw, 100vh) scale(0.3574);
  }
}

@keyframes fall-188 {
  38.078% {
    transform: translate(24.659vw, 38.078vh) scale(0.3574);
  }

  to {
    transform: translate(29.3147vw, 100vh) scale(0.3574);
  }
}

.snow:nth-child(189) {
  opacity: 0.8667;
  transform: translate(15.5208vw, -10px) scale(0.7445);
  -webkit-animation: fall-189 30s -1s linear infinite;
          animation: fall-189 30s -1s linear infinite;
}

@-webkit-keyframes fall-189 {
  60.712% {
    transform: translate(14.1324vw, 60.712vh) scale(0.7445);
  }

  to {
    transform: translate(14.8266vw, 100vh) scale(0.7445);
  }
}

@keyframes fall-189 {
  60.712% {
    transform: translate(14.1324vw, 60.712vh) scale(0.7445);
  }

  to {
    transform: translate(14.8266vw, 100vh) scale(0.7445);
  }
}

.snow:nth-child(190) {
  opacity: 0.6493;
  transform: translate(8.5168vw, -10px) scale(0.1759);
  -webkit-animation: fall-190 29s -30s linear infinite;
          animation: fall-190 29s -30s linear infinite;
}

@-webkit-keyframes fall-190 {
  30.954% {
    transform: translate(13.17vw, 30.954vh) scale(0.1759);
  }

  to {
    transform: translate(10.8434vw, 100vh) scale(0.1759);
  }
}

@keyframes fall-190 {
  30.954% {
    transform: translate(13.17vw, 30.954vh) scale(0.1759);
  }

  to {
    transform: translate(10.8434vw, 100vh) scale(0.1759);
  }
}

.snow:nth-child(191) {
  opacity: 0.1257;
  transform: translate(5.6197vw, -10px) scale(0.9453);
  -webkit-animation: fall-191 19s -8s linear infinite;
          animation: fall-191 19s -8s linear infinite;
}

@-webkit-keyframes fall-191 {
  55.27% {
    transform: translate(11.8356vw, 55.27vh) scale(0.9453);
  }

  to {
    transform: translate(8.72765vw, 100vh) scale(0.9453);
  }
}

@keyframes fall-191 {
  55.27% {
    transform: translate(11.8356vw, 55.27vh) scale(0.9453);
  }

  to {
    transform: translate(8.72765vw, 100vh) scale(0.9453);
  }
}

.snow:nth-child(192) {
  opacity: 0.519;
  transform: translate(89.4935vw, -10px) scale(0.4521);
  -webkit-animation: fall-192 20s -24s linear infinite;
          animation: fall-192 20s -24s linear infinite;
}

@-webkit-keyframes fall-192 {
  35.532% {
    transform: translate(83.0403vw, 35.532vh) scale(0.4521);
  }

  to {
    transform: translate(86.2669vw, 100vh) scale(0.4521);
  }
}

@keyframes fall-192 {
  35.532% {
    transform: translate(83.0403vw, 35.532vh) scale(0.4521);
  }

  to {
    transform: translate(86.2669vw, 100vh) scale(0.4521);
  }
}

.snow:nth-child(193) {
  opacity: 0.9024;
  transform: translate(36.7515vw, -10px) scale(0.4226);
  -webkit-animation: fall-193 27s -23s linear infinite;
          animation: fall-193 27s -23s linear infinite;
}

@-webkit-keyframes fall-193 {
  71.785% {
    transform: translate(46.6479vw, 71.785vh) scale(0.4226);
  }

  to {
    transform: translate(41.6997vw, 100vh) scale(0.4226);
  }
}

@keyframes fall-193 {
  71.785% {
    transform: translate(46.6479vw, 71.785vh) scale(0.4226);
  }

  to {
    transform: translate(41.6997vw, 100vh) scale(0.4226);
  }
}

.snow:nth-child(194) {
  opacity: 0.993;
  transform: translate(15.7566vw, -10px) scale(0.5251);
  -webkit-animation: fall-194 12s -21s linear infinite;
          animation: fall-194 12s -21s linear infinite;
}

@-webkit-keyframes fall-194 {
  71.925% {
    transform: translate(6.7015vw, 71.925vh) scale(0.5251);
  }

  to {
    transform: translate(11.22905vw, 100vh) scale(0.5251);
  }
}

@keyframes fall-194 {
  71.925% {
    transform: translate(6.7015vw, 71.925vh) scale(0.5251);
  }

  to {
    transform: translate(11.22905vw, 100vh) scale(0.5251);
  }
}

.snow:nth-child(195) {
  opacity: 0.4587;
  transform: translate(76.8333vw, -10px) scale(0.8516);
  -webkit-animation: fall-195 15s -23s linear infinite;
          animation: fall-195 15s -23s linear infinite;
}

@-webkit-keyframes fall-195 {
  34.433% {
    transform: translate(71.4195vw, 34.433vh) scale(0.8516);
  }

  to {
    transform: translate(74.1264vw, 100vh) scale(0.8516);
  }
}

@keyframes fall-195 {
  34.433% {
    transform: translate(71.4195vw, 34.433vh) scale(0.8516);
  }

  to {
    transform: translate(74.1264vw, 100vh) scale(0.8516);
  }
}

.snow:nth-child(196) {
  opacity: 0.7121;
  transform: translate(89.7696vw, -10px) scale(0.4867);
  -webkit-animation: fall-196 14s -26s linear infinite;
          animation: fall-196 14s -26s linear infinite;
}

@-webkit-keyframes fall-196 {
  43.055% {
    transform: translate(95.4572vw, 43.055vh) scale(0.4867);
  }

  to {
    transform: translate(92.6134vw, 100vh) scale(0.4867);
  }
}

@keyframes fall-196 {
  43.055% {
    transform: translate(95.4572vw, 43.055vh) scale(0.4867);
  }

  to {
    transform: translate(92.6134vw, 100vh) scale(0.4867);
  }
}

.snow:nth-child(197) {
  opacity: 0.7582;
  transform: translate(69.6803vw, -10px) scale(0.0994);
  -webkit-animation: fall-197 16s -11s linear infinite;
          animation: fall-197 16s -11s linear infinite;
}

@-webkit-keyframes fall-197 {
  75.715% {
    transform: translate(77.8032vw, 75.715vh) scale(0.0994);
  }

  to {
    transform: translate(73.74175vw, 100vh) scale(0.0994);
  }
}

@keyframes fall-197 {
  75.715% {
    transform: translate(77.8032vw, 75.715vh) scale(0.0994);
  }

  to {
    transform: translate(73.74175vw, 100vh) scale(0.0994);
  }
}

.snow:nth-child(198) {
  opacity: 0.9812;
  transform: translate(52.5385vw, -10px) scale(0.8841);
  -webkit-animation: fall-198 12s -6s linear infinite;
          animation: fall-198 12s -6s linear infinite;
}

@-webkit-keyframes fall-198 {
  59.153% {
    transform: translate(46.9779vw, 59.153vh) scale(0.8841);
  }

  to {
    transform: translate(49.7582vw, 100vh) scale(0.8841);
  }
}

@keyframes fall-198 {
  59.153% {
    transform: translate(46.9779vw, 59.153vh) scale(0.8841);
  }

  to {
    transform: translate(49.7582vw, 100vh) scale(0.8841);
  }
}

.snow:nth-child(199) {
  opacity: 0.8127;
  transform: translate(36.0931vw, -10px) scale(0.1267);
  -webkit-animation: fall-199 12s -27s linear infinite;
          animation: fall-199 12s -27s linear infinite;
}

@-webkit-keyframes fall-199 {
  50.475% {
    transform: translate(29.0753vw, 50.475vh) scale(0.1267);
  }

  to {
    transform: translate(32.5842vw, 100vh) scale(0.1267);
  }
}

@keyframes fall-199 {
  50.475% {
    transform: translate(29.0753vw, 50.475vh) scale(0.1267);
  }

  to {
    transform: translate(32.5842vw, 100vh) scale(0.1267);
  }
}

.snow:nth-child(200) {
  opacity: 0.4189;
  transform: translate(18.1265vw, -10px) scale(0.2493);
  -webkit-animation: fall-200 20s -28s linear infinite;
          animation: fall-200 20s -28s linear infinite;
}

@-webkit-keyframes fall-200 {
  76.009% {
    transform: translate(24.4661vw, 76.009vh) scale(0.2493);
  }

  to {
    transform: translate(21.2963vw, 100vh) scale(0.2493);
  }
}

@keyframes fall-200 {
  76.009% {
    transform: translate(24.4661vw, 76.009vh) scale(0.2493);
  }

  to {
    transform: translate(21.2963vw, 100vh) scale(0.2493);
  }
}

.snow:nth-child(201) {
  opacity: 0.7884;
  transform: translate(7.4552vw, -10px) scale(0.7974);
  -webkit-animation: fall-201 30s -25s linear infinite;
          animation: fall-201 30s -25s linear infinite;
}

@-webkit-keyframes fall-201 {
  67.766% {
    transform: translate(4.5401vw, 67.766vh) scale(0.7974);
  }

  to {
    transform: translate(5.99765vw, 100vh) scale(0.7974);
  }
}

@keyframes fall-201 {
  67.766% {
    transform: translate(4.5401vw, 67.766vh) scale(0.7974);
  }

  to {
    transform: translate(5.99765vw, 100vh) scale(0.7974);
  }
}

.snow:nth-child(202) {
  opacity: 0.2798;
  transform: translate(16.4479vw, -10px) scale(0.2869);
  -webkit-animation: fall-202 21s -24s linear infinite;
          animation: fall-202 21s -24s linear infinite;
}

@-webkit-keyframes fall-202 {
  33.874% {
    transform: translate(19.7115vw, 33.874vh) scale(0.2869);
  }

  to {
    transform: translate(18.0797vw, 100vh) scale(0.2869);
  }
}

@keyframes fall-202 {
  33.874% {
    transform: translate(19.7115vw, 33.874vh) scale(0.2869);
  }

  to {
    transform: translate(18.0797vw, 100vh) scale(0.2869);
  }
}

.snow:nth-child(203) {
  opacity: 0.5369;
  transform: translate(66.0569vw, -10px) scale(0.9792);
  -webkit-animation: fall-203 28s -18s linear infinite;
          animation: fall-203 28s -18s linear infinite;
}

@-webkit-keyframes fall-203 {
  46.119% {
    transform: translate(63.6825vw, 46.119vh) scale(0.9792);
  }

  to {
    transform: translate(64.8697vw, 100vh) scale(0.9792);
  }
}

@keyframes fall-203 {
  46.119% {
    transform: translate(63.6825vw, 46.119vh) scale(0.9792);
  }

  to {
    transform: translate(64.8697vw, 100vh) scale(0.9792);
  }
}

.snow:nth-child(204) {
  opacity: 0.6127;
  transform: translate(56.4192vw, -10px) scale(0.9957);
  -webkit-animation: fall-204 24s -5s linear infinite;
          animation: fall-204 24s -5s linear infinite;
}

@-webkit-keyframes fall-204 {
  78.208% {
    transform: translate(50.9335vw, 78.208vh) scale(0.9957);
  }

  to {
    transform: translate(53.67635vw, 100vh) scale(0.9957);
  }
}

@keyframes fall-204 {
  78.208% {
    transform: translate(50.9335vw, 78.208vh) scale(0.9957);
  }

  to {
    transform: translate(53.67635vw, 100vh) scale(0.9957);
  }
}

.snow:nth-child(205) {
  opacity: 0.2798;
  transform: translate(32.2601vw, -10px) scale(0.1475);
  -webkit-animation: fall-205 29s -21s linear infinite;
          animation: fall-205 29s -21s linear infinite;
}

@-webkit-keyframes fall-205 {
  36.525% {
    transform: translate(24.6427vw, 36.525vh) scale(0.1475);
  }

  to {
    transform: translate(28.4514vw, 100vh) scale(0.1475);
  }
}

@keyframes fall-205 {
  36.525% {
    transform: translate(24.6427vw, 36.525vh) scale(0.1475);
  }

  to {
    transform: translate(28.4514vw, 100vh) scale(0.1475);
  }
}

.snow:nth-child(206) {
  opacity: 0.4329;
  transform: translate(90.2243vw, -10px) scale(0.2627);
  -webkit-animation: fall-206 18s -19s linear infinite;
          animation: fall-206 18s -19s linear infinite;
}

@-webkit-keyframes fall-206 {
  70.721% {
    transform: translate(91.9499vw, 70.721vh) scale(0.2627);
  }

  to {
    transform: translate(91.0871vw, 100vh) scale(0.2627);
  }
}

@keyframes fall-206 {
  70.721% {
    transform: translate(91.9499vw, 70.721vh) scale(0.2627);
  }

  to {
    transform: translate(91.0871vw, 100vh) scale(0.2627);
  }
}

.snow:nth-child(207) {
  opacity: 0.4231;
  transform: translate(50.486vw, -10px) scale(0.4814);
  -webkit-animation: fall-207 21s -11s linear infinite;
          animation: fall-207 21s -11s linear infinite;
}

@-webkit-keyframes fall-207 {
  52.045% {
    transform: translate(48.2777vw, 52.045vh) scale(0.4814);
  }

  to {
    transform: translate(49.38185vw, 100vh) scale(0.4814);
  }
}

@keyframes fall-207 {
  52.045% {
    transform: translate(48.2777vw, 52.045vh) scale(0.4814);
  }

  to {
    transform: translate(49.38185vw, 100vh) scale(0.4814);
  }
}

.snow:nth-child(208) {
  opacity: 0.4975;
  transform: translate(36.8783vw, -10px) scale(0.9537);
  -webkit-animation: fall-208 16s -18s linear infinite;
          animation: fall-208 16s -18s linear infinite;
}

@-webkit-keyframes fall-208 {
  45.519% {
    transform: translate(36.4182vw, 45.519vh) scale(0.9537);
  }

  to {
    transform: translate(36.64825vw, 100vh) scale(0.9537);
  }
}

@keyframes fall-208 {
  45.519% {
    transform: translate(36.4182vw, 45.519vh) scale(0.9537);
  }

  to {
    transform: translate(36.64825vw, 100vh) scale(0.9537);
  }
}

.snow:nth-child(209) {
  opacity: 0.9968;
  transform: translate(12.6078vw, -10px) scale(0.9487);
  -webkit-animation: fall-209 17s -23s linear infinite;
          animation: fall-209 17s -23s linear infinite;
}

@-webkit-keyframes fall-209 {
  78.721% {
    transform: translate(10.2214vw, 78.721vh) scale(0.9487);
  }

  to {
    transform: translate(11.4146vw, 100vh) scale(0.9487);
  }
}

@keyframes fall-209 {
  78.721% {
    transform: translate(10.2214vw, 78.721vh) scale(0.9487);
  }

  to {
    transform: translate(11.4146vw, 100vh) scale(0.9487);
  }
}

.snow:nth-child(210) {
  opacity: 0.4325;
  transform: translate(46.4324vw, -10px) scale(0.8434);
  -webkit-animation: fall-210 23s -22s linear infinite;
          animation: fall-210 23s -22s linear infinite;
}

@-webkit-keyframes fall-210 {
  67.862% {
    transform: translate(53.5199vw, 67.862vh) scale(0.8434);
  }

  to {
    transform: translate(49.97615vw, 100vh) scale(0.8434);
  }
}

@keyframes fall-210 {
  67.862% {
    transform: translate(53.5199vw, 67.862vh) scale(0.8434);
  }

  to {
    transform: translate(49.97615vw, 100vh) scale(0.8434);
  }
}

.snow:nth-child(211) {
  opacity: 0.9835;
  transform: translate(34.578vw, -10px) scale(0.8878);
  -webkit-animation: fall-211 30s -3s linear infinite;
          animation: fall-211 30s -3s linear infinite;
}

@-webkit-keyframes fall-211 {
  79.814% {
    transform: translate(34.7395vw, 79.814vh) scale(0.8878);
  }

  to {
    transform: translate(34.65875vw, 100vh) scale(0.8878);
  }
}

@keyframes fall-211 {
  79.814% {
    transform: translate(34.7395vw, 79.814vh) scale(0.8878);
  }

  to {
    transform: translate(34.65875vw, 100vh) scale(0.8878);
  }
}

.snow:nth-child(212) {
  opacity: 0.2655;
  transform: translate(69.0971vw, -10px) scale(0.3284);
  -webkit-animation: fall-212 14s -14s linear infinite;
          animation: fall-212 14s -14s linear infinite;
}

@-webkit-keyframes fall-212 {
  55.48% {
    transform: translate(76.476vw, 55.48vh) scale(0.3284);
  }

  to {
    transform: translate(72.78655vw, 100vh) scale(0.3284);
  }
}

@keyframes fall-212 {
  55.48% {
    transform: translate(76.476vw, 55.48vh) scale(0.3284);
  }

  to {
    transform: translate(72.78655vw, 100vh) scale(0.3284);
  }
}

.snow:nth-child(213) {
  opacity: 0.333;
  transform: translate(70.7908vw, -10px) scale(0.4812);
  -webkit-animation: fall-213 17s -19s linear infinite;
          animation: fall-213 17s -19s linear infinite;
}

@-webkit-keyframes fall-213 {
  51.084% {
    transform: translate(63.452vw, 51.084vh) scale(0.4812);
  }

  to {
    transform: translate(67.1214vw, 100vh) scale(0.4812);
  }
}

@keyframes fall-213 {
  51.084% {
    transform: translate(63.452vw, 51.084vh) scale(0.4812);
  }

  to {
    transform: translate(67.1214vw, 100vh) scale(0.4812);
  }
}

.snow:nth-child(214) {
  opacity: 0.6568;
  transform: translate(0.0294vw, -10px) scale(0.5275);
  -webkit-animation: fall-214 16s -25s linear infinite;
          animation: fall-214 16s -25s linear infinite;
}

@-webkit-keyframes fall-214 {
  54.197% {
    transform: translate(-2.3874vw, 54.197vh) scale(0.5275);
  }

  to {
    transform: translate(-1.179vw, 100vh) scale(0.5275);
  }
}

@keyframes fall-214 {
  54.197% {
    transform: translate(-2.3874vw, 54.197vh) scale(0.5275);
  }

  to {
    transform: translate(-1.179vw, 100vh) scale(0.5275);
  }
}

.snow:nth-child(215) {
  opacity: 0.2757;
  transform: translate(83.4762vw, -10px) scale(0.8335);
  -webkit-animation: fall-215 10s -5s linear infinite;
          animation: fall-215 10s -5s linear infinite;
}

@-webkit-keyframes fall-215 {
  38.083% {
    transform: translate(91.7667vw, 38.083vh) scale(0.8335);
  }

  to {
    transform: translate(87.62145vw, 100vh) scale(0.8335);
  }
}

@keyframes fall-215 {
  38.083% {
    transform: translate(91.7667vw, 38.083vh) scale(0.8335);
  }

  to {
    transform: translate(87.62145vw, 100vh) scale(0.8335);
  }
}

.snow:nth-child(216) {
  opacity: 0.8285;
  transform: translate(37.2252vw, -10px) scale(0.4854);
  -webkit-animation: fall-216 23s -4s linear infinite;
          animation: fall-216 23s -4s linear infinite;
}

@-webkit-keyframes fall-216 {
  38.802% {
    transform: translate(39.7525vw, 38.802vh) scale(0.4854);
  }

  to {
    transform: translate(38.48885vw, 100vh) scale(0.4854);
  }
}

@keyframes fall-216 {
  38.802% {
    transform: translate(39.7525vw, 38.802vh) scale(0.4854);
  }

  to {
    transform: translate(38.48885vw, 100vh) scale(0.4854);
  }
}

.snow:nth-child(217) {
  opacity: 0.1094;
  transform: translate(60.7636vw, -10px) scale(0.9648);
  -webkit-animation: fall-217 19s -6s linear infinite;
          animation: fall-217 19s -6s linear infinite;
}

@-webkit-keyframes fall-217 {
  36.736% {
    transform: translate(57.931vw, 36.736vh) scale(0.9648);
  }

  to {
    transform: translate(59.3473vw, 100vh) scale(0.9648);
  }
}

@keyframes fall-217 {
  36.736% {
    transform: translate(57.931vw, 36.736vh) scale(0.9648);
  }

  to {
    transform: translate(59.3473vw, 100vh) scale(0.9648);
  }
}

.snow:nth-child(218) {
  opacity: 0.4731;
  transform: translate(94.8202vw, -10px) scale(0.4399);
  -webkit-animation: fall-218 25s -21s linear infinite;
          animation: fall-218 25s -21s linear infinite;
}

@-webkit-keyframes fall-218 {
  34.84% {
    transform: translate(102.9225vw, 34.84vh) scale(0.4399);
  }

  to {
    transform: translate(98.87135vw, 100vh) scale(0.4399);
  }
}

@keyframes fall-218 {
  34.84% {
    transform: translate(102.9225vw, 34.84vh) scale(0.4399);
  }

  to {
    transform: translate(98.87135vw, 100vh) scale(0.4399);
  }
}

.snow:nth-child(219) {
  opacity: 0.6514;
  transform: translate(35.4241vw, -10px) scale(0.7272);
  -webkit-animation: fall-219 26s -29s linear infinite;
          animation: fall-219 26s -29s linear infinite;
}

@-webkit-keyframes fall-219 {
  77.978% {
    transform: translate(34.9017vw, 77.978vh) scale(0.7272);
  }

  to {
    transform: translate(35.1629vw, 100vh) scale(0.7272);
  }
}

@keyframes fall-219 {
  77.978% {
    transform: translate(34.9017vw, 77.978vh) scale(0.7272);
  }

  to {
    transform: translate(35.1629vw, 100vh) scale(0.7272);
  }
}

.snow:nth-child(220) {
  opacity: 0.7776;
  transform: translate(5.2986vw, -10px) scale(0.4195);
  -webkit-animation: fall-220 28s -15s linear infinite;
          animation: fall-220 28s -15s linear infinite;
}

@-webkit-keyframes fall-220 {
  76.238% {
    transform: translate(-3.5108vw, 76.238vh) scale(0.4195);
  }

  to {
    transform: translate(0.8939vw, 100vh) scale(0.4195);
  }
}

@keyframes fall-220 {
  76.238% {
    transform: translate(-3.5108vw, 76.238vh) scale(0.4195);
  }

  to {
    transform: translate(0.8939vw, 100vh) scale(0.4195);
  }
}

.snow:nth-child(221) {
  opacity: 0.8174;
  transform: translate(62.3118vw, -10px) scale(0.7532);
  -webkit-animation: fall-221 29s -19s linear infinite;
          animation: fall-221 29s -19s linear infinite;
}

@-webkit-keyframes fall-221 {
  34.229% {
    transform: translate(71.7464vw, 34.229vh) scale(0.7532);
  }

  to {
    transform: translate(67.0291vw, 100vh) scale(0.7532);
  }
}

@keyframes fall-221 {
  34.229% {
    transform: translate(71.7464vw, 34.229vh) scale(0.7532);
  }

  to {
    transform: translate(67.0291vw, 100vh) scale(0.7532);
  }
}

.snow:nth-child(222) {
  opacity: 0.9005;
  transform: translate(47.5958vw, -10px) scale(0.4809);
  -webkit-animation: fall-222 10s -11s linear infinite;
          animation: fall-222 10s -11s linear infinite;
}

@-webkit-keyframes fall-222 {
  79.049% {
    transform: translate(42.6161vw, 79.049vh) scale(0.4809);
  }

  to {
    transform: translate(45.10595vw, 100vh) scale(0.4809);
  }
}

@keyframes fall-222 {
  79.049% {
    transform: translate(42.6161vw, 79.049vh) scale(0.4809);
  }

  to {
    transform: translate(45.10595vw, 100vh) scale(0.4809);
  }
}

.snow:nth-child(223) {
  opacity: 0.9551;
  transform: translate(18.5333vw, -10px) scale(0.8365);
  -webkit-animation: fall-223 29s -20s linear infinite;
          animation: fall-223 29s -20s linear infinite;
}

@-webkit-keyframes fall-223 {
  48.76% {
    transform: translate(21.5302vw, 48.76vh) scale(0.8365);
  }

  to {
    transform: translate(20.03175vw, 100vh) scale(0.8365);
  }
}

@keyframes fall-223 {
  48.76% {
    transform: translate(21.5302vw, 48.76vh) scale(0.8365);
  }

  to {
    transform: translate(20.03175vw, 100vh) scale(0.8365);
  }
}

.snow:nth-child(224) {
  opacity: 0.0108;
  transform: translate(95.6405vw, -10px) scale(0.1528);
  -webkit-animation: fall-224 21s -15s linear infinite;
          animation: fall-224 21s -15s linear infinite;
}

@-webkit-keyframes fall-224 {
  78.326% {
    transform: translate(88.3841vw, 78.326vh) scale(0.1528);
  }

  to {
    transform: translate(92.0123vw, 100vh) scale(0.1528);
  }
}

@keyframes fall-224 {
  78.326% {
    transform: translate(88.3841vw, 78.326vh) scale(0.1528);
  }

  to {
    transform: translate(92.0123vw, 100vh) scale(0.1528);
  }
}

.snow:nth-child(225) {
  opacity: 0.961;
  transform: translate(58.1085vw, -10px) scale(0.6398);
  -webkit-animation: fall-225 18s -5s linear infinite;
          animation: fall-225 18s -5s linear infinite;
}

@-webkit-keyframes fall-225 {
  32.537% {
    transform: translate(54.3886vw, 32.537vh) scale(0.6398);
  }

  to {
    transform: translate(56.24855vw, 100vh) scale(0.6398);
  }
}

@keyframes fall-225 {
  32.537% {
    transform: translate(54.3886vw, 32.537vh) scale(0.6398);
  }

  to {
    transform: translate(56.24855vw, 100vh) scale(0.6398);
  }
}

.snow:nth-child(226) {
  opacity: 0.6594;
  transform: translate(2.2913vw, -10px) scale(0.4994);
  -webkit-animation: fall-226 27s -29s linear infinite;
          animation: fall-226 27s -29s linear infinite;
}

@-webkit-keyframes fall-226 {
  74.946% {
    transform: translate(-4.8158vw, 74.946vh) scale(0.4994);
  }

  to {
    transform: translate(-1.26225vw, 100vh) scale(0.4994);
  }
}

@keyframes fall-226 {
  74.946% {
    transform: translate(-4.8158vw, 74.946vh) scale(0.4994);
  }

  to {
    transform: translate(-1.26225vw, 100vh) scale(0.4994);
  }
}

.snow:nth-child(227) {
  opacity: 0.4112;
  transform: translate(7.367vw, -10px) scale(0.4224);
  -webkit-animation: fall-227 12s -1s linear infinite;
          animation: fall-227 12s -1s linear infinite;
}

@-webkit-keyframes fall-227 {
  49.366% {
    transform: translate(3.6172vw, 49.366vh) scale(0.4224);
  }

  to {
    transform: translate(5.4921vw, 100vh) scale(0.4224);
  }
}

@keyframes fall-227 {
  49.366% {
    transform: translate(3.6172vw, 49.366vh) scale(0.4224);
  }

  to {
    transform: translate(5.4921vw, 100vh) scale(0.4224);
  }
}

.snow:nth-child(228) {
  opacity: 0.277;
  transform: translate(19.4072vw, -10px) scale(0.3656);
  -webkit-animation: fall-228 14s -13s linear infinite;
          animation: fall-228 14s -13s linear infinite;
}

@-webkit-keyframes fall-228 {
  56.823% {
    transform: translate(28.0515vw, 56.823vh) scale(0.3656);
  }

  to {
    transform: translate(23.72935vw, 100vh) scale(0.3656);
  }
}

@keyframes fall-228 {
  56.823% {
    transform: translate(28.0515vw, 56.823vh) scale(0.3656);
  }

  to {
    transform: translate(23.72935vw, 100vh) scale(0.3656);
  }
}

.snow:nth-child(229) {
  opacity: 0.0378;
  transform: translate(66.1237vw, -10px) scale(0.1811);
  -webkit-animation: fall-229 12s -25s linear infinite;
          animation: fall-229 12s -25s linear infinite;
}

@-webkit-keyframes fall-229 {
  31.313% {
    transform: translate(56.883vw, 31.313vh) scale(0.1811);
  }

  to {
    transform: translate(61.50335vw, 100vh) scale(0.1811);
  }
}

@keyframes fall-229 {
  31.313% {
    transform: translate(56.883vw, 31.313vh) scale(0.1811);
  }

  to {
    transform: translate(61.50335vw, 100vh) scale(0.1811);
  }
}

.snow:nth-child(230) {
  opacity: 0.4562;
  transform: translate(30.2729vw, -10px) scale(0.1391);
  -webkit-animation: fall-230 22s -24s linear infinite;
          animation: fall-230 22s -24s linear infinite;
}

@-webkit-keyframes fall-230 {
  32.875% {
    transform: translate(21.7288vw, 32.875vh) scale(0.1391);
  }

  to {
    transform: translate(26.00085vw, 100vh) scale(0.1391);
  }
}

@keyframes fall-230 {
  32.875% {
    transform: translate(21.7288vw, 32.875vh) scale(0.1391);
  }

  to {
    transform: translate(26.00085vw, 100vh) scale(0.1391);
  }
}

.snow:nth-child(231) {
  opacity: 0.1347;
  transform: translate(11.0602vw, -10px) scale(0.1495);
  -webkit-animation: fall-231 24s -17s linear infinite;
          animation: fall-231 24s -17s linear infinite;
}

@-webkit-keyframes fall-231 {
  63.139% {
    transform: translate(12.4909vw, 63.139vh) scale(0.1495);
  }

  to {
    transform: translate(11.77555vw, 100vh) scale(0.1495);
  }
}

@keyframes fall-231 {
  63.139% {
    transform: translate(12.4909vw, 63.139vh) scale(0.1495);
  }

  to {
    transform: translate(11.77555vw, 100vh) scale(0.1495);
  }
}

.snow:nth-child(232) {
  opacity: 0.5689;
  transform: translate(39.7709vw, -10px) scale(0.8243);
  -webkit-animation: fall-232 24s -26s linear infinite;
          animation: fall-232 24s -26s linear infinite;
}

@-webkit-keyframes fall-232 {
  50.467% {
    transform: translate(39.5465vw, 50.467vh) scale(0.8243);
  }

  to {
    transform: translate(39.6587vw, 100vh) scale(0.8243);
  }
}

@keyframes fall-232 {
  50.467% {
    transform: translate(39.5465vw, 50.467vh) scale(0.8243);
  }

  to {
    transform: translate(39.6587vw, 100vh) scale(0.8243);
  }
}

.snow:nth-child(233) {
  opacity: 0.6495;
  transform: translate(3.3442vw, -10px) scale(0.616);
  -webkit-animation: fall-233 30s -28s linear infinite;
          animation: fall-233 30s -28s linear infinite;
}

@-webkit-keyframes fall-233 {
  74.408% {
    transform: translate(3.6366vw, 74.408vh) scale(0.616);
  }

  to {
    transform: translate(3.4904vw, 100vh) scale(0.616);
  }
}

@keyframes fall-233 {
  74.408% {
    transform: translate(3.6366vw, 74.408vh) scale(0.616);
  }

  to {
    transform: translate(3.4904vw, 100vh) scale(0.616);
  }
}

.snow:nth-child(234) {
  opacity: 0.9487;
  transform: translate(20.6068vw, -10px) scale(0.022);
  -webkit-animation: fall-234 29s -26s linear infinite;
          animation: fall-234 29s -26s linear infinite;
}

@-webkit-keyframes fall-234 {
  56.035% {
    transform: translate(28.1306vw, 56.035vh) scale(0.022);
  }

  to {
    transform: translate(24.3687vw, 100vh) scale(0.022);
  }
}

@keyframes fall-234 {
  56.035% {
    transform: translate(28.1306vw, 56.035vh) scale(0.022);
  }

  to {
    transform: translate(24.3687vw, 100vh) scale(0.022);
  }
}

.snow:nth-child(235) {
  opacity: 0.5002;
  transform: translate(23.5588vw, -10px) scale(0.916);
  -webkit-animation: fall-235 16s -15s linear infinite;
          animation: fall-235 16s -15s linear infinite;
}

@-webkit-keyframes fall-235 {
  53.597% {
    transform: translate(18.0655vw, 53.597vh) scale(0.916);
  }

  to {
    transform: translate(20.81215vw, 100vh) scale(0.916);
  }
}

@keyframes fall-235 {
  53.597% {
    transform: translate(18.0655vw, 53.597vh) scale(0.916);
  }

  to {
    transform: translate(20.81215vw, 100vh) scale(0.916);
  }
}

.snow:nth-child(236) {
  opacity: 0.4388;
  transform: translate(96.3654vw, -10px) scale(0.2163);
  -webkit-animation: fall-236 13s -4s linear infinite;
          animation: fall-236 13s -4s linear infinite;
}

@-webkit-keyframes fall-236 {
  50.484% {
    transform: translate(87.1975vw, 50.484vh) scale(0.2163);
  }

  to {
    transform: translate(91.78145vw, 100vh) scale(0.2163);
  }
}

@keyframes fall-236 {
  50.484% {
    transform: translate(87.1975vw, 50.484vh) scale(0.2163);
  }

  to {
    transform: translate(91.78145vw, 100vh) scale(0.2163);
  }
}

.snow:nth-child(237) {
  opacity: 0.1624;
  transform: translate(89.7012vw, -10px) scale(0.6136);
  -webkit-animation: fall-237 22s -2s linear infinite;
          animation: fall-237 22s -2s linear infinite;
}

@-webkit-keyframes fall-237 {
  46.284% {
    transform: translate(81.6133vw, 46.284vh) scale(0.6136);
  }

  to {
    transform: translate(85.65725vw, 100vh) scale(0.6136);
  }
}

@keyframes fall-237 {
  46.284% {
    transform: translate(81.6133vw, 46.284vh) scale(0.6136);
  }

  to {
    transform: translate(85.65725vw, 100vh) scale(0.6136);
  }
}

.snow:nth-child(238) {
  opacity: 0.3846;
  transform: translate(8.2783vw, -10px) scale(0.9712);
  -webkit-animation: fall-238 30s -2s linear infinite;
          animation: fall-238 30s -2s linear infinite;
}

@-webkit-keyframes fall-238 {
  33.617% {
    transform: translate(-1.5995vw, 33.617vh) scale(0.9712);
  }

  to {
    transform: translate(3.3394vw, 100vh) scale(0.9712);
  }
}

@keyframes fall-238 {
  33.617% {
    transform: translate(-1.5995vw, 33.617vh) scale(0.9712);
  }

  to {
    transform: translate(3.3394vw, 100vh) scale(0.9712);
  }
}

.snow:nth-child(239) {
  opacity: 0.7768;
  transform: translate(88.9563vw, -10px) scale(0.9528);
  -webkit-animation: fall-239 19s -9s linear infinite;
          animation: fall-239 19s -9s linear infinite;
}

@-webkit-keyframes fall-239 {
  39.518% {
    transform: translate(85.9107vw, 39.518vh) scale(0.9528);
  }

  to {
    transform: translate(87.4335vw, 100vh) scale(0.9528);
  }
}

@keyframes fall-239 {
  39.518% {
    transform: translate(85.9107vw, 39.518vh) scale(0.9528);
  }

  to {
    transform: translate(87.4335vw, 100vh) scale(0.9528);
  }
}

.snow:nth-child(240) {
  opacity: 0.5696;
  transform: translate(57.5431vw, -10px) scale(0.4813);
  -webkit-animation: fall-240 24s -21s linear infinite;
          animation: fall-240 24s -21s linear infinite;
}

@-webkit-keyframes fall-240 {
  41.532% {
    transform: translate(47.9732vw, 41.532vh) scale(0.4813);
  }

  to {
    transform: translate(52.75815vw, 100vh) scale(0.4813);
  }
}

@keyframes fall-240 {
  41.532% {
    transform: translate(47.9732vw, 41.532vh) scale(0.4813);
  }

  to {
    transform: translate(52.75815vw, 100vh) scale(0.4813);
  }
}

.snow:nth-child(241) {
  opacity: 0.799;
  transform: translate(13.5151vw, -10px) scale(0.0217);
  -webkit-animation: fall-241 30s -21s linear infinite;
          animation: fall-241 30s -21s linear infinite;
}

@-webkit-keyframes fall-241 {
  51.477% {
    transform: translate(5.3742vw, 51.477vh) scale(0.0217);
  }

  to {
    transform: translate(9.44465vw, 100vh) scale(0.0217);
  }
}

@keyframes fall-241 {
  51.477% {
    transform: translate(5.3742vw, 51.477vh) scale(0.0217);
  }

  to {
    transform: translate(9.44465vw, 100vh) scale(0.0217);
  }
}

.snow:nth-child(242) {
  opacity: 0.5476;
  transform: translate(43.2941vw, -10px) scale(0.7428);
  -webkit-animation: fall-242 15s -25s linear infinite;
          animation: fall-242 15s -25s linear infinite;
}

@-webkit-keyframes fall-242 {
  39.137% {
    transform: translate(34.7334vw, 39.137vh) scale(0.7428);
  }

  to {
    transform: translate(39.01375vw, 100vh) scale(0.7428);
  }
}

@keyframes fall-242 {
  39.137% {
    transform: translate(34.7334vw, 39.137vh) scale(0.7428);
  }

  to {
    transform: translate(39.01375vw, 100vh) scale(0.7428);
  }
}

.snow:nth-child(243) {
  opacity: 0.8114;
  transform: translate(57.8336vw, -10px) scale(0.2113);
  -webkit-animation: fall-243 20s -26s linear infinite;
          animation: fall-243 20s -26s linear infinite;
}

@-webkit-keyframes fall-243 {
  79.496% {
    transform: translate(56.074vw, 79.496vh) scale(0.2113);
  }

  to {
    transform: translate(56.9538vw, 100vh) scale(0.2113);
  }
}

@keyframes fall-243 {
  79.496% {
    transform: translate(56.074vw, 79.496vh) scale(0.2113);
  }

  to {
    transform: translate(56.9538vw, 100vh) scale(0.2113);
  }
}

.snow:nth-child(244) {
  opacity: 0.0681;
  transform: translate(8.8151vw, -10px) scale(0.4699);
  -webkit-animation: fall-244 22s -22s linear infinite;
          animation: fall-244 22s -22s linear infinite;
}

@-webkit-keyframes fall-244 {
  30.687% {
    transform: translate(17.6946vw, 30.687vh) scale(0.4699);
  }

  to {
    transform: translate(13.25485vw, 100vh) scale(0.4699);
  }
}

@keyframes fall-244 {
  30.687% {
    transform: translate(17.6946vw, 30.687vh) scale(0.4699);
  }

  to {
    transform: translate(13.25485vw, 100vh) scale(0.4699);
  }
}

.snow:nth-child(245) {
  opacity: 0.8674;
  transform: translate(45.114vw, -10px) scale(0.545);
  -webkit-animation: fall-245 27s -19s linear infinite;
          animation: fall-245 27s -19s linear infinite;
}

@-webkit-keyframes fall-245 {
  73.394% {
    transform: translate(50.6042vw, 73.394vh) scale(0.545);
  }

  to {
    transform: translate(47.8591vw, 100vh) scale(0.545);
  }
}

@keyframes fall-245 {
  73.394% {
    transform: translate(50.6042vw, 73.394vh) scale(0.545);
  }

  to {
    transform: translate(47.8591vw, 100vh) scale(0.545);
  }
}

.snow:nth-child(246) {
  opacity: 0.1705;
  transform: translate(82.9829vw, -10px) scale(0.7394);
  -webkit-animation: fall-246 11s -4s linear infinite;
          animation: fall-246 11s -4s linear infinite;
}

@-webkit-keyframes fall-246 {
  76.41% {
    transform: translate(84.483vw, 76.41vh) scale(0.7394);
  }

  to {
    transform: translate(83.73295vw, 100vh) scale(0.7394);
  }
}

@keyframes fall-246 {
  76.41% {
    transform: translate(84.483vw, 76.41vh) scale(0.7394);
  }

  to {
    transform: translate(83.73295vw, 100vh) scale(0.7394);
  }
}

.snow:nth-child(247) {
  opacity: 0.705;
  transform: translate(15.4724vw, -10px) scale(0.7421);
  -webkit-animation: fall-247 13s -11s linear infinite;
          animation: fall-247 13s -11s linear infinite;
}

@-webkit-keyframes fall-247 {
  40.548% {
    transform: translate(23.3488vw, 40.548vh) scale(0.7421);
  }

  to {
    transform: translate(19.4106vw, 100vh) scale(0.7421);
  }
}

@keyframes fall-247 {
  40.548% {
    transform: translate(23.3488vw, 40.548vh) scale(0.7421);
  }

  to {
    transform: translate(19.4106vw, 100vh) scale(0.7421);
  }
}

.snow:nth-child(248) {
  opacity: 0.5233;
  transform: translate(32.8737vw, -10px) scale(0.5151);
  -webkit-animation: fall-248 30s -11s linear infinite;
          animation: fall-248 30s -11s linear infinite;
}

@-webkit-keyframes fall-248 {
  50.696% {
    transform: translate(35.8286vw, 50.696vh) scale(0.5151);
  }

  to {
    transform: translate(34.35115vw, 100vh) scale(0.5151);
  }
}

@keyframes fall-248 {
  50.696% {
    transform: translate(35.8286vw, 50.696vh) scale(0.5151);
  }

  to {
    transform: translate(34.35115vw, 100vh) scale(0.5151);
  }
}

.snow:nth-child(249) {
  opacity: 0.167;
  transform: translate(36.6245vw, -10px) scale(0.5046);
  -webkit-animation: fall-249 26s -11s linear infinite;
          animation: fall-249 26s -11s linear infinite;
}

@-webkit-keyframes fall-249 {
  40.908% {
    transform: translate(44.5562vw, 40.908vh) scale(0.5046);
  }

  to {
    transform: translate(40.59035vw, 100vh) scale(0.5046);
  }
}

@keyframes fall-249 {
  40.908% {
    transform: translate(44.5562vw, 40.908vh) scale(0.5046);
  }

  to {
    transform: translate(40.59035vw, 100vh) scale(0.5046);
  }
}

.snow:nth-child(250) {
  opacity: 0.8442;
  transform: translate(77.278vw, -10px) scale(0.3051);
  -webkit-animation: fall-250 11s -28s linear infinite;
          animation: fall-250 11s -28s linear infinite;
}

@-webkit-keyframes fall-250 {
  74.078% {
    transform: translate(84.2267vw, 74.078vh) scale(0.3051);
  }

  to {
    transform: translate(80.75235vw, 100vh) scale(0.3051);
  }
}

@keyframes fall-250 {
  74.078% {
    transform: translate(84.2267vw, 74.078vh) scale(0.3051);
  }

  to {
    transform: translate(80.75235vw, 100vh) scale(0.3051);
  }
}

.snow:nth-child(251) {
  opacity: 0.7749;
  transform: translate(10.3592vw, -10px) scale(0.0827);
  -webkit-animation: fall-251 19s -18s linear infinite;
          animation: fall-251 19s -18s linear infinite;
}

@-webkit-keyframes fall-251 {
  41.052% {
    transform: translate(8.0394vw, 41.052vh) scale(0.0827);
  }

  to {
    transform: translate(9.1993vw, 100vh) scale(0.0827);
  }
}

@keyframes fall-251 {
  41.052% {
    transform: translate(8.0394vw, 41.052vh) scale(0.0827);
  }

  to {
    transform: translate(9.1993vw, 100vh) scale(0.0827);
  }
}

.snow:nth-child(252) {
  opacity: 0.4676;
  transform: translate(33.5298vw, -10px) scale(0.8177);
  -webkit-animation: fall-252 16s -18s linear infinite;
          animation: fall-252 16s -18s linear infinite;
}

@-webkit-keyframes fall-252 {
  43.49% {
    transform: translate(29.0355vw, 43.49vh) scale(0.8177);
  }

  to {
    transform: translate(31.28265vw, 100vh) scale(0.8177);
  }
}

@keyframes fall-252 {
  43.49% {
    transform: translate(29.0355vw, 43.49vh) scale(0.8177);
  }

  to {
    transform: translate(31.28265vw, 100vh) scale(0.8177);
  }
}

.snow:nth-child(253) {
  opacity: 0.8606;
  transform: translate(57.9689vw, -10px) scale(0.2828);
  -webkit-animation: fall-253 10s -10s linear infinite;
          animation: fall-253 10s -10s linear infinite;
}

@-webkit-keyframes fall-253 {
  52.186% {
    transform: translate(60.7364vw, 52.186vh) scale(0.2828);
  }

  to {
    transform: translate(59.35265vw, 100vh) scale(0.2828);
  }
}

@keyframes fall-253 {
  52.186% {
    transform: translate(60.7364vw, 52.186vh) scale(0.2828);
  }

  to {
    transform: translate(59.35265vw, 100vh) scale(0.2828);
  }
}

.snow:nth-child(254) {
  opacity: 0.914;
  transform: translate(72.4978vw, -10px) scale(0.3357);
  -webkit-animation: fall-254 25s -3s linear infinite;
          animation: fall-254 25s -3s linear infinite;
}

@-webkit-keyframes fall-254 {
  31.066% {
    transform: translate(75.3933vw, 31.066vh) scale(0.3357);
  }

  to {
    transform: translate(73.94555vw, 100vh) scale(0.3357);
  }
}

@keyframes fall-254 {
  31.066% {
    transform: translate(75.3933vw, 31.066vh) scale(0.3357);
  }

  to {
    transform: translate(73.94555vw, 100vh) scale(0.3357);
  }
}

.snow:nth-child(255) {
  opacity: 0.2712;
  transform: translate(31.1023vw, -10px) scale(0.5868);
  -webkit-animation: fall-255 16s -27s linear infinite;
          animation: fall-255 16s -27s linear infinite;
}

@-webkit-keyframes fall-255 {
  33.649% {
    transform: translate(34.5255vw, 33.649vh) scale(0.5868);
  }

  to {
    transform: translate(32.8139vw, 100vh) scale(0.5868);
  }
}

@keyframes fall-255 {
  33.649% {
    transform: translate(34.5255vw, 33.649vh) scale(0.5868);
  }

  to {
    transform: translate(32.8139vw, 100vh) scale(0.5868);
  }
}

.snow:nth-child(256) {
  opacity: 0.0425;
  transform: translate(84.6863vw, -10px) scale(0.9044);
  -webkit-animation: fall-256 27s -26s linear infinite;
          animation: fall-256 27s -26s linear infinite;
}

@-webkit-keyframes fall-256 {
  38.936% {
    transform: translate(90.4006vw, 38.936vh) scale(0.9044);
  }

  to {
    transform: translate(87.54345vw, 100vh) scale(0.9044);
  }
}

@keyframes fall-256 {
  38.936% {
    transform: translate(90.4006vw, 38.936vh) scale(0.9044);
  }

  to {
    transform: translate(87.54345vw, 100vh) scale(0.9044);
  }
}

.snow:nth-child(257) {
  opacity: 0.5688;
  transform: translate(18.8459vw, -10px) scale(0.23);
  -webkit-animation: fall-257 28s -10s linear infinite;
          animation: fall-257 28s -10s linear infinite;
}

@-webkit-keyframes fall-257 {
  52.697% {
    transform: translate(18.614vw, 52.697vh) scale(0.23);
  }

  to {
    transform: translate(18.72995vw, 100vh) scale(0.23);
  }
}

@keyframes fall-257 {
  52.697% {
    transform: translate(18.614vw, 52.697vh) scale(0.23);
  }

  to {
    transform: translate(18.72995vw, 100vh) scale(0.23);
  }
}

.snow:nth-child(258) {
  opacity: 0.1359;
  transform: translate(86.9493vw, -10px) scale(0.1701);
  -webkit-animation: fall-258 13s -16s linear infinite;
          animation: fall-258 13s -16s linear infinite;
}

@-webkit-keyframes fall-258 {
  30.333% {
    transform: translate(77.674vw, 30.333vh) scale(0.1701);
  }

  to {
    transform: translate(82.31165vw, 100vh) scale(0.1701);
  }
}

@keyframes fall-258 {
  30.333% {
    transform: translate(77.674vw, 30.333vh) scale(0.1701);
  }

  to {
    transform: translate(82.31165vw, 100vh) scale(0.1701);
  }
}

.snow:nth-child(259) {
  opacity: 0.6;
  transform: translate(97.1729vw, -10px) scale(0.0911);
  -webkit-animation: fall-259 28s -1s linear infinite;
          animation: fall-259 28s -1s linear infinite;
}

@-webkit-keyframes fall-259 {
  53.907% {
    transform: translate(105.4928vw, 53.907vh) scale(0.0911);
  }

  to {
    transform: translate(101.33285vw, 100vh) scale(0.0911);
  }
}

@keyframes fall-259 {
  53.907% {
    transform: translate(105.4928vw, 53.907vh) scale(0.0911);
  }

  to {
    transform: translate(101.33285vw, 100vh) scale(0.0911);
  }
}

.snow:nth-child(260) {
  opacity: 0.6839;
  transform: translate(63.4329vw, -10px) scale(0.6417);
  -webkit-animation: fall-260 17s -25s linear infinite;
          animation: fall-260 17s -25s linear infinite;
}

@-webkit-keyframes fall-260 {
  50.782% {
    transform: translate(64.6148vw, 50.782vh) scale(0.6417);
  }

  to {
    transform: translate(64.02385vw, 100vh) scale(0.6417);
  }
}

@keyframes fall-260 {
  50.782% {
    transform: translate(64.6148vw, 50.782vh) scale(0.6417);
  }

  to {
    transform: translate(64.02385vw, 100vh) scale(0.6417);
  }
}

.snow:nth-child(261) {
  opacity: 0.9002;
  transform: translate(72.8314vw, -10px) scale(0.6813);
  -webkit-animation: fall-261 10s -18s linear infinite;
          animation: fall-261 10s -18s linear infinite;
}

@-webkit-keyframes fall-261 {
  45.373% {
    transform: translate(69.1045vw, 45.373vh) scale(0.6813);
  }

  to {
    transform: translate(70.96795vw, 100vh) scale(0.6813);
  }
}

@keyframes fall-261 {
  45.373% {
    transform: translate(69.1045vw, 45.373vh) scale(0.6813);
  }

  to {
    transform: translate(70.96795vw, 100vh) scale(0.6813);
  }
}

.snow:nth-child(262) {
  opacity: 0.4885;
  transform: translate(18.8254vw, -10px) scale(0.0295);
  -webkit-animation: fall-262 20s -28s linear infinite;
          animation: fall-262 20s -28s linear infinite;
}

@-webkit-keyframes fall-262 {
  37.16% {
    transform: translate(20.8891vw, 37.16vh) scale(0.0295);
  }

  to {
    transform: translate(19.85725vw, 100vh) scale(0.0295);
  }
}

@keyframes fall-262 {
  37.16% {
    transform: translate(20.8891vw, 37.16vh) scale(0.0295);
  }

  to {
    transform: translate(19.85725vw, 100vh) scale(0.0295);
  }
}

.snow:nth-child(263) {
  opacity: 0.8219;
  transform: translate(47.3344vw, -10px) scale(0.8795);
  -webkit-animation: fall-263 22s -21s linear infinite;
          animation: fall-263 22s -21s linear infinite;
}

@-webkit-keyframes fall-263 {
  34.013% {
    transform: translate(45.2994vw, 34.013vh) scale(0.8795);
  }

  to {
    transform: translate(46.3169vw, 100vh) scale(0.8795);
  }
}

@keyframes fall-263 {
  34.013% {
    transform: translate(45.2994vw, 34.013vh) scale(0.8795);
  }

  to {
    transform: translate(46.3169vw, 100vh) scale(0.8795);
  }
}

.snow:nth-child(264) {
  opacity: 0.6137;
  transform: translate(20.8746vw, -10px) scale(0.6473);
  -webkit-animation: fall-264 20s -15s linear infinite;
          animation: fall-264 20s -15s linear infinite;
}

@-webkit-keyframes fall-264 {
  65.94% {
    transform: translate(21.8481vw, 65.94vh) scale(0.6473);
  }

  to {
    transform: translate(21.36135vw, 100vh) scale(0.6473);
  }
}

@keyframes fall-264 {
  65.94% {
    transform: translate(21.8481vw, 65.94vh) scale(0.6473);
  }

  to {
    transform: translate(21.36135vw, 100vh) scale(0.6473);
  }
}

.snow:nth-child(265) {
  opacity: 0.1352;
  transform: translate(88.7901vw, -10px) scale(0.6281);
  -webkit-animation: fall-265 12s -3s linear infinite;
          animation: fall-265 12s -3s linear infinite;
}

@-webkit-keyframes fall-265 {
  51.698% {
    transform: translate(86.7452vw, 51.698vh) scale(0.6281);
  }

  to {
    transform: translate(87.76765vw, 100vh) scale(0.6281);
  }
}

@keyframes fall-265 {
  51.698% {
    transform: translate(86.7452vw, 51.698vh) scale(0.6281);
  }

  to {
    transform: translate(87.76765vw, 100vh) scale(0.6281);
  }
}

.snow:nth-child(266) {
  opacity: 0.5299;
  transform: translate(73.4204vw, -10px) scale(0.7753);
  -webkit-animation: fall-266 10s -22s linear infinite;
          animation: fall-266 10s -22s linear infinite;
}

@-webkit-keyframes fall-266 {
  52.167% {
    transform: translate(82.9003vw, 52.167vh) scale(0.7753);
  }

  to {
    transform: translate(78.16035vw, 100vh) scale(0.7753);
  }
}

@keyframes fall-266 {
  52.167% {
    transform: translate(82.9003vw, 52.167vh) scale(0.7753);
  }

  to {
    transform: translate(78.16035vw, 100vh) scale(0.7753);
  }
}

.snow:nth-child(267) {
  opacity: 0.7253;
  transform: translate(12.0101vw, -10px) scale(0.1701);
  -webkit-animation: fall-267 29s -19s linear infinite;
          animation: fall-267 29s -19s linear infinite;
}

@-webkit-keyframes fall-267 {
  58.709% {
    transform: translate(15.4777vw, 58.709vh) scale(0.1701);
  }

  to {
    transform: translate(13.7439vw, 100vh) scale(0.1701);
  }
}

@keyframes fall-267 {
  58.709% {
    transform: translate(15.4777vw, 58.709vh) scale(0.1701);
  }

  to {
    transform: translate(13.7439vw, 100vh) scale(0.1701);
  }
}

.snow:nth-child(268) {
  opacity: 0.0177;
  transform: translate(12.6201vw, -10px) scale(0.0789);
  -webkit-animation: fall-268 12s -9s linear infinite;
          animation: fall-268 12s -9s linear infinite;
}

@-webkit-keyframes fall-268 {
  72.448% {
    transform: translate(19.0896vw, 72.448vh) scale(0.0789);
  }

  to {
    transform: translate(15.85485vw, 100vh) scale(0.0789);
  }
}

@keyframes fall-268 {
  72.448% {
    transform: translate(19.0896vw, 72.448vh) scale(0.0789);
  }

  to {
    transform: translate(15.85485vw, 100vh) scale(0.0789);
  }
}

.snow:nth-child(269) {
  opacity: 0.3874;
  transform: translate(51.5122vw, -10px) scale(0.6038);
  -webkit-animation: fall-269 19s -7s linear infinite;
          animation: fall-269 19s -7s linear infinite;
}

@-webkit-keyframes fall-269 {
  35.127% {
    transform: translate(60.3998vw, 35.127vh) scale(0.6038);
  }

  to {
    transform: translate(55.956vw, 100vh) scale(0.6038);
  }
}

@keyframes fall-269 {
  35.127% {
    transform: translate(60.3998vw, 35.127vh) scale(0.6038);
  }

  to {
    transform: translate(55.956vw, 100vh) scale(0.6038);
  }
}

.snow:nth-child(270) {
  opacity: 0.7588;
  transform: translate(87.7204vw, -10px) scale(0.1197);
  -webkit-animation: fall-270 26s -25s linear infinite;
          animation: fall-270 26s -25s linear infinite;
}

@-webkit-keyframes fall-270 {
  57.834% {
    transform: translate(85.0914vw, 57.834vh) scale(0.1197);
  }

  to {
    transform: translate(86.4059vw, 100vh) scale(0.1197);
  }
}

@keyframes fall-270 {
  57.834% {
    transform: translate(85.0914vw, 57.834vh) scale(0.1197);
  }

  to {
    transform: translate(86.4059vw, 100vh) scale(0.1197);
  }
}

.snow:nth-child(271) {
  opacity: 0.0602;
  transform: translate(40.7433vw, -10px) scale(0.0825);
  -webkit-animation: fall-271 25s -2s linear infinite;
          animation: fall-271 25s -2s linear infinite;
}

@-webkit-keyframes fall-271 {
  42.018% {
    transform: translate(47.7412vw, 42.018vh) scale(0.0825);
  }

  to {
    transform: translate(44.24225vw, 100vh) scale(0.0825);
  }
}

@keyframes fall-271 {
  42.018% {
    transform: translate(47.7412vw, 42.018vh) scale(0.0825);
  }

  to {
    transform: translate(44.24225vw, 100vh) scale(0.0825);
  }
}

.snow:nth-child(272) {
  opacity: 0.2659;
  transform: translate(75.2566vw, -10px) scale(0.3679);
  -webkit-animation: fall-272 17s -11s linear infinite;
          animation: fall-272 17s -11s linear infinite;
}

@-webkit-keyframes fall-272 {
  36.112% {
    transform: translate(73.4044vw, 36.112vh) scale(0.3679);
  }

  to {
    transform: translate(74.3305vw, 100vh) scale(0.3679);
  }
}

@keyframes fall-272 {
  36.112% {
    transform: translate(73.4044vw, 36.112vh) scale(0.3679);
  }

  to {
    transform: translate(74.3305vw, 100vh) scale(0.3679);
  }
}

.snow:nth-child(273) {
  opacity: 0.6505;
  transform: translate(6.1748vw, -10px) scale(0.6141);
  -webkit-animation: fall-273 18s -26s linear infinite;
          animation: fall-273 18s -26s linear infinite;
}

@-webkit-keyframes fall-273 {
  66.924% {
    transform: translate(8.8945vw, 66.924vh) scale(0.6141);
  }

  to {
    transform: translate(7.53465vw, 100vh) scale(0.6141);
  }
}

@keyframes fall-273 {
  66.924% {
    transform: translate(8.8945vw, 66.924vh) scale(0.6141);
  }

  to {
    transform: translate(7.53465vw, 100vh) scale(0.6141);
  }
}

.snow:nth-child(274) {
  opacity: 0.6434;
  transform: translate(33.8879vw, -10px) scale(0.9247);
  -webkit-animation: fall-274 24s -17s linear infinite;
          animation: fall-274 24s -17s linear infinite;
}

@-webkit-keyframes fall-274 {
  77.385% {
    transform: translate(43.0355vw, 77.385vh) scale(0.9247);
  }

  to {
    transform: translate(38.4617vw, 100vh) scale(0.9247);
  }
}

@keyframes fall-274 {
  77.385% {
    transform: translate(43.0355vw, 77.385vh) scale(0.9247);
  }

  to {
    transform: translate(38.4617vw, 100vh) scale(0.9247);
  }
}

.snow:nth-child(275) {
  opacity: 0.9243;
  transform: translate(69.5448vw, -10px) scale(0.8646);
  -webkit-animation: fall-275 18s -15s linear infinite;
          animation: fall-275 18s -15s linear infinite;
}

@-webkit-keyframes fall-275 {
  74.905% {
    transform: translate(79.2023vw, 74.905vh) scale(0.8646);
  }

  to {
    transform: translate(74.37355vw, 100vh) scale(0.8646);
  }
}

@keyframes fall-275 {
  74.905% {
    transform: translate(79.2023vw, 74.905vh) scale(0.8646);
  }

  to {
    transform: translate(74.37355vw, 100vh) scale(0.8646);
  }
}

.snow:nth-child(276) {
  opacity: 0.9404;
  transform: translate(62.0394vw, -10px) scale(0.7548);
  -webkit-animation: fall-276 24s -4s linear infinite;
          animation: fall-276 24s -4s linear infinite;
}

@-webkit-keyframes fall-276 {
  32.045% {
    transform: translate(71.0246vw, 32.045vh) scale(0.7548);
  }

  to {
    transform: translate(66.532vw, 100vh) scale(0.7548);
  }
}

@keyframes fall-276 {
  32.045% {
    transform: translate(71.0246vw, 32.045vh) scale(0.7548);
  }

  to {
    transform: translate(66.532vw, 100vh) scale(0.7548);
  }
}

.snow:nth-child(277) {
  opacity: 0.951;
  transform: translate(65.4423vw, -10px) scale(0.547);
  -webkit-animation: fall-277 24s -12s linear infinite;
          animation: fall-277 24s -12s linear infinite;
}

@-webkit-keyframes fall-277 {
  58.556% {
    transform: translate(64.1674vw, 58.556vh) scale(0.547);
  }

  to {
    transform: translate(64.80485vw, 100vh) scale(0.547);
  }
}

@keyframes fall-277 {
  58.556% {
    transform: translate(64.1674vw, 58.556vh) scale(0.547);
  }

  to {
    transform: translate(64.80485vw, 100vh) scale(0.547);
  }
}

.snow:nth-child(278) {
  opacity: 0.3901;
  transform: translate(44.2447vw, -10px) scale(0.0339);
  -webkit-animation: fall-278 25s -28s linear infinite;
          animation: fall-278 25s -28s linear infinite;
}

@-webkit-keyframes fall-278 {
  43.663% {
    transform: translate(40.5965vw, 43.663vh) scale(0.0339);
  }

  to {
    transform: translate(42.4206vw, 100vh) scale(0.0339);
  }
}

@keyframes fall-278 {
  43.663% {
    transform: translate(40.5965vw, 43.663vh) scale(0.0339);
  }

  to {
    transform: translate(42.4206vw, 100vh) scale(0.0339);
  }
}

.snow:nth-child(279) {
  opacity: 0.2763;
  transform: translate(98.9291vw, -10px) scale(0.3703);
  -webkit-animation: fall-279 10s -17s linear infinite;
          animation: fall-279 10s -17s linear infinite;
}

@-webkit-keyframes fall-279 {
  79.42% {
    transform: translate(93.7886vw, 79.42vh) scale(0.3703);
  }

  to {
    transform: translate(96.35885vw, 100vh) scale(0.3703);
  }
}

@keyframes fall-279 {
  79.42% {
    transform: translate(93.7886vw, 79.42vh) scale(0.3703);
  }

  to {
    transform: translate(96.35885vw, 100vh) scale(0.3703);
  }
}

.snow:nth-child(280) {
  opacity: 0.1253;
  transform: translate(29.3007vw, -10px) scale(0.5279);
  -webkit-animation: fall-280 28s -2s linear infinite;
          animation: fall-280 28s -2s linear infinite;
}

@-webkit-keyframes fall-280 {
  41.22% {
    transform: translate(38.944vw, 41.22vh) scale(0.5279);
  }

  to {
    transform: translate(34.12235vw, 100vh) scale(0.5279);
  }
}

@keyframes fall-280 {
  41.22% {
    transform: translate(38.944vw, 41.22vh) scale(0.5279);
  }

  to {
    transform: translate(34.12235vw, 100vh) scale(0.5279);
  }
}

.snow:nth-child(281) {
  opacity: 0.526;
  transform: translate(26.6731vw, -10px) scale(0.5373);
  -webkit-animation: fall-281 14s -8s linear infinite;
          animation: fall-281 14s -8s linear infinite;
}

@-webkit-keyframes fall-281 {
  62.657% {
    transform: translate(30.33vw, 62.657vh) scale(0.5373);
  }

  to {
    transform: translate(28.50155vw, 100vh) scale(0.5373);
  }
}

@keyframes fall-281 {
  62.657% {
    transform: translate(30.33vw, 62.657vh) scale(0.5373);
  }

  to {
    transform: translate(28.50155vw, 100vh) scale(0.5373);
  }
}

.snow:nth-child(282) {
  opacity: 0.7537;
  transform: translate(84.5481vw, -10px) scale(0.4095);
  -webkit-animation: fall-282 14s -24s linear infinite;
          animation: fall-282 14s -24s linear infinite;
}

@-webkit-keyframes fall-282 {
  32.416% {
    transform: translate(76.0452vw, 32.416vh) scale(0.4095);
  }

  to {
    transform: translate(80.29665vw, 100vh) scale(0.4095);
  }
}

@keyframes fall-282 {
  32.416% {
    transform: translate(76.0452vw, 32.416vh) scale(0.4095);
  }

  to {
    transform: translate(80.29665vw, 100vh) scale(0.4095);
  }
}

.snow:nth-child(283) {
  opacity: 0.8213;
  transform: translate(18.107vw, -10px) scale(0.3725);
  -webkit-animation: fall-283 16s -26s linear infinite;
          animation: fall-283 16s -26s linear infinite;
}

@-webkit-keyframes fall-283 {
  38.675% {
    transform: translate(22.9078vw, 38.675vh) scale(0.3725);
  }

  to {
    transform: translate(20.5074vw, 100vh) scale(0.3725);
  }
}

@keyframes fall-283 {
  38.675% {
    transform: translate(22.9078vw, 38.675vh) scale(0.3725);
  }

  to {
    transform: translate(20.5074vw, 100vh) scale(0.3725);
  }
}

.snow:nth-child(284) {
  opacity: 0.1999;
  transform: translate(6.8487vw, -10px) scale(0.3705);
  -webkit-animation: fall-284 13s -30s linear infinite;
          animation: fall-284 13s -30s linear infinite;
}

@-webkit-keyframes fall-284 {
  42.732% {
    transform: translate(6.5618vw, 42.732vh) scale(0.3705);
  }

  to {
    transform: translate(6.70525vw, 100vh) scale(0.3705);
  }
}

@keyframes fall-284 {
  42.732% {
    transform: translate(6.5618vw, 42.732vh) scale(0.3705);
  }

  to {
    transform: translate(6.70525vw, 100vh) scale(0.3705);
  }
}

.snow:nth-child(285) {
  opacity: 0.6485;
  transform: translate(58.8767vw, -10px) scale(0.229);
  -webkit-animation: fall-285 20s -22s linear infinite;
          animation: fall-285 20s -22s linear infinite;
}

@-webkit-keyframes fall-285 {
  60.009% {
    transform: translate(68.6367vw, 60.009vh) scale(0.229);
  }

  to {
    transform: translate(63.7567vw, 100vh) scale(0.229);
  }
}

@keyframes fall-285 {
  60.009% {
    transform: translate(68.6367vw, 60.009vh) scale(0.229);
  }

  to {
    transform: translate(63.7567vw, 100vh) scale(0.229);
  }
}

.snow:nth-child(286) {
  opacity: 0.7543;
  transform: translate(16.1313vw, -10px) scale(0.7165);
  -webkit-animation: fall-286 29s -23s linear infinite;
          animation: fall-286 29s -23s linear infinite;
}

@-webkit-keyframes fall-286 {
  46.727% {
    transform: translate(7.3668vw, 46.727vh) scale(0.7165);
  }

  to {
    transform: translate(11.74905vw, 100vh) scale(0.7165);
  }
}

@keyframes fall-286 {
  46.727% {
    transform: translate(7.3668vw, 46.727vh) scale(0.7165);
  }

  to {
    transform: translate(11.74905vw, 100vh) scale(0.7165);
  }
}

.snow:nth-child(287) {
  opacity: 0.0313;
  transform: translate(87.8479vw, -10px) scale(0.8484);
  -webkit-animation: fall-287 25s -24s linear infinite;
          animation: fall-287 25s -24s linear infinite;
}

@-webkit-keyframes fall-287 {
  57.625% {
    transform: translate(80.4035vw, 57.625vh) scale(0.8484);
  }

  to {
    transform: translate(84.1257vw, 100vh) scale(0.8484);
  }
}

@keyframes fall-287 {
  57.625% {
    transform: translate(80.4035vw, 57.625vh) scale(0.8484);
  }

  to {
    transform: translate(84.1257vw, 100vh) scale(0.8484);
  }
}

.snow:nth-child(288) {
  opacity: 0.7002;
  transform: translate(57.3192vw, -10px) scale(0.2762);
  -webkit-animation: fall-288 14s -15s linear infinite;
          animation: fall-288 14s -15s linear infinite;
}

@-webkit-keyframes fall-288 {
  77.389% {
    transform: translate(56.1596vw, 77.389vh) scale(0.2762);
  }

  to {
    transform: translate(56.7394vw, 100vh) scale(0.2762);
  }
}

@keyframes fall-288 {
  77.389% {
    transform: translate(56.1596vw, 77.389vh) scale(0.2762);
  }

  to {
    transform: translate(56.7394vw, 100vh) scale(0.2762);
  }
}

.snow:nth-child(289) {
  opacity: 0.3089;
  transform: translate(77.7809vw, -10px) scale(0.0378);
  -webkit-animation: fall-289 30s -7s linear infinite;
          animation: fall-289 30s -7s linear infinite;
}

@-webkit-keyframes fall-289 {
  61.539% {
    transform: translate(81.8259vw, 61.539vh) scale(0.0378);
  }

  to {
    transform: translate(79.8034vw, 100vh) scale(0.0378);
  }
}

@keyframes fall-289 {
  61.539% {
    transform: translate(81.8259vw, 61.539vh) scale(0.0378);
  }

  to {
    transform: translate(79.8034vw, 100vh) scale(0.0378);
  }
}

.snow:nth-child(290) {
  opacity: 0.815;
  transform: translate(3.4657vw, -10px) scale(0.4307);
  -webkit-animation: fall-290 23s -29s linear infinite;
          animation: fall-290 23s -29s linear infinite;
}

@-webkit-keyframes fall-290 {
  57.908% {
    transform: translate(2.5793vw, 57.908vh) scale(0.4307);
  }

  to {
    transform: translate(3.0225vw, 100vh) scale(0.4307);
  }
}

@keyframes fall-290 {
  57.908% {
    transform: translate(2.5793vw, 57.908vh) scale(0.4307);
  }

  to {
    transform: translate(3.0225vw, 100vh) scale(0.4307);
  }
}

.snow:nth-child(291) {
  opacity: 0.2818;
  transform: translate(11.2837vw, -10px) scale(0.5254);
  -webkit-animation: fall-291 23s -17s linear infinite;
          animation: fall-291 23s -17s linear infinite;
}

@-webkit-keyframes fall-291 {
  53.123% {
    transform: translate(20.9393vw, 53.123vh) scale(0.5254);
  }

  to {
    transform: translate(16.1115vw, 100vh) scale(0.5254);
  }
}

@keyframes fall-291 {
  53.123% {
    transform: translate(20.9393vw, 53.123vh) scale(0.5254);
  }

  to {
    transform: translate(16.1115vw, 100vh) scale(0.5254);
  }
}

.snow:nth-child(292) {
  opacity: 0.8792;
  transform: translate(81.9223vw, -10px) scale(0.2164);
  -webkit-animation: fall-292 10s -29s linear infinite;
          animation: fall-292 10s -29s linear infinite;
}

@-webkit-keyframes fall-292 {
  64.144% {
    transform: translate(72.4111vw, 64.144vh) scale(0.2164);
  }

  to {
    transform: translate(77.1667vw, 100vh) scale(0.2164);
  }
}

@keyframes fall-292 {
  64.144% {
    transform: translate(72.4111vw, 64.144vh) scale(0.2164);
  }

  to {
    transform: translate(77.1667vw, 100vh) scale(0.2164);
  }
}

.snow:nth-child(293) {
  opacity: 0.9879;
  transform: translate(5.218vw, -10px) scale(0.6722);
  -webkit-animation: fall-293 13s -4s linear infinite;
          animation: fall-293 13s -4s linear infinite;
}

@-webkit-keyframes fall-293 {
  69.977% {
    transform: translate(11.7784vw, 69.977vh) scale(0.6722);
  }

  to {
    transform: translate(8.4982vw, 100vh) scale(0.6722);
  }
}

@keyframes fall-293 {
  69.977% {
    transform: translate(11.7784vw, 69.977vh) scale(0.6722);
  }

  to {
    transform: translate(8.4982vw, 100vh) scale(0.6722);
  }
}

.snow:nth-child(294) {
  opacity: 0.9761;
  transform: translate(65.9739vw, -10px) scale(0.7273);
  -webkit-animation: fall-294 23s -27s linear infinite;
          animation: fall-294 23s -27s linear infinite;
}

@-webkit-keyframes fall-294 {
  34.077% {
    transform: translate(60.3931vw, 34.077vh) scale(0.7273);
  }

  to {
    transform: translate(63.1835vw, 100vh) scale(0.7273);
  }
}

@keyframes fall-294 {
  34.077% {
    transform: translate(60.3931vw, 34.077vh) scale(0.7273);
  }

  to {
    transform: translate(63.1835vw, 100vh) scale(0.7273);
  }
}

.snow:nth-child(295) {
  opacity: 0.853;
  transform: translate(75.5198vw, -10px) scale(0.8937);
  -webkit-animation: fall-295 28s -20s linear infinite;
          animation: fall-295 28s -20s linear infinite;
}

@-webkit-keyframes fall-295 {
  63.104% {
    transform: translate(73.0036vw, 63.104vh) scale(0.8937);
  }

  to {
    transform: translate(74.2617vw, 100vh) scale(0.8937);
  }
}

@keyframes fall-295 {
  63.104% {
    transform: translate(73.0036vw, 63.104vh) scale(0.8937);
  }

  to {
    transform: translate(74.2617vw, 100vh) scale(0.8937);
  }
}

.snow:nth-child(296) {
  opacity: 0.77;
  transform: translate(12.2625vw, -10px) scale(0.997);
  -webkit-animation: fall-296 30s -14s linear infinite;
          animation: fall-296 30s -14s linear infinite;
}

@-webkit-keyframes fall-296 {
  33.085% {
    transform: translate(14.8432vw, 33.085vh) scale(0.997);
  }

  to {
    transform: translate(13.55285vw, 100vh) scale(0.997);
  }
}

@keyframes fall-296 {
  33.085% {
    transform: translate(14.8432vw, 33.085vh) scale(0.997);
  }

  to {
    transform: translate(13.55285vw, 100vh) scale(0.997);
  }
}

.snow:nth-child(297) {
  opacity: 0.7569;
  transform: translate(47.7967vw, -10px) scale(0.9804);
  -webkit-animation: fall-297 21s -5s linear infinite;
          animation: fall-297 21s -5s linear infinite;
}

@-webkit-keyframes fall-297 {
  39.018% {
    transform: translate(51.1896vw, 39.018vh) scale(0.9804);
  }

  to {
    transform: translate(49.49315vw, 100vh) scale(0.9804);
  }
}

@keyframes fall-297 {
  39.018% {
    transform: translate(51.1896vw, 39.018vh) scale(0.9804);
  }

  to {
    transform: translate(49.49315vw, 100vh) scale(0.9804);
  }
}

.snow:nth-child(298) {
  opacity: 0.4419;
  transform: translate(16.8692vw, -10px) scale(0.9058);
  -webkit-animation: fall-298 21s -17s linear infinite;
          animation: fall-298 21s -17s linear infinite;
}

@-webkit-keyframes fall-298 {
  50.949% {
    transform: translate(18.0577vw, 50.949vh) scale(0.9058);
  }

  to {
    transform: translate(17.46345vw, 100vh) scale(0.9058);
  }
}

@keyframes fall-298 {
  50.949% {
    transform: translate(18.0577vw, 50.949vh) scale(0.9058);
  }

  to {
    transform: translate(17.46345vw, 100vh) scale(0.9058);
  }
}

.snow:nth-child(299) {
  opacity: 0.857;
  transform: translate(71.6462vw, -10px) scale(0.4287);
  -webkit-animation: fall-299 12s -27s linear infinite;
          animation: fall-299 12s -27s linear infinite;
}

@-webkit-keyframes fall-299 {
  48.262% {
    transform: translate(74.5481vw, 48.262vh) scale(0.4287);
  }

  to {
    transform: translate(73.09715vw, 100vh) scale(0.4287);
  }
}

@keyframes fall-299 {
  48.262% {
    transform: translate(74.5481vw, 48.262vh) scale(0.4287);
  }

  to {
    transform: translate(73.09715vw, 100vh) scale(0.4287);
  }
}

.snow:nth-child(300) {
  opacity: 0.8482;
  transform: translate(35.6426vw, -10px) scale(0.5053);
  -webkit-animation: fall-300 29s -25s linear infinite;
          animation: fall-300 29s -25s linear infinite;
}

@-webkit-keyframes fall-300 {
  65.812% {
    transform: translate(33.6984vw, 65.812vh) scale(0.5053);
  }

  to {
    transform: translate(34.6705vw, 100vh) scale(0.5053);
  }
}

@keyframes fall-300 {
  65.812% {
    transform: translate(33.6984vw, 65.812vh) scale(0.5053);
  }

  to {
    transform: translate(34.6705vw, 100vh) scale(0.5053);
  }
}

.snow:nth-child(301) {
  opacity: 0.8552;
  transform: translate(21.4721vw, -10px) scale(0.2306);
  -webkit-animation: fall-301 13s -24s linear infinite;
          animation: fall-301 13s -24s linear infinite;
}

@-webkit-keyframes fall-301 {
  70.738% {
    transform: translate(29.3862vw, 70.738vh) scale(0.2306);
  }

  to {
    transform: translate(25.42915vw, 100vh) scale(0.2306);
  }
}

@keyframes fall-301 {
  70.738% {
    transform: translate(29.3862vw, 70.738vh) scale(0.2306);
  }

  to {
    transform: translate(25.42915vw, 100vh) scale(0.2306);
  }
}

.snow:nth-child(302) {
  opacity: 0.7852;
  transform: translate(1.7645vw, -10px) scale(0.7145);
  -webkit-animation: fall-302 23s -22s linear infinite;
          animation: fall-302 23s -22s linear infinite;
}

@-webkit-keyframes fall-302 {
  73.584% {
    transform: translate(5.2382vw, 73.584vh) scale(0.7145);
  }

  to {
    transform: translate(3.50135vw, 100vh) scale(0.7145);
  }
}

@keyframes fall-302 {
  73.584% {
    transform: translate(5.2382vw, 73.584vh) scale(0.7145);
  }

  to {
    transform: translate(3.50135vw, 100vh) scale(0.7145);
  }
}

.snow:nth-child(303) {
  opacity: 0.4681;
  transform: translate(63.255vw, -10px) scale(0.7061);
  -webkit-animation: fall-303 26s -22s linear infinite;
          animation: fall-303 26s -22s linear infinite;
}

@-webkit-keyframes fall-303 {
  41.377% {
    transform: translate(66.7712vw, 41.377vh) scale(0.7061);
  }

  to {
    transform: translate(65.0131vw, 100vh) scale(0.7061);
  }
}

@keyframes fall-303 {
  41.377% {
    transform: translate(66.7712vw, 41.377vh) scale(0.7061);
  }

  to {
    transform: translate(65.0131vw, 100vh) scale(0.7061);
  }
}

.snow:nth-child(304) {
  opacity: 0.9704;
  transform: translate(78.7438vw, -10px) scale(0.5103);
  -webkit-animation: fall-304 13s -21s linear infinite;
          animation: fall-304 13s -21s linear infinite;
}

@-webkit-keyframes fall-304 {
  73.396% {
    transform: translate(76.7489vw, 73.396vh) scale(0.5103);
  }

  to {
    transform: translate(77.74635vw, 100vh) scale(0.5103);
  }
}

@keyframes fall-304 {
  73.396% {
    transform: translate(76.7489vw, 73.396vh) scale(0.5103);
  }

  to {
    transform: translate(77.74635vw, 100vh) scale(0.5103);
  }
}

.snow:nth-child(305) {
  opacity: 0.071;
  transform: translate(21.2112vw, -10px) scale(0.1821);
  -webkit-animation: fall-305 30s -29s linear infinite;
          animation: fall-305 30s -29s linear infinite;
}

@-webkit-keyframes fall-305 {
  71.905% {
    transform: translate(27.6569vw, 71.905vh) scale(0.1821);
  }

  to {
    transform: translate(24.43405vw, 100vh) scale(0.1821);
  }
}

@keyframes fall-305 {
  71.905% {
    transform: translate(27.6569vw, 71.905vh) scale(0.1821);
  }

  to {
    transform: translate(24.43405vw, 100vh) scale(0.1821);
  }
}

.snow:nth-child(306) {
  opacity: 0.2629;
  transform: translate(8.2216vw, -10px) scale(0.0209);
  -webkit-animation: fall-306 20s -20s linear infinite;
          animation: fall-306 20s -20s linear infinite;
}

@-webkit-keyframes fall-306 {
  48.614% {
    transform: translate(9.0832vw, 48.614vh) scale(0.0209);
  }

  to {
    transform: translate(8.6524vw, 100vh) scale(0.0209);
  }
}

@keyframes fall-306 {
  48.614% {
    transform: translate(9.0832vw, 48.614vh) scale(0.0209);
  }

  to {
    transform: translate(8.6524vw, 100vh) scale(0.0209);
  }
}

.snow:nth-child(307) {
  opacity: 0.7237;
  transform: translate(29.4144vw, -10px) scale(0.8895);
  -webkit-animation: fall-307 12s -16s linear infinite;
          animation: fall-307 12s -16s linear infinite;
}

@-webkit-keyframes fall-307 {
  61.288% {
    transform: translate(24.6117vw, 61.288vh) scale(0.8895);
  }

  to {
    transform: translate(27.01305vw, 100vh) scale(0.8895);
  }
}

@keyframes fall-307 {
  61.288% {
    transform: translate(24.6117vw, 61.288vh) scale(0.8895);
  }

  to {
    transform: translate(27.01305vw, 100vh) scale(0.8895);
  }
}

.snow:nth-child(308) {
  opacity: 0.5194;
  transform: translate(48.4016vw, -10px) scale(0.0661);
  -webkit-animation: fall-308 12s -16s linear infinite;
          animation: fall-308 12s -16s linear infinite;
}

@-webkit-keyframes fall-308 {
  66.684% {
    transform: translate(51.1062vw, 66.684vh) scale(0.0661);
  }

  to {
    transform: translate(49.7539vw, 100vh) scale(0.0661);
  }
}

@keyframes fall-308 {
  66.684% {
    transform: translate(51.1062vw, 66.684vh) scale(0.0661);
  }

  to {
    transform: translate(49.7539vw, 100vh) scale(0.0661);
  }
}

.snow:nth-child(309) {
  opacity: 0.5424;
  transform: translate(9.7923vw, -10px) scale(0.232);
  -webkit-animation: fall-309 28s -10s linear infinite;
          animation: fall-309 28s -10s linear infinite;
}

@-webkit-keyframes fall-309 {
  49.452% {
    transform: translate(10.7525vw, 49.452vh) scale(0.232);
  }

  to {
    transform: translate(10.2724vw, 100vh) scale(0.232);
  }
}

@keyframes fall-309 {
  49.452% {
    transform: translate(10.7525vw, 49.452vh) scale(0.232);
  }

  to {
    transform: translate(10.2724vw, 100vh) scale(0.232);
  }
}

.snow:nth-child(310) {
  opacity: 0.9066;
  transform: translate(45.3463vw, -10px) scale(0.5923);
  -webkit-animation: fall-310 17s -23s linear infinite;
          animation: fall-310 17s -23s linear infinite;
}

@-webkit-keyframes fall-310 {
  50.6% {
    transform: translate(36.7837vw, 50.6vh) scale(0.5923);
  }

  to {
    transform: translate(41.065vw, 100vh) scale(0.5923);
  }
}

@keyframes fall-310 {
  50.6% {
    transform: translate(36.7837vw, 50.6vh) scale(0.5923);
  }

  to {
    transform: translate(41.065vw, 100vh) scale(0.5923);
  }
}

.snow:nth-child(311) {
  opacity: 0.4021;
  transform: translate(73.9175vw, -10px) scale(0.889);
  -webkit-animation: fall-311 29s -17s linear infinite;
          animation: fall-311 29s -17s linear infinite;
}

@-webkit-keyframes fall-311 {
  63.695% {
    transform: translate(71.9209vw, 63.695vh) scale(0.889);
  }

  to {
    transform: translate(72.9192vw, 100vh) scale(0.889);
  }
}

@keyframes fall-311 {
  63.695% {
    transform: translate(71.9209vw, 63.695vh) scale(0.889);
  }

  to {
    transform: translate(72.9192vw, 100vh) scale(0.889);
  }
}

.snow:nth-child(312) {
  opacity: 0.4724;
  transform: translate(9.8291vw, -10px) scale(0.4874);
  -webkit-animation: fall-312 25s -23s linear infinite;
          animation: fall-312 25s -23s linear infinite;
}

@-webkit-keyframes fall-312 {
  75.38% {
    transform: translate(5.7154vw, 75.38vh) scale(0.4874);
  }

  to {
    transform: translate(7.77225vw, 100vh) scale(0.4874);
  }
}

@keyframes fall-312 {
  75.38% {
    transform: translate(5.7154vw, 75.38vh) scale(0.4874);
  }

  to {
    transform: translate(7.77225vw, 100vh) scale(0.4874);
  }
}

.snow:nth-child(313) {
  opacity: 0.2601;
  transform: translate(12.3965vw, -10px) scale(0.3021);
  -webkit-animation: fall-313 19s -7s linear infinite;
          animation: fall-313 19s -7s linear infinite;
}

@-webkit-keyframes fall-313 {
  56.999% {
    transform: translate(6.8833vw, 56.999vh) scale(0.3021);
  }

  to {
    transform: translate(9.6399vw, 100vh) scale(0.3021);
  }
}

@keyframes fall-313 {
  56.999% {
    transform: translate(6.8833vw, 56.999vh) scale(0.3021);
  }

  to {
    transform: translate(9.6399vw, 100vh) scale(0.3021);
  }
}

.snow:nth-child(314) {
  opacity: 0.9127;
  transform: translate(38.9285vw, -10px) scale(0.02);
  -webkit-animation: fall-314 17s -27s linear infinite;
          animation: fall-314 17s -27s linear infinite;
}

@-webkit-keyframes fall-314 {
  45.744% {
    transform: translate(38.7241vw, 45.744vh) scale(0.02);
  }

  to {
    transform: translate(38.8263vw, 100vh) scale(0.02);
  }
}

@keyframes fall-314 {
  45.744% {
    transform: translate(38.7241vw, 45.744vh) scale(0.02);
  }

  to {
    transform: translate(38.8263vw, 100vh) scale(0.02);
  }
}

.snow:nth-child(315) {
  opacity: 0.4458;
  transform: translate(95.4057vw, -10px) scale(0.5073);
  -webkit-animation: fall-315 18s -17s linear infinite;
          animation: fall-315 18s -17s linear infinite;
}

@-webkit-keyframes fall-315 {
  45.046% {
    transform: translate(91.9679vw, 45.046vh) scale(0.5073);
  }

  to {
    transform: translate(93.6868vw, 100vh) scale(0.5073);
  }
}

@keyframes fall-315 {
  45.046% {
    transform: translate(91.9679vw, 45.046vh) scale(0.5073);
  }

  to {
    transform: translate(93.6868vw, 100vh) scale(0.5073);
  }
}

.snow:nth-child(316) {
  opacity: 0.9685;
  transform: translate(92.5267vw, -10px) scale(0.3467);
  -webkit-animation: fall-316 30s -15s linear infinite;
          animation: fall-316 30s -15s linear infinite;
}

@-webkit-keyframes fall-316 {
  60.275% {
    transform: translate(97.1891vw, 60.275vh) scale(0.3467);
  }

  to {
    transform: translate(94.8579vw, 100vh) scale(0.3467);
  }
}

@keyframes fall-316 {
  60.275% {
    transform: translate(97.1891vw, 60.275vh) scale(0.3467);
  }

  to {
    transform: translate(94.8579vw, 100vh) scale(0.3467);
  }
}

.snow:nth-child(317) {
  opacity: 0.3033;
  transform: translate(31.8344vw, -10px) scale(0.4191);
  -webkit-animation: fall-317 11s -29s linear infinite;
          animation: fall-317 11s -29s linear infinite;
}

@-webkit-keyframes fall-317 {
  75.646% {
    transform: translate(41.1968vw, 75.646vh) scale(0.4191);
  }

  to {
    transform: translate(36.5156vw, 100vh) scale(0.4191);
  }
}

@keyframes fall-317 {
  75.646% {
    transform: translate(41.1968vw, 75.646vh) scale(0.4191);
  }

  to {
    transform: translate(36.5156vw, 100vh) scale(0.4191);
  }
}

.snow:nth-child(318) {
  opacity: 0.0274;
  transform: translate(18.4932vw, -10px) scale(0.797);
  -webkit-animation: fall-318 14s -21s linear infinite;
          animation: fall-318 14s -21s linear infinite;
}

@-webkit-keyframes fall-318 {
  75.315% {
    transform: translate(18.1162vw, 75.315vh) scale(0.797);
  }

  to {
    transform: translate(18.3047vw, 100vh) scale(0.797);
  }
}

@keyframes fall-318 {
  75.315% {
    transform: translate(18.1162vw, 75.315vh) scale(0.797);
  }

  to {
    transform: translate(18.3047vw, 100vh) scale(0.797);
  }
}

.snow:nth-child(319) {
  opacity: 0.7778;
  transform: translate(59.6918vw, -10px) scale(0.7864);
  -webkit-animation: fall-319 11s -24s linear infinite;
          animation: fall-319 11s -24s linear infinite;
}

@-webkit-keyframes fall-319 {
  75.814% {
    transform: translate(62.0853vw, 75.814vh) scale(0.7864);
  }

  to {
    transform: translate(60.88855vw, 100vh) scale(0.7864);
  }
}

@keyframes fall-319 {
  75.814% {
    transform: translate(62.0853vw, 75.814vh) scale(0.7864);
  }

  to {
    transform: translate(60.88855vw, 100vh) scale(0.7864);
  }
}

.snow:nth-child(320) {
  opacity: 0.3839;
  transform: translate(51.982vw, -10px) scale(0.5453);
  -webkit-animation: fall-320 20s -27s linear infinite;
          animation: fall-320 20s -27s linear infinite;
}

@-webkit-keyframes fall-320 {
  61.291% {
    transform: translate(52.1033vw, 61.291vh) scale(0.5453);
  }

  to {
    transform: translate(52.04265vw, 100vh) scale(0.5453);
  }
}

@keyframes fall-320 {
  61.291% {
    transform: translate(52.1033vw, 61.291vh) scale(0.5453);
  }

  to {
    transform: translate(52.04265vw, 100vh) scale(0.5453);
  }
}

.snow:nth-child(321) {
  opacity: 0.2641;
  transform: translate(99.2716vw, -10px) scale(0.0802);
  -webkit-animation: fall-321 28s -24s linear infinite;
          animation: fall-321 28s -24s linear infinite;
}

@-webkit-keyframes fall-321 {
  73.813% {
    transform: translate(100.3357vw, 73.813vh) scale(0.0802);
  }

  to {
    transform: translate(99.80365vw, 100vh) scale(0.0802);
  }
}

@keyframes fall-321 {
  73.813% {
    transform: translate(100.3357vw, 73.813vh) scale(0.0802);
  }

  to {
    transform: translate(99.80365vw, 100vh) scale(0.0802);
  }
}

.snow:nth-child(322) {
  opacity: 0.2936;
  transform: translate(36.7141vw, -10px) scale(0.8892);
  -webkit-animation: fall-322 18s -27s linear infinite;
          animation: fall-322 18s -27s linear infinite;
}

@-webkit-keyframes fall-322 {
  72.344% {
    transform: translate(28.3419vw, 72.344vh) scale(0.8892);
  }

  to {
    transform: translate(32.528vw, 100vh) scale(0.8892);
  }
}

@keyframes fall-322 {
  72.344% {
    transform: translate(28.3419vw, 72.344vh) scale(0.8892);
  }

  to {
    transform: translate(32.528vw, 100vh) scale(0.8892);
  }
}

.snow:nth-child(323) {
  opacity: 0.6157;
  transform: translate(95.608vw, -10px) scale(0.0726);
  -webkit-animation: fall-323 24s -23s linear infinite;
          animation: fall-323 24s -23s linear infinite;
}

@-webkit-keyframes fall-323 {
  45.08% {
    transform: translate(104.9503vw, 45.08vh) scale(0.0726);
  }

  to {
    transform: translate(100.27915vw, 100vh) scale(0.0726);
  }
}

@keyframes fall-323 {
  45.08% {
    transform: translate(104.9503vw, 45.08vh) scale(0.0726);
  }

  to {
    transform: translate(100.27915vw, 100vh) scale(0.0726);
  }
}

.snow:nth-child(324) {
  opacity: 0.0534;
  transform: translate(29.8039vw, -10px) scale(0.4043);
  -webkit-animation: fall-324 17s -6s linear infinite;
          animation: fall-324 17s -6s linear infinite;
}

@-webkit-keyframes fall-324 {
  67.569% {
    transform: translate(37.3759vw, 67.569vh) scale(0.4043);
  }

  to {
    transform: translate(33.5899vw, 100vh) scale(0.4043);
  }
}

@keyframes fall-324 {
  67.569% {
    transform: translate(37.3759vw, 67.569vh) scale(0.4043);
  }

  to {
    transform: translate(33.5899vw, 100vh) scale(0.4043);
  }
}

.snow:nth-child(325) {
  opacity: 0.0003;
  transform: translate(52.1615vw, -10px) scale(0.0481);
  -webkit-animation: fall-325 28s -27s linear infinite;
          animation: fall-325 28s -27s linear infinite;
}

@-webkit-keyframes fall-325 {
  63.655% {
    transform: translate(44.6652vw, 63.655vh) scale(0.0481);
  }

  to {
    transform: translate(48.41335vw, 100vh) scale(0.0481);
  }
}

@keyframes fall-325 {
  63.655% {
    transform: translate(44.6652vw, 63.655vh) scale(0.0481);
  }

  to {
    transform: translate(48.41335vw, 100vh) scale(0.0481);
  }
}

.snow:nth-child(326) {
  opacity: 0.3904;
  transform: translate(13.6904vw, -10px) scale(0.3517);
  -webkit-animation: fall-326 15s -8s linear infinite;
          animation: fall-326 15s -8s linear infinite;
}

@-webkit-keyframes fall-326 {
  77.085% {
    transform: translate(4.3163vw, 77.085vh) scale(0.3517);
  }

  to {
    transform: translate(9.00335vw, 100vh) scale(0.3517);
  }
}

@keyframes fall-326 {
  77.085% {
    transform: translate(4.3163vw, 77.085vh) scale(0.3517);
  }

  to {
    transform: translate(9.00335vw, 100vh) scale(0.3517);
  }
}

.snow:nth-child(327) {
  opacity: 0.6604;
  transform: translate(96.6196vw, -10px) scale(0.4568);
  -webkit-animation: fall-327 28s -11s linear infinite;
          animation: fall-327 28s -11s linear infinite;
}

@-webkit-keyframes fall-327 {
  67.019% {
    transform: translate(94.7191vw, 67.019vh) scale(0.4568);
  }

  to {
    transform: translate(95.66935vw, 100vh) scale(0.4568);
  }
}

@keyframes fall-327 {
  67.019% {
    transform: translate(94.7191vw, 67.019vh) scale(0.4568);
  }

  to {
    transform: translate(95.66935vw, 100vh) scale(0.4568);
  }
}

.snow:nth-child(328) {
  opacity: 0.9881;
  transform: translate(69.1698vw, -10px) scale(0.4896);
  -webkit-animation: fall-328 16s -4s linear infinite;
          animation: fall-328 16s -4s linear infinite;
}

@-webkit-keyframes fall-328 {
  47.469% {
    transform: translate(71.4495vw, 47.469vh) scale(0.4896);
  }

  to {
    transform: translate(70.30965vw, 100vh) scale(0.4896);
  }
}

@keyframes fall-328 {
  47.469% {
    transform: translate(71.4495vw, 47.469vh) scale(0.4896);
  }

  to {
    transform: translate(70.30965vw, 100vh) scale(0.4896);
  }
}

.snow:nth-child(329) {
  opacity: 0.1124;
  transform: translate(5.4565vw, -10px) scale(0.0098);
  -webkit-animation: fall-329 18s -19s linear infinite;
          animation: fall-329 18s -19s linear infinite;
}

@-webkit-keyframes fall-329 {
  79.847% {
    transform: translate(11.928vw, 79.847vh) scale(0.0098);
  }

  to {
    transform: translate(8.69225vw, 100vh) scale(0.0098);
  }
}

@keyframes fall-329 {
  79.847% {
    transform: translate(11.928vw, 79.847vh) scale(0.0098);
  }

  to {
    transform: translate(8.69225vw, 100vh) scale(0.0098);
  }
}

.snow:nth-child(330) {
  opacity: 0.6045;
  transform: translate(6.739vw, -10px) scale(0.5985);
  -webkit-animation: fall-330 14s -7s linear infinite;
          animation: fall-330 14s -7s linear infinite;
}

@-webkit-keyframes fall-330 {
  57.593% {
    transform: translate(8.8694vw, 57.593vh) scale(0.5985);
  }

  to {
    transform: translate(7.8042vw, 100vh) scale(0.5985);
  }
}

@keyframes fall-330 {
  57.593% {
    transform: translate(8.8694vw, 57.593vh) scale(0.5985);
  }

  to {
    transform: translate(7.8042vw, 100vh) scale(0.5985);
  }
}

.snow:nth-child(331) {
  opacity: 0.84;
  transform: translate(30.0372vw, -10px) scale(0.7705);
  -webkit-animation: fall-331 30s -2s linear infinite;
          animation: fall-331 30s -2s linear infinite;
}

@-webkit-keyframes fall-331 {
  67.567% {
    transform: translate(39.9495vw, 67.567vh) scale(0.7705);
  }

  to {
    transform: translate(34.99335vw, 100vh) scale(0.7705);
  }
}

@keyframes fall-331 {
  67.567% {
    transform: translate(39.9495vw, 67.567vh) scale(0.7705);
  }

  to {
    transform: translate(34.99335vw, 100vh) scale(0.7705);
  }
}

.snow:nth-child(332) {
  opacity: 0.9578;
  transform: translate(47.3334vw, -10px) scale(0.7009);
  -webkit-animation: fall-332 19s -12s linear infinite;
          animation: fall-332 19s -12s linear infinite;
}

@-webkit-keyframes fall-332 {
  37.886% {
    transform: translate(40.6135vw, 37.886vh) scale(0.7009);
  }

  to {
    transform: translate(43.97345vw, 100vh) scale(0.7009);
  }
}

@keyframes fall-332 {
  37.886% {
    transform: translate(40.6135vw, 37.886vh) scale(0.7009);
  }

  to {
    transform: translate(43.97345vw, 100vh) scale(0.7009);
  }
}

.snow:nth-child(333) {
  opacity: 0.4552;
  transform: translate(87.9733vw, -10px) scale(0.7115);
  -webkit-animation: fall-333 23s -5s linear infinite;
          animation: fall-333 23s -5s linear infinite;
}

@-webkit-keyframes fall-333 {
  74.752% {
    transform: translate(93.7148vw, 74.752vh) scale(0.7115);
  }

  to {
    transform: translate(90.84405vw, 100vh) scale(0.7115);
  }
}

@keyframes fall-333 {
  74.752% {
    transform: translate(93.7148vw, 74.752vh) scale(0.7115);
  }

  to {
    transform: translate(90.84405vw, 100vh) scale(0.7115);
  }
}

.snow:nth-child(334) {
  opacity: 0.6645;
  transform: translate(68.8612vw, -10px) scale(0.7505);
  -webkit-animation: fall-334 15s -13s linear infinite;
          animation: fall-334 15s -13s linear infinite;
}

@-webkit-keyframes fall-334 {
  31.775% {
    transform: translate(59.9284vw, 31.775vh) scale(0.7505);
  }

  to {
    transform: translate(64.3948vw, 100vh) scale(0.7505);
  }
}

@keyframes fall-334 {
  31.775% {
    transform: translate(59.9284vw, 31.775vh) scale(0.7505);
  }

  to {
    transform: translate(64.3948vw, 100vh) scale(0.7505);
  }
}

.snow:nth-child(335) {
  opacity: 0.8578;
  transform: translate(26.5589vw, -10px) scale(0.5404);
  -webkit-animation: fall-335 13s -17s linear infinite;
          animation: fall-335 13s -17s linear infinite;
}

@-webkit-keyframes fall-335 {
  41.218% {
    transform: translate(31.6992vw, 41.218vh) scale(0.5404);
  }

  to {
    transform: translate(29.12905vw, 100vh) scale(0.5404);
  }
}

@keyframes fall-335 {
  41.218% {
    transform: translate(31.6992vw, 41.218vh) scale(0.5404);
  }

  to {
    transform: translate(29.12905vw, 100vh) scale(0.5404);
  }
}

.snow:nth-child(336) {
  opacity: 0.6949;
  transform: translate(33.7614vw, -10px) scale(0.8038);
  -webkit-animation: fall-336 20s -3s linear infinite;
          animation: fall-336 20s -3s linear infinite;
}

@-webkit-keyframes fall-336 {
  75.263% {
    transform: translate(31.2744vw, 75.263vh) scale(0.8038);
  }

  to {
    transform: translate(32.5179vw, 100vh) scale(0.8038);
  }
}

@keyframes fall-336 {
  75.263% {
    transform: translate(31.2744vw, 75.263vh) scale(0.8038);
  }

  to {
    transform: translate(32.5179vw, 100vh) scale(0.8038);
  }
}

.snow:nth-child(337) {
  opacity: 0.5335;
  transform: translate(63.9959vw, -10px) scale(0.014);
  -webkit-animation: fall-337 10s -21s linear infinite;
          animation: fall-337 10s -21s linear infinite;
}

@-webkit-keyframes fall-337 {
  73.4% {
    transform: translate(64.2373vw, 73.4vh) scale(0.014);
  }

  to {
    transform: translate(64.1166vw, 100vh) scale(0.014);
  }
}

@keyframes fall-337 {
  73.4% {
    transform: translate(64.2373vw, 73.4vh) scale(0.014);
  }

  to {
    transform: translate(64.1166vw, 100vh) scale(0.014);
  }
}

.snow:nth-child(338) {
  opacity: 0.8456;
  transform: translate(19.6673vw, -10px) scale(0.6708);
  -webkit-animation: fall-338 29s -17s linear infinite;
          animation: fall-338 29s -17s linear infinite;
}

@-webkit-keyframes fall-338 {
  73.62% {
    transform: translate(19.2183vw, 73.62vh) scale(0.6708);
  }

  to {
    transform: translate(19.4428vw, 100vh) scale(0.6708);
  }
}

@keyframes fall-338 {
  73.62% {
    transform: translate(19.2183vw, 73.62vh) scale(0.6708);
  }

  to {
    transform: translate(19.4428vw, 100vh) scale(0.6708);
  }
}

.snow:nth-child(339) {
  opacity: 0.0001;
  transform: translate(14.7777vw, -10px) scale(0.6667);
  -webkit-animation: fall-339 22s -8s linear infinite;
          animation: fall-339 22s -8s linear infinite;
}

@-webkit-keyframes fall-339 {
  53.094% {
    transform: translate(22.1565vw, 53.094vh) scale(0.6667);
  }

  to {
    transform: translate(18.4671vw, 100vh) scale(0.6667);
  }
}

@keyframes fall-339 {
  53.094% {
    transform: translate(22.1565vw, 53.094vh) scale(0.6667);
  }

  to {
    transform: translate(18.4671vw, 100vh) scale(0.6667);
  }
}

.snow:nth-child(340) {
  opacity: 0.5621;
  transform: translate(94.8644vw, -10px) scale(0.8062);
  -webkit-animation: fall-340 22s -19s linear infinite;
          animation: fall-340 22s -19s linear infinite;
}

@-webkit-keyframes fall-340 {
  57.776% {
    transform: translate(92.8732vw, 57.776vh) scale(0.8062);
  }

  to {
    transform: translate(93.8688vw, 100vh) scale(0.8062);
  }
}

@keyframes fall-340 {
  57.776% {
    transform: translate(92.8732vw, 57.776vh) scale(0.8062);
  }

  to {
    transform: translate(93.8688vw, 100vh) scale(0.8062);
  }
}

.snow:nth-child(341) {
  opacity: 0.848;
  transform: translate(8.293vw, -10px) scale(0.5786);
  -webkit-animation: fall-341 24s -20s linear infinite;
          animation: fall-341 24s -20s linear infinite;
}

@-webkit-keyframes fall-341 {
  54.108% {
    transform: translate(11.8579vw, 54.108vh) scale(0.5786);
  }

  to {
    transform: translate(10.07545vw, 100vh) scale(0.5786);
  }
}

@keyframes fall-341 {
  54.108% {
    transform: translate(11.8579vw, 54.108vh) scale(0.5786);
  }

  to {
    transform: translate(10.07545vw, 100vh) scale(0.5786);
  }
}

.snow:nth-child(342) {
  opacity: 0.6626;
  transform: translate(55.6679vw, -10px) scale(0.1485);
  -webkit-animation: fall-342 15s -17s linear infinite;
          animation: fall-342 15s -17s linear infinite;
}

@-webkit-keyframes fall-342 {
  77.439% {
    transform: translate(51.2513vw, 77.439vh) scale(0.1485);
  }

  to {
    transform: translate(53.4596vw, 100vh) scale(0.1485);
  }
}

@keyframes fall-342 {
  77.439% {
    transform: translate(51.2513vw, 77.439vh) scale(0.1485);
  }

  to {
    transform: translate(53.4596vw, 100vh) scale(0.1485);
  }
}

.snow:nth-child(343) {
  opacity: 0.0338;
  transform: translate(20.1209vw, -10px) scale(0.8068);
  -webkit-animation: fall-343 20s -20s linear infinite;
          animation: fall-343 20s -20s linear infinite;
}

@-webkit-keyframes fall-343 {
  76.56% {
    transform: translate(28.3464vw, 76.56vh) scale(0.8068);
  }

  to {
    transform: translate(24.23365vw, 100vh) scale(0.8068);
  }
}

@keyframes fall-343 {
  76.56% {
    transform: translate(28.3464vw, 76.56vh) scale(0.8068);
  }

  to {
    transform: translate(24.23365vw, 100vh) scale(0.8068);
  }
}

.snow:nth-child(344) {
  opacity: 0.1248;
  transform: translate(86.738vw, -10px) scale(0.2159);
  -webkit-animation: fall-344 23s -8s linear infinite;
          animation: fall-344 23s -8s linear infinite;
}

@-webkit-keyframes fall-344 {
  73.858% {
    transform: translate(96.0926vw, 73.858vh) scale(0.2159);
  }

  to {
    transform: translate(91.4153vw, 100vh) scale(0.2159);
  }
}

@keyframes fall-344 {
  73.858% {
    transform: translate(96.0926vw, 73.858vh) scale(0.2159);
  }

  to {
    transform: translate(91.4153vw, 100vh) scale(0.2159);
  }
}

.snow:nth-child(345) {
  opacity: 0.1994;
  transform: translate(12.654vw, -10px) scale(0.5545);
  -webkit-animation: fall-345 24s -20s linear infinite;
          animation: fall-345 24s -20s linear infinite;
}

@-webkit-keyframes fall-345 {
  44.35% {
    transform: translate(21.7315vw, 44.35vh) scale(0.5545);
  }

  to {
    transform: translate(17.19275vw, 100vh) scale(0.5545);
  }
}

@keyframes fall-345 {
  44.35% {
    transform: translate(21.7315vw, 44.35vh) scale(0.5545);
  }

  to {
    transform: translate(17.19275vw, 100vh) scale(0.5545);
  }
}

.snow:nth-child(346) {
  opacity: 0.2496;
  transform: translate(56.4576vw, -10px) scale(0.3189);
  -webkit-animation: fall-346 12s -16s linear infinite;
          animation: fall-346 12s -16s linear infinite;
}

@-webkit-keyframes fall-346 {
  61.763% {
    transform: translate(62.0323vw, 61.763vh) scale(0.3189);
  }

  to {
    transform: translate(59.24495vw, 100vh) scale(0.3189);
  }
}

@keyframes fall-346 {
  61.763% {
    transform: translate(62.0323vw, 61.763vh) scale(0.3189);
  }

  to {
    transform: translate(59.24495vw, 100vh) scale(0.3189);
  }
}

.snow:nth-child(347) {
  opacity: 0.0465;
  transform: translate(88.5149vw, -10px) scale(0.5503);
  -webkit-animation: fall-347 26s -22s linear infinite;
          animation: fall-347 26s -22s linear infinite;
}

@-webkit-keyframes fall-347 {
  53.968% {
    transform: translate(89.6645vw, 53.968vh) scale(0.5503);
  }

  to {
    transform: translate(89.0897vw, 100vh) scale(0.5503);
  }
}

@keyframes fall-347 {
  53.968% {
    transform: translate(89.6645vw, 53.968vh) scale(0.5503);
  }

  to {
    transform: translate(89.0897vw, 100vh) scale(0.5503);
  }
}

.snow:nth-child(348) {
  opacity: 0.6767;
  transform: translate(48.3079vw, -10px) scale(0.4216);
  -webkit-animation: fall-348 14s -5s linear infinite;
          animation: fall-348 14s -5s linear infinite;
}

@-webkit-keyframes fall-348 {
  55.692% {
    transform: translate(48.9236vw, 55.692vh) scale(0.4216);
  }

  to {
    transform: translate(48.61575vw, 100vh) scale(0.4216);
  }
}

@keyframes fall-348 {
  55.692% {
    transform: translate(48.9236vw, 55.692vh) scale(0.4216);
  }

  to {
    transform: translate(48.61575vw, 100vh) scale(0.4216);
  }
}

.snow:nth-child(349) {
  opacity: 0.7889;
  transform: translate(10.327vw, -10px) scale(0.7224);
  -webkit-animation: fall-349 11s -18s linear infinite;
          animation: fall-349 11s -18s linear infinite;
}

@-webkit-keyframes fall-349 {
  55.856% {
    transform: translate(13.9297vw, 55.856vh) scale(0.7224);
  }

  to {
    transform: translate(12.12835vw, 100vh) scale(0.7224);
  }
}

@keyframes fall-349 {
  55.856% {
    transform: translate(13.9297vw, 55.856vh) scale(0.7224);
  }

  to {
    transform: translate(12.12835vw, 100vh) scale(0.7224);
  }
}

.snow:nth-child(350) {
  opacity: 0.7857;
  transform: translate(9.8808vw, -10px) scale(0.9108);
  -webkit-animation: fall-350 21s -5s linear infinite;
          animation: fall-350 21s -5s linear infinite;
}

@-webkit-keyframes fall-350 {
  52.734% {
    transform: translate(1.2662vw, 52.734vh) scale(0.9108);
  }

  to {
    transform: translate(5.5735vw, 100vh) scale(0.9108);
  }
}

@keyframes fall-350 {
  52.734% {
    transform: translate(1.2662vw, 52.734vh) scale(0.9108);
  }

  to {
    transform: translate(5.5735vw, 100vh) scale(0.9108);
  }
}

.snow:nth-child(351) {
  opacity: 0.5161;
  transform: translate(72.0194vw, -10px) scale(0.7286);
  -webkit-animation: fall-351 15s -29s linear infinite;
          animation: fall-351 15s -29s linear infinite;
}

@-webkit-keyframes fall-351 {
  35.906% {
    transform: translate(81.7241vw, 35.906vh) scale(0.7286);
  }

  to {
    transform: translate(76.87175vw, 100vh) scale(0.7286);
  }
}

@keyframes fall-351 {
  35.906% {
    transform: translate(81.7241vw, 35.906vh) scale(0.7286);
  }

  to {
    transform: translate(76.87175vw, 100vh) scale(0.7286);
  }
}

.snow:nth-child(352) {
  opacity: 0.8836;
  transform: translate(72.9815vw, -10px) scale(0.4032);
  -webkit-animation: fall-352 16s -7s linear infinite;
          animation: fall-352 16s -7s linear infinite;
}

@-webkit-keyframes fall-352 {
  54.532% {
    transform: translate(77.0729vw, 54.532vh) scale(0.4032);
  }

  to {
    transform: translate(75.0272vw, 100vh) scale(0.4032);
  }
}

@keyframes fall-352 {
  54.532% {
    transform: translate(77.0729vw, 54.532vh) scale(0.4032);
  }

  to {
    transform: translate(75.0272vw, 100vh) scale(0.4032);
  }
}

.snow:nth-child(353) {
  opacity: 0.8797;
  transform: translate(69.4546vw, -10px) scale(0.3389);
  -webkit-animation: fall-353 11s -1s linear infinite;
          animation: fall-353 11s -1s linear infinite;
}

@-webkit-keyframes fall-353 {
  61.826% {
    transform: translate(70.3044vw, 61.826vh) scale(0.3389);
  }

  to {
    transform: translate(69.8795vw, 100vh) scale(0.3389);
  }
}

@keyframes fall-353 {
  61.826% {
    transform: translate(70.3044vw, 61.826vh) scale(0.3389);
  }

  to {
    transform: translate(69.8795vw, 100vh) scale(0.3389);
  }
}

.snow:nth-child(354) {
  opacity: 0.4906;
  transform: translate(17.767vw, -10px) scale(0.9793);
  -webkit-animation: fall-354 15s -4s linear infinite;
          animation: fall-354 15s -4s linear infinite;
}

@-webkit-keyframes fall-354 {
  60.576% {
    transform: translate(18.1294vw, 60.576vh) scale(0.9793);
  }

  to {
    transform: translate(17.9482vw, 100vh) scale(0.9793);
  }
}

@keyframes fall-354 {
  60.576% {
    transform: translate(18.1294vw, 60.576vh) scale(0.9793);
  }

  to {
    transform: translate(17.9482vw, 100vh) scale(0.9793);
  }
}

.snow:nth-child(355) {
  opacity: 0.2953;
  transform: translate(24.7749vw, -10px) scale(0.6521);
  -webkit-animation: fall-355 29s -11s linear infinite;
          animation: fall-355 29s -11s linear infinite;
}

@-webkit-keyframes fall-355 {
  43.006% {
    transform: translate(30.3923vw, 43.006vh) scale(0.6521);
  }

  to {
    transform: translate(27.5836vw, 100vh) scale(0.6521);
  }
}

@keyframes fall-355 {
  43.006% {
    transform: translate(30.3923vw, 43.006vh) scale(0.6521);
  }

  to {
    transform: translate(27.5836vw, 100vh) scale(0.6521);
  }
}

.snow:nth-child(356) {
  opacity: 0.4136;
  transform: translate(85.4413vw, -10px) scale(0.1914);
  -webkit-animation: fall-356 20s -18s linear infinite;
          animation: fall-356 20s -18s linear infinite;
}

@-webkit-keyframes fall-356 {
  63.367% {
    transform: translate(90.5846vw, 63.367vh) scale(0.1914);
  }

  to {
    transform: translate(88.01295vw, 100vh) scale(0.1914);
  }
}

@keyframes fall-356 {
  63.367% {
    transform: translate(90.5846vw, 63.367vh) scale(0.1914);
  }

  to {
    transform: translate(88.01295vw, 100vh) scale(0.1914);
  }
}

.snow:nth-child(357) {
  opacity: 0.946;
  transform: translate(44.8979vw, -10px) scale(0.6238);
  -webkit-animation: fall-357 29s -6s linear infinite;
          animation: fall-357 29s -6s linear infinite;
}

@-webkit-keyframes fall-357 {
  62.479% {
    transform: translate(42.7083vw, 62.479vh) scale(0.6238);
  }

  to {
    transform: translate(43.8031vw, 100vh) scale(0.6238);
  }
}

@keyframes fall-357 {
  62.479% {
    transform: translate(42.7083vw, 62.479vh) scale(0.6238);
  }

  to {
    transform: translate(43.8031vw, 100vh) scale(0.6238);
  }
}

.snow:nth-child(358) {
  opacity: 0.271;
  transform: translate(89.9039vw, -10px) scale(0.3369);
  -webkit-animation: fall-358 19s -7s linear infinite;
          animation: fall-358 19s -7s linear infinite;
}

@-webkit-keyframes fall-358 {
  30.188% {
    transform: translate(91.1673vw, 30.188vh) scale(0.3369);
  }

  to {
    transform: translate(90.5356vw, 100vh) scale(0.3369);
  }
}

@keyframes fall-358 {
  30.188% {
    transform: translate(91.1673vw, 30.188vh) scale(0.3369);
  }

  to {
    transform: translate(90.5356vw, 100vh) scale(0.3369);
  }
}

.snow:nth-child(359) {
  opacity: 0.5183;
  transform: translate(54.8621vw, -10px) scale(0.5712);
  -webkit-animation: fall-359 21s -27s linear infinite;
          animation: fall-359 21s -27s linear infinite;
}

@-webkit-keyframes fall-359 {
  45.004% {
    transform: translate(49.8268vw, 45.004vh) scale(0.5712);
  }

  to {
    transform: translate(52.34445vw, 100vh) scale(0.5712);
  }
}

@keyframes fall-359 {
  45.004% {
    transform: translate(49.8268vw, 45.004vh) scale(0.5712);
  }

  to {
    transform: translate(52.34445vw, 100vh) scale(0.5712);
  }
}

.snow:nth-child(360) {
  opacity: 0.4438;
  transform: translate(84.8653vw, -10px) scale(0.8626);
  -webkit-animation: fall-360 27s -25s linear infinite;
          animation: fall-360 27s -25s linear infinite;
}

@-webkit-keyframes fall-360 {
  59.551% {
    transform: translate(86.231vw, 59.551vh) scale(0.8626);
  }

  to {
    transform: translate(85.54815vw, 100vh) scale(0.8626);
  }
}

@keyframes fall-360 {
  59.551% {
    transform: translate(86.231vw, 59.551vh) scale(0.8626);
  }

  to {
    transform: translate(85.54815vw, 100vh) scale(0.8626);
  }
}

.snow:nth-child(361) {
  opacity: 0.1179;
  transform: translate(26.7191vw, -10px) scale(0.5007);
  -webkit-animation: fall-361 19s -18s linear infinite;
          animation: fall-361 19s -18s linear infinite;
}

@-webkit-keyframes fall-361 {
  76.812% {
    transform: translate(19.2981vw, 76.812vh) scale(0.5007);
  }

  to {
    transform: translate(23.0086vw, 100vh) scale(0.5007);
  }
}

@keyframes fall-361 {
  76.812% {
    transform: translate(19.2981vw, 76.812vh) scale(0.5007);
  }

  to {
    transform: translate(23.0086vw, 100vh) scale(0.5007);
  }
}

.snow:nth-child(362) {
  opacity: 0.9497;
  transform: translate(22.1573vw, -10px) scale(0.0256);
  -webkit-animation: fall-362 12s -30s linear infinite;
          animation: fall-362 12s -30s linear infinite;
}

@-webkit-keyframes fall-362 {
  49.725% {
    transform: translate(19.6359vw, 49.725vh) scale(0.0256);
  }

  to {
    transform: translate(20.8966vw, 100vh) scale(0.0256);
  }
}

@keyframes fall-362 {
  49.725% {
    transform: translate(19.6359vw, 49.725vh) scale(0.0256);
  }

  to {
    transform: translate(20.8966vw, 100vh) scale(0.0256);
  }
}

.snow:nth-child(363) {
  opacity: 0.7664;
  transform: translate(20.0359vw, -10px) scale(0.2684);
  -webkit-animation: fall-363 19s -8s linear infinite;
          animation: fall-363 19s -8s linear infinite;
}

@-webkit-keyframes fall-363 {
  43.659% {
    transform: translate(27.3744vw, 43.659vh) scale(0.2684);
  }

  to {
    transform: translate(23.70515vw, 100vh) scale(0.2684);
  }
}

@keyframes fall-363 {
  43.659% {
    transform: translate(27.3744vw, 43.659vh) scale(0.2684);
  }

  to {
    transform: translate(23.70515vw, 100vh) scale(0.2684);
  }
}

.snow:nth-child(364) {
  opacity: 0.0321;
  transform: translate(64.7494vw, -10px) scale(0.0395);
  -webkit-animation: fall-364 19s -11s linear infinite;
          animation: fall-364 19s -11s linear infinite;
}

@-webkit-keyframes fall-364 {
  56.144% {
    transform: translate(64.6683vw, 56.144vh) scale(0.0395);
  }

  to {
    transform: translate(64.70885vw, 100vh) scale(0.0395);
  }
}

@keyframes fall-364 {
  56.144% {
    transform: translate(64.6683vw, 56.144vh) scale(0.0395);
  }

  to {
    transform: translate(64.70885vw, 100vh) scale(0.0395);
  }
}

.snow:nth-child(365) {
  opacity: 0.4485;
  transform: translate(21.6225vw, -10px) scale(0.9705);
  -webkit-animation: fall-365 11s -8s linear infinite;
          animation: fall-365 11s -8s linear infinite;
}

@-webkit-keyframes fall-365 {
  67.615% {
    transform: translate(29.4628vw, 67.615vh) scale(0.9705);
  }

  to {
    transform: translate(25.54265vw, 100vh) scale(0.9705);
  }
}

@keyframes fall-365 {
  67.615% {
    transform: translate(29.4628vw, 67.615vh) scale(0.9705);
  }

  to {
    transform: translate(25.54265vw, 100vh) scale(0.9705);
  }
}

.snow:nth-child(366) {
  opacity: 0.2347;
  transform: translate(42.977vw, -10px) scale(0.9861);
  -webkit-animation: fall-366 22s -18s linear infinite;
          animation: fall-366 22s -18s linear infinite;
}

@-webkit-keyframes fall-366 {
  44.271% {
    transform: translate(42.7958vw, 44.271vh) scale(0.9861);
  }

  to {
    transform: translate(42.8864vw, 100vh) scale(0.9861);
  }
}

@keyframes fall-366 {
  44.271% {
    transform: translate(42.7958vw, 44.271vh) scale(0.9861);
  }

  to {
    transform: translate(42.8864vw, 100vh) scale(0.9861);
  }
}

.snow:nth-child(367) {
  opacity: 0.72;
  transform: translate(20.7795vw, -10px) scale(0.7348);
  -webkit-animation: fall-367 13s -26s linear infinite;
          animation: fall-367 13s -26s linear infinite;
}

@-webkit-keyframes fall-367 {
  38.585% {
    transform: translate(16.2633vw, 38.585vh) scale(0.7348);
  }

  to {
    transform: translate(18.5214vw, 100vh) scale(0.7348);
  }
}

@keyframes fall-367 {
  38.585% {
    transform: translate(16.2633vw, 38.585vh) scale(0.7348);
  }

  to {
    transform: translate(18.5214vw, 100vh) scale(0.7348);
  }
}

.snow:nth-child(368) {
  opacity: 0.5081;
  transform: translate(70.8679vw, -10px) scale(0.6981);
  -webkit-animation: fall-368 11s -29s linear infinite;
          animation: fall-368 11s -29s linear infinite;
}

@-webkit-keyframes fall-368 {
  69.833% {
    transform: translate(62.8554vw, 69.833vh) scale(0.6981);
  }

  to {
    transform: translate(66.86165vw, 100vh) scale(0.6981);
  }
}

@keyframes fall-368 {
  69.833% {
    transform: translate(62.8554vw, 69.833vh) scale(0.6981);
  }

  to {
    transform: translate(66.86165vw, 100vh) scale(0.6981);
  }
}

.snow:nth-child(369) {
  opacity: 0.1469;
  transform: translate(80.4208vw, -10px) scale(0.9878);
  -webkit-animation: fall-369 19s -16s linear infinite;
          animation: fall-369 19s -16s linear infinite;
}

@-webkit-keyframes fall-369 {
  59.159% {
    transform: translate(79.2781vw, 59.159vh) scale(0.9878);
  }

  to {
    transform: translate(79.84945vw, 100vh) scale(0.9878);
  }
}

@keyframes fall-369 {
  59.159% {
    transform: translate(79.2781vw, 59.159vh) scale(0.9878);
  }

  to {
    transform: translate(79.84945vw, 100vh) scale(0.9878);
  }
}

.snow:nth-child(370) {
  opacity: 0.556;
  transform: translate(32.2251vw, -10px) scale(0.6593);
  -webkit-animation: fall-370 27s -21s linear infinite;
          animation: fall-370 27s -21s linear infinite;
}

@-webkit-keyframes fall-370 {
  30.179% {
    transform: translate(25.1612vw, 30.179vh) scale(0.6593);
  }

  to {
    transform: translate(28.69315vw, 100vh) scale(0.6593);
  }
}

@keyframes fall-370 {
  30.179% {
    transform: translate(25.1612vw, 30.179vh) scale(0.6593);
  }

  to {
    transform: translate(28.69315vw, 100vh) scale(0.6593);
  }
}

.snow:nth-child(371) {
  opacity: 0.3684;
  transform: translate(9.4285vw, -10px) scale(0.3541);
  -webkit-animation: fall-371 26s -20s linear infinite;
          animation: fall-371 26s -20s linear infinite;
}

@-webkit-keyframes fall-371 {
  73.871% {
    transform: translate(0.9126vw, 73.871vh) scale(0.3541);
  }

  to {
    transform: translate(5.17055vw, 100vh) scale(0.3541);
  }
}

@keyframes fall-371 {
  73.871% {
    transform: translate(0.9126vw, 73.871vh) scale(0.3541);
  }

  to {
    transform: translate(5.17055vw, 100vh) scale(0.3541);
  }
}

.snow:nth-child(372) {
  opacity: 0.5787;
  transform: translate(44.7896vw, -10px) scale(0.6296);
  -webkit-animation: fall-372 15s -3s linear infinite;
          animation: fall-372 15s -3s linear infinite;
}

@-webkit-keyframes fall-372 {
  50.422% {
    transform: translate(46.6249vw, 50.422vh) scale(0.6296);
  }

  to {
    transform: translate(45.70725vw, 100vh) scale(0.6296);
  }
}

@keyframes fall-372 {
  50.422% {
    transform: translate(46.6249vw, 50.422vh) scale(0.6296);
  }

  to {
    transform: translate(45.70725vw, 100vh) scale(0.6296);
  }
}

.snow:nth-child(373) {
  opacity: 0.8879;
  transform: translate(86.2674vw, -10px) scale(0.0422);
  -webkit-animation: fall-373 12s -13s linear infinite;
          animation: fall-373 12s -13s linear infinite;
}

@-webkit-keyframes fall-373 {
  49.976% {
    transform: translate(77.0967vw, 49.976vh) scale(0.0422);
  }

  to {
    transform: translate(81.68205vw, 100vh) scale(0.0422);
  }
}

@keyframes fall-373 {
  49.976% {
    transform: translate(77.0967vw, 49.976vh) scale(0.0422);
  }

  to {
    transform: translate(81.68205vw, 100vh) scale(0.0422);
  }
}

.snow:nth-child(374) {
  opacity: 0.7239;
  transform: translate(94.0454vw, -10px) scale(0.9533);
  -webkit-animation: fall-374 10s -24s linear infinite;
          animation: fall-374 10s -24s linear infinite;
}

@-webkit-keyframes fall-374 {
  76.248% {
    transform: translate(95.9887vw, 76.248vh) scale(0.9533);
  }

  to {
    transform: translate(95.01705vw, 100vh) scale(0.9533);
  }
}

@keyframes fall-374 {
  76.248% {
    transform: translate(95.9887vw, 76.248vh) scale(0.9533);
  }

  to {
    transform: translate(95.01705vw, 100vh) scale(0.9533);
  }
}

.snow:nth-child(375) {
  opacity: 0.9519;
  transform: translate(68.4853vw, -10px) scale(0.4761);
  -webkit-animation: fall-375 28s -30s linear infinite;
          animation: fall-375 28s -30s linear infinite;
}

@-webkit-keyframes fall-375 {
  52.674% {
    transform: translate(70.0084vw, 52.674vh) scale(0.4761);
  }

  to {
    transform: translate(69.24685vw, 100vh) scale(0.4761);
  }
}

@keyframes fall-375 {
  52.674% {
    transform: translate(70.0084vw, 52.674vh) scale(0.4761);
  }

  to {
    transform: translate(69.24685vw, 100vh) scale(0.4761);
  }
}

.snow:nth-child(376) {
  opacity: 0.6629;
  transform: translate(84.495vw, -10px) scale(0.2927);
  -webkit-animation: fall-376 19s -22s linear infinite;
          animation: fall-376 19s -22s linear infinite;
}

@-webkit-keyframes fall-376 {
  52.738% {
    transform: translate(80.5954vw, 52.738vh) scale(0.2927);
  }

  to {
    transform: translate(82.5452vw, 100vh) scale(0.2927);
  }
}

@keyframes fall-376 {
  52.738% {
    transform: translate(80.5954vw, 52.738vh) scale(0.2927);
  }

  to {
    transform: translate(82.5452vw, 100vh) scale(0.2927);
  }
}

.snow:nth-child(377) {
  opacity: 0.6674;
  transform: translate(43.2837vw, -10px) scale(0.531);
  -webkit-animation: fall-377 29s -12s linear infinite;
          animation: fall-377 29s -12s linear infinite;
}

@-webkit-keyframes fall-377 {
  61.571% {
    transform: translate(44.8475vw, 61.571vh) scale(0.531);
  }

  to {
    transform: translate(44.0656vw, 100vh) scale(0.531);
  }
}

@keyframes fall-377 {
  61.571% {
    transform: translate(44.8475vw, 61.571vh) scale(0.531);
  }

  to {
    transform: translate(44.0656vw, 100vh) scale(0.531);
  }
}

.snow:nth-child(378) {
  opacity: 0.7579;
  transform: translate(53.3471vw, -10px) scale(0.9583);
  -webkit-animation: fall-378 15s -27s linear infinite;
          animation: fall-378 15s -27s linear infinite;
}

@-webkit-keyframes fall-378 {
  79.327% {
    transform: translate(57.6145vw, 79.327vh) scale(0.9583);
  }

  to {
    transform: translate(55.4808vw, 100vh) scale(0.9583);
  }
}

@keyframes fall-378 {
  79.327% {
    transform: translate(57.6145vw, 79.327vh) scale(0.9583);
  }

  to {
    transform: translate(55.4808vw, 100vh) scale(0.9583);
  }
}

.snow:nth-child(379) {
  opacity: 0.0695;
  transform: translate(16.0881vw, -10px) scale(0.9767);
  -webkit-animation: fall-379 14s -2s linear infinite;
          animation: fall-379 14s -2s linear infinite;
}

@-webkit-keyframes fall-379 {
  60.279% {
    transform: translate(15.4802vw, 60.279vh) scale(0.9767);
  }

  to {
    transform: translate(15.78415vw, 100vh) scale(0.9767);
  }
}

@keyframes fall-379 {
  60.279% {
    transform: translate(15.4802vw, 60.279vh) scale(0.9767);
  }

  to {
    transform: translate(15.78415vw, 100vh) scale(0.9767);
  }
}

.snow:nth-child(380) {
  opacity: 0.0366;
  transform: translate(76.177vw, -10px) scale(0.1335);
  -webkit-animation: fall-380 15s -15s linear infinite;
          animation: fall-380 15s -15s linear infinite;
}

@-webkit-keyframes fall-380 {
  33.588% {
    transform: translate(75.5047vw, 33.588vh) scale(0.1335);
  }

  to {
    transform: translate(75.84085vw, 100vh) scale(0.1335);
  }
}

@keyframes fall-380 {
  33.588% {
    transform: translate(75.5047vw, 33.588vh) scale(0.1335);
  }

  to {
    transform: translate(75.84085vw, 100vh) scale(0.1335);
  }
}

.snow:nth-child(381) {
  opacity: 0.491;
  transform: translate(35.2181vw, -10px) scale(0.9825);
  -webkit-animation: fall-381 25s -21s linear infinite;
          animation: fall-381 25s -21s linear infinite;
}

@-webkit-keyframes fall-381 {
  60.599% {
    transform: translate(34.699vw, 60.599vh) scale(0.9825);
  }

  to {
    transform: translate(34.95855vw, 100vh) scale(0.9825);
  }
}

@keyframes fall-381 {
  60.599% {
    transform: translate(34.699vw, 60.599vh) scale(0.9825);
  }

  to {
    transform: translate(34.95855vw, 100vh) scale(0.9825);
  }
}

.snow:nth-child(382) {
  opacity: 0.7559;
  transform: translate(48.8346vw, -10px) scale(0.9756);
  -webkit-animation: fall-382 10s -29s linear infinite;
          animation: fall-382 10s -29s linear infinite;
}

@-webkit-keyframes fall-382 {
  60.006% {
    transform: translate(43.3674vw, 60.006vh) scale(0.9756);
  }

  to {
    transform: translate(46.101vw, 100vh) scale(0.9756);
  }
}

@keyframes fall-382 {
  60.006% {
    transform: translate(43.3674vw, 60.006vh) scale(0.9756);
  }

  to {
    transform: translate(46.101vw, 100vh) scale(0.9756);
  }
}

.snow:nth-child(383) {
  opacity: 0.956;
  transform: translate(9.804vw, -10px) scale(0.5166);
  -webkit-animation: fall-383 27s -5s linear infinite;
          animation: fall-383 27s -5s linear infinite;
}

@-webkit-keyframes fall-383 {
  70.495% {
    transform: translate(6.0073vw, 70.495vh) scale(0.5166);
  }

  to {
    transform: translate(7.90565vw, 100vh) scale(0.5166);
  }
}

@keyframes fall-383 {
  70.495% {
    transform: translate(6.0073vw, 70.495vh) scale(0.5166);
  }

  to {
    transform: translate(7.90565vw, 100vh) scale(0.5166);
  }
}

.snow:nth-child(384) {
  opacity: 0.758;
  transform: translate(52.3435vw, -10px) scale(0.3668);
  -webkit-animation: fall-384 29s -15s linear infinite;
          animation: fall-384 29s -15s linear infinite;
}

@-webkit-keyframes fall-384 {
  46.964% {
    transform: translate(59.331vw, 46.964vh) scale(0.3668);
  }

  to {
    transform: translate(55.83725vw, 100vh) scale(0.3668);
  }
}

@keyframes fall-384 {
  46.964% {
    transform: translate(59.331vw, 46.964vh) scale(0.3668);
  }

  to {
    transform: translate(55.83725vw, 100vh) scale(0.3668);
  }
}

.snow:nth-child(385) {
  opacity: 0.9438;
  transform: translate(79.2369vw, -10px) scale(0.1065);
  -webkit-animation: fall-385 17s -8s linear infinite;
          animation: fall-385 17s -8s linear infinite;
}

@-webkit-keyframes fall-385 {
  38.768% {
    transform: translate(74.3951vw, 38.768vh) scale(0.1065);
  }

  to {
    transform: translate(76.816vw, 100vh) scale(0.1065);
  }
}

@keyframes fall-385 {
  38.768% {
    transform: translate(74.3951vw, 38.768vh) scale(0.1065);
  }

  to {
    transform: translate(76.816vw, 100vh) scale(0.1065);
  }
}

.snow:nth-child(386) {
  opacity: 0.1896;
  transform: translate(96.7347vw, -10px) scale(0.0211);
  -webkit-animation: fall-386 11s -3s linear infinite;
          animation: fall-386 11s -3s linear infinite;
}

@-webkit-keyframes fall-386 {
  36.335% {
    transform: translate(90.8909vw, 36.335vh) scale(0.0211);
  }

  to {
    transform: translate(93.8128vw, 100vh) scale(0.0211);
  }
}

@keyframes fall-386 {
  36.335% {
    transform: translate(90.8909vw, 36.335vh) scale(0.0211);
  }

  to {
    transform: translate(93.8128vw, 100vh) scale(0.0211);
  }
}

.snow:nth-child(387) {
  opacity: 0.9818;
  transform: translate(33.68vw, -10px) scale(0.2138);
  -webkit-animation: fall-387 17s -27s linear infinite;
          animation: fall-387 17s -27s linear infinite;
}

@-webkit-keyframes fall-387 {
  48.315% {
    transform: translate(30.8994vw, 48.315vh) scale(0.2138);
  }

  to {
    transform: translate(32.2897vw, 100vh) scale(0.2138);
  }
}

@keyframes fall-387 {
  48.315% {
    transform: translate(30.8994vw, 48.315vh) scale(0.2138);
  }

  to {
    transform: translate(32.2897vw, 100vh) scale(0.2138);
  }
}

.snow:nth-child(388) {
  opacity: 0.476;
  transform: translate(61.8937vw, -10px) scale(0.2634);
  -webkit-animation: fall-388 27s -13s linear infinite;
          animation: fall-388 27s -13s linear infinite;
}

@-webkit-keyframes fall-388 {
  40.96% {
    transform: translate(64.4407vw, 40.96vh) scale(0.2634);
  }

  to {
    transform: translate(63.1672vw, 100vh) scale(0.2634);
  }
}

@keyframes fall-388 {
  40.96% {
    transform: translate(64.4407vw, 40.96vh) scale(0.2634);
  }

  to {
    transform: translate(63.1672vw, 100vh) scale(0.2634);
  }
}

.snow:nth-child(389) {
  opacity: 0.7295;
  transform: translate(88.8197vw, -10px) scale(0.976);
  -webkit-animation: fall-389 17s -20s linear infinite;
          animation: fall-389 17s -20s linear infinite;
}

@-webkit-keyframes fall-389 {
  74.941% {
    transform: translate(94.2693vw, 74.941vh) scale(0.976);
  }

  to {
    transform: translate(91.5445vw, 100vh) scale(0.976);
  }
}

@keyframes fall-389 {
  74.941% {
    transform: translate(94.2693vw, 74.941vh) scale(0.976);
  }

  to {
    transform: translate(91.5445vw, 100vh) scale(0.976);
  }
}

.snow:nth-child(390) {
  opacity: 0.8927;
  transform: translate(95.5374vw, -10px) scale(0.4158);
  -webkit-animation: fall-390 29s -25s linear infinite;
          animation: fall-390 29s -25s linear infinite;
}

@-webkit-keyframes fall-390 {
  37.831% {
    transform: translate(92.1134vw, 37.831vh) scale(0.4158);
  }

  to {
    transform: translate(93.8254vw, 100vh) scale(0.4158);
  }
}

@keyframes fall-390 {
  37.831% {
    transform: translate(92.1134vw, 37.831vh) scale(0.4158);
  }

  to {
    transform: translate(93.8254vw, 100vh) scale(0.4158);
  }
}

.snow:nth-child(391) {
  opacity: 0.4756;
  transform: translate(69.1275vw, -10px) scale(0.421);
  -webkit-animation: fall-391 11s -24s linear infinite;
          animation: fall-391 11s -24s linear infinite;
}

@-webkit-keyframes fall-391 {
  30.793% {
    transform: translate(62.9103vw, 30.793vh) scale(0.421);
  }

  to {
    transform: translate(66.0189vw, 100vh) scale(0.421);
  }
}

@keyframes fall-391 {
  30.793% {
    transform: translate(62.9103vw, 30.793vh) scale(0.421);
  }

  to {
    transform: translate(66.0189vw, 100vh) scale(0.421);
  }
}

.snow:nth-child(392) {
  opacity: 0.9218;
  transform: translate(46.7382vw, -10px) scale(0.8797);
  -webkit-animation: fall-392 22s -28s linear infinite;
          animation: fall-392 22s -28s linear infinite;
}

@-webkit-keyframes fall-392 {
  40.489% {
    transform: translate(36.9028vw, 40.489vh) scale(0.8797);
  }

  to {
    transform: translate(41.8205vw, 100vh) scale(0.8797);
  }
}

@keyframes fall-392 {
  40.489% {
    transform: translate(36.9028vw, 40.489vh) scale(0.8797);
  }

  to {
    transform: translate(41.8205vw, 100vh) scale(0.8797);
  }
}

.snow:nth-child(393) {
  opacity: 0.7127;
  transform: translate(13.9984vw, -10px) scale(0.745);
  -webkit-animation: fall-393 25s -19s linear infinite;
          animation: fall-393 25s -19s linear infinite;
}

@-webkit-keyframes fall-393 {
  56.978% {
    transform: translate(8.2135vw, 56.978vh) scale(0.745);
  }

  to {
    transform: translate(11.10595vw, 100vh) scale(0.745);
  }
}

@keyframes fall-393 {
  56.978% {
    transform: translate(8.2135vw, 56.978vh) scale(0.745);
  }

  to {
    transform: translate(11.10595vw, 100vh) scale(0.745);
  }
}

.snow:nth-child(394) {
  opacity: 0.0997;
  transform: translate(80.4358vw, -10px) scale(0.0106);
  -webkit-animation: fall-394 11s -24s linear infinite;
          animation: fall-394 11s -24s linear infinite;
}

@-webkit-keyframes fall-394 {
  36.711% {
    transform: translate(82.3059vw, 36.711vh) scale(0.0106);
  }

  to {
    transform: translate(81.37085vw, 100vh) scale(0.0106);
  }
}

@keyframes fall-394 {
  36.711% {
    transform: translate(82.3059vw, 36.711vh) scale(0.0106);
  }

  to {
    transform: translate(81.37085vw, 100vh) scale(0.0106);
  }
}

.snow:nth-child(395) {
  opacity: 0.8332;
  transform: translate(20.5483vw, -10px) scale(0.1016);
  -webkit-animation: fall-395 20s -4s linear infinite;
          animation: fall-395 20s -4s linear infinite;
}

@-webkit-keyframes fall-395 {
  74.574% {
    transform: translate(16.3197vw, 74.574vh) scale(0.1016);
  }

  to {
    transform: translate(18.434vw, 100vh) scale(0.1016);
  }
}

@keyframes fall-395 {
  74.574% {
    transform: translate(16.3197vw, 74.574vh) scale(0.1016);
  }

  to {
    transform: translate(18.434vw, 100vh) scale(0.1016);
  }
}

.snow:nth-child(396) {
  opacity: 0.2962;
  transform: translate(28.4841vw, -10px) scale(0.6247);
  -webkit-animation: fall-396 21s -11s linear infinite;
          animation: fall-396 21s -11s linear infinite;
}

@-webkit-keyframes fall-396 {
  48.108% {
    transform: translate(24.7719vw, 48.108vh) scale(0.6247);
  }

  to {
    transform: translate(26.628vw, 100vh) scale(0.6247);
  }
}

@keyframes fall-396 {
  48.108% {
    transform: translate(24.7719vw, 48.108vh) scale(0.6247);
  }

  to {
    transform: translate(26.628vw, 100vh) scale(0.6247);
  }
}

.snow:nth-child(397) {
  opacity: 0.4694;
  transform: translate(52.7542vw, -10px) scale(0.856);
  -webkit-animation: fall-397 23s -26s linear infinite;
          animation: fall-397 23s -26s linear infinite;
}

@-webkit-keyframes fall-397 {
  32.744% {
    transform: translate(56.8865vw, 32.744vh) scale(0.856);
  }

  to {
    transform: translate(54.82035vw, 100vh) scale(0.856);
  }
}

@keyframes fall-397 {
  32.744% {
    transform: translate(56.8865vw, 32.744vh) scale(0.856);
  }

  to {
    transform: translate(54.82035vw, 100vh) scale(0.856);
  }
}

.snow:nth-child(398) {
  opacity: 0.9331;
  transform: translate(55.7794vw, -10px) scale(0.2643);
  -webkit-animation: fall-398 12s -2s linear infinite;
          animation: fall-398 12s -2s linear infinite;
}

@-webkit-keyframes fall-398 {
  65.727% {
    transform: translate(64.8455vw, 65.727vh) scale(0.2643);
  }

  to {
    transform: translate(60.31245vw, 100vh) scale(0.2643);
  }
}

@keyframes fall-398 {
  65.727% {
    transform: translate(64.8455vw, 65.727vh) scale(0.2643);
  }

  to {
    transform: translate(60.31245vw, 100vh) scale(0.2643);
  }
}

.snow:nth-child(399) {
  opacity: 0.0327;
  transform: translate(39.8829vw, -10px) scale(0.0758);
  -webkit-animation: fall-399 26s -29s linear infinite;
          animation: fall-399 26s -29s linear infinite;
}

@-webkit-keyframes fall-399 {
  63.975% {
    transform: translate(35.2221vw, 63.975vh) scale(0.0758);
  }

  to {
    transform: translate(37.5525vw, 100vh) scale(0.0758);
  }
}

@keyframes fall-399 {
  63.975% {
    transform: translate(35.2221vw, 63.975vh) scale(0.0758);
  }

  to {
    transform: translate(37.5525vw, 100vh) scale(0.0758);
  }
}

.snow:nth-child(400) {
  opacity: 0.0395;
  transform: translate(69.985vw, -10px) scale(0.1916);
  -webkit-animation: fall-400 16s -5s linear infinite;
          animation: fall-400 16s -5s linear infinite;
}

@-webkit-keyframes fall-400 {
  45.505% {
    transform: translate(71.4281vw, 45.505vh) scale(0.1916);
  }

  to {
    transform: translate(70.70655vw, 100vh) scale(0.1916);
  }
}

@keyframes fall-400 {
  45.505% {
    transform: translate(71.4281vw, 45.505vh) scale(0.1916);
  }

  to {
    transform: translate(70.70655vw, 100vh) scale(0.1916);
  }
}

.snow:nth-child(401) {
  opacity: 0.7856;
  transform: translate(33.5693vw, -10px) scale(0.5588);
  -webkit-animation: fall-401 21s -3s linear infinite;
          animation: fall-401 21s -3s linear infinite;
}

@-webkit-keyframes fall-401 {
  59.836% {
    transform: translate(30.3203vw, 59.836vh) scale(0.5588);
  }

  to {
    transform: translate(31.9448vw, 100vh) scale(0.5588);
  }
}

@keyframes fall-401 {
  59.836% {
    transform: translate(30.3203vw, 59.836vh) scale(0.5588);
  }

  to {
    transform: translate(31.9448vw, 100vh) scale(0.5588);
  }
}

.snow:nth-child(402) {
  opacity: 0.2794;
  transform: translate(8.9934vw, -10px) scale(0.6089);
  -webkit-animation: fall-402 29s -23s linear infinite;
          animation: fall-402 29s -23s linear infinite;
}

@-webkit-keyframes fall-402 {
  55.174% {
    transform: translate(7.4646vw, 55.174vh) scale(0.6089);
  }

  to {
    transform: translate(8.229vw, 100vh) scale(0.6089);
  }
}

@keyframes fall-402 {
  55.174% {
    transform: translate(7.4646vw, 55.174vh) scale(0.6089);
  }

  to {
    transform: translate(8.229vw, 100vh) scale(0.6089);
  }
}

.snow:nth-child(403) {
  opacity: 0.0018;
  transform: translate(0.4017vw, -10px) scale(0.8481);
  -webkit-animation: fall-403 14s -7s linear infinite;
          animation: fall-403 14s -7s linear infinite;
}

@-webkit-keyframes fall-403 {
  66.846% {
    transform: translate(-3.2559vw, 66.846vh) scale(0.8481);
  }

  to {
    transform: translate(-1.4271vw, 100vh) scale(0.8481);
  }
}

@keyframes fall-403 {
  66.846% {
    transform: translate(-3.2559vw, 66.846vh) scale(0.8481);
  }

  to {
    transform: translate(-1.4271vw, 100vh) scale(0.8481);
  }
}

.snow:nth-child(404) {
  opacity: 0.7374;
  transform: translate(66.5485vw, -10px) scale(0.5106);
  -webkit-animation: fall-404 19s -11s linear infinite;
          animation: fall-404 19s -11s linear infinite;
}

@-webkit-keyframes fall-404 {
  62.853% {
    transform: translate(64.9635vw, 62.853vh) scale(0.5106);
  }

  to {
    transform: translate(65.756vw, 100vh) scale(0.5106);
  }
}

@keyframes fall-404 {
  62.853% {
    transform: translate(64.9635vw, 62.853vh) scale(0.5106);
  }

  to {
    transform: translate(65.756vw, 100vh) scale(0.5106);
  }
}

.snow:nth-child(405) {
  opacity: 0.0958;
  transform: translate(38.428vw, -10px) scale(0.8915);
  -webkit-animation: fall-405 13s -10s linear infinite;
          animation: fall-405 13s -10s linear infinite;
}

@-webkit-keyframes fall-405 {
  32.541% {
    transform: translate(43.6071vw, 32.541vh) scale(0.8915);
  }

  to {
    transform: translate(41.01755vw, 100vh) scale(0.8915);
  }
}

@keyframes fall-405 {
  32.541% {
    transform: translate(43.6071vw, 32.541vh) scale(0.8915);
  }

  to {
    transform: translate(41.01755vw, 100vh) scale(0.8915);
  }
}

.snow:nth-child(406) {
  opacity: 0.5176;
  transform: translate(83.5088vw, -10px) scale(0.8325);
  -webkit-animation: fall-406 15s -20s linear infinite;
          animation: fall-406 15s -20s linear infinite;
}

@-webkit-keyframes fall-406 {
  52.092% {
    transform: translate(81.7517vw, 52.092vh) scale(0.8325);
  }

  to {
    transform: translate(82.63025vw, 100vh) scale(0.8325);
  }
}

@keyframes fall-406 {
  52.092% {
    transform: translate(81.7517vw, 52.092vh) scale(0.8325);
  }

  to {
    transform: translate(82.63025vw, 100vh) scale(0.8325);
  }
}

.snow:nth-child(407) {
  opacity: 0.7031;
  transform: translate(68.7752vw, -10px) scale(0.0537);
  -webkit-animation: fall-407 16s -3s linear infinite;
          animation: fall-407 16s -3s linear infinite;
}

@-webkit-keyframes fall-407 {
  75.923% {
    transform: translate(64.4852vw, 75.923vh) scale(0.0537);
  }

  to {
    transform: translate(66.6302vw, 100vh) scale(0.0537);
  }
}

@keyframes fall-407 {
  75.923% {
    transform: translate(64.4852vw, 75.923vh) scale(0.0537);
  }

  to {
    transform: translate(66.6302vw, 100vh) scale(0.0537);
  }
}

.snow:nth-child(408) {
  opacity: 0.3049;
  transform: translate(85.9912vw, -10px) scale(0.6779);
  -webkit-animation: fall-408 22s -27s linear infinite;
          animation: fall-408 22s -27s linear infinite;
}

@-webkit-keyframes fall-408 {
  55.078% {
    transform: translate(88.9551vw, 55.078vh) scale(0.6779);
  }

  to {
    transform: translate(87.47315vw, 100vh) scale(0.6779);
  }
}

@keyframes fall-408 {
  55.078% {
    transform: translate(88.9551vw, 55.078vh) scale(0.6779);
  }

  to {
    transform: translate(87.47315vw, 100vh) scale(0.6779);
  }
}

.snow:nth-child(409) {
  opacity: 0.907;
  transform: translate(76.7337vw, -10px) scale(0.1139);
  -webkit-animation: fall-409 16s -11s linear infinite;
          animation: fall-409 16s -11s linear infinite;
}

@-webkit-keyframes fall-409 {
  65.637% {
    transform: translate(76.5255vw, 65.637vh) scale(0.1139);
  }

  to {
    transform: translate(76.6296vw, 100vh) scale(0.1139);
  }
}

@keyframes fall-409 {
  65.637% {
    transform: translate(76.5255vw, 65.637vh) scale(0.1139);
  }

  to {
    transform: translate(76.6296vw, 100vh) scale(0.1139);
  }
}

.snow:nth-child(410) {
  opacity: 0.8359;
  transform: translate(93.5124vw, -10px) scale(0.374);
  -webkit-animation: fall-410 11s -12s linear infinite;
          animation: fall-410 11s -12s linear infinite;
}

@-webkit-keyframes fall-410 {
  48.659% {
    transform: translate(96.6756vw, 48.659vh) scale(0.374);
  }

  to {
    transform: translate(95.094vw, 100vh) scale(0.374);
  }
}

@keyframes fall-410 {
  48.659% {
    transform: translate(96.6756vw, 48.659vh) scale(0.374);
  }

  to {
    transform: translate(95.094vw, 100vh) scale(0.374);
  }
}

.snow:nth-child(411) {
  opacity: 0.5961;
  transform: translate(1.4227vw, -10px) scale(0.3327);
  -webkit-animation: fall-411 11s -28s linear infinite;
          animation: fall-411 11s -28s linear infinite;
}

@-webkit-keyframes fall-411 {
  37.962% {
    transform: translate(10.1636vw, 37.962vh) scale(0.3327);
  }

  to {
    transform: translate(5.79315vw, 100vh) scale(0.3327);
  }
}

@keyframes fall-411 {
  37.962% {
    transform: translate(10.1636vw, 37.962vh) scale(0.3327);
  }

  to {
    transform: translate(5.79315vw, 100vh) scale(0.3327);
  }
}

.snow:nth-child(412) {
  opacity: 0.8961;
  transform: translate(13.0763vw, -10px) scale(0.7259);
  -webkit-animation: fall-412 15s -11s linear infinite;
          animation: fall-412 15s -11s linear infinite;
}

@-webkit-keyframes fall-412 {
  79.34% {
    transform: translate(18.6768vw, 79.34vh) scale(0.7259);
  }

  to {
    transform: translate(15.87655vw, 100vh) scale(0.7259);
  }
}

@keyframes fall-412 {
  79.34% {
    transform: translate(18.6768vw, 79.34vh) scale(0.7259);
  }

  to {
    transform: translate(15.87655vw, 100vh) scale(0.7259);
  }
}

.snow:nth-child(413) {
  opacity: 0.7271;
  transform: translate(91.274vw, -10px) scale(0.206);
  -webkit-animation: fall-413 16s -4s linear infinite;
          animation: fall-413 16s -4s linear infinite;
}

@-webkit-keyframes fall-413 {
  37.371% {
    transform: translate(94.653vw, 37.371vh) scale(0.206);
  }

  to {
    transform: translate(92.9635vw, 100vh) scale(0.206);
  }
}

@keyframes fall-413 {
  37.371% {
    transform: translate(94.653vw, 37.371vh) scale(0.206);
  }

  to {
    transform: translate(92.9635vw, 100vh) scale(0.206);
  }
}

.snow:nth-child(414) {
  opacity: 0.0575;
  transform: translate(48.985vw, -10px) scale(0.6181);
  -webkit-animation: fall-414 15s -5s linear infinite;
          animation: fall-414 15s -5s linear infinite;
}

@-webkit-keyframes fall-414 {
  70.08% {
    transform: translate(50.4232vw, 70.08vh) scale(0.6181);
  }

  to {
    transform: translate(49.7041vw, 100vh) scale(0.6181);
  }
}

@keyframes fall-414 {
  70.08% {
    transform: translate(50.4232vw, 70.08vh) scale(0.6181);
  }

  to {
    transform: translate(49.7041vw, 100vh) scale(0.6181);
  }
}

.snow:nth-child(415) {
  opacity: 0.4478;
  transform: translate(91.5678vw, -10px) scale(0.6108);
  -webkit-animation: fall-415 24s -23s linear infinite;
          animation: fall-415 24s -23s linear infinite;
}

@-webkit-keyframes fall-415 {
  74.252% {
    transform: translate(98.7129vw, 74.252vh) scale(0.6108);
  }

  to {
    transform: translate(95.14035vw, 100vh) scale(0.6108);
  }
}

@keyframes fall-415 {
  74.252% {
    transform: translate(98.7129vw, 74.252vh) scale(0.6108);
  }

  to {
    transform: translate(95.14035vw, 100vh) scale(0.6108);
  }
}

.snow:nth-child(416) {
  opacity: 0.6417;
  transform: translate(79.6761vw, -10px) scale(0.0356);
  -webkit-animation: fall-416 17s -11s linear infinite;
          animation: fall-416 17s -11s linear infinite;
}

@-webkit-keyframes fall-416 {
  77.112% {
    transform: translate(80.4136vw, 77.112vh) scale(0.0356);
  }

  to {
    transform: translate(80.04485vw, 100vh) scale(0.0356);
  }
}

@keyframes fall-416 {
  77.112% {
    transform: translate(80.4136vw, 77.112vh) scale(0.0356);
  }

  to {
    transform: translate(80.04485vw, 100vh) scale(0.0356);
  }
}

.snow:nth-child(417) {
  opacity: 0.8982;
  transform: translate(84.3431vw, -10px) scale(0.8077);
  -webkit-animation: fall-417 23s -1s linear infinite;
          animation: fall-417 23s -1s linear infinite;
}

@-webkit-keyframes fall-417 {
  42.299% {
    transform: translate(85.2525vw, 42.299vh) scale(0.8077);
  }

  to {
    transform: translate(84.7978vw, 100vh) scale(0.8077);
  }
}

@keyframes fall-417 {
  42.299% {
    transform: translate(85.2525vw, 42.299vh) scale(0.8077);
  }

  to {
    transform: translate(84.7978vw, 100vh) scale(0.8077);
  }
}

.snow:nth-child(418) {
  opacity: 0.0111;
  transform: translate(42.7786vw, -10px) scale(0.8622);
  -webkit-animation: fall-418 20s -5s linear infinite;
          animation: fall-418 20s -5s linear infinite;
}

@-webkit-keyframes fall-418 {
  74.267% {
    transform: translate(49.167vw, 74.267vh) scale(0.8622);
  }

  to {
    transform: translate(45.9728vw, 100vh) scale(0.8622);
  }
}

@keyframes fall-418 {
  74.267% {
    transform: translate(49.167vw, 74.267vh) scale(0.8622);
  }

  to {
    transform: translate(45.9728vw, 100vh) scale(0.8622);
  }
}

.snow:nth-child(419) {
  opacity: 0.3933;
  transform: translate(80.2335vw, -10px) scale(0.9296);
  -webkit-animation: fall-419 11s -24s linear infinite;
          animation: fall-419 11s -24s linear infinite;
}

@-webkit-keyframes fall-419 {
  64.095% {
    transform: translate(88.6505vw, 64.095vh) scale(0.9296);
  }

  to {
    transform: translate(84.442vw, 100vh) scale(0.9296);
  }
}

@keyframes fall-419 {
  64.095% {
    transform: translate(88.6505vw, 64.095vh) scale(0.9296);
  }

  to {
    transform: translate(84.442vw, 100vh) scale(0.9296);
  }
}

.snow:nth-child(420) {
  opacity: 0.3865;
  transform: translate(71.3235vw, -10px) scale(0.7619);
  -webkit-animation: fall-420 27s -1s linear infinite;
          animation: fall-420 27s -1s linear infinite;
}

@-webkit-keyframes fall-420 {
  75.247% {
    transform: translate(71.0065vw, 75.247vh) scale(0.7619);
  }

  to {
    transform: translate(71.165vw, 100vh) scale(0.7619);
  }
}

@keyframes fall-420 {
  75.247% {
    transform: translate(71.0065vw, 75.247vh) scale(0.7619);
  }

  to {
    transform: translate(71.165vw, 100vh) scale(0.7619);
  }
}

.snow:nth-child(421) {
  opacity: 0.3338;
  transform: translate(72.9182vw, -10px) scale(0.1548);
  -webkit-animation: fall-421 15s -17s linear infinite;
          animation: fall-421 15s -17s linear infinite;
}

@-webkit-keyframes fall-421 {
  30.224% {
    transform: translate(67.3883vw, 30.224vh) scale(0.1548);
  }

  to {
    transform: translate(70.15325vw, 100vh) scale(0.1548);
  }
}

@keyframes fall-421 {
  30.224% {
    transform: translate(67.3883vw, 30.224vh) scale(0.1548);
  }

  to {
    transform: translate(70.15325vw, 100vh) scale(0.1548);
  }
}

.snow:nth-child(422) {
  opacity: 0.8458;
  transform: translate(59.6571vw, -10px) scale(0.9212);
  -webkit-animation: fall-422 10s -10s linear infinite;
          animation: fall-422 10s -10s linear infinite;
}

@-webkit-keyframes fall-422 {
  37.893% {
    transform: translate(52.5737vw, 37.893vh) scale(0.9212);
  }

  to {
    transform: translate(56.1154vw, 100vh) scale(0.9212);
  }
}

@keyframes fall-422 {
  37.893% {
    transform: translate(52.5737vw, 37.893vh) scale(0.9212);
  }

  to {
    transform: translate(56.1154vw, 100vh) scale(0.9212);
  }
}

.snow:nth-child(423) {
  opacity: 0.4397;
  transform: translate(22.9078vw, -10px) scale(0.0175);
  -webkit-animation: fall-423 16s -1s linear infinite;
          animation: fall-423 16s -1s linear infinite;
}

@-webkit-keyframes fall-423 {
  61.08% {
    transform: translate(22.9915vw, 61.08vh) scale(0.0175);
  }

  to {
    transform: translate(22.94965vw, 100vh) scale(0.0175);
  }
}

@keyframes fall-423 {
  61.08% {
    transform: translate(22.9915vw, 61.08vh) scale(0.0175);
  }

  to {
    transform: translate(22.94965vw, 100vh) scale(0.0175);
  }
}

.snow:nth-child(424) {
  opacity: 0.016;
  transform: translate(67.8879vw, -10px) scale(0.7084);
  -webkit-animation: fall-424 18s -8s linear infinite;
          animation: fall-424 18s -8s linear infinite;
}

@-webkit-keyframes fall-424 {
  52.592% {
    transform: translate(61.4673vw, 52.592vh) scale(0.7084);
  }

  to {
    transform: translate(64.6776vw, 100vh) scale(0.7084);
  }
}

@keyframes fall-424 {
  52.592% {
    transform: translate(61.4673vw, 52.592vh) scale(0.7084);
  }

  to {
    transform: translate(64.6776vw, 100vh) scale(0.7084);
  }
}

.snow:nth-child(425) {
  opacity: 0.1517;
  transform: translate(71.8562vw, -10px) scale(0.3086);
  -webkit-animation: fall-425 10s -1s linear infinite;
          animation: fall-425 10s -1s linear infinite;
}

@-webkit-keyframes fall-425 {
  41.53% {
    transform: translate(64.4602vw, 41.53vh) scale(0.3086);
  }

  to {
    transform: translate(68.1582vw, 100vh) scale(0.3086);
  }
}

@keyframes fall-425 {
  41.53% {
    transform: translate(64.4602vw, 41.53vh) scale(0.3086);
  }

  to {
    transform: translate(68.1582vw, 100vh) scale(0.3086);
  }
}

.snow:nth-child(426) {
  opacity: 0.7203;
  transform: translate(12.6662vw, -10px) scale(0.8651);
  -webkit-animation: fall-426 16s -17s linear infinite;
          animation: fall-426 16s -17s linear infinite;
}

@-webkit-keyframes fall-426 {
  42.008% {
    transform: translate(4.2511vw, 42.008vh) scale(0.8651);
  }

  to {
    transform: translate(8.45865vw, 100vh) scale(0.8651);
  }
}

@keyframes fall-426 {
  42.008% {
    transform: translate(4.2511vw, 42.008vh) scale(0.8651);
  }

  to {
    transform: translate(8.45865vw, 100vh) scale(0.8651);
  }
}

.snow:nth-child(427) {
  opacity: 0.2017;
  transform: translate(68.5079vw, -10px) scale(0.8446);
  -webkit-animation: fall-427 23s -1s linear infinite;
          animation: fall-427 23s -1s linear infinite;
}

@-webkit-keyframes fall-427 {
  60.106% {
    transform: translate(73.2416vw, 60.106vh) scale(0.8446);
  }

  to {
    transform: translate(70.87475vw, 100vh) scale(0.8446);
  }
}

@keyframes fall-427 {
  60.106% {
    transform: translate(73.2416vw, 60.106vh) scale(0.8446);
  }

  to {
    transform: translate(70.87475vw, 100vh) scale(0.8446);
  }
}

.snow:nth-child(428) {
  opacity: 0.2109;
  transform: translate(79.2248vw, -10px) scale(0.9731);
  -webkit-animation: fall-428 22s -30s linear infinite;
          animation: fall-428 22s -30s linear infinite;
}

@-webkit-keyframes fall-428 {
  49.071% {
    transform: translate(69.7047vw, 49.071vh) scale(0.9731);
  }

  to {
    transform: translate(74.46475vw, 100vh) scale(0.9731);
  }
}

@keyframes fall-428 {
  49.071% {
    transform: translate(69.7047vw, 49.071vh) scale(0.9731);
  }

  to {
    transform: translate(74.46475vw, 100vh) scale(0.9731);
  }
}

.snow:nth-child(429) {
  opacity: 0.606;
  transform: translate(74.3807vw, -10px) scale(0.9687);
  -webkit-animation: fall-429 11s -19s linear infinite;
          animation: fall-429 11s -19s linear infinite;
}

@-webkit-keyframes fall-429 {
  69.351% {
    transform: translate(71.088vw, 69.351vh) scale(0.9687);
  }

  to {
    transform: translate(72.73435vw, 100vh) scale(0.9687);
  }
}

@keyframes fall-429 {
  69.351% {
    transform: translate(71.088vw, 69.351vh) scale(0.9687);
  }

  to {
    transform: translate(72.73435vw, 100vh) scale(0.9687);
  }
}

.snow:nth-child(430) {
  opacity: 0.5454;
  transform: translate(43.3743vw, -10px) scale(0.2979);
  -webkit-animation: fall-430 13s -28s linear infinite;
          animation: fall-430 13s -28s linear infinite;
}

@-webkit-keyframes fall-430 {
  42.446% {
    transform: translate(38.6345vw, 42.446vh) scale(0.2979);
  }

  to {
    transform: translate(41.0044vw, 100vh) scale(0.2979);
  }
}

@keyframes fall-430 {
  42.446% {
    transform: translate(38.6345vw, 42.446vh) scale(0.2979);
  }

  to {
    transform: translate(41.0044vw, 100vh) scale(0.2979);
  }
}

.snow:nth-child(431) {
  opacity: 0.3762;
  transform: translate(0.2455vw, -10px) scale(0.5287);
  -webkit-animation: fall-431 14s -9s linear infinite;
          animation: fall-431 14s -9s linear infinite;
}

@-webkit-keyframes fall-431 {
  37.215% {
    transform: translate(-5.1312vw, 37.215vh) scale(0.5287);
  }

  to {
    transform: translate(-2.44285vw, 100vh) scale(0.5287);
  }
}

@keyframes fall-431 {
  37.215% {
    transform: translate(-5.1312vw, 37.215vh) scale(0.5287);
  }

  to {
    transform: translate(-2.44285vw, 100vh) scale(0.5287);
  }
}

.snow:nth-child(432) {
  opacity: 0.7244;
  transform: translate(94.5367vw, -10px) scale(0.0137);
  -webkit-animation: fall-432 12s -25s linear infinite;
          animation: fall-432 12s -25s linear infinite;
}

@-webkit-keyframes fall-432 {
  66.333% {
    transform: translate(102.2406vw, 66.333vh) scale(0.0137);
  }

  to {
    transform: translate(98.38865vw, 100vh) scale(0.0137);
  }
}

@keyframes fall-432 {
  66.333% {
    transform: translate(102.2406vw, 66.333vh) scale(0.0137);
  }

  to {
    transform: translate(98.38865vw, 100vh) scale(0.0137);
  }
}

.snow:nth-child(433) {
  opacity: 0.5012;
  transform: translate(15.7715vw, -10px) scale(0.551);
  -webkit-animation: fall-433 26s -27s linear infinite;
          animation: fall-433 26s -27s linear infinite;
}

@-webkit-keyframes fall-433 {
  77.401% {
    transform: translate(10.9347vw, 77.401vh) scale(0.551);
  }

  to {
    transform: translate(13.3531vw, 100vh) scale(0.551);
  }
}

@keyframes fall-433 {
  77.401% {
    transform: translate(10.9347vw, 77.401vh) scale(0.551);
  }

  to {
    transform: translate(13.3531vw, 100vh) scale(0.551);
  }
}

.snow:nth-child(434) {
  opacity: 0.8201;
  transform: translate(8.1857vw, -10px) scale(0.9105);
  -webkit-animation: fall-434 15s -6s linear infinite;
          animation: fall-434 15s -6s linear infinite;
}

@-webkit-keyframes fall-434 {
  51.495% {
    transform: translate(6.9793vw, 51.495vh) scale(0.9105);
  }

  to {
    transform: translate(7.5825vw, 100vh) scale(0.9105);
  }
}

@keyframes fall-434 {
  51.495% {
    transform: translate(6.9793vw, 51.495vh) scale(0.9105);
  }

  to {
    transform: translate(7.5825vw, 100vh) scale(0.9105);
  }
}

.snow:nth-child(435) {
  opacity: 0.7923;
  transform: translate(96.9238vw, -10px) scale(0.9535);
  -webkit-animation: fall-435 30s -26s linear infinite;
          animation: fall-435 30s -26s linear infinite;
}

@-webkit-keyframes fall-435 {
  69.868% {
    transform: translate(96.6795vw, 69.868vh) scale(0.9535);
  }

  to {
    transform: translate(96.80165vw, 100vh) scale(0.9535);
  }
}

@keyframes fall-435 {
  69.868% {
    transform: translate(96.6795vw, 69.868vh) scale(0.9535);
  }

  to {
    transform: translate(96.80165vw, 100vh) scale(0.9535);
  }
}

.snow:nth-child(436) {
  opacity: 0.0991;
  transform: translate(3.2627vw, -10px) scale(0.2056);
  -webkit-animation: fall-436 15s -22s linear infinite;
          animation: fall-436 15s -22s linear infinite;
}

@-webkit-keyframes fall-436 {
  65.689% {
    transform: translate(10.3343vw, 65.689vh) scale(0.2056);
  }

  to {
    transform: translate(6.7985vw, 100vh) scale(0.2056);
  }
}

@keyframes fall-436 {
  65.689% {
    transform: translate(10.3343vw, 65.689vh) scale(0.2056);
  }

  to {
    transform: translate(6.7985vw, 100vh) scale(0.2056);
  }
}

.snow:nth-child(437) {
  opacity: 0.2229;
  transform: translate(1.8482vw, -10px) scale(0.9968);
  -webkit-animation: fall-437 14s -16s linear infinite;
          animation: fall-437 14s -16s linear infinite;
}

@-webkit-keyframes fall-437 {
  74.434% {
    transform: translate(-2.926vw, 74.434vh) scale(0.9968);
  }

  to {
    transform: translate(-0.5389vw, 100vh) scale(0.9968);
  }
}

@keyframes fall-437 {
  74.434% {
    transform: translate(-2.926vw, 74.434vh) scale(0.9968);
  }

  to {
    transform: translate(-0.5389vw, 100vh) scale(0.9968);
  }
}

.snow:nth-child(438) {
  opacity: 0.6224;
  transform: translate(62.8005vw, -10px) scale(0.4226);
  -webkit-animation: fall-438 10s -17s linear infinite;
          animation: fall-438 10s -17s linear infinite;
}

@-webkit-keyframes fall-438 {
  56.837% {
    transform: translate(65.7859vw, 56.837vh) scale(0.4226);
  }

  to {
    transform: translate(64.2932vw, 100vh) scale(0.4226);
  }
}

@keyframes fall-438 {
  56.837% {
    transform: translate(65.7859vw, 56.837vh) scale(0.4226);
  }

  to {
    transform: translate(64.2932vw, 100vh) scale(0.4226);
  }
}

.snow:nth-child(439) {
  opacity: 0.9619;
  transform: translate(10.5326vw, -10px) scale(0.5161);
  -webkit-animation: fall-439 27s -6s linear infinite;
          animation: fall-439 27s -6s linear infinite;
}

@-webkit-keyframes fall-439 {
  31.652% {
    transform: translate(16.0341vw, 31.652vh) scale(0.5161);
  }

  to {
    transform: translate(13.28335vw, 100vh) scale(0.5161);
  }
}

@keyframes fall-439 {
  31.652% {
    transform: translate(16.0341vw, 31.652vh) scale(0.5161);
  }

  to {
    transform: translate(13.28335vw, 100vh) scale(0.5161);
  }
}

.snow:nth-child(440) {
  opacity: 0.1747;
  transform: translate(46.1491vw, -10px) scale(0.8222);
  -webkit-animation: fall-440 20s -19s linear infinite;
          animation: fall-440 20s -19s linear infinite;
}

@-webkit-keyframes fall-440 {
  30.595% {
    transform: translate(40.6527vw, 30.595vh) scale(0.8222);
  }

  to {
    transform: translate(43.4009vw, 100vh) scale(0.8222);
  }
}

@keyframes fall-440 {
  30.595% {
    transform: translate(40.6527vw, 30.595vh) scale(0.8222);
  }

  to {
    transform: translate(43.4009vw, 100vh) scale(0.8222);
  }
}

.snow:nth-child(441) {
  opacity: 0.4473;
  transform: translate(71.6202vw, -10px) scale(0.6023);
  -webkit-animation: fall-441 11s -6s linear infinite;
          animation: fall-441 11s -6s linear infinite;
}

@-webkit-keyframes fall-441 {
  44.445% {
    transform: translate(63.6031vw, 44.445vh) scale(0.6023);
  }

  to {
    transform: translate(67.61165vw, 100vh) scale(0.6023);
  }
}

@keyframes fall-441 {
  44.445% {
    transform: translate(63.6031vw, 44.445vh) scale(0.6023);
  }

  to {
    transform: translate(67.61165vw, 100vh) scale(0.6023);
  }
}

.snow:nth-child(442) {
  opacity: 0.7287;
  transform: translate(93.8722vw, -10px) scale(0.0124);
  -webkit-animation: fall-442 25s -4s linear infinite;
          animation: fall-442 25s -4s linear infinite;
}

@-webkit-keyframes fall-442 {
  67.854% {
    transform: translate(84.302vw, 67.854vh) scale(0.0124);
  }

  to {
    transform: translate(89.0871vw, 100vh) scale(0.0124);
  }
}

@keyframes fall-442 {
  67.854% {
    transform: translate(84.302vw, 67.854vh) scale(0.0124);
  }

  to {
    transform: translate(89.0871vw, 100vh) scale(0.0124);
  }
}

.snow:nth-child(443) {
  opacity: 0.5437;
  transform: translate(57.5099vw, -10px) scale(0.3023);
  -webkit-animation: fall-443 19s -28s linear infinite;
          animation: fall-443 19s -28s linear infinite;
}

@-webkit-keyframes fall-443 {
  79.182% {
    transform: translate(62.1947vw, 79.182vh) scale(0.3023);
  }

  to {
    transform: translate(59.8523vw, 100vh) scale(0.3023);
  }
}

@keyframes fall-443 {
  79.182% {
    transform: translate(62.1947vw, 79.182vh) scale(0.3023);
  }

  to {
    transform: translate(59.8523vw, 100vh) scale(0.3023);
  }
}

.snow:nth-child(444) {
  opacity: 0.5022;
  transform: translate(1.0117vw, -10px) scale(0.996);
  -webkit-animation: fall-444 28s -1s linear infinite;
          animation: fall-444 28s -1s linear infinite;
}

@-webkit-keyframes fall-444 {
  71.632% {
    transform: translate(-1.7632vw, 71.632vh) scale(0.996);
  }

  to {
    transform: translate(-0.37575vw, 100vh) scale(0.996);
  }
}

@keyframes fall-444 {
  71.632% {
    transform: translate(-1.7632vw, 71.632vh) scale(0.996);
  }

  to {
    transform: translate(-0.37575vw, 100vh) scale(0.996);
  }
}

