@import url("https://use.typekit.net/tfk2rtm.css");
body {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  background-color: #F2EAE4;
  color: #732926;
  font-weight: 500;
}
h1 {
  font-family: "Termina", arial, sans-serif;
  font-size: 32px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: normal;
  color: #8A2628;
}
h2 {
  font-family: "Termina", arial, sans-serif;
  font-size: 24px;
  letter-spacing: 0.38px;
  line-height: normal;
  font-weight: normal;
}
h3 {
  margin-bottom: 0;
  font-family: "Termina", arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.38px;
  line-height: 19px;
}
html[lang="ru-RU"] h1 {
  font-family: "Raleway", arial, sans-serif;
}
html[lang="ru-RU"] h2 {
  font-family: "Raleway", arial, sans-serif;
}
html[lang="ru-RU"] h3 {
  font-family: "Raleway", arial, sans-serif;
}
html[lang="lv-LV"] h1 {
  font-family: "Raleway", arial, sans-serif;
}
html[lang="lv-LV"] h2 {
  font-family: "Raleway", arial, sans-serif;
}
html[lang="lv-LV"] h3 {
  font-family: "Raleway", arial, sans-serif;
}
p, li {
  margin-bottom: 0;
  color: #732926;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.33px;
  line-height: 24px;
}
p {
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}
p.has-text-align-center strong {
  font-weight: 600;
}
a {
  color: #732926;
}
a:hover {
  color: #8A2628;
}
ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  position: relative;
  padding-left: 9px;
}
ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #B44B40;
  border-radius: 50%;
}
strong {
  font-weight: 700;
}
.hidden {
  display: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 357px;
  min-height: 100vh;
  padding-top: 64px;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  background-color: #B44B40;
  z-index: 5;
}
header.header-campaign {
  all: unset;
}
header .header_top .logo svg {
  max-width: 100%;
}
header .header_top .logo svg * {
  fill: #fff;
}
header .language_switcher {
  margin-bottom: 25px;
}
header .language_switcher .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}
header .language_switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  margin-right: 16px;
}
header .language_switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item a {
  padding: 0;
  color: #fff;
  opacity: 50%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.04px;
  line-height: 17px;
}
header .language_switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item a:hover {
  color: #fff;
  opacity: 100%;
}
header .language_switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language a {
  color: #fff;
  opacity: 100%;
}
header .language_switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child {
  margin-right: 0;
}
header .language_switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item:before {
  display: none;
}
header #menu ul.menu {
  padding: 0;
  list-style: none;
}
header #menu ul.menu li {
  padding: 16px 0;
}
header #menu ul.menu li a {
  color: #FFFFFF;
  font-family: "Raleway", arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  line-height: 19px;
  text-decoration: none;
}
header #menu ul.menu li.parent {
  padding-bottom: 8px;
}
header #menu ul.menu li.parent .menu_item_container {
  margin-bottom: 8px;
}
header #menu ul.menu li .sub-menu {
  position: relative;
  margin-left: 65px;
}
header #menu ul.menu li .sub-menu li {
  position: relative;
  padding: 8px 0 8px 18px;
}
header #menu ul.menu li .sub-menu li a {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.38px;
  line-height: 17px;
}
header #menu ul.menu li .sub-menu li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #8A2628;
}
header #menu ul.menu li .sub-menu li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 1px;
  background-color: #8A2628;
}
header #menu ul.menu li .sub-menu li:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 50%;
  background-color: #8A2628;
}
header #menu .language_switcher {
  display: none;
}
header #menu > ul > li {
  position: relative;
  margin: 0 -64px;
}
header #menu > ul > li .menu_item_container {
  display: flex;
  align-items: center;
  width: 100%;
}
header #menu > ul > li .menu_item_container a {
  display: inline-block;
  flex-shrink: 0;
}
header #menu > ul > li .menu_item_container span {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 3px;
  background-color: #8A2628;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
