/* Themes, fonts, backgrounds, responsive breakpoints, etc */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Oswald|Open+Sans|Playfair+Display|Fugaz+One|Roboto");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/* FONTS */
/* COLORS */
/* MASTHEAD/FOOTER BACKGROUND IMAGE */
/* CUSTOM BOOTSTRAP BREAKPOINTS */
/* CUSTOM BOOTSTRAP CONTAINER */
.large-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.medium-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) {
  .large-container {
    max-width: calc(100vw - 100px); }
  .medium-container {
    max-width: calc(100vw - 200px); } }

@media (min-width: 992px) {
  .large-container {
    max-width: calc(100vw - 160px); }
  .medium-container {
    max-width: calc(100vw - 240px); } }

@media (min-width: 1280px) {
  .large-container {
    max-width: calc(100vw - 200px); }
  .medium-container {
    max-width: calc(100vw - 280px); } }

/* Global */
html {
  font-size: 16px; }
  html body {
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    color: #373737; }
    html body h1,
    html body h2,
    html body h3,
    html body h4,
    html body h5,
    html body h6,
    html body .h1,
    html body .h2,
    html body .h3,
    html body .h4,
    html body .h5,
    html body .h6 {
      color: #373737;
      font-family: "Playfair Display", serif;
      font-weight: 500; }

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

/* Separate, pseudo-bootstrapian styles */
.navbar-wrapper {
  background: #ffffff;
  margin-bottom: 3rem; }
  .navbar-wrapper-header {
    position: relative; }

.navbar {
  background: #ffffff;
  border: solid; }

/* IE HACK USING INVALID SELECTOR */
*::-ms-backdrop, :root .navbar-wrapper-header .logo,
:root .navbar .logo {
  position: relative;
  height: 70px; }
  *::-ms-backdrop svg, :root .navbar-wrapper-header .logo svg,
  :root .navbar .logo svg {
    position: absolute;
    top: 0;
    padding: 1rem 0; }

.navbar-wrapper-header .logo svg g {
  fill: #373737; }

.navbar .logo svg g {
  fill: #373737; }

.navbar .sub-link {
  padding-inline-start: 0px; }

.navbar .dropdown-item {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  display: block;
  font: bold 0.9rem "Playfair Display", serif;
  color: #373737; }
  .navbar .dropdown-item:hover {
    background: #c54c3a;
    color: #ffffff !important; }

.navbar .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font: bold 0.9rem "Playfair Display", serif;
  color: #373737; }
  .navbar .nav-link:hover {
    background: #c54c3a;
    color: #ffffff !important; }

.navbar .active .nav-link .dropdown-item {
  color: #c54c3a; }

.nav-item.dropdown > .dropdown-menu {
  margin-top: 0; }

@media (min-width: 992px) {
  .nav-item:hover > .dropdown-menu {
    display: block;
    border-radius: 0;
    padding: 0; } }

.logo, .lead, .navbar .nav-link .dropdown-item, .red-bar {
  transition: all 0.3s ease; }

.red-bar {
  background-color: #c54c3a;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  overflow: hidden; }

.not-scrolled .logo {
  width: 50%; }

.not-scrolled .lead {
  height: auto;
  margin-bottom: 0.75rem; }

.not-scrolled .red-bar {
  height: 30px; }

.not-scrolled .navbar .nav-link {
  padding: 10px .7vw;
  border-bottom: 2px solid gray;
  height: 100%; }

.not-scrolled .dropdown-item {
  padding: 10px .7vw; }

.scrolled {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
  .scrolled .logo {
    width: 30%; }
  .scrolled .lead {
    height: 0px;
    margin-bottom: 0; }
  .scrolled .red-bar {
    height: 0px; }
  .scrolled .navbar {
    border-bottom: 2px solid gray; }
  .scrolled .navbar .nav-link {
    padding: 4px .7vw; }
  .scrolled .dropdown-item {
    padding: 4px .7vw; }

#search {
  height: 100%;
  border: none;
  display: inline;
  padding: 0 10% 0 15px;
  text-transform: uppercase;
  font: bold 1.25rem "Playfair Display", serif;
  background: transparent;
  color: #c54c3a; }
  #search:hover {
    text-decoration: none;
    cursor: pointer; }
  #search:active, #search:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none; }

#searchModal .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  max-width: 100%; }

#searchModal .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none; }

#searchModal .modal-body {
  position: absolute;
  width: 100%;
  font-weight: 300;
  overflow: auto; }

#searchModal #modal-close-btn {
  position: absolute;
  right: 0;
  margin: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 2rem;
  color: #c54c3a; }

#searchModal .modal-search-form {
  position: relative;
  width: 75%;
  margin-top: 25%;
  margin-right: auto;
  margin-left: auto; }
  #searchModal .modal-search-form .modal-search-input {
    display: inline-block;
    width: calc(100% - 80px);
    height: 30px;
    border: 3px solid #c54c3a;
    padding: 30px; }
    #searchModal .modal-search-form .modal-search-input:focus {
      outline: none;
      color: #c54c3a; }
  #searchModal .modal-search-form .modal-search-submit {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 80px;
    height: 66px;
    border: 1px solid #c54c3a;
    background: #c54c3a;
    color: #ffffff;
    text-align: center;
    cursor: pointer; }

.site-footer-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 4em;
  background: url("../images/footer_lodyas.png");
  background-attachment: fixed;
  color: #ffffff; }
  .site-footer-wrapper .site-footer-expand {
    height: auto;
    padding: 2em;
    background: #base; }
  .site-footer-wrapper .site-footer-left {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .site-footer-wrapper .site-footer-left {
        display: inline-block;
        width: 40%;
        text-align: left; } }
    .site-footer-wrapper .site-footer-left .footer-logo {
      padding: 0;
      margin: 0;
      color: #ffffff; }
      .site-footer-wrapper .site-footer-left .footer-logo span {
        color: #c54c3a; }
  .site-footer-wrapper .site-footer-center {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .site-footer-wrapper .site-footer-center {
        display: inline-block;
        width: 35%;
        text-align: left; } }
    .site-footer-wrapper .site-footer-center div {
      display: block;
      font-weight: bold; }
      .site-footer-wrapper .site-footer-center div .fas {
        background-color: #c54c3a;
        color: #ffffff;
        font-size: 25px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 42px;
        margin: 10px 15px;
        vertical-align: middle; }
      .site-footer-wrapper .site-footer-center div p {
        display: inline-block;
        vertical-align: middle;
        margin: 0; }
        .site-footer-wrapper .site-footer-center div p span {
          display: block;
          font-weight: normal;
          line-height: 2;
          font-size: 0.85em; }
  .site-footer-wrapper .site-footer-right {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    vertical-align: top; }
    @media only screen and (min-width: 992px) {
      .site-footer-wrapper .site-footer-right {
        display: inline-block;
        width: 20%;
        text-align: left; } }
    .site-footer-wrapper .site-footer-right .footer-company-about {
      line-height: 20px;
      color: #f5b8b8;
      font-size: 13px;
      font-weight: normal;
      margin: 0; }
      .site-footer-wrapper .site-footer-right .footer-company-about span {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 20px; }
    .site-footer-wrapper .site-footer-right .footer-icons {
      margin-top: 25px; }
      .site-footer-wrapper .site-footer-right .footer-icons a {
        display: inline-block;
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color: #c54c3a;
        border-radius: 2px;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        line-height: 35px;
        margin-right: 3px;
        margin-bottom: 5px; }
        .site-footer-wrapper .site-footer-right .footer-icons a .fab {
          margin-top: 8px; }
  .site-footer-wrapper .footer-link {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    letter-spacing: 0.125rem;
    color: #ffffff; }
    .site-footer-wrapper .footer-link:hover {
      color: #c54c3a; }
  .site-footer-wrapper .copyright {
    color: #e7c8c8;
    font-size: 0.85em; }

.solid-link, .section-recently-0 .title a {
  color: #373737;
  text-decoration: none; }
  .solid-link:hover, .section-recently-0 .title a:hover {
    color: #c54c3a; }

.section-recently-0 .in-section {
  font-size: 0.85rem;
  font-weight: bold;
  color: #6a6a6a; }
  .section-recently-0 .in-section a {
    color: #c54c3a; }

img.darkened {
  filter: brightness(50%); }

.snow {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5)); }
  .snow:nth-child(1) {
    opacity: 0.8491;
    transform: translate(93.285vw, -10px) scale(0.6862);
    animation: fall-1 27s -2s linear infinite; }

@keyframes fall-1 {
  69.642% {
    transform: translate(89.1208vw, 69.642vh) scale(0.6862); }
  to {
    transform: translate(91.2029vw, 100vh) scale(0.6862); } }
  .snow:nth-child(2) {
    opacity: 0.6225;
    transform: translate(69.0862vw, -10px) scale(0.0313);
    animation: fall-2 17s -29s linear infinite; }

@keyframes fall-2 {
  55.364% {
    transform: translate(65.1847vw, 55.364vh) scale(0.0313); }
  to {
    transform: translate(67.13545vw, 100vh) scale(0.0313); } }
  .snow:nth-child(3) {
    opacity: 0.2359;
    transform: translate(27.2367vw, -10px) scale(0.9442);
    animation: fall-3 21s -16s linear infinite; }

@keyframes fall-3 {
  62.246% {
    transform: translate(28.0572vw, 62.246vh) scale(0.9442); }
  to {
    transform: translate(27.64695vw, 100vh) scale(0.9442); } }
  .snow:nth-child(4) {
    opacity: 0.8991;
    transform: translate(41.4883vw, -10px) scale(0.5068);
    animation: fall-4 10s -28s linear infinite; }

@keyframes fall-4 {
  78.82% {
    transform: translate(34.2052vw, 78.82vh) scale(0.5068); }
  to {
    transform: translate(37.84675vw, 100vh) scale(0.5068); } }
  .snow:nth-child(5) {
    opacity: 0.5951;
    transform: translate(83.6635vw, -10px) scale(0.9143);
    animation: fall-5 25s -5s linear infinite; }

@keyframes fall-5 {
  62.245% {
    transform: translate(89.3133vw, 62.245vh) scale(0.9143); }
  to {
    transform: translate(86.4884vw, 100vh) scale(0.9143); } }
  .snow:nth-child(6) {
    opacity: 0.4749;
    transform: translate(88.5614vw, -10px) scale(0.5094);
    animation: fall-6 11s -19s linear infinite; }

@keyframes fall-6 {
  59.785% {
    transform: translate(81.5048vw, 59.785vh) scale(0.5094); }
  to {
    transform: translate(85.0331vw, 100vh) scale(0.5094); } }
  .snow:nth-child(7) {
    opacity: 0.6945;
    transform: translate(66.9066vw, -10px) scale(0.4028);
    animation: fall-7 21s -25s linear infinite; }

@keyframes fall-7 {
  62.107% {
    transform: translate(60.4797vw, 62.107vh) scale(0.4028); }
  to {
    transform: translate(63.69315vw, 100vh) scale(0.4028); } }
  .snow:nth-child(8) {
    opacity: 0.7069;
    transform: translate(28.0327vw, -10px) scale(0.7682);
    animation: fall-8 14s -26s linear infinite; }

@keyframes fall-8 {
  60.935% {
    transform: translate(18.8654vw, 60.935vh) scale(0.7682); }
  to {
    transform: translate(23.44905vw, 100vh) scale(0.7682); } }
  .snow:nth-child(9) {
    opacity: 0.8685;
    transform: translate(30.2295vw, -10px) scale(0.0813);
    animation: fall-9 18s -10s linear infinite; }

@keyframes fall-9 {
  41.598% {
    transform: translate(27.3651vw, 41.598vh) scale(0.0813); }
  to {
    transform: translate(28.7973vw, 100vh) scale(0.0813); } }
  .snow:nth-child(10) {
    opacity: 0.6307;
    transform: translate(0.8636vw, -10px) scale(0.447);
    animation: fall-10 16s -15s linear infinite; }

@keyframes fall-10 {
  48.964% {
    transform: translate(-1.3816vw, 48.964vh) scale(0.447); }
  to {
    transform: translate(-0.259vw, 100vh) scale(0.447); } }
  .snow:nth-child(11) {
    opacity: 0.2468;
    transform: translate(29.9316vw, -10px) scale(0.3719);
    animation: fall-11 13s -25s linear infinite; }

@keyframes fall-11 {
  46.096% {
    transform: translate(39.1276vw, 46.096vh) scale(0.3719); }
  to {
    transform: translate(34.5296vw, 100vh) scale(0.3719); } }
  .snow:nth-child(12) {
    opacity: 0.3365;
    transform: translate(81.7846vw, -10px) scale(0.1317);
    animation: fall-12 26s -20s linear infinite; }

@keyframes fall-12 {
  68.268% {
    transform: translate(74.8126vw, 68.268vh) scale(0.1317); }
  to {
    transform: translate(78.2986vw, 100vh) scale(0.1317); } }
  .snow:nth-child(13) {
    opacity: 0.6307;
    transform: translate(22.7894vw, -10px) scale(0.5067);
    animation: fall-13 27s -23s linear infinite; }

@keyframes fall-13 {
  51.912% {
    transform: translate(19.9502vw, 51.912vh) scale(0.5067); }
  to {
    transform: translate(21.3698vw, 100vh) scale(0.5067); } }
  .snow:nth-child(14) {
    opacity: 0.0348;
    transform: translate(49.7452vw, -10px) scale(0.2384);
    animation: fall-14 16s -18s linear infinite; }

@keyframes fall-14 {
  55.5% {
    transform: translate(46.2195vw, 55.5vh) scale(0.2384); }
  to {
    transform: translate(47.98235vw, 100vh) scale(0.2384); } }
  .snow:nth-child(15) {
    opacity: 0.7677;
    transform: translate(11.3641vw, -10px) scale(0.3871);
    animation: fall-15 13s -15s linear infinite; }

@keyframes fall-15 {
  73.337% {
    transform: translate(3.865vw, 73.337vh) scale(0.3871); }
  to {
    transform: translate(7.61455vw, 100vh) scale(0.3871); } }
  .snow:nth-child(16) {
    opacity: 0.1015;
    transform: translate(59.3986vw, -10px) scale(0.721);
    animation: fall-16 30s -18s linear infinite; }

@keyframes fall-16 {
  45.914% {
    transform: translate(67.1009vw, 45.914vh) scale(0.721); }
  to {
    transform: translate(63.24975vw, 100vh) scale(0.721); } }
  .snow:nth-child(17) {
    opacity: 0.6257;
    transform: translate(56.0755vw, -10px) scale(0.6837);
    animation: fall-17 28s -30s linear infinite; }

@keyframes fall-17 {
  69.83% {
    transform: translate(48.467vw, 69.83vh) scale(0.6837); }
  to {
    transform: translate(52.27125vw, 100vh) scale(0.6837); } }
  .snow:nth-child(18) {
    opacity: 0.0563;
    transform: translate(83.1268vw, -10px) scale(0.0432);
    animation: fall-18 13s -7s linear infinite; }

@keyframes fall-18 {
  49.77% {
    transform: translate(80.1671vw, 49.77vh) scale(0.0432); }
  to {
    transform: translate(81.64695vw, 100vh) scale(0.0432); } }
  .snow:nth-child(19) {
    opacity: 0.5103;
    transform: translate(23.3306vw, -10px) scale(0.2382);
    animation: fall-19 12s -13s linear infinite; }

@keyframes fall-19 {
  65.242% {
    transform: translate(23.3471vw, 65.242vh) scale(0.2382); }
  to {
    transform: translate(23.33885vw, 100vh) scale(0.2382); } }
  .snow:nth-child(20) {
    opacity: 0.9437;
    transform: translate(82.1806vw, -10px) scale(0.0879);
    animation: fall-20 16s -24s linear infinite; }

@keyframes fall-20 {
  40.882% {
    transform: translate(88.1026vw, 40.882vh) scale(0.0879); }
  to {
    transform: translate(85.1416vw, 100vh) scale(0.0879); } }
  .snow:nth-child(21) {
    opacity: 0.9953;
    transform: translate(10.6227vw, -10px) scale(0.7005);
    animation: fall-21 17s -2s linear infinite; }

@keyframes fall-21 {
  31.733% {
    transform: translate(8.6634vw, 31.733vh) scale(0.7005); }
  to {
    transform: translate(9.64305vw, 100vh) scale(0.7005); } }
  .snow:nth-child(22) {
    opacity: 0.7118;
    transform: translate(8.0724vw, -10px) scale(0.0216);
    animation: fall-22 22s -28s linear infinite; }

@keyframes fall-22 {
  49.645% {
    transform: translate(17.1794vw, 49.645vh) scale(0.0216); }
  to {
    transform: translate(12.6259vw, 100vh) scale(0.0216); } }
  .snow:nth-child(23) {
    opacity: 0.0203;
    transform: translate(9.3153vw, -10px) scale(0.3872);
    animation: fall-23 23s -30s linear infinite; }

@keyframes fall-23 {
  32.764% {
    transform: translate(1.975vw, 32.764vh) scale(0.3872); }
  to {
    transform: translate(5.64515vw, 100vh) scale(0.3872); } }
  .snow:nth-child(24) {
    opacity: 0.1433;
    transform: translate(75.857vw, -10px) scale(0.2763);
    animation: fall-24 21s -26s linear infinite; }

@keyframes fall-24 {
  78.888% {
    transform: translate(71.3011vw, 78.888vh) scale(0.2763); }
  to {
    transform: translate(73.57905vw, 100vh) scale(0.2763); } }
  .snow:nth-child(25) {
    opacity: 0.4472;
    transform: translate(87.2421vw, -10px) scale(0.5375);
    animation: fall-25 14s -18s linear infinite; }

@keyframes fall-25 {
  69.828% {
    transform: translate(78.1645vw, 69.828vh) scale(0.5375); }
  to {
    transform: translate(82.7033vw, 100vh) scale(0.5375); } }
  .snow:nth-child(26) {
    opacity: 0.2634;
    transform: translate(72.7055vw, -10px) scale(0.1901);
    animation: fall-26 29s -11s linear infinite; }

@keyframes fall-26 {
  67.569% {
    transform: translate(65.9164vw, 67.569vh) scale(0.1901); }
  to {
    transform: translate(69.31095vw, 100vh) scale(0.1901); } }
  .snow:nth-child(27) {
    opacity: 0.5878;
    transform: translate(1.8606vw, -10px) scale(0.8873);
    animation: fall-27 15s -24s linear infinite; }

@keyframes fall-27 {
  57.645% {
    transform: translate(-4.2694vw, 57.645vh) scale(0.8873); }
  to {
    transform: translate(-1.2044vw, 100vh) scale(0.8873); } }
  .snow:nth-child(28) {
    opacity: 0.2657;
    transform: translate(57.933vw, -10px) scale(0.2975);
    animation: fall-28 21s -12s linear infinite; }

@keyframes fall-28 {
  45.653% {
    transform: translate(57.019vw, 45.653vh) scale(0.2975); }
  to {
    transform: translate(57.476vw, 100vh) scale(0.2975); } }
  .snow:nth-child(29) {
    opacity: 0.3272;
    transform: translate(95.8779vw, -10px) scale(0.4336);
    animation: fall-29 12s -14s linear infinite; }

@keyframes fall-29 {
  52.524% {
    transform: translate(92.9065vw, 52.524vh) scale(0.4336); }
  to {
    transform: translate(94.3922vw, 100vh) scale(0.4336); } }
  .snow:nth-child(30) {
    opacity: 0.0787;
    transform: translate(98.3029vw, -10px) scale(0.4702);
    animation: fall-30 21s -30s linear infinite; }

@keyframes fall-30 {
  47.965% {
    transform: translate(104.0371vw, 47.965vh) scale(0.4702); }
  to {
    transform: translate(101.17vw, 100vh) scale(0.4702); } }
  .snow:nth-child(31) {
    opacity: 0.5489;
    transform: translate(99.9695vw, -10px) scale(0.1631);
    animation: fall-31 17s -11s linear infinite; }

@keyframes fall-31 {
  62.981% {
    transform: translate(106.6528vw, 62.981vh) scale(0.1631); }
  to {
    transform: translate(103.31115vw, 100vh) scale(0.1631); } }
  .snow:nth-child(32) {
    opacity: 0.2327;
    transform: translate(70.1259vw, -10px) scale(0.9311);
    animation: fall-32 15s -24s linear infinite; }

@keyframes fall-32 {
  65.434% {
    transform: translate(74.8051vw, 65.434vh) scale(0.9311); }
  to {
    transform: translate(72.4655vw, 100vh) scale(0.9311); } }
  .snow:nth-child(33) {
    opacity: 0.4549;
    transform: translate(35.3336vw, -10px) scale(0.2219);
    animation: fall-33 18s -20s linear infinite; }

@keyframes fall-33 {
  71.427% {
    transform: translate(40.0993vw, 71.427vh) scale(0.2219); }
  to {
    transform: translate(37.71645vw, 100vh) scale(0.2219); } }
  .snow:nth-child(34) {
    opacity: 0.6845;
    transform: translate(10.4621vw, -10px) scale(0.5589);
    animation: fall-34 23s -19s linear infinite; }

@keyframes fall-34 {
  67.72% {
    transform: translate(9.2142vw, 67.72vh) scale(0.5589); }
  to {
    transform: translate(9.83815vw, 100vh) scale(0.5589); } }
  .snow:nth-child(35) {
    opacity: 0.8211;
    transform: translate(33.0228vw, -10px) scale(0.9371);
    animation: fall-35 24s -29s linear infinite; }

@keyframes fall-35 {
  37.222% {
    transform: translate(35.0196vw, 37.222vh) scale(0.9371); }
  to {
    transform: translate(34.0212vw, 100vh) scale(0.9371); } }
  .snow:nth-child(36) {
    opacity: 0.0481;
    transform: translate(45.8697vw, -10px) scale(0.3352);
    animation: fall-36 22s -18s linear infinite; }

@keyframes fall-36 {
  40.797% {
    transform: translate(53.7616vw, 40.797vh) scale(0.3352); }
  to {
    transform: translate(49.81565vw, 100vh) scale(0.3352); } }
  .snow:nth-child(37) {
    opacity: 0.5187;
    transform: translate(38.761vw, -10px) scale(0.4067);
    animation: fall-37 29s -15s linear infinite; }

@keyframes fall-37 {
  65.339% {
    transform: translate(35.5369vw, 65.339vh) scale(0.4067); }
  to {
    transform: translate(37.14895vw, 100vh) scale(0.4067); } }
  .snow:nth-child(38) {
    opacity: 0.0002;
    transform: translate(22.1727vw, -10px) scale(0.6176);
    animation: fall-38 22s -17s linear infinite; }

@keyframes fall-38 {
  50.727% {
    transform: translate(25.9878vw, 50.727vh) scale(0.6176); }
  to {
    transform: translate(24.08025vw, 100vh) scale(0.6176); } }
  .snow:nth-child(39) {
    opacity: 0.1178;
    transform: translate(18.3971vw, -10px) scale(0.6239);
    animation: fall-39 23s -20s linear infinite; }

@keyframes fall-39 {
  54.816% {
    transform: translate(14.0386vw, 54.816vh) scale(0.6239); }
  to {
    transform: translate(16.21785vw, 100vh) scale(0.6239); } }
  .snow:nth-child(40) {
    opacity: 0.3032;
    transform: translate(75.8525vw, -10px) scale(0.9044);
    animation: fall-40 15s -17s linear infinite; }

@keyframes fall-40 {
  74.751% {
    transform: translate(69.3625vw, 74.751vh) scale(0.9044); }
  to {
    transform: translate(72.6075vw, 100vh) scale(0.9044); } }
  .snow:nth-child(41) {
    opacity: 0.1769;
    transform: translate(73.3548vw, -10px) scale(0.6314);
    animation: fall-41 19s -25s linear infinite; }

@keyframes fall-41 {
  41.98% {
    transform: translate(71.9564vw, 41.98vh) scale(0.6314); }
  to {
    transform: translate(72.6556vw, 100vh) scale(0.6314); } }
  .snow:nth-child(42) {
    opacity: 0.3287;
    transform: translate(46.5183vw, -10px) scale(0.428);
    animation: fall-42 29s -19s linear infinite; }

@keyframes fall-42 {
  45.853% {
    transform: translate(39.3066vw, 45.853vh) scale(0.428); }
  to {
    transform: translate(42.91245vw, 100vh) scale(0.428); } }
  .snow:nth-child(43) {
    opacity: 0.0395;
    transform: translate(25.8275vw, -10px) scale(0.3743);
    animation: fall-43 23s -2s linear infinite; }

@keyframes fall-43 {
  66.008% {
    transform: translate(28.3014vw, 66.008vh) scale(0.3743); }
  to {
    transform: translate(27.06445vw, 100vh) scale(0.3743); } }
  .snow:nth-child(44) {
    opacity: 0.2398;
    transform: translate(78.6613vw, -10px) scale(0.6638);
    animation: fall-44 22s -20s linear infinite; }

@keyframes fall-44 {
  53.164% {
    transform: translate(81.1544vw, 53.164vh) scale(0.6638); }
  to {
    transform: translate(79.90785vw, 100vh) scale(0.6638); } }
  .snow:nth-child(45) {
    opacity: 0.8922;
    transform: translate(30.2765vw, -10px) scale(0.6558);
    animation: fall-45 18s -9s linear infinite; }

@keyframes fall-45 {
  55.56% {
    transform: translate(37.2986vw, 55.56vh) scale(0.6558); }
  to {
    transform: translate(33.78755vw, 100vh) scale(0.6558); } }
  .snow:nth-child(46) {
    opacity: 0.2082;
    transform: translate(49.3505vw, -10px) scale(0.3084);
    animation: fall-46 15s -18s linear infinite; }

@keyframes fall-46 {
  47.68% {
    transform: translate(49.1886vw, 47.68vh) scale(0.3084); }
  to {
    transform: translate(49.26955vw, 100vh) scale(0.3084); } }
  .snow:nth-child(47) {
    opacity: 0.3932;
    transform: translate(6.4604vw, -10px) scale(0.7825);
    animation: fall-47 25s -10s linear infinite; }

@keyframes fall-47 {
  35.105% {
    transform: translate(7.3489vw, 35.105vh) scale(0.7825); }
  to {
    transform: translate(6.90465vw, 100vh) scale(0.7825); } }
  .snow:nth-child(48) {
    opacity: 0.7842;
    transform: translate(86.5077vw, -10px) scale(0.8135);
    animation: fall-48 11s -13s linear infinite; }

@keyframes fall-48 {
  77.296% {
    transform: translate(94.271vw, 77.296vh) scale(0.8135); }
  to {
    transform: translate(90.38935vw, 100vh) scale(0.8135); } }
  .snow:nth-child(49) {
    opacity: 0.1904;
    transform: translate(3.7951vw, -10px) scale(0.7034);
    animation: fall-49 17s -24s linear infinite; }

@keyframes fall-49 {
  40.39% {
    transform: translate(10.6564vw, 40.39vh) scale(0.7034); }
  to {
    transform: translate(7.22575vw, 100vh) scale(0.7034); } }
  .snow:nth-child(50) {
    opacity: 0.2152;
    transform: translate(0.3478vw, -10px) scale(0.625);
    animation: fall-50 21s -3s linear infinite; }

@keyframes fall-50 {
  63.644% {
    transform: translate(3.3408vw, 63.644vh) scale(0.625); }
  to {
    transform: translate(1.8443vw, 100vh) scale(0.625); } }
  .snow:nth-child(51) {
    opacity: 0.3961;
    transform: translate(74.7686vw, -10px) scale(0.6519);
    animation: fall-51 24s -2s linear infinite; }

@keyframes fall-51 {
  52.7% {
    transform: translate(70.6524vw, 52.7vh) scale(0.6519); }
  to {
    transform: translate(72.7105vw, 100vh) scale(0.6519); } }
  .snow:nth-child(52) {
    opacity: 0.8496;
    transform: translate(35.243vw, -10px) scale(0.3665);
    animation: fall-52 29s -19s linear infinite; }

@keyframes fall-52 {
  62.706% {
    transform: translate(27.9068vw, 62.706vh) scale(0.3665); }
  to {
    transform: translate(31.5749vw, 100vh) scale(0.3665); } }
  .snow:nth-child(53) {
    opacity: 0.0935;
    transform: translate(49.7392vw, -10px) scale(0.496);
    animation: fall-53 18s -7s linear infinite; }

@keyframes fall-53 {
  72.226% {
    transform: translate(42.4082vw, 72.226vh) scale(0.496); }
  to {
    transform: translate(46.0737vw, 100vh) scale(0.496); } }
  .snow:nth-child(54) {
    opacity: 0.2632;
    transform: translate(60.8644vw, -10px) scale(0.0722);
    animation: fall-54 25s -1s linear infinite; }

@keyframes fall-54 {
  32.07% {
    transform: translate(58.3945vw, 32.07vh) scale(0.0722); }
  to {
    transform: translate(59.62945vw, 100vh) scale(0.0722); } }
  .snow:nth-child(55) {
    opacity: 0.4379;
    transform: translate(67.6215vw, -10px) scale(0.7447);
    animation: fall-55 26s -27s linear infinite; }

@keyframes fall-55 {
  30.933% {
    transform: translate(75.5024vw, 30.933vh) scale(0.7447); }
  to {
    transform: translate(71.56195vw, 100vh) scale(0.7447); } }
  .snow:nth-child(56) {
    opacity: 0.2117;
    transform: translate(68.0549vw, -10px) scale(0.8926);
    animation: fall-56 19s -17s linear infinite; }

@keyframes fall-56 {
  34.207% {
    transform: translate(68.2288vw, 34.207vh) scale(0.8926); }
  to {
    transform: translate(68.14185vw, 100vh) scale(0.8926); } }
  .snow:nth-child(57) {
    opacity: 0.5039;
    transform: translate(21.3681vw, -10px) scale(0.2244);
    animation: fall-57 23s -19s linear infinite; }

@keyframes fall-57 {
  34.847% {
    transform: translate(26.2179vw, 34.847vh) scale(0.2244); }
  to {
    transform: translate(23.793vw, 100vh) scale(0.2244); } }
  .snow:nth-child(58) {
    opacity: 0.9142;
    transform: translate(22.3418vw, -10px) scale(0.9215);
    animation: fall-58 11s -16s linear infinite; }

@keyframes fall-58 {
  69.883% {
    transform: translate(16.6048vw, 69.883vh) scale(0.9215); }
  to {
    transform: translate(19.4733vw, 100vh) scale(0.9215); } }
  .snow:nth-child(59) {
    opacity: 0.9541;
    transform: translate(98.3359vw, -10px) scale(0.7086);
    animation: fall-59 18s -24s linear infinite; }

@keyframes fall-59 {
  35.945% {
    transform: translate(100.3055vw, 35.945vh) scale(0.7086); }
  to {
    transform: translate(99.3207vw, 100vh) scale(0.7086); } }
  .snow:nth-child(60) {
    opacity: 0.8169;
    transform: translate(26.3602vw, -10px) scale(0.1832);
    animation: fall-60 22s -10s linear infinite; }

@keyframes fall-60 {
  50.973% {
    transform: translate(32.1277vw, 50.973vh) scale(0.1832); }
  to {
    transform: translate(29.24395vw, 100vh) scale(0.1832); } }
  .snow:nth-child(61) {
    opacity: 0.1327;
    transform: translate(6.6947vw, -10px) scale(0.7663);
    animation: fall-61 29s -6s linear infinite; }

@keyframes fall-61 {
  77.888% {
    transform: translate(16.1313vw, 77.888vh) scale(0.7663); }
  to {
    transform: translate(11.413vw, 100vh) scale(0.7663); } }
  .snow:nth-child(62) {
    opacity: 0.753;
    transform: translate(33.7774vw, -10px) scale(0.214);
    animation: fall-62 30s -12s linear infinite; }

@keyframes fall-62 {
  65.202% {
    transform: translate(25.0916vw, 65.202vh) scale(0.214); }
  to {
    transform: translate(29.4345vw, 100vh) scale(0.214); } }
  .snow:nth-child(63) {
    opacity: 0.8927;
    transform: translate(18.2661vw, -10px) scale(0.5408);
    animation: fall-63 24s -16s linear infinite; }

@keyframes fall-63 {
  34.308% {
    transform: translate(19.5322vw, 34.308vh) scale(0.5408); }
  to {
    transform: translate(18.89915vw, 100vh) scale(0.5408); } }
  .snow:nth-child(64) {
    opacity: 0.4292;
    transform: translate(67.1216vw, -10px) scale(0.8058);
    animation: fall-64 19s -1s linear infinite; }

@keyframes fall-64 {
  51.47% {
    transform: translate(62.1568vw, 51.47vh) scale(0.8058); }
  to {
    transform: translate(64.6392vw, 100vh) scale(0.8058); } }
  .snow:nth-child(65) {
    opacity: 0.4716;
    transform: translate(75.0601vw, -10px) scale(0.1998);
    animation: fall-65 20s -9s linear infinite; }

@keyframes fall-65 {
  44.843% {
    transform: translate(79.5857vw, 44.843vh) scale(0.1998); }
  to {
    transform: translate(77.3229vw, 100vh) scale(0.1998); } }
  .snow:nth-child(66) {
    opacity: 0.9054;
    transform: translate(98.8366vw, -10px) scale(0.0454);
    animation: fall-66 30s -1s linear infinite; }

@keyframes fall-66 {
  63.564% {
    transform: translate(100.1898vw, 63.564vh) scale(0.0454); }
  to {
    transform: translate(99.5132vw, 100vh) scale(0.0454); } }
  .snow:nth-child(67) {
    opacity: 0.4016;
    transform: translate(51.1126vw, -10px) scale(0.4408);
    animation: fall-67 26s -8s linear infinite; }

@keyframes fall-67 {
  36.874% {
    transform: translate(48.2107vw, 36.874vh) scale(0.4408); }
  to {
    transform: translate(49.66165vw, 100vh) scale(0.4408); } }
  .snow:nth-child(68) {
    opacity: 0.5572;
    transform: translate(9.7045vw, -10px) scale(0.6174);
    animation: fall-68 29s -1s linear infinite; }

@keyframes fall-68 {
  78.574% {
    transform: translate(2.6036vw, 78.574vh) scale(0.6174); }
  to {
    transform: translate(6.15405vw, 100vh) scale(0.6174); } }
  .snow:nth-child(69) {
    opacity: 0.8328;
    transform: translate(78.7698vw, -10px) scale(0.0652);
    animation: fall-69 15s -16s linear infinite; }

@keyframes fall-69 {
  57.745% {
    transform: translate(86.7651vw, 57.745vh) scale(0.0652); }
  to {
    transform: translate(82.76745vw, 100vh) scale(0.0652); } }
  .snow:nth-child(70) {
    opacity: 0.7558;
    transform: translate(11.1612vw, -10px) scale(0.4678);
    animation: fall-70 14s -16s linear infinite; }

@keyframes fall-70 {
  49.454% {
    transform: translate(15.8584vw, 49.454vh) scale(0.4678); }
  to {
    transform: translate(13.5098vw, 100vh) scale(0.4678); } }
  .snow:nth-child(71) {
    opacity: 0.427;
    transform: translate(11.8689vw, -10px) scale(0.2575);
    animation: fall-71 29s -5s linear infinite; }

@keyframes fall-71 {
  77.101% {
    transform: translate(20.6228vw, 77.101vh) scale(0.2575); }
  to {
    transform: translate(16.24585vw, 100vh) scale(0.2575); } }
  .snow:nth-child(72) {
    opacity: 0.5776;
    transform: translate(4.5856vw, -10px) scale(0.9316);
    animation: fall-72 18s -23s linear infinite; }

@keyframes fall-72 {
  62.802% {
    transform: translate(7.0834vw, 62.802vh) scale(0.9316); }
  to {
    transform: translate(5.8345vw, 100vh) scale(0.9316); } }
  .snow:nth-child(73) {
    opacity: 0.4483;
    transform: translate(11.9737vw, -10px) scale(0.0234);
    animation: fall-73 11s -29s linear infinite; }

@keyframes fall-73 {
  70.391% {
    transform: translate(7.2785vw, 70.391vh) scale(0.0234); }
  to {
    transform: translate(9.6261vw, 100vh) scale(0.0234); } }
  .snow:nth-child(74) {
    opacity: 0.1628;
    transform: translate(24.179vw, -10px) scale(0.1528);
    animation: fall-74 11s -3s linear infinite; }

@keyframes fall-74 {
  54.501% {
    transform: translate(27.6491vw, 54.501vh) scale(0.1528); }
  to {
    transform: translate(25.91405vw, 100vh) scale(0.1528); } }
  .snow:nth-child(75) {
    opacity: 0.6047;
    transform: translate(73.1962vw, -10px) scale(0.2003);
    animation: fall-75 27s -17s linear infinite; }

@keyframes fall-75 {
  31.046% {
    transform: translate(73.0064vw, 31.046vh) scale(0.2003); }
  to {
    transform: translate(73.1013vw, 100vh) scale(0.2003); } }
  .snow:nth-child(76) {
    opacity: 0.5865;
    transform: translate(10.7649vw, -10px) scale(0.9562);
    animation: fall-76 20s -25s linear infinite; }

@keyframes fall-76 {
  58.233% {
    transform: translate(18.1725vw, 58.233vh) scale(0.9562); }
  to {
    transform: translate(14.4687vw, 100vh) scale(0.9562); } }
  .snow:nth-child(77) {
    opacity: 0.6164;
    transform: translate(79.9321vw, -10px) scale(0.3227);
    animation: fall-77 25s -9s linear infinite; }

@keyframes fall-77 {
  63.792% {
    transform: translate(88.8275vw, 63.792vh) scale(0.3227); }
  to {
    transform: translate(84.3798vw, 100vh) scale(0.3227); } }
  .snow:nth-child(78) {
    opacity: 0.0127;
    transform: translate(73.7755vw, -10px) scale(0.7883);
    animation: fall-78 23s -26s linear infinite; }

@keyframes fall-78 {
  69.974% {
    transform: translate(67.5701vw, 69.974vh) scale(0.7883); }
  to {
    transform: translate(70.6728vw, 100vh) scale(0.7883); } }
  .snow:nth-child(79) {
    opacity: 0.0209;
    transform: translate(59.724vw, -10px) scale(0.2076);
    animation: fall-79 28s -8s linear infinite; }

@keyframes fall-79 {
  35.51% {
    transform: translate(58.0083vw, 35.51vh) scale(0.2076); }
  to {
    transform: translate(58.86615vw, 100vh) scale(0.2076); } }
  .snow:nth-child(80) {
    opacity: 0.228;
    transform: translate(7.8456vw, -10px) scale(0.3496);
    animation: fall-80 17s -23s linear infinite; }

@keyframes fall-80 {
  79.904% {
    transform: translate(-1.0743vw, 79.904vh) scale(0.3496); }
  to {
    transform: translate(3.38565vw, 100vh) scale(0.3496); } }
  .snow:nth-child(81) {
    opacity: 0.1893;
    transform: translate(32.1636vw, -10px) scale(0.435);
    animation: fall-81 23s -20s linear infinite; }

@keyframes fall-81 {
  77.376% {
    transform: translate(27.0862vw, 77.376vh) scale(0.435); }
  to {
    transform: translate(29.6249vw, 100vh) scale(0.435); } }
  .snow:nth-child(82) {
    opacity: 0.735;
    transform: translate(23.6125vw, -10px) scale(0.7552);
    animation: fall-82 28s -22s linear infinite; }

@keyframes fall-82 {
  78.351% {
    transform: translate(30.2225vw, 78.351vh) scale(0.7552); }
  to {
    transform: translate(26.9175vw, 100vh) scale(0.7552); } }
  .snow:nth-child(83) {
    opacity: 0.3224;
    transform: translate(92.7581vw, -10px) scale(0.3394);
    animation: fall-83 18s -18s linear infinite; }

@keyframes fall-83 {
  38.641% {
    transform: translate(83.0761vw, 38.641vh) scale(0.3394); }
  to {
    transform: translate(87.9171vw, 100vh) scale(0.3394); } }
  .snow:nth-child(84) {
    opacity: 0.6152;
    transform: translate(37.8333vw, -10px) scale(0.2116);
    animation: fall-84 23s -9s linear infinite; }

@keyframes fall-84 {
  37.784% {
    transform: translate(29.9058vw, 37.784vh) scale(0.2116); }
  to {
    transform: translate(33.86955vw, 100vh) scale(0.2116); } }
  .snow:nth-child(85) {
    opacity: 0.5355;
    transform: translate(15.2876vw, -10px) scale(0.9456);
    animation: fall-85 10s -8s linear infinite; }

@keyframes fall-85 {
  41.701% {
    transform: translate(5.5398vw, 41.701vh) scale(0.9456); }
  to {
    transform: translate(10.4137vw, 100vh) scale(0.9456); } }
  .snow:nth-child(86) {
    opacity: 0.3413;
    transform: translate(5.7262vw, -10px) scale(0.6939);
    animation: fall-86 19s -17s linear infinite; }

@keyframes fall-86 {
  57.424% {
    transform: translate(5.0804vw, 57.424vh) scale(0.6939); }
  to {
    transform: translate(5.4033vw, 100vh) scale(0.6939); } }
  .snow:nth-child(87) {
    opacity: 0.5306;
    transform: translate(71.0699vw, -10px) scale(0.6704);
    animation: fall-87 29s -30s linear infinite; }

@keyframes fall-87 {
  56.702% {
    transform: translate(68.938vw, 56.702vh) scale(0.6704); }
  to {
    transform: translate(70.00395vw, 100vh) scale(0.6704); } }
  .snow:nth-child(88) {
    opacity: 0.0881;
    transform: translate(72.2183vw, -10px) scale(0.5138);
    animation: fall-88 14s -4s linear infinite; }

@keyframes fall-88 {
  30.25% {
    transform: translate(73.3838vw, 30.25vh) scale(0.5138); }
  to {
    transform: translate(72.80105vw, 100vh) scale(0.5138); } }
  .snow:nth-child(89) {
    opacity: 0.522;
    transform: translate(69.6891vw, -10px) scale(0.9727);
    animation: fall-89 21s -14s linear infinite; }

@keyframes fall-89 {
  51.272% {
    transform: translate(62.5422vw, 51.272vh) scale(0.9727); }
  to {
    transform: translate(66.11565vw, 100vh) scale(0.9727); } }
  .snow:nth-child(90) {
    opacity: 0.8261;
    transform: translate(68.9271vw, -10px) scale(0.1313);
    animation: fall-90 28s -10s linear infinite; }

@keyframes fall-90 {
  41.141% {
    transform: translate(72.5488vw, 41.141vh) scale(0.1313); }
  to {
    transform: translate(70.73795vw, 100vh) scale(0.1313); } }
  .snow:nth-child(91) {
    opacity: 0.9975;
    transform: translate(6.7657vw, -10px) scale(0.5173);
    animation: fall-91 24s -28s linear infinite; }

@keyframes fall-91 {
  70.075% {
    transform: translate(13.3376vw, 70.075vh) scale(0.5173); }
  to {
    transform: translate(10.05165vw, 100vh) scale(0.5173); } }
  .snow:nth-child(92) {
    opacity: 0.0065;
    transform: translate(68.4023vw, -10px) scale(0.9307);
    animation: fall-92 22s -17s linear infinite; }

@keyframes fall-92 {
  73.526% {
    transform: translate(71.3275vw, 73.526vh) scale(0.9307); }
  to {
    transform: translate(69.8649vw, 100vh) scale(0.9307); } }
  .snow:nth-child(93) {
    opacity: 0.9379;
    transform: translate(17.3994vw, -10px) scale(0.7581);
    animation: fall-93 25s -21s linear infinite; }

@keyframes fall-93 {
  30.906% {
    transform: translate(25.3081vw, 30.906vh) scale(0.7581); }
  to {
    transform: translate(21.35375vw, 100vh) scale(0.7581); } }
  .snow:nth-child(94) {
    opacity: 0.4189;
    transform: translate(83.6674vw, -10px) scale(0.7633);
    animation: fall-94 27s -2s linear infinite; }

@keyframes fall-94 {
  49.371% {
    transform: translate(80.4958vw, 49.371vh) scale(0.7633); }
  to {
    transform: translate(82.0816vw, 100vh) scale(0.7633); } }
  .snow:nth-child(95) {
    opacity: 0.7743;
    transform: translate(23.0883vw, -10px) scale(0.4371);
    animation: fall-95 18s -21s linear infinite; }

@keyframes fall-95 {
  44.603% {
    transform: translate(16.3606vw, 44.603vh) scale(0.4371); }
  to {
    transform: translate(19.72445vw, 100vh) scale(0.4371); } }
  .snow:nth-child(96) {
    opacity: 0.8471;
    transform: translate(97.8086vw, -10px) scale(0.3123);
    animation: fall-96 19s -15s linear infinite; }

@keyframes fall-96 {
  35.132% {
    transform: translate(101.4285vw, 35.132vh) scale(0.3123); }
  to {
    transform: translate(99.61855vw, 100vh) scale(0.3123); } }
  .snow:nth-child(97) {
    opacity: 0.8808;
    transform: translate(30.6306vw, -10px) scale(0.225);
    animation: fall-97 25s -21s linear infinite; }

@keyframes fall-97 {
  74.615% {
    transform: translate(29.7794vw, 74.615vh) scale(0.225); }
  to {
    transform: translate(30.205vw, 100vh) scale(0.225); } }
  .snow:nth-child(98) {
    opacity: 0.4188;
    transform: translate(85.2495vw, -10px) scale(0.518);
    animation: fall-98 28s -18s linear infinite; }

@keyframes fall-98 {
  53.157% {
    transform: translate(94.6455vw, 53.157vh) scale(0.518); }
  to {
    transform: translate(89.9475vw, 100vh) scale(0.518); } }
  .snow:nth-child(99) {
    opacity: 0.1219;
    transform: translate(13.2988vw, -10px) scale(0.3255);
    animation: fall-99 13s -3s linear infinite; }

@keyframes fall-99 {
  32.35% {
    transform: translate(22.6733vw, 32.35vh) scale(0.3255); }
  to {
    transform: translate(17.98605vw, 100vh) scale(0.3255); } }
  .snow:nth-child(100) {
    opacity: 0.7593;
    transform: translate(43.9567vw, -10px) scale(0.8775);
    animation: fall-100 10s -25s linear infinite; }

@keyframes fall-100 {
  66.18% {
    transform: translate(46.3298vw, 66.18vh) scale(0.8775); }
  to {
    transform: translate(45.14325vw, 100vh) scale(0.8775); } }
  .snow:nth-child(101) {
    opacity: 0.3436;
    transform: translate(93.9784vw, -10px) scale(0.2555);
    animation: fall-101 13s -11s linear infinite; }

@keyframes fall-101 {
  49.225% {
    transform: translate(95.6274vw, 49.225vh) scale(0.2555); }
  to {
    transform: translate(94.8029vw, 100vh) scale(0.2555); } }
  .snow:nth-child(102) {
    opacity: 0.9968;
    transform: translate(12.9778vw, -10px) scale(0.1505);
    animation: fall-102 25s -13s linear infinite; }

@keyframes fall-102 {
  76.149% {
    transform: translate(4.5658vw, 76.149vh) scale(0.1505); }
  to {
    transform: translate(8.7718vw, 100vh) scale(0.1505); } }
  .snow:nth-child(103) {
    opacity: 0.3986;
    transform: translate(78.8022vw, -10px) scale(0.8155);
    animation: fall-103 17s -30s linear infinite; }

@keyframes fall-103 {
  58.007% {
    transform: translate(75.8547vw, 58.007vh) scale(0.8155); }
  to {
    transform: translate(77.32845vw, 100vh) scale(0.8155); } }
  .snow:nth-child(104) {
    opacity: 0.5579;
    transform: translate(57.3147vw, -10px) scale(0.6575);
    animation: fall-104 12s -8s linear infinite; }

@keyframes fall-104 {
  75.131% {
    transform: translate(56.2783vw, 75.131vh) scale(0.6575); }
  to {
    transform: translate(56.7965vw, 100vh) scale(0.6575); } }
  .snow:nth-child(105) {
    opacity: 0.2725;
    transform: translate(89.74vw, -10px) scale(0.1826);
    animation: fall-105 20s -1s linear infinite; }

@keyframes fall-105 {
  71.494% {
    transform: translate(85.495vw, 71.494vh) scale(0.1826); }
  to {
    transform: translate(87.6175vw, 100vh) scale(0.1826); } }
  .snow:nth-child(106) {
    opacity: 0.7821;
    transform: translate(23.0963vw, -10px) scale(0.6024);
    animation: fall-106 16s -14s linear infinite; }

@keyframes fall-106 {
  45.274% {
    transform: translate(20.653vw, 45.274vh) scale(0.6024); }
  to {
    transform: translate(21.87465vw, 100vh) scale(0.6024); } }
  .snow:nth-child(107) {
    opacity: 0.7864;
    transform: translate(76.3261vw, -10px) scale(0.5096);
    animation: fall-107 21s -13s linear infinite; }

@keyframes fall-107 {
  76.794% {
    transform: translate(79.4396vw, 76.794vh) scale(0.5096); }
  to {
    transform: translate(77.88285vw, 100vh) scale(0.5096); } }
  .snow:nth-child(108) {
    opacity: 0.917;
    transform: translate(99.4109vw, -10px) scale(0.3951);
    animation: fall-108 14s -5s linear infinite; }

@keyframes fall-108 {
  40.476% {
    transform: translate(100.7857vw, 40.476vh) scale(0.3951); }
  to {
    transform: translate(100.0983vw, 100vh) scale(0.3951); } }
  .snow:nth-child(109) {
    opacity: 0.8894;
    transform: translate(45.1908vw, -10px) scale(0.3741);
    animation: fall-109 25s -6s linear infinite; }

@keyframes fall-109 {
  68.595% {
    transform: translate(52.8472vw, 68.595vh) scale(0.3741); }
  to {
    transform: translate(49.019vw, 100vh) scale(0.3741); } }
  .snow:nth-child(110) {
    opacity: 0.8309;
    transform: translate(14.1186vw, -10px) scale(0.3256);
    animation: fall-110 22s -15s linear infinite; }

@keyframes fall-110 {
  47.198% {
    transform: translate(22.2799vw, 47.198vh) scale(0.3256); }
  to {
    transform: translate(18.19925vw, 100vh) scale(0.3256); } }
  .snow:nth-child(111) {
    opacity: 0.1047;
    transform: translate(88.275vw, -10px) scale(0.5684);
    animation: fall-111 28s -27s linear infinite; }

@keyframes fall-111 {
  69.595% {
    transform: translate(79.1102vw, 69.595vh) scale(0.5684); }
  to {
    transform: translate(83.6926vw, 100vh) scale(0.5684); } }
  .snow:nth-child(112) {
    opacity: 0.3476;
    transform: translate(30.7963vw, -10px) scale(0.3627);
    animation: fall-112 23s -11s linear infinite; }

@keyframes fall-112 {
  52.454% {
    transform: translate(26.6849vw, 52.454vh) scale(0.3627); }
  to {
    transform: translate(28.7406vw, 100vh) scale(0.3627); } }
  .snow:nth-child(113) {
    opacity: 0.4948;
    transform: translate(82.1643vw, -10px) scale(0.8764);
    animation: fall-113 15s -14s linear infinite; }

@keyframes fall-113 {
  52.485% {
    transform: translate(80.5698vw, 52.485vh) scale(0.8764); }
  to {
    transform: translate(81.36705vw, 100vh) scale(0.8764); } }
  .snow:nth-child(114) {
    opacity: 0.3385;
    transform: translate(6.0194vw, -10px) scale(0.812);
    animation: fall-114 26s -8s linear infinite; }

@keyframes fall-114 {
  37.45% {
    transform: translate(-1.8014vw, 37.45vh) scale(0.812); }
  to {
    transform: translate(2.109vw, 100vh) scale(0.812); } }
  .snow:nth-child(115) {
    opacity: 0.2533;
    transform: translate(76.1659vw, -10px) scale(0.5879);
    animation: fall-115 18s -14s linear infinite; }

@keyframes fall-115 {
  63.556% {
    transform: translate(83.9383vw, 63.556vh) scale(0.5879); }
  to {
    transform: translate(80.0521vw, 100vh) scale(0.5879); } }
  .snow:nth-child(116) {
    opacity: 0.7871;
    transform: translate(28.2662vw, -10px) scale(0.4932);
    animation: fall-116 29s -26s linear infinite; }

@keyframes fall-116 {
  43.264% {
    transform: translate(25.6629vw, 43.264vh) scale(0.4932); }
  to {
    transform: translate(26.96455vw, 100vh) scale(0.4932); } }
  .snow:nth-child(117) {
    opacity: 0.0644;
    transform: translate(46.4487vw, -10px) scale(0.6024);
    animation: fall-117 18s -15s linear infinite; }

@keyframes fall-117 {
  70.477% {
    transform: translate(38.0352vw, 70.477vh) scale(0.6024); }
  to {
    transform: translate(42.24195vw, 100vh) scale(0.6024); } }
  .snow:nth-child(118) {
    opacity: 0.0284;
    transform: translate(36.7471vw, -10px) scale(0.9891);
    animation: fall-118 27s -24s linear infinite; }

@keyframes fall-118 {
  79.084% {
    transform: translate(44.6066vw, 79.084vh) scale(0.9891); }
  to {
    transform: translate(40.67685vw, 100vh) scale(0.9891); } }
  .snow:nth-child(119) {
    opacity: 0.286;
    transform: translate(21.3668vw, -10px) scale(0.8491);
    animation: fall-119 14s -21s linear infinite; }

@keyframes fall-119 {
  52.229% {
    transform: translate(30.5009vw, 52.229vh) scale(0.8491); }
  to {
    transform: translate(25.93385vw, 100vh) scale(0.8491); } }
  .snow:nth-child(120) {
    opacity: 0.8156;
    transform: translate(61.7291vw, -10px) scale(0.6126);
    animation: fall-120 12s -20s linear infinite; }

@keyframes fall-120 {
  38.199% {
    transform: translate(53.4827vw, 38.199vh) scale(0.6126); }
  to {
    transform: translate(57.6059vw, 100vh) scale(0.6126); } }
  .snow:nth-child(121) {
    opacity: 0.9136;
    transform: translate(12.0111vw, -10px) scale(0.4104);
    animation: fall-121 26s -19s linear infinite; }

@keyframes fall-121 {
  30.507% {
    transform: translate(21.6715vw, 30.507vh) scale(0.4104); }
  to {
    transform: translate(16.8413vw, 100vh) scale(0.4104); } }
  .snow:nth-child(122) {
    opacity: 0.0541;
    transform: translate(37.6432vw, -10px) scale(0.7786);
    animation: fall-122 26s -20s linear infinite; }

@keyframes fall-122 {
  67.434% {
    transform: translate(35.0498vw, 67.434vh) scale(0.7786); }
  to {
    transform: translate(36.3465vw, 100vh) scale(0.7786); } }
  .snow:nth-child(123) {
    opacity: 0.3339;
    transform: translate(21.4139vw, -10px) scale(0.0747);
    animation: fall-123 12s -12s linear infinite; }

@keyframes fall-123 {
  34.981% {
    transform: translate(15.038vw, 34.981vh) scale(0.0747); }
  to {
    transform: translate(18.22595vw, 100vh) scale(0.0747); } }
  .snow:nth-child(124) {
    opacity: 0.5547;
    transform: translate(44.7903vw, -10px) scale(0.5343);
    animation: fall-124 29s -19s linear infinite; }

@keyframes fall-124 {
  56.432% {
    transform: translate(48.3657vw, 56.432vh) scale(0.5343); }
  to {
    transform: translate(46.578vw, 100vh) scale(0.5343); } }
  .snow:nth-child(125) {
    opacity: 0.8933;
    transform: translate(33.8737vw, -10px) scale(0.2996);
    animation: fall-125 18s -27s linear infinite; }

@keyframes fall-125 {
  47.63% {
    transform: translate(30.2433vw, 47.63vh) scale(0.2996); }
  to {
    transform: translate(32.0585vw, 100vh) scale(0.2996); } }
  .snow:nth-child(126) {
    opacity: 0.7197;
    transform: translate(16.4389vw, -10px) scale(0.9144);
    animation: fall-126 10s -18s linear infinite; }

@keyframes fall-126 {
  76.158% {
    transform: translate(21.2459vw, 76.158vh) scale(0.9144); }
  to {
    transform: translate(18.8424vw, 100vh) scale(0.9144); } }
  .snow:nth-child(127) {
    opacity: 0.5849;
    transform: translate(90.4657vw, -10px) scale(0.7765);
    animation: fall-127 26s -18s linear infinite; }

@keyframes fall-127 {
  61.392% {
    transform: translate(94.0119vw, 61.392vh) scale(0.7765); }
  to {
    transform: translate(92.2388vw, 100vh) scale(0.7765); } }
  .snow:nth-child(128) {
    opacity: 0.9663;
    transform: translate(5.8386vw, -10px) scale(0.7007);
    animation: fall-128 23s -11s linear infinite; }

@keyframes fall-128 {
  68.022% {
    transform: translate(7.0715vw, 68.022vh) scale(0.7007); }
  to {
    transform: translate(6.45505vw, 100vh) scale(0.7007); } }
  .snow:nth-child(129) {
    opacity: 0.7648;
    transform: translate(3.7215vw, -10px) scale(0.5066);
    animation: fall-129 24s -23s linear infinite; }

@keyframes fall-129 {
  68.663% {
    transform: translate(6.5347vw, 68.663vh) scale(0.5066); }
  to {
    transform: translate(5.1281vw, 100vh) scale(0.5066); } }
  .snow:nth-child(130) {
    opacity: 0.1131;
    transform: translate(78.3436vw, -10px) scale(0.7473);
    animation: fall-130 20s -7s linear infinite; }

@keyframes fall-130 {
  46.098% {
    transform: translate(77.1107vw, 46.098vh) scale(0.7473); }
  to {
    transform: translate(77.72715vw, 100vh) scale(0.7473); } }
  .snow:nth-child(131) {
    opacity: 0.7344;
    transform: translate(0.6155vw, -10px) scale(0.657);
    animation: fall-131 21s -7s linear infinite; }

@keyframes fall-131 {
  34.826% {
    transform: translate(4.813vw, 34.826vh) scale(0.657); }
  to {
    transform: translate(2.71425vw, 100vh) scale(0.657); } }
  .snow:nth-child(132) {
    opacity: 0.2962;
    transform: translate(25.9516vw, -10px) scale(0.2614);
    animation: fall-132 16s -5s linear infinite; }

@keyframes fall-132 {
  66.99% {
    transform: translate(20.7133vw, 66.99vh) scale(0.2614); }
  to {
    transform: translate(23.33245vw, 100vh) scale(0.2614); } }
  .snow:nth-child(133) {
    opacity: 0.1593;
    transform: translate(74.294vw, -10px) scale(0.2805);
    animation: fall-133 13s -20s linear infinite; }

@keyframes fall-133 {
  73.54% {
    transform: translate(73.9874vw, 73.54vh) scale(0.2805); }
  to {
    transform: translate(74.1407vw, 100vh) scale(0.2805); } }
  .snow:nth-child(134) {
    opacity: 0.9981;
    transform: translate(63.9122vw, -10px) scale(0.871);
    animation: fall-134 11s -29s linear infinite; }

@keyframes fall-134 {
  58.829% {
    transform: translate(73.5089vw, 58.829vh) scale(0.871); }
  to {
    transform: translate(68.71055vw, 100vh) scale(0.871); } }
  .snow:nth-child(135) {
    opacity: 0.5125;
    transform: translate(8.2856vw, -10px) scale(0.3658);
    animation: fall-135 28s -26s linear infinite; }

@keyframes fall-135 {
  56.022% {
    transform: translate(17.0132vw, 56.022vh) scale(0.3658); }
  to {
    transform: translate(12.6494vw, 100vh) scale(0.3658); } }
  .snow:nth-child(136) {
    opacity: 0.2274;
    transform: translate(46.4532vw, -10px) scale(0.9642);
    animation: fall-136 23s -18s linear infinite; }

@keyframes fall-136 {
  40.922% {
    transform: translate(44.4824vw, 40.922vh) scale(0.9642); }
  to {
    transform: translate(45.4678vw, 100vh) scale(0.9642); } }
  .snow:nth-child(137) {
    opacity: 0.5962;
    transform: translate(89.7733vw, -10px) scale(0.0766);
    animation: fall-137 30s -22s linear infinite; }

@keyframes fall-137 {
  44.485% {
    transform: translate(99.0891vw, 44.485vh) scale(0.0766); }
  to {
    transform: translate(94.4312vw, 100vh) scale(0.0766); } }
  .snow:nth-child(138) {
    opacity: 0.2883;
    transform: translate(30.5348vw, -10px) scale(0.8602);
    animation: fall-138 16s -26s linear infinite; }

@keyframes fall-138 {
  73.715% {
    transform: translate(24.0352vw, 73.715vh) scale(0.8602); }
  to {
    transform: translate(27.285vw, 100vh) scale(0.8602); } }
  .snow:nth-child(139) {
    opacity: 0.3055;
    transform: translate(10.2779vw, -10px) scale(0.0935);
    animation: fall-139 12s -10s linear infinite; }

@keyframes fall-139 {
  66.847% {
    transform: translate(9.4109vw, 66.847vh) scale(0.0935); }
  to {
    transform: translate(9.8444vw, 100vh) scale(0.0935); } }
  .snow:nth-child(140) {
    opacity: 0.5833;
    transform: translate(78.1731vw, -10px) scale(0.1809);
    animation: fall-140 29s -27s linear infinite; }

@keyframes fall-140 {
  59.438% {
    transform: translate(81.1527vw, 59.438vh) scale(0.1809); }
  to {
    transform: translate(79.6629vw, 100vh) scale(0.1809); } }
  .snow:nth-child(141) {
    opacity: 0.0654;
    transform: translate(89.9648vw, -10px) scale(0.8999);
    animation: fall-141 15s -28s linear infinite; }

@keyframes fall-141 {
  73.485% {
    transform: translate(86.7912vw, 73.485vh) scale(0.8999); }
  to {
    transform: translate(88.378vw, 100vh) scale(0.8999); } }
  .snow:nth-child(142) {
    opacity: 0.4003;
    transform: translate(74.7556vw, -10px) scale(0.9327);
    animation: fall-142 30s -30s linear infinite; }

@keyframes fall-142 {
  62.726% {
    transform: translate(82.8739vw, 62.726vh) scale(0.9327); }
  to {
    transform: translate(78.81475vw, 100vh) scale(0.9327); } }
  .snow:nth-child(143) {
    opacity: 0.5653;
    transform: translate(71.3862vw, -10px) scale(0.1478);
    animation: fall-143 25s -4s linear infinite; }

@keyframes fall-143 {
  36.571% {
    transform: translate(78.4544vw, 36.571vh) scale(0.1478); }
  to {
    transform: translate(74.9203vw, 100vh) scale(0.1478); } }
  .snow:nth-child(144) {
    opacity: 0.4971;
    transform: translate(78.0773vw, -10px) scale(0.1609);
    animation: fall-144 21s -8s linear infinite; }

@keyframes fall-144 {
  46.425% {
    transform: translate(80.978vw, 46.425vh) scale(0.1609); }
  to {
    transform: translate(79.52765vw, 100vh) scale(0.1609); } }
  .snow:nth-child(145) {
    opacity: 0.4243;
    transform: translate(46.9152vw, -10px) scale(0.501);
    animation: fall-145 27s -10s linear infinite; }

@keyframes fall-145 {
  38.826% {
    transform: translate(40.9331vw, 38.826vh) scale(0.501); }
  to {
    transform: translate(43.92415vw, 100vh) scale(0.501); } }
  .snow:nth-child(146) {
    opacity: 0.6016;
    transform: translate(30.5475vw, -10px) scale(0.7886);
    animation: fall-146 21s -18s linear infinite; }

@keyframes fall-146 {
  49.921% {
    transform: translate(23.6537vw, 49.921vh) scale(0.7886); }
  to {
    transform: translate(27.1006vw, 100vh) scale(0.7886); } }
  .snow:nth-child(147) {
    opacity: 0.2546;
    transform: translate(13.359vw, -10px) scale(0.9617);
    animation: fall-147 21s -25s linear infinite; }

@keyframes fall-147 {
  71.245% {
    transform: translate(22.9437vw, 71.245vh) scale(0.9617); }
  to {
    transform: translate(18.15135vw, 100vh) scale(0.9617); } }
  .snow:nth-child(148) {
    opacity: 0.8915;
    transform: translate(73.4104vw, -10px) scale(0.2148);
    animation: fall-148 22s -10s linear infinite; }

@keyframes fall-148 {
  74.769% {
    transform: translate(66.5174vw, 74.769vh) scale(0.2148); }
  to {
    transform: translate(69.9639vw, 100vh) scale(0.2148); } }
  .snow:nth-child(149) {
    opacity: 0.4659;
    transform: translate(25.7254vw, -10px) scale(0.1085);
    animation: fall-149 24s -14s linear infinite; }

@keyframes fall-149 {
  64.063% {
    transform: translate(26.683vw, 64.063vh) scale(0.1085); }
  to {
    transform: translate(26.2042vw, 100vh) scale(0.1085); } }
  .snow:nth-child(150) {
    opacity: 0.9181;
    transform: translate(21.8119vw, -10px) scale(0.2154);
    animation: fall-150 27s -15s linear infinite; }

@keyframes fall-150 {
  56.319% {
    transform: translate(25.5988vw, 56.319vh) scale(0.2154); }
  to {
    transform: translate(23.70535vw, 100vh) scale(0.2154); } }
  .snow:nth-child(151) {
    opacity: 0.6782;
    transform: translate(70.4698vw, -10px) scale(0.6392);
    animation: fall-151 10s -14s linear infinite; }

@keyframes fall-151 {
  34.992% {
    transform: translate(65.7048vw, 34.992vh) scale(0.6392); }
  to {
    transform: translate(68.0873vw, 100vh) scale(0.6392); } }
  .snow:nth-child(152) {
    opacity: 0.267;
    transform: translate(6.0014vw, -10px) scale(0.4342);
    animation: fall-152 11s -8s linear infinite; }

@keyframes fall-152 {
  63.438% {
    transform: translate(-3.5694vw, 63.438vh) scale(0.4342); }
  to {
    transform: translate(1.216vw, 100vh) scale(0.4342); } }
  .snow:nth-child(153) {
    opacity: 0.9715;
    transform: translate(97.0916vw, -10px) scale(0.1417);
    animation: fall-153 30s -10s linear infinite; }

@keyframes fall-153 {
  56.338% {
    transform: translate(97.2589vw, 56.338vh) scale(0.1417); }
  to {
    transform: translate(97.17525vw, 100vh) scale(0.1417); } }
  .snow:nth-child(154) {
    opacity: 0.5968;
    transform: translate(26.3766vw, -10px) scale(0.2198);
    animation: fall-154 17s -25s linear infinite; }

@keyframes fall-154 {
  68.194% {
    transform: translate(26.8652vw, 68.194vh) scale(0.2198); }
  to {
    transform: translate(26.6209vw, 100vh) scale(0.2198); } }
  .snow:nth-child(155) {
    opacity: 0.2251;
    transform: translate(63.7715vw, -10px) scale(0.731);
    animation: fall-155 24s -3s linear infinite; }

@keyframes fall-155 {
  72.433% {
    transform: translate(55.3765vw, 72.433vh) scale(0.731); }
  to {
    transform: translate(59.574vw, 100vh) scale(0.731); } }
  .snow:nth-child(156) {
    opacity: 0.292;
    transform: translate(97.2934vw, -10px) scale(0.5912);
    animation: fall-156 26s -3s linear infinite; }

@keyframes fall-156 {
  59.709% {
    transform: translate(101.7279vw, 59.709vh) scale(0.5912); }
  to {
    transform: translate(99.51065vw, 100vh) scale(0.5912); } }
  .snow:nth-child(157) {
    opacity: 0.638;
    transform: translate(40.0404vw, -10px) scale(0.0791);
    animation: fall-157 19s -13s linear infinite; }

@keyframes fall-157 {
  35.864% {
    transform: translate(31.0227vw, 35.864vh) scale(0.0791); }
  to {
    transform: translate(35.53155vw, 100vh) scale(0.0791); } }
  .snow:nth-child(158) {
    opacity: 0.4774;
    transform: translate(25.1906vw, -10px) scale(0.6107);
    animation: fall-158 27s -13s linear infinite; }

@keyframes fall-158 {
  48.408% {
    transform: translate(26.3255vw, 48.408vh) scale(0.6107); }
  to {
    transform: translate(25.75805vw, 100vh) scale(0.6107); } }
  .snow:nth-child(159) {
    opacity: 0.3521;
    transform: translate(77.9178vw, -10px) scale(0.4814);
    animation: fall-159 26s -1s linear infinite; }

@keyframes fall-159 {
  35.035% {
    transform: translate(72.9802vw, 35.035vh) scale(0.4814); }
  to {
    transform: translate(75.449vw, 100vh) scale(0.4814); } }
  .snow:nth-child(160) {
    opacity: 0.913;
    transform: translate(47.5614vw, -10px) scale(0.132);
    animation: fall-160 13s -5s linear infinite; }

@keyframes fall-160 {
  64.277% {
    transform: translate(55.8701vw, 64.277vh) scale(0.132); }
  to {
    transform: translate(51.71575vw, 100vh) scale(0.132); } }
  .snow:nth-child(161) {
    opacity: 0.8302;
    transform: translate(58.4761vw, -10px) scale(0.5464);
    animation: fall-161 26s -12s linear infinite; }

@keyframes fall-161 {
  59.62% {
    transform: translate(57.755vw, 59.62vh) scale(0.5464); }
  to {
    transform: translate(58.11555vw, 100vh) scale(0.5464); } }
  .snow:nth-child(162) {
    opacity: 0.4602;
    transform: translate(8.9827vw, -10px) scale(0.8122);
    animation: fall-162 10s -12s linear infinite; }

@keyframes fall-162 {
  75.872% {
    transform: translate(15.3644vw, 75.872vh) scale(0.8122); }
  to {
    transform: translate(12.17355vw, 100vh) scale(0.8122); } }
  .snow:nth-child(163) {
    opacity: 0.7427;
    transform: translate(68.5617vw, -10px) scale(0.3105);
    animation: fall-163 11s -19s linear infinite; }

@keyframes fall-163 {
  53.539% {
    transform: translate(58.9449vw, 53.539vh) scale(0.3105); }
  to {
    transform: translate(63.7533vw, 100vh) scale(0.3105); } }
  .snow:nth-child(164) {
    opacity: 0.7441;
    transform: translate(75.5333vw, -10px) scale(0.5495);
    animation: fall-164 14s -15s linear infinite; }

@keyframes fall-164 {
  52.814% {
    transform: translate(66.1898vw, 52.814vh) scale(0.5495); }
  to {
    transform: translate(70.86155vw, 100vh) scale(0.5495); } }
  .snow:nth-child(165) {
    opacity: 0.7715;
    transform: translate(80.5038vw, -10px) scale(0.9134);
    animation: fall-165 20s -26s linear infinite; }

@keyframes fall-165 {
  32.9% {
    transform: translate(89.2421vw, 32.9vh) scale(0.9134); }
  to {
    transform: translate(84.87295vw, 100vh) scale(0.9134); } }
  .snow:nth-child(166) {
    opacity: 0.5065;
    transform: translate(0.3859vw, -10px) scale(0.8093);
    animation: fall-166 16s -25s linear infinite; }

@keyframes fall-166 {
  42.472% {
    transform: translate(9.8049vw, 42.472vh) scale(0.8093); }
  to {
    transform: translate(5.0954vw, 100vh) scale(0.8093); } }
  .snow:nth-child(167) {
    opacity: 0.3273;
    transform: translate(10.1806vw, -10px) scale(0.1353);
    animation: fall-167 25s -19s linear infinite; }

@keyframes fall-167 {
  59.458% {
    transform: translate(12.9747vw, 59.458vh) scale(0.1353); }
  to {
    transform: translate(11.57765vw, 100vh) scale(0.1353); } }
  .snow:nth-child(168) {
    opacity: 0.3384;
    transform: translate(47.6202vw, -10px) scale(0.2312);
    animation: fall-168 23s -23s linear infinite; }

@keyframes fall-168 {
  78.587% {
    transform: translate(46.8396vw, 78.587vh) scale(0.2312); }
  to {
    transform: translate(47.2299vw, 100vh) scale(0.2312); } }
  .snow:nth-child(169) {
    opacity: 0.1098;
    transform: translate(21.0622vw, -10px) scale(0.893);
    animation: fall-169 15s -21s linear infinite; }

@keyframes fall-169 {
  33.191% {
    transform: translate(16.4016vw, 33.191vh) scale(0.893); }
  to {
    transform: translate(18.7319vw, 100vh) scale(0.893); } }
  .snow:nth-child(170) {
    opacity: 0.7035;
    transform: translate(25.7729vw, -10px) scale(0.0085);
    animation: fall-170 30s -14s linear infinite; }

@keyframes fall-170 {
  44.709% {
    transform: translate(18.9396vw, 44.709vh) scale(0.0085); }
  to {
    transform: translate(22.35625vw, 100vh) scale(0.0085); } }
  .snow:nth-child(171) {
    opacity: 0.3255;
    transform: translate(41.7771vw, -10px) scale(0.0818);
    animation: fall-171 26s -2s linear infinite; }

@keyframes fall-171 {
  48.327% {
    transform: translate(33.4099vw, 48.327vh) scale(0.0818); }
  to {
    transform: translate(37.5935vw, 100vh) scale(0.0818); } }
  .snow:nth-child(172) {
    opacity: 0.606;
    transform: translate(15.6997vw, -10px) scale(0.8499);
    animation: fall-172 26s -25s linear infinite; }

@keyframes fall-172 {
  40.615% {
    transform: translate(8.7971vw, 40.615vh) scale(0.8499); }
  to {
    transform: translate(12.2484vw, 100vh) scale(0.8499); } }
  .snow:nth-child(173) {
    opacity: 0.6316;
    transform: translate(90.8712vw, -10px) scale(0.1237);
    animation: fall-173 13s -8s linear infinite; }

@keyframes fall-173 {
  54.164% {
    transform: translate(97.8134vw, 54.164vh) scale(0.1237); }
  to {
    transform: translate(94.3423vw, 100vh) scale(0.1237); } }
  .snow:nth-child(174) {
    opacity: 0.5338;
    transform: translate(48.0795vw, -10px) scale(0.0721);
    animation: fall-174 28s -16s linear infinite; }

@keyframes fall-174 {
  41.682% {
    transform: translate(49.173vw, 41.682vh) scale(0.0721); }
  to {
    transform: translate(48.62625vw, 100vh) scale(0.0721); } }
  .snow:nth-child(175) {
    opacity: 0.7253;
    transform: translate(14.4946vw, -10px) scale(0.2095);
    animation: fall-175 17s -8s linear infinite; }

@keyframes fall-175 {
  58.636% {
    transform: translate(16.9188vw, 58.636vh) scale(0.2095); }
  to {
    transform: translate(15.7067vw, 100vh) scale(0.2095); } }
  .snow:nth-child(176) {
    opacity: 0.3469;
    transform: translate(95.2343vw, -10px) scale(0.8537);
    animation: fall-176 19s -17s linear infinite; }

@keyframes fall-176 {
  52.671% {
    transform: translate(89.4205vw, 52.671vh) scale(0.8537); }
  to {
    transform: translate(92.3274vw, 100vh) scale(0.8537); } }
  .snow:nth-child(177) {
    opacity: 0.436;
    transform: translate(92.0914vw, -10px) scale(0.9726);
    animation: fall-177 27s -12s linear infinite; }

@keyframes fall-177 {
  65.522% {
    transform: translate(86.6909vw, 65.522vh) scale(0.9726); }
  to {
    transform: translate(89.39115vw, 100vh) scale(0.9726); } }
  .snow:nth-child(178) {
    opacity: 0.7408;
    transform: translate(44.2045vw, -10px) scale(0.238);
    animation: fall-178 22s -25s linear infinite; }

@keyframes fall-178 {
  34.883% {
    transform: translate(40.4544vw, 34.883vh) scale(0.238); }
  to {
    transform: translate(42.32945vw, 100vh) scale(0.238); } }
  .snow:nth-child(179) {
    opacity: 0.5332;
    transform: translate(23.1551vw, -10px) scale(0.6286);
    animation: fall-179 23s -16s linear infinite; }

@keyframes fall-179 {
  74.993% {
    transform: translate(27.9078vw, 74.993vh) scale(0.6286); }
  to {
    transform: translate(25.53145vw, 100vh) scale(0.6286); } }
  .snow:nth-child(180) {
    opacity: 0.898;
    transform: translate(15.7376vw, -10px) scale(0.8319);
    animation: fall-180 24s -6s linear infinite; }

@keyframes fall-180 {
  78.292% {
    transform: translate(19.5024vw, 78.292vh) scale(0.8319); }
  to {
    transform: translate(17.62vw, 100vh) scale(0.8319); } }
  .snow:nth-child(181) {
    opacity: 0.1696;
    transform: translate(72.4291vw, -10px) scale(0.6826);
    animation: fall-181 15s -3s linear infinite; }

@keyframes fall-181 {
  51.891% {
    transform: translate(75.0743vw, 51.891vh) scale(0.6826); }
  to {
    transform: translate(73.7517vw, 100vh) scale(0.6826); } }
  .snow:nth-child(182) {
    opacity: 0.0772;
    transform: translate(19.1187vw, -10px) scale(0.6494);
    animation: fall-182 30s -2s linear infinite; }

@keyframes fall-182 {
  46.978% {
    transform: translate(9.7443vw, 46.978vh) scale(0.6494); }
  to {
    transform: translate(14.4315vw, 100vh) scale(0.6494); } }
  .snow:nth-child(183) {
    opacity: 0.4127;
    transform: translate(63.6783vw, -10px) scale(0.722);
    animation: fall-183 23s -3s linear infinite; }

@keyframes fall-183 {
  31.183% {
    transform: translate(69.3706vw, 31.183vh) scale(0.722); }
  to {
    transform: translate(66.52445vw, 100vh) scale(0.722); } }
  .snow:nth-child(184) {
    opacity: 0.644;
    transform: translate(68.3027vw, -10px) scale(0.8107);
    animation: fall-184 19s -16s linear infinite; }

@keyframes fall-184 {
  68.171% {
    transform: translate(75.5956vw, 68.171vh) scale(0.8107); }
  to {
    transform: translate(71.94915vw, 100vh) scale(0.8107); } }
  .snow:nth-child(185) {
    opacity: 0.1039;
    transform: translate(11.1418vw, -10px) scale(0.583);
    animation: fall-185 16s -23s linear infinite; }

@keyframes fall-185 {
  53.71% {
    transform: translate(9.6623vw, 53.71vh) scale(0.583); }
  to {
    transform: translate(10.40205vw, 100vh) scale(0.583); } }
  .snow:nth-child(186) {
    opacity: 0.1536;
    transform: translate(16.4796vw, -10px) scale(0.1087);
    animation: fall-186 28s -26s linear infinite; }

@keyframes fall-186 {
  46.626% {
    transform: translate(16.8441vw, 46.626vh) scale(0.1087); }
  to {
    transform: translate(16.66185vw, 100vh) scale(0.1087); } }
  .snow:nth-child(187) {
    opacity: 0.0537;
    transform: translate(19.3812vw, -10px) scale(0.6496);
    animation: fall-187 29s -1s linear infinite; }

@keyframes fall-187 {
  58.205% {
    transform: translate(11.3804vw, 58.205vh) scale(0.6496); }
  to {
    transform: translate(15.3808vw, 100vh) scale(0.6496); } }
  .snow:nth-child(188) {
    opacity: 0.1077;
    transform: translate(72.3837vw, -10px) scale(0.0094);
    animation: fall-188 25s -16s linear infinite; }

@keyframes fall-188 {
  39.553% {
    transform: translate(66.5762vw, 39.553vh) scale(0.0094); }
  to {
    transform: translate(69.47995vw, 100vh) scale(0.0094); } }
  .snow:nth-child(189) {
    opacity: 0.05;
    transform: translate(79.1006vw, -10px) scale(0.5697);
    animation: fall-189 21s -15s linear infinite; }

@keyframes fall-189 {
  66.109% {
    transform: translate(86.5416vw, 66.109vh) scale(0.5697); }
  to {
    transform: translate(82.8211vw, 100vh) scale(0.5697); } }
  .snow:nth-child(190) {
    opacity: 0.309;
    transform: translate(3.9388vw, -10px) scale(0.4497);
    animation: fall-190 11s -29s linear infinite; }

@keyframes fall-190 {
  63.911% {
    transform: translate(9.3947vw, 63.911vh) scale(0.4497); }
  to {
    transform: translate(6.66675vw, 100vh) scale(0.4497); } }
  .snow:nth-child(191) {
    opacity: 0.6513;
    transform: translate(70.1423vw, -10px) scale(0.4985);
    animation: fall-191 10s -12s linear infinite; }

@keyframes fall-191 {
  77.182% {
    transform: translate(60.1441vw, 77.182vh) scale(0.4985); }
  to {
    transform: translate(65.1432vw, 100vh) scale(0.4985); } }
  .snow:nth-child(192) {
    opacity: 0.9918;
    transform: translate(31.2698vw, -10px) scale(0.2757);
    animation: fall-192 24s -10s linear infinite; }

@keyframes fall-192 {
  58.815% {
    transform: translate(33.9438vw, 58.815vh) scale(0.2757); }
  to {
    transform: translate(32.6068vw, 100vh) scale(0.2757); } }
  .snow:nth-child(193) {
    opacity: 0.3338;
    transform: translate(14.1789vw, -10px) scale(0.5142);
    animation: fall-193 30s -18s linear infinite; }

@keyframes fall-193 {
  59.167% {
    transform: translate(22.809vw, 59.167vh) scale(0.5142); }
  to {
    transform: translate(18.49395vw, 100vh) scale(0.5142); } }
  .snow:nth-child(194) {
    opacity: 0.5122;
    transform: translate(99.1617vw, -10px) scale(0.783);
    animation: fall-194 12s -9s linear infinite; }

@keyframes fall-194 {
  53.22% {
    transform: translate(99.7018vw, 53.22vh) scale(0.783); }
  to {
    transform: translate(99.43175vw, 100vh) scale(0.783); } }
  .snow:nth-child(195) {
    opacity: 0.8628;
    transform: translate(86.8099vw, -10px) scale(0.8755);
    animation: fall-195 17s -8s linear infinite; }

@keyframes fall-195 {
  65.381% {
    transform: translate(83.8409vw, 65.381vh) scale(0.8755); }
  to {
    transform: translate(85.3254vw, 100vh) scale(0.8755); } }
  .snow:nth-child(196) {
    opacity: 0.7749;
    transform: translate(45.4453vw, -10px) scale(0.7806);
    animation: fall-196 16s -6s linear infinite; }

@keyframes fall-196 {
  62.686% {
    transform: translate(36.9553vw, 62.686vh) scale(0.7806); }
  to {
    transform: translate(41.2003vw, 100vh) scale(0.7806); } }
  .snow:nth-child(197) {
    opacity: 0.8012;
    transform: translate(18.3761vw, -10px) scale(0.8087);
    animation: fall-197 30s -8s linear infinite; }

@keyframes fall-197 {
  47.508% {
    transform: translate(14.4257vw, 47.508vh) scale(0.8087); }
  to {
    transform: translate(16.4009vw, 100vh) scale(0.8087); } }
  .snow:nth-child(198) {
    opacity: 0.85;
    transform: translate(74.1523vw, -10px) scale(0.0835);
    animation: fall-198 10s -29s linear infinite; }

@keyframes fall-198 {
  50.988% {
    transform: translate(72.3422vw, 50.988vh) scale(0.0835); }
  to {
    transform: translate(73.24725vw, 100vh) scale(0.0835); } }
  .snow:nth-child(199) {
    opacity: 0.2099;
    transform: translate(47.2439vw, -10px) scale(0.7995);
    animation: fall-199 12s -4s linear infinite; }

@keyframes fall-199 {
  74.222% {
    transform: translate(46.8923vw, 74.222vh) scale(0.7995); }
  to {
    transform: translate(47.0681vw, 100vh) scale(0.7995); } }
  .snow:nth-child(200) {
    opacity: 0.7635;
    transform: translate(15.1608vw, -10px) scale(0.3663);
    animation: fall-200 28s -5s linear infinite; }

@keyframes fall-200 {
  41.446% {
    transform: translate(11.3644vw, 41.446vh) scale(0.3663); }
  to {
    transform: translate(13.2626vw, 100vh) scale(0.3663); } }

.section-featured-0 {
  position: relative;
  overflow: hidden; }
  .section-featured-0:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
    @media (min-width: 992px) {
      .section-featured-0:before {
        padding-top: 42.8571%; } }
  .section-featured-0 .featured-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
  .section-featured-0 .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .section-featured-0 .content .feature-title a,
    .section-featured-0 .content .lead,
    .section-featured-0 .content a {
      display: inline-block;
      font-family: "Playfair Display", sans-serif;
      color: #ffffff; }

.section-card-0 .img-wrapper {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 42.8571%; }

.section-card-0 .card-img-top {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto; }

.section-card-0 .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(17, 5, 5, 0.25) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(17, 5, 5, 0.25) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(17, 5, 5, 0.25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#40110505', GradientType=0); }
  .section-card-0 .card-body .feature-title a,
  .section-card-0 .card-body .lead,
  .section-card-0 .card-body a {
    display: inline-block;
    font-family: "Playfair Display", sans-serif;
    color: #ffffff; }

.section-featured-1 {
  position: relative;
  overflow: hidden; }
  .section-featured-1:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
    @media (min-width: 992px) {
      .section-featured-1:before {
        padding-top: 42.8571%; } }
  .section-featured-1 .featured-img {
    position: absolute;
    top: 0; }
  .section-featured-1 .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .section-featured-1 .content .feature-title a,
    .section-featured-1 .content .lead,
    .section-featured-1 .content a {
      display: inline-block;
      font-family: "Playfair Display", sans-serif;
      color: #373737; }

.section-card-1 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  /* For some reason without this, chrome hides box shadows on cards during thumbnail animations
       See also: https://stackoverflow.com/q/18529381 */
  transform: translate3d(0, 0, 0); }
  .section-card-1 .img-wrapper {
    overflow: hidden;
    position: relative;
    max-height: 250px; }
  .section-card-1 .card-img-top {
    position: relative;
    float: left;
    transition: all 0.5s ease 10ms; }
    .section-card-1 .card-img-top:hover {
      transform: scale(1.2); }
    .section-card-1 .card-img-top:after {
      padding-top: 56.25%;
      display: block;
      content: ""; }
  .section-card-1 .in-section {
    position: relative;
    left: 50%; }
    .section-card-1 .in-section a {
      position: absolute;
      transform: translate(-50%, -50%);
      padding: 5px 12px;
      color: #ffffff;
      background: #c54c3a;
      text-decoration: none;
      transition: all 0.2s ease; }
      .section-card-1 .in-section a:hover {
        background: #cb5e4e; }
  .section-card-1 .card-body {
    position: relative; }
    .section-card-1 .card-body .story-created {
      font-size: 0.75rem; }
    .section-card-1 .card-body h4 a {
      font-family: "Playfair Display", sans-serif; }

.section-card-2 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
  .section-card-2 .card-body .story-created {
    font-size: 0.75rem; }
  .section-card-2 .card-body h4 a {
    font-family: "Playfair Display", sans-serif; }

.subscribe-col .card .card-img-top svg g {
  display: block;
  fill: #373737;
  margin-top: auto;
  margin-bottom: auto; }

/* Social Media Sidebar */
.social-media-sidebar {
  z-index: 1000;
  right: 0;
  top: 35%;
  position: fixed;
  list-style: none;
  margin-right: 0.8vw;
  padding: 0; }
  .social-media-sidebar li:nth-child(1):hover a {
    background: #3b5998; }
  .social-media-sidebar li:nth-child(2):hover a {
    background: #1da1f2; }
  .social-media-sidebar li:nth-child(3):hover a {
    background: #ea4c89; }

.social-media-sidebar li a {
  display: block;
  margin-bottom: 5px;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  background: #c54c3a;
  color: #ffffff;
  text-align: center;
  transition: background 0.5s ease 0.3ms; }
  .social-media-sidebar li a:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0); }

.social-media-sidebar li a i {
  position: absolute;
  right: 0;
  width: 100%;
  margin-top: 30%;
  font-size: 1.25rem; }

.social-media-sidebar li a span {
  position: absolute;
  right: 120%;
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 5%;
  padding: 5px;
  background-color: #373737;
  color: #ffffff;
  font-family: "Playfair Display", sans-serif, serif;
  font-size: 1rem;
  transform-origin: right;
  transform: rotateY(45deg);
  transition: all 0.5s ease 0.3ms;
  white-space: nowrap; }

/* Index Section */
.section-header {
  /* no link */
  /* link */ }
  .section-header h1 {
    color: #373737; }
  .section-header a {
    position: relative;
    color: #373737;
    text-transform: uppercase;
    text-decoration: none; }
  .section-header a:before {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #373737;
    transition: width 0.3s; }
  .section-header a:after {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #373737;
    transition: width 0.3s; }
  .section-header a:hover:after,
  .section-header a:hover:before {
    width: 100%; }

/* Breadcrumb */
.breadcrumb {
  border-radius: 0;
  background-color: #373737; }
  .breadcrumb .breadcrumb-item a,
  .breadcrumb .breadcrumb:after,
  .breadcrumb .breadcrumb-item:before {
    color: #ffffff; }

/* Latest Stories Card */
.latest-stories {
  border-left: 2px solid #373737;
  width: fit-content; }
  @media (min-width: 768px) {
    .latest-stories {
      margin-top: 40px; } }
  .latest-stories .list-group:last-child .list-group-item:last-child {
    border-radius: 0; }
  .latest-stories .card-header .card-title {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.5rem; }
  .latest-stories .list-group-item {
    border: none;
    background-color: #373737; }
    .latest-stories .list-group-item a,
    .latest-stories .list-group-item strong {
      color: white;
      line-height: 1.4rem;
      font-size: 0.9rem;
      font-weight: 700; }

.story-text:first-letter {
  /* initial-letter: 2; */ }

.lightbox-source:hover {
  cursor: zoom-in; }

.modal-lightbox .modal-content {
  background-color: #1115;
  color: white; }

.modal-lightbox .modal-title,
.modal-lightbox .modal-header {
  background-color: #222;
  color: white; }

.modal-lightbox .modal-body {
  padding: 0; }

.modal-lightbox .modal-footer {
  background-color: #111d;
  text-align: center;
  display: block; }

/* Add Breaking */
.banner,
.breaking-banner {
  border-radius: 0;
  text-align: center;
  padding: 10px 0;
  margin-left: -15px;
  margin-right: -15px; }
  .banner a,
  .breaking-banner a {
    color: white; }
    .banner a:hover,
    .breaking-banner a:hover {
      color: #f0f0f0; }

.banner {
  background-color: #373737; }

.breaking-banner {
  background-color: #c54c3a; }

form .asterisk {
  color: #c54c3a;
  font-family: "Playfair Display", serif; }

form label {
  display: block;
  margin-bottom: 0;
  font-family: "Playfair Display", serif; }

form input[type=text],
form input[type=email] {
  margin-bottom: 5px;
  padding: 8px;
  width: Min(400px, 100%);
  border: 0.5px solid #373737; }
  form input[type=text].birthday,
  form input[type=email].birthday {
    width: 50px; }

form input[type=submit] {
  margin-top: 5px;
  padding: 8px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  background-color: #f0f0f0;
  border: 0.5px solid #373737;
  cursor: pointer; }

/* Popup Lightbox Styles */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  .lightbox-overlay.show {
    opacity: 1;
    visibility: visible; }
    .lightbox-overlay.show .lightbox-content {
      transform: scale(1); }

.lightbox-content {
  background: white;
  border-radius: 8px;
  padding: 0;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
  transform: scale(0.7);
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); }

.lightbox-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1; }
  .lightbox-close:hover, .lightbox-close:focus {
    color: #000; }

.lightbox-body {
  padding: 40px 30px 30px;
  text-align: center; }
  .lightbox-body h2 {
    margin-bottom: 20px;
    color: #333;
    font-size: 24px; }
  .lightbox-body p {
    margin-bottom: 15px;
    color: #666;
    line-height: 1.6; }

.lightbox-buttons {
  margin-top: 25px; }
  .lightbox-buttons .btn {
    margin: 0 10px;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease; }
    .lightbox-buttons .btn.btn-primary {
      background-color: #007bff;
      color: white; }
      .lightbox-buttons .btn.btn-primary:hover {
        background-color: #0056b3; }
    .lightbox-buttons .btn.btn-secondary {
      background-color: #6c757d;
      color: white; }
      .lightbox-buttons .btn.btn-secondary:hover {
        background-color: #545b62; }