header #menu > ul > li .menu_item_container span.menu_before {
  width: 51px;
  flex-shrink: 0;
  margin-right: 12px;
}
header #menu > ul > li .menu_item_container span.menu_after {
  margin-left: 12px;
}
header #menu > ul > li:before {
  display: none;
}
header #menu > ul > li.active .menu_item_container span, header #menu > ul > li.hovered .menu_item_container span {
  opacity: 1;
}
header .header_bottom {
  display: flex;
  display: -ms-flexbox !important;
}
header .header_bottom p, header .header_bottom a {
  margin: 0;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
header .header_bottom .header_bottom_wrap {
  width: 60%;
}
header .header_bottom .header_bottom_tempel {
  padding-right: 10px;
}
header .header_bottom .header_bottom_tempel img {
  height: auto;
  max-width: 94px;
}
header .header_bottom .social_media {
  margin: 24px 0;
}
header .header_bottom .social_media a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-right: 8px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
header .header_bottom .social_media a:last-child {
  margin-right: 0;
}
header .header_bottom .privacy {
  text-decoration: underline;
}
header .mobile-menu-btn {
  display: none;
}
#content {
  position: relative;
  float: right;
  width: calc(100% - 357px);
}
.newsletter_wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  width: calc(100% - 357px);
  height: auto;
  background-color: #8A2628;
  z-index: 10;
  display: none;
}
.newsletter_wrap .newsletter {
  position: relative;
  height: 100%;
}
.newsletter_wrap .newsletter_intro {
  max-width: 418px;
  padding-right: 60px;
}
.newsletter_wrap .newsletter_content {
  width: 100%;
  padding: 18px 64px 18px 29px;
}
.newsletter_wrap .newsletter_content h1, .newsletter_wrap .newsletter_content h2, .newsletter_wrap .newsletter_content h3, .newsletter_wrap .newsletter_content h4, .newsletter_wrap .newsletter_content p {
  color: #F2EAE4;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}
.newsletter_wrap .newsletter_content h1, .newsletter_wrap .newsletter_content h2, .newsletter_wrap .newsletter_content h3, .newsletter_wrap .newsletter_content h4 {
  font-size: 16px;
  letter-spacing: 0.384px;
  margin-bottom: 0;
}
.newsletter_wrap .newsletter_content p {
  font-size: 12px;
}
.newsletter_wrap .newsletter_content a {
  color: #F2EAE4;
}
.newsletter_wrap .form_inputs_wrap {
  width: 100%;
}
.newsletter_wrap .privacy_link_wrap {
  color: #F2EAE4;
  padding-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.newsletter_wrap .privacy_link_wrap a {
  color: #F2EAE4;
}
.newsletter_wrap form input {
  padding: 12px 24px;
  border-radius: 71px;
  outline: none;
  border: none;
}
.newsletter_wrap form input:focus {
  outline: none;
}
.newsletter_wrap form input[type="email"] {
  max-width: 354px;
  width: 100%;
  background-color: #F2EAE4;
  color: #8A2628;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
}
.newsletter_wrap form input[type="email"]::placeholder {
  color: #8A2628;
  opacity: 0.6;
}
.newsletter_wrap form input[type="email"]:-ms-input-placeholder {
  color: #8A2628;
  opacity: 0.6;
}
.newsletter_wrap form input[type="email"]::-ms-input-placeholder {
  color: #8A2628;
  opacity: 0.6;
}
.newsletter_wrap form input[type="email"]:-webkit-autofill, .newsletter_wrap form input[type="email"]:-webkit-autofill:hover, .newsletter_wrap form input[type="email"]:-webkit-autofill:focus, .newsletter_wrap form input[type="email"]:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F2EAE4 inset !important;
  color: #8A2628;
}
.newsletter_wrap form input[type="email"].wpcf7-not-valid {
  background-color: #B44B40;
  color: #F2EAE4;
}
.newsletter_wrap form input[type="email"].wpcf7-not-valid::placeholder {
  color: #F2EAE4;
}
.newsletter_wrap form input[type="email"].wpcf7-not-valid:-ms-input-placeholder {
  color: #F2EAE4;
}
.newsletter_wrap form input[type="email"].wpcf7-not-valid::-ms-input-placeholder {
  color: #F2EAE4;
}
.newsletter_wrap form input[type="submit"] {
  max-width: 82px;
  width: 100%;
  margin-left: 8px;
  background-color: #B44B40;
  color: #F2EAE4;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
  cursor: pointer;
}
.newsletter_wrap form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none !important;
}
.newsletter_wrap .wpcf7 form .wpcf7-spam-blocked, .newsletter_wrap .wpcf7 form.sent .wpcf7-response-output, .newsletter_wrap .wpcf7 form.invalid .wpcf7-response-output, .newsletter_wrap .wpcf7 form.unaccepted .wpcf7-response-output, .newsletter_wrap .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  margin: 16px 0 0;
  padding: 0;
  color: #F2EAE4;
}
.newsletter_wrap div.wpcf7 {
  position: relative;
}
.newsletter_wrap div.wpcf7 .ajax-loader {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.newsletter_wrap .close_newsletter {
  position: absolute;
  top: 18px;
  right: 23px;
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  transform: translateX(50%) translateY(-50%);
  cursor: pointer;
}
.newsletter_wrap .close_newsletter::before, .newsletter_wrap .close_newsletter::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 20px;
  height: 2px;
  background: #F2EAE4;
}
.newsletter_wrap .close_newsletter::before {
  transform: translateY(-50%) rotate(45deg);
}
.newsletter_wrap .close_newsletter::after {
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  .newsletter_wrap {
    position: fixed;
    right: initial;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
  }
  .newsletter_wrap .newsletter_content {
    padding-left: 24px;
    padding-right: 24px;
    padding: 24px 24px;
  }
  .newsletter_wrap .newsletter_content .newsletter_intro {
    margin-bottom: 16px;
  }
  .newsletter_wrap .newsletter_content form {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .newsletter_wrap .newsletter_content form input[type="email"] {
    margin-bottom: 16px;
  }
  .newsletter_wrap .newsletter_content form input[type="submit"] {
    margin-left: 0;
  }
  .newsletter_wrap .wpcf7 form.sent .wpcf7-response-output, .newsletter_wrap .wpcf7 form.invalid .wpcf7-response-output, .newsletter_wrap .wpcf7 form.unaccepted .wpcf7-response-output, .newsletter_wrap .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 16px 0 0;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.scrolling_disabled {
  overflow: hidden !important;
}
.frontpage_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 11;
}
.frontpage_popup .popup_wrapper {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.frontpage_popup .popup_content {
  width: 712px;
  max-width: 100%;
  max-width: calc(100vw - 60px);
  max-height: 100%;
  max-height: calc(100vh - 60px);
  background: #F2EAE4;
  border-radius: 5px;
  min-height: 450px;
  overflow-y: visible;
}
.frontpage_popup .popup_content .wrapper {
  position: relative;
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.frontpage_popup .popup_content .popup_logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.frontpage_popup .popup_content .reterra {
  position: absolute;
  top: -50px;
  right: 19px;
}
.frontpage_popup .popup_content .popup_image {
  width: 100%;
  height: 258px;
  border-radius: 5px;
  background-size: cover;
}
.frontpage_popup .popup_content .text_wrapper {
  text-align: center;
  font-family: "Raleway", arial, sans-serif;
  color: #B44B40;
  padding: 0 32px;
  padding-top: 24px;
}
.frontpage_popup .popup_content .text_wrapper h3 {
  margin: 0;
  padding: 0;
  color: #732926;
  font-family: "Termina";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.384px;
}
.frontpage_popup .popup_content .text_wrapper p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 24px;
  color: #B44B40;
}
.frontpage_popup .popup_content .button {
  text-align: center;
  color: #F2EAE4;
  border-radius: 71px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  background-color: #B44B40;
  padding: 12px 26px;
  white-space: nowrap;
}
.frontpage_popup .close_popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: #B44B40;
  border-radius: 50%;
  transform: translateX(50%) translateY(-50%);
  cursor: pointer;
}
.frontpage_popup .close_popup:before, .frontpage_popup .close_popup:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 6px;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #F2EAE4;
}
.frontpage_popup .close_popup:before {
  transform: rotate(45deg);
}
.frontpage_popup .close_popup:after {
  transform: rotate(-45deg);
}
html[lang="ru-RU"] .frontpage_popup .popup_content .text_wrapper h3 {
  font-family: "Raleway", arial, sans-serif;
}
html[lang="lv-LV"] .frontpage_popup .popup_content .text_wrapper h3 {
  font-family: "Raleway", arial, sans-serif;
}
.snowflake {
  display: none;
  --size: 1vw;
  width: var(--size);
  height: var(--size);
  background: white;
  border-radius: 50%;
  position: absolute;
  top: -5vh;
  z-index: 12;
}
@keyframes snowfall {
  0% {
    transform: translate3d(var(--left-ini), 0, 0);
  }
  100% {
    transform: translate3d(var(--left-end), 110vh, 0);
  }
}
.snowflake:nth-child(1) {
  --size: 0.6vw;
  --left-ini: -9vw;
  --left-end: 2vw;
  left: 60vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(2) {
  --size: 0.2vw;
  --left-ini: -1vw;
  --left-end: -8vw;
  left: 46vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(3) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: 5vw;
  left: 53vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(4) {
  --size: 0.6vw;
  --left-ini: 5vw;
  --left-end: 4vw;
  left: 2vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(5) {
  --size: 0.8vw;
  --left-ini: -6vw;
  --left-end: 7vw;
  left: 85vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(6) {
  --size: 0.2vw;
  --left-ini: 8vw;
  --left-end: -8vw;
  left: 36vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(7) {
  --size: 0.8vw;
  --left-ini: -5vw;
  --left-end: -8vw;
  left: 27vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(8) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: 6vw;
  left: 28vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(9) {
  --size: 0.8vw;
  --left-ini: 6vw;
  --left-end: 0vw;
  left: 73vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(10) {
  --size: 0.8vw;
  --left-ini: -8vw;
  --left-end: 3vw;
  left: 5vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(11) {
  --size: 1vw;
  --left-ini: 0vw;
  --left-end: 9vw;
  left: 77vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(12) {
  --size: 1vw;
  --left-ini: 0vw;
  --left-end: -4vw;
  left: 51vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(13) {
  --size: 1vw;
  --left-ini: -6vw;
  --left-end: -2vw;
  left: 32vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(14) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: 2vw;
  left: 84vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(15) {
  --size: 1vw;
  --left-ini: 0vw;
  --left-end: -5vw;
  left: 73vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(16) {
  --size: 0.2vw;
  --left-ini: -3vw;
  --left-end: -1vw;
  left: 18vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(17) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: 2vw;
  left: 37vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(18) {
  --size: 0.4vw;
  --left-ini: 6vw;
  --left-end: -7vw;
  left: 83vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(19) {
  --size: 0.4vw;
  --left-ini: 10vw;
  --left-end: 5vw;
  left: 67vw;
  animation: snowfall 6s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(20) {
  --size: 1vw;
  --left-ini: 3vw;
  --left-end: -4vw;
  left: 34vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(21) {
  --size: 0.4vw;
  --left-ini: -4vw;
  --left-end: 8vw;
  left: 26vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(22) {
  --size: 1vw;
  --left-ini: 2vw;
  --left-end: -7vw;
  left: 61vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(23) {
  --size: 0.2vw;
  --left-ini: 1vw;
  --left-end: 5vw;
  left: 56vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(24) {
  --size: 0.6vw;
  --left-ini: 0vw;
  --left-end: 9vw;
  left: 77vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(25) {
  --size: 0.6vw;
  --left-ini: 4vw;
  --left-end: 1vw;
  left: 92vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(26) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: 10vw;
  left: 76vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -8s;
}
.snowflake:nth-child(27) {
  --size: 0.6vw;
  --left-ini: 3vw;
  --left-end: -7vw;
  left: 23vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(28) {
  --size: 0.4vw;
  --left-ini: 1vw;
  --left-end: 4vw;
  left: 74vw;
  animation: snowfall 9s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(29) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: 0vw;
  left: 34vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(30) {
  --size: 0.4vw;
  --left-ini: 2vw;
  --left-end: 4vw;
  left: 36vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(31) {
  --size: 0.2vw;
  --left-ini: -7vw;
  --left-end: 4vw;
  left: 17vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(32) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: 4vw;
  left: 12vw;
  animation: snowfall 10s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(33) {
  --size: 0.2vw;
  --left-ini: 0vw;
  --left-end: 4vw;
  left: 13vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(34) {
  --size: 0.6vw;
  --left-ini: 4vw;
  --left-end: -3vw;
  left: 49vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(35) {
  --size: 0.2vw;
  --left-ini: 7vw;
  --left-end: -3vw;
  left: 67vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -1s;
}
.snowflake:nth-child(36) {
  --size: 0.2vw;
  --left-ini: 9vw;
  --left-end: 1vw;
  left: 33vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(37) {
  --size: 0.6vw;
  --left-ini: 8vw;
  --left-end: -7vw;
  left: 18vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(38) {
  --size: 0.8vw;
  --left-ini: -7vw;
  --left-end: -4vw;
  left: 84vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(39) {
  --size: 0.4vw;
  --left-ini: 0vw;
  --left-end: 7vw;
  left: 72vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -3s;
}
.snowflake:nth-child(40) {
  --size: 1vw;
  --left-ini: 10vw;
  --left-end: -5vw;
  left: 45vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(41) {
  --size: 0.6vw;
  --left-ini: -8vw;
  --left-end: 7vw;
  left: 69vw;
  animation: snowfall 12s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(42) {
  --size: 0.2vw;
  --left-ini: -9vw;
  --left-end: 5vw;
  left: 35vw;
  animation: snowfall 13s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(43) {
  --size: 0.4vw;
  --left-ini: 8vw;
  --left-end: -4vw;
  left: 65vw;
  animation: snowfall 8s linear infinite;
  animation-delay: -7s;
}
.snowflake:nth-child(44) {
  --size: 0.6vw;
  --left-ini: 7vw;
  --left-end: 1vw;
  left: 10vw;
  animation: snowfall 7s linear infinite;
  animation-delay: -4s;
}
.snowflake:nth-child(45) {
  --size: 0.8vw;
  --left-ini: -4vw;
  --left-end: -2vw;
  left: 7vw;
  animation: snowfall 11s linear infinite;
  animation-delay: -5s;
}
.snowflake:nth-child(46) {
  --size: 0.8vw;
  --left-ini: 4vw;
  --left-end: -5vw;
  left: 15vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -9s;
}
.snowflake:nth-child(47) {
  --size: 0.4vw;
  --left-ini: 6vw;
  --left-end: 4vw;
  left: 12vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -2s;
}
.snowflake:nth-child(48) {
  --size: 1vw;
  --left-ini: 2vw;
  --left-end: -6vw;
  left: 88vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -10s;
}
.snowflake:nth-child(49) {
  --size: 0.2vw;
  --left-ini: -8vw;
  --left-end: -9vw;
  left: 79vw;
  animation: snowfall 14s linear infinite;
  animation-delay: -6s;
}
.snowflake:nth-child(50) {
  --size: 0.6vw;
  --left-ini: 9vw;
  --left-end: -7vw;
  left: 23vw;
  animation: snowfall 15s linear infinite;
  animation-delay: -6s;
}
/* added small blur every 6 snowflakes*/
.snowflake:nth-child(6n) {
  filter: blur(1px);
}
