body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #8caff0 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff8000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3f7ae6 !important;
  border-color: #3f7ae6 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #a85400 !important;
  border-color: #a85400 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a85400 !important;
  border-color: #a85400 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8caff0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3f7ae6 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #8caff0 !important;
  border-color: #8caff0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #379683 !important;
  border-color: #379683 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff8000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a85400 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8000 !important;
  border-color: #ff8000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #8caff0 !important;
}
.text-secondary {
  color: #379683 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff8000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #3270e4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #994d00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #8caff0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff8000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #8caff0;
  border-color: #8caff0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #8caff0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe6cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #8caff0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #8caff0;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #8caff0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #8caff0;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #8caff0;
  border-bottom-color: #8caff0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #8caff0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #379683 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%238caff0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: relative !important;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  position: absolute !important;
}
.cid-sFHpMqcXGj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFHpMqcXGj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFHpMqcXGj .dropdown-item:hover,
.cid-sFHpMqcXGj .dropdown-item:focus {
  background: #8caff0 !important;
  color: white !important;
}
.cid-sFHpMqcXGj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFHpMqcXGj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFHpMqcXGj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFHpMqcXGj .nav-link {
  position: relative;
}
.cid-sFHpMqcXGj .container {
  display: flex;
  margin: auto;
}
.cid-sFHpMqcXGj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown-menu,
.cid-sFHpMqcXGj .navbar.opened {
  background: #d2fdff !important;
}
.cid-sFHpMqcXGj .nav-item:focus,
.cid-sFHpMqcXGj .nav-link:focus {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFHpMqcXGj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFHpMqcXGj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFHpMqcXGj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFHpMqcXGj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(210, 253, 255, 0);
}
.cid-sFHpMqcXGj .navbar.opened {
  transition: all 0.3s;
}
.cid-sFHpMqcXGj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFHpMqcXGj .navbar .navbar-logo img {
  width: auto;
}
.cid-sFHpMqcXGj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar.collapsed {
  justify-content: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFHpMqcXGj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFHpMqcXGj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFHpMqcXGj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFHpMqcXGj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFHpMqcXGj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFHpMqcXGj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFHpMqcXGj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFHpMqcXGj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFHpMqcXGj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFHpMqcXGj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFHpMqcXGj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFHpMqcXGj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFHpMqcXGj .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFHpMqcXGj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFHpMqcXGj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFHpMqcXGj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFHpMqcXGj .dropdown-item.active,
.cid-sFHpMqcXGj .dropdown-item:active {
  background-color: transparent;
}
.cid-sFHpMqcXGj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFHpMqcXGj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d2fdff;
}
.cid-sFHpMqcXGj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFHpMqcXGj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFHpMqcXGj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFHpMqcXGj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFHpMqcXGj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFHpMqcXGj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFHpMqcXGj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFHpMqcXGj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFHpMqcXGj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFHpMqcXGj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFHpMqcXGj .navbar {
    height: 70px;
  }
  .cid-sFHpMqcXGj .navbar.opened {
    height: auto;
  }
  .cid-sFHpMqcXGj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tbjs1FmELh {
  padding-top: 100px;
  padding-bottom: 25px;
  background: linear-gradient(176deg, #ff8000, #232323);
}
.cid-tbjs1FmELh .news {
  width: 175px;
  background-color: #ff8000;
}
.cid-tbjs1FmELh .news-scroll a {
  text-decoration: none;
}
.cid-tbjs1FmELh .dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #ff3366;
  border-radius: 50%;
  display: inline-block;
}
.cid-tbjs1FmELh DIV {
  color: #ffffff;
}
.cid-tbjr072VvB .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #ff8000;
  top: 0px;
}
.cid-tbjr072VvB .progress-bar {
  height: 9px;
  background: #fafafa;
  width: 0%;
}
.cid-tbjr072VvB .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tbjr072VvB .hidden {
  display: none;
}
.cid-tbjr072VvB H10 {
  color: #767676;
}
.cid-sFHoAfPmXB {
  background-image: url("../../../assets/images/mbr-3.jpg?v=1OcEyA");
}
.cid-sFHoAfPmXB .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sFHoAfPmXB .image-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
}
.cid-tbjqxzat0u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tbjqxzat0u hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-tbjqxzat0u .progress {
  background: #cccccc;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-tbjqxzat0u .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff8000;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-sFHr5fwP9J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFHr5fwP9J .timeline-element {
  position: relative;
}
.cid-sFHr5fwP9J .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFHr5fwP9J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHr5fwP9J .mbr-section-title,
.cid-sFHr5fwP9J .mbr-section-subtitle,
.cid-sFHr5fwP9J .timeline-date {
  text-align: center;
}
.cid-sFHr5fwP9J .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #b4dfe5;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-sFHr5fwP9J .row:after {
  content: "";
  position: absolute;
  background-color: #b4dfe5;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-sFHr5fwP9J .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-sFHr5fwP9J .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-sFHr5fwP9J .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHr5fwP9J .timeline-date-wrapper,
  .cid-sFHr5fwP9J .timeline-text-wrapper,
  .cid-sFHr5fwP9J .image-wrapper {
    padding: 2rem;
  }
}
.cid-tbK1oyzDFj {
  background-image: url("../../../assets/images/background1.jpg?v=1OcEyA");
}
.cid-tbK1oyzDFj body {
  background: #e0e5ec;
}
.cid-tbK1oyzDFj .frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.cid-tbK1oyzDFj button {
  margin: 20px;
}
.cid-tbK1oyzDFj .custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}
.cid-tbK1oyzDFj .btn-1 {
  background: linear-gradient(0deg, #060e83 0%, #0c19b4 100%);
  border: none;
}
.cid-tbK1oyzDFj .btn-1:hover {
  background: linear-gradient(0deg, #0003ff 0%, #027efb 100%);
}
.cid-tbK1oyzDFj .btn-2 {
  background: linear-gradient(0deg, #6009f0 0%, #8105f0 100%);
  border: none;
}
.cid-tbK1oyzDFj .btn-2:before {
  height: 0%;
  width: 2px;
}
.cid-tbK1oyzDFj .btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
}
.cid-tbK1oyzDFj .btn-3 {
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK1oyzDFj .btn-3:before,
.cid-tbK1oyzDFj .btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-3:before {
  height: 0%;
  width: 2px;
}
.cid-tbK1oyzDFj .btn-3:after {
  width: 0%;
  height: 2px;
}
.cid-tbK1oyzDFj .btn-3:hover {
  background: transparent;
  box-shadow: none;
}
.cid-tbK1oyzDFj .btn-3:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-3:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-3 span {
  position: relative;
  display: block;
  padding: 0.75rem;
  width: 100%;
  height: 100%;
}
.cid-tbK1oyzDFj .btn-3 span:hover {
  color: #027efb;
}
.cid-tbK1oyzDFj .btn-3 span:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-3 span:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-3 span:before,
.cid-tbK1oyzDFj .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-3 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK1oyzDFj .btn-3 span:after {
  width: 0%;
  height: 2px;
}
.cid-tbK1oyzDFj .btn-4 {
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK1oyzDFj .btn-4:hover {
  background-color: #89d8d3;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
}
.cid-tbK1oyzDFj .btn-4:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-4:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-4:before,
.cid-tbK1oyzDFj .btn-4:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-4:before {
  height: 0%;
  width: 0px;
}
.cid-tbK1oyzDFj .btn-4:after {
  width: 0%;
  height: 0px;
}
.cid-tbK1oyzDFj .btn-4 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
.cid-tbK1oyzDFj .btn-4 span:before,
.cid-tbK1oyzDFj .btn-4 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.9), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.9), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-4 span:before {
  width: 0px;
  height: 0%;
}
.cid-tbK1oyzDFj .btn-4 span:after {
  width: 0%;
  height: 0px;
}
.cid-tbK1oyzDFj .btn-4 span:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-4 span:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-5 {
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: linear-gradient(0deg, #ff1b00 0%, #fb4b02 100%);
}
.cid-tbK1oyzDFj .btn-5:hover {
  color: #f0094a;
  background: transparent;
  box-shadow: none;
}
.cid-tbK1oyzDFj .btn-5:hover:before,
.cid-tbK1oyzDFj .btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.cid-tbK1oyzDFj .btn-5:before,
.cid-tbK1oyzDFj .btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #f0094a;
  box-shadow: -1px -1px 5px 0px #ffffff, 7px 7px 20px 0px #000000 3, 4px 4px 5px 0px #000000 2;
  transition: 400ms ease all;
}
.cid-tbK1oyzDFj .btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.cid-tbK1oyzDFj .btn-6 {
  background: radial-gradient(circle, #f796c0 0%, #76aef1 100%);
  line-height: 42px;
  padding: 0.75em;
  border: none;
}
.cid-tbK1oyzDFj .btn-6:before,
.cid-tbK1oyzDFj .btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.cid-tbK1oyzDFj .btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.cid-tbK1oyzDFj .btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.cid-tbK1oyzDFj .btn-6:hover {
  background: transparent;
  color: #76aef1;
  box-shadow: none;
}
.cid-tbK1oyzDFj .btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.cid-tbK1oyzDFj .btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.cid-tbK1oyzDFj .btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.cid-tbK1oyzDFj .btn-6 span:before,
.cid-tbK1oyzDFj .btn-6 span:after {
  position: absolute;
  content: "";
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.cid-tbK1oyzDFj .btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 0px;
  transition: all 500ms ease;
}
.cid-tbK1oyzDFj .btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0px;
  transition: all 500ms ease;
}
.cid-tbK1oyzDFj .btn-6 span:hover:before {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-6 span:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-7 {
  background: linear-gradient(0deg, #ff9700 0%, #fb4b02 100%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK1oyzDFj .btn-7:before,
.cid-tbK1oyzDFj .btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fb4b02;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-7:before {
  height: 0%;
  width: 2px;
}
.cid-tbK1oyzDFj .btn-7:after {
  width: 0%;
  height: 2px;
}
.cid-tbK1oyzDFj .btn-7:hover {
  color: #fb4b02;
  background: transparent;
}
.cid-tbK1oyzDFj .btn-7:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-7:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
.cid-tbK1oyzDFj .btn-7 span:before,
.cid-tbK1oyzDFj .btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #fb4b02;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-7 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK1oyzDFj .btn-7 span:after {
  height: 2px;
  width: 0%;
}
.cid-tbK1oyzDFj .btn-7 span:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-7 span:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-8 {
  background-color: #f0ecfc;
  background-image: linear-gradient(315deg, #f0ecfc 0%, #c797eb 74%);
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK1oyzDFj .btn-8:before,
.cid-tbK1oyzDFj .btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-8:before {
  height: 0%;
  width: 2px;
}
.cid-tbK1oyzDFj .btn-8:after {
  width: 0%;
  height: 2px;
}
.cid-tbK1oyzDFj .btn-8:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-8:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-8:hover {
  background: transparent;
}
.cid-tbK1oyzDFj .btn-8 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
}
.cid-tbK1oyzDFj .btn-8 span:hover {
  color: #c797eb;
}
.cid-tbK1oyzDFj .btn-8 span:before,
.cid-tbK1oyzDFj .btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-8 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK1oyzDFj .btn-8 span:after {
  height: 2px;
  width: 0%;
}
.cid-tbK1oyzDFj .btn-8 span:hover:before {
  height: 100%;
}
.cid-tbK1oyzDFj .btn-8 span:hover:after {
  width: 100%;
}
.cid-tbK1oyzDFj .btn-9 {
  border: none;
  background-color: #1fd1f9;
  background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-9:hover {
  background-image: linear-gradient(315deg, #b621fe 0%, #1fd1f9 74%);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.cid-tbK1oyzDFj .btn-10 {
  background: linear-gradient(0deg, #1609f0 0%, #316ef4 100%);
  color: #fff;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cid-tbK1oyzDFj .btn-10:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(0.1);
}
.cid-tbK1oyzDFj .btn-10:hover {
  color: #fff;
  border: none;
  background: linear-gradient(0deg, #027efb 0%, #0003ff 100%);
  transform: scale(1);
}
.cid-tbK1oyzDFj .btn-11 {
  border: none;
  background: linear-gradient(0deg, #fb2175 0%, #ea4c89 100%);
  color: #fff;
  overflow: hidden;
}
.cid-tbK1oyzDFj .btn-11:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.cid-tbK1oyzDFj .btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  -moz-animation: shiny-btn1 3s ease-in-out infinite;
  -o-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.cid-tbK1oyzDFj .btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-o-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cid-tbK1oyzDFj .btn-12 {
  position: relative;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.cid-tbK1oyzDFj .btn-12 span {
  background: linear-gradient(0deg, #00acee 0%, #027efb 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  padding: 0.75rem;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tbK1oyzDFj .btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #ffffff 9, -4px -4px 5px 0px #ffffff 9, 7px 7px 20px 0px #000000 2, 4px 4px 5px 0px #000000 1;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.cid-tbK1oyzDFj .btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.cid-tbK1oyzDFj .btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-tbK1oyzDFj .btn-12:hover span:nth-child(2) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.cid-tbK1oyzDFj .btn-13 {
  background-color: #89d8d3;
  background-image: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
  border: none;
  z-index: 1;
}
.cid-tbK1oyzDFj .btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow: -7px -7px 20px 0px #ffffff 9, -4px -4px 5px 0px #ffffff 9, 7px 7px 20px 0px #000000 2, 4px 4px 5px 0px #000000 1;
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-13:hover {
  color: #fff;
}
.cid-tbK1oyzDFj .btn-13:hover:after {
  top: 0;
  height: 100%;
}
.cid-tbK1oyzDFj .btn-13:active {
  top: 2px;
}
.cid-tbK1oyzDFj .btn-14 {
  background: #ff9700;
  border: none;
  z-index: 1;
}
.cid-tbK1oyzDFj .btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #eaf818;
  background-image: linear-gradient(315deg, #eaf818 0%, #f6fc9c 74%);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-14:hover {
  color: #000;
}
.cid-tbK1oyzDFj .btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.cid-tbK1oyzDFj .btn-14:active {
  top: 2px;
}
.cid-tbK1oyzDFj .btn-15 {
  background: #b621fe;
  border: none;
  z-index: 1;
}
.cid-tbK1oyzDFj .btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-15:hover {
  color: #fff;
}
.cid-tbK1oyzDFj .btn-15:hover:after {
  left: 0;
  width: 100%;
}
.cid-tbK1oyzDFj .btn-15:active {
  top: 2px;
}
.cid-tbK1oyzDFj .btn-16 {
  border: none;
  color: #000;
}
.cid-tbK1oyzDFj .btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  box-shadow: -7px -7px 20px 0px #ffffff 9, -4px -4px 5px 0px #ffffff 9, 7px 7px 20px 0px #000000 2, 4px 4px 5px 0px #000000 1;
  transition: all 0.3s ease;
}
.cid-tbK1oyzDFj .btn-16:hover {
  color: #000;
}
.cid-tbK1oyzDFj .btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.cid-tbK1oyzDFj .btn-16:active {
  top: 2px;
}
.cid-tbiopEoLl4 {
  background-image: url("../../../assets/images/background3.jpg?v=1OcEyA");
}
.cid-tbiopEoLl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbiopEoLl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbiopEoLl4 .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tbiopEoLl4 .number {
  color: #ffffff;
}
.cid-tbiopEoLl4 .period {
  display: block;
}
.cid-tbiopEoLl4 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tbiopEoLl4 .period {
    font-size: 0.8rem;
  }
}
.cid-tbiopEoLl4 .btn {
  height: 100%;
  margin: 0;
}
.cid-tbiopEoLl4 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tbiopEoLl4 .mbr-section-title {
  color: #ffffff;
}
.cid-tbiopEoLl4 .mbr-text {
  color: #ffffff;
}
.cid-tbiopEoLl4 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tbiopEoLl4 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tbiopEoLl4 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tbiopEoLl4 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sFHrCR0OHz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d2fdff;
}
.cid-sFHrCR0OHz .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sFHrCR0OHz .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sFHrCR0OHz .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sFHrCR0OHz .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sFHrCR0OHz .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sFHrCR0OHz .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sFHrCR0OHz .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sFHrCR0OHz .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sFHrCR0OHz .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sFHrCR0OHz [class^="socicon-"]:before,
.cid-sFHrCR0OHz [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sFHvmoQ5Jg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFHvmoQ5Jg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFHvmoQ5Jg .row {
    flex-direction: column-reverse;
  }
  .cid-sFHvmoQ5Jg .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFHvmoQ5Jg .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHvmoQ5Jg .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFHvmoQ5Jg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHuaHz0Qy {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #d2fdff;
}
.cid-sFHuaHz0Qy .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFHuaHz0Qy .card-wrapper {
    padding: 4rem;
  }
}
.cid-sFHuaHz0Qy .mbr-text,
.cid-sFHuaHz0Qy .mbr-section-btn {
  color: #353535;
}
.cid-sFHuaHz0Qy .card-title,
.cid-sFHuaHz0Qy .card-box {
  text-align: left;
  color: #000000;
}
.cid-tbekvHOP9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbekvHOP9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbekvHOP9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbekvHOP9X .row {
  flex-direction: row-reverse;
}
.cid-tbekvHOP9X .video-wrapper iframe {
  width: 100%;
}
.cid-tbekvHOP9X .mbr-section-title,
.cid-tbekvHOP9X .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tbekvHOP9X .text-wrapper {
    padding: 2rem;
  }
}
.cid-sFHujWGouW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFHujWGouW .mbr-media {
  position: relative;
}
.cid-sFHujWGouW .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sFHujWGouW .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sFHujWGouW .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-sFHujWGouW .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFHujWGouW .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFHujWGouW .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFHujWGouW .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFHujWGouW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFHu4seZjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #d2fdff;
}
.cid-sFHu4seZjP .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFHu4seZjP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFHu4seZjP .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFHu4seZjP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFHu4seZjP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFHu4seZjP .mbr-section-title {
  color: #353535;
}
.cid-tbK5WrrW2d {
  background-image: url("../../../assets/images/mbr-4.jpg?v=1OcEyA");
}
.cid-tbK5WrrW2d .frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.cid-tbK5WrrW2d button {
  margin: 20px;
}
.cid-tbK5WrrW2d .custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5), -4px -4px 6px rgba(116, 125, 136, 0.2);
  outline: none;
}
.cid-tbK5WrrW2d .btn-1 {
  color: rgba(0, 3, 255, 0.5);
  background-color: #b2d8ff;
  border: none;
}
.cid-tbK5WrrW2d .btn-1:hover {
  color: rgba(0, 3, 255, 0.7);
  background: linear-gradient(0deg, rgba(0, 3, 255, 0.5) 0%, rgba(2, 126, 251, 0.5) 100%);
}
.cid-tbK5WrrW2d .btn-2 {
  background-color: #e8d1ff;
  color: rgba(96, 9, 240, 0.5);
  border: none;
}
.cid-tbK5WrrW2d .btn-2:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WrrW2d .btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbK5WrrW2d .btn-3 {
  color: #027efb;
  background: #76aef1;
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WrrW2d .btn-3 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-3:before,
.cid-tbK5WrrW2d .btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-3:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WrrW2d .btn-3:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WrrW2d .btn-3:hover {
  background: transparent;
  box-shadow: none;
}
.cid-tbK5WrrW2d .btn-3:hover:before {
  height: 100%;
}
.cid-tbK5WrrW2d .btn-3:hover:after {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-3 span:hover {
  color: #027efb;
}
.cid-tbK5WrrW2d .btn-3 span:before,
.cid-tbK5WrrW2d .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-3 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK5WrrW2d .btn-3 span:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WrrW2d .btn-3 span:hover:before {
  height: 100%;
}
.cid-tbK5WrrW2d .btn-3 span:hover:after {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-4 {
  color: #03c8a8;
  background: #96e4df;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WrrW2d .btn-4:hover {
  background-color: #89d8d3;
}
.cid-tbK5WrrW2d .btn-5 {
  border: none;
  color: #ff84c1;
  background-color: #ffc1e0;
}
.cid-tbK5WrrW2d .btn-5:hover {
  color: #f0094a;
  background: transparent;
  box-shadow: none;
}
.cid-tbK5WrrW2d .btn-5:before,
.cid-tbK5WrrW2d .btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #f0094a;
  box-shadow: -1px -1px 5px 0px #ffffff, 7px 7px 20px 0px #000000 3, 4px 4px 5px 0px #000000 2;
  transition: 400ms ease all;
}
.cid-tbK5WrrW2d .btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.cid-tbK5WrrW2d .btn-5:hover:before,
.cid-tbK5WrrW2d .btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.cid-tbK5WrrW2d .btn-6 {
  color: #ea4c89;
  background: #f796c0;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WrrW2d .btn-6 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-6:before,
.cid-tbK5WrrW2d .btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.cid-tbK5WrrW2d .btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.cid-tbK5WrrW2d .btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.cid-tbK5WrrW2d .btn-6:hover {
  background: transparent;
  color: #76aef1;
  box-shadow: none;
}
.cid-tbK5WrrW2d .btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-6 span:before,
.cid-tbK5WrrW2d .btn-6 span:after {
  position: absolute;
  content: "";
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.cid-tbK5WrrW2d .btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 0.5px;
  transition: all 500ms ease;
}
.cid-tbK5WrrW2d .btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0.5px;
  transition: all 500ms ease;
}
.cid-tbK5WrrW2d .btn-6 span:hover:before {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-6 span:hover:after {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-7 {
  background: #ffbf7f;
  line-height: 42px;
  color: darkorange;
  padding: 0;
  border: none;
}
.cid-tbK5WrrW2d .btn-7 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-7:before,
.cid-tbK5WrrW2d .btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fb4b02;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-7:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WrrW2d .btn-7:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WrrW2d .btn-7:hover {
  color: #fb4b02;
  background: transparent;
}
.cid-tbK5WrrW2d .btn-7:hover:before {
  height: 100%;
}
.cid-tbK5WrrW2d .btn-7:hover:after {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-7 span:before,
.cid-tbK5WrrW2d .btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #fb4b02;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-7 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK5WrrW2d .btn-7 span:after {
  height: 2px;
  width: 0%;
}
.cid-tbK5WrrW2d .btn-7 span:hover:before {
  height: 100%;
}
.cid-tbK5WrrW2d .btn-7 span:hover:after {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-8 {
  background-color: #d9d0f5;
  color: #c797eb;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WrrW2d .btn-8 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-8:before,
.cid-tbK5WrrW2d .btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-8:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WrrW2d .btn-8:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WrrW2d .btn-8:hover:before {
  height: 100%;
}
.cid-tbK5WrrW2d .btn-8:hover:after {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-8:hover {
  background: transparent;
}
.cid-tbK5WrrW2d .btn-8 span:hover {
  color: #c797eb;
}
.cid-tbK5WrrW2d .btn-8 span:before,
.cid-tbK5WrrW2d .btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-8 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK5WrrW2d .btn-8 span:after {
  height: 2px;
  width: 0%;
}
.cid-tbK5WrrW2d .btn-8 span:hover:before {
  height: 100%;
}
.cid-tbK5WrrW2d .btn-8 span:hover:after {
  width: 100%;
}
.cid-tbK5WrrW2d .btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
  color: #0cbcff;
}
.cid-tbK5WrrW2d .btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5fe0fd;
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-9:hover {
  background: transparent;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}
.cid-tbK5WrrW2d .btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.cid-tbK5WrrW2d .btn-10 {
  background: lightblue;
  color: #60abf7;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cid-tbK5WrrW2d .btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.cid-tbK5WrrW2d .btn-10:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.cid-tbK5WrrW2d .btn-10:hover:after {
  background: #7fbfff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-tbK5WrrW2d .btn-11 {
  border: none;
  background: #f7d0f5;
  color: rgba(251, 33, 117, 0.5);
  overflow: hidden;
}
.cid-tbK5WrrW2d .btn-11:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.cid-tbK5WrrW2d .btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.cid-tbK5WrrW2d .btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cid-tbK5WrrW2d .btn-12 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.cid-tbK5WrrW2d .btn-12 span {
  background: #7fbfff;
  color: #3b97f3;
  display: grid;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: 0;
  text-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tbK5WrrW2d .btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #ffffff 9, -4px -4px 5px 0px #ffffff 9, 7px 7px 20px 0px #000000 2, 4px 4px 5px 0px #000000 1;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.cid-tbK5WrrW2d .btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.cid-tbK5WrrW2d .btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-tbK5WrrW2d .btn-12:hover span:nth-child(2) {
  background: transparent;
  color: transparent;
  box-shadow: none;
  text-shadow: none;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.cid-tbK5WrrW2d .btn-13 {
  color: lightseagreen;
  background-color: #89d8d3;
  border: none;
  z-index: 1;
}
.cid-tbK5WrrW2d .btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3), -4px -4px 6px rgba(116, 125, 136, 0.2);
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-13:hover:after {
  top: 0;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-13:active {
  top: 2px;
}
.cid-tbK5WrrW2d .btn-14 {
  background: #ffff9e;
  color: #ffb64d;
  border: none;
  z-index: 1;
}
.cid-tbK5WrrW2d .btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  background-color: #ffff8a;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3), -4px -4px 6px rgba(116, 125, 136, 0.2);
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-14:hover {
  color: #ffb64d;
}
.cid-tbK5WrrW2d .btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.cid-tbK5WrrW2d .btn-14:active {
  top: 2px;
}
.cid-tbK5WrrW2d .btn-15 {
  background: #c68eff;
  color: #a453f5;
  border: none;
  z-index: 1;
}
.cid-tbK5WrrW2d .btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #7f7fff;
  border-radius: 50px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-15:hover {
  color: #4c4cf1;
}
.cid-tbK5WrrW2d .btn-15:hover:after {
  left: 0;
  width: 100%;
}
.cid-tbK5WrrW2d .btn-15:active {
  top: 2px;
}
.cid-tbK5WrrW2d .btn-16 {
  border: none;
  color: #aaa;
}
.cid-tbK5WrrW2d .btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  border-radius: 50px;
  box-shadow: -7px -7px 20px 0px #ffffff 9, -4px -4px 5px 0px #ffffff 9, 7px 7px 20px 0px #000000 2, 4px 4px 5px 0px #000000 1;
  transition: all 0.3s ease;
}
.cid-tbK5WrrW2d .btn-16:hover {
  color: #bbb;
}
.cid-tbK5WrrW2d .btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.cid-tbK5WrrW2d .btn-16:active {
  top: 2px;
}
.cid-tbK5WAFFMZ {
  background-image: url("../../../assets/images/mbr-4.jpg?v=1OcEyA");
}
.cid-tbK5WAFFMZ .frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.cid-tbK5WAFFMZ button {
  margin: 20px;
}
.cid-tbK5WAFFMZ .custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.5), -4px -4px 6px rgba(116, 125, 136, 0.2);
  outline: none;
}
.cid-tbK5WAFFMZ .btn-1 {
  color: rgba(0, 3, 255, 0.5);
  background-color: #b2d8ff;
  border: none;
}
.cid-tbK5WAFFMZ .btn-1:hover {
  color: rgba(0, 3, 255, 0.7);
  background: linear-gradient(0deg, rgba(0, 3, 255, 0.5) 0%, rgba(2, 126, 251, 0.5) 100%);
}
.cid-tbK5WAFFMZ .btn-2 {
  background-color: #e8d1ff;
  color: rgba(96, 9, 240, 0.5);
  border: none;
}
.cid-tbK5WAFFMZ .btn-2:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WAFFMZ .btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
.cid-tbK5WAFFMZ .btn-3 {
  color: #027efb;
  background: #76aef1;
  width: 130px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WAFFMZ .btn-3 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-3:before,
.cid-tbK5WAFFMZ .btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-3:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WAFFMZ .btn-3:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WAFFMZ .btn-3:hover {
  background: transparent;
  box-shadow: none;
}
.cid-tbK5WAFFMZ .btn-3:hover:before {
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-3:hover:after {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-3 span:hover {
  color: #027efb;
}
.cid-tbK5WAFFMZ .btn-3 span:before,
.cid-tbK5WAFFMZ .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #027efb;
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-3 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK5WAFFMZ .btn-3 span:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WAFFMZ .btn-3 span:hover:before {
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-3 span:hover:after {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-4 {
  color: #03c8a8;
  background: #96e4df;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WAFFMZ .btn-4:hover {
  background-color: #89d8d3;
}
.cid-tbK5WAFFMZ .btn-5 {
  border: none;
  color: #ff84c1;
  background-color: #ffc1e0;
}
.cid-tbK5WAFFMZ .btn-5:hover {
  color: #f0094a;
  background: transparent;
  box-shadow: none;
}
.cid-tbK5WAFFMZ .btn-5:before,
.cid-tbK5WAFFMZ .btn-5:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #f0094a;
  box-shadow: -1px -1px 5px 0px #ffffff, 7px 7px 20px 0px #000000 3, 4px 4px 5px 0px #000000 2;
  transition: 400ms ease all;
}
.cid-tbK5WAFFMZ .btn-5:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.cid-tbK5WAFFMZ .btn-5:hover:before,
.cid-tbK5WAFFMZ .btn-5:hover:after {
  width: 100%;
  transition: 800ms ease all;
}
.cid-tbK5WAFFMZ .btn-6 {
  color: #ea4c89;
  background: #f796c0;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WAFFMZ .btn-6 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-6:before,
.cid-tbK5WAFFMZ .btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 1px;
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.cid-tbK5WAFFMZ .btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.cid-tbK5WAFFMZ .btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.cid-tbK5WAFFMZ .btn-6:hover {
  background: transparent;
  color: #76aef1;
  box-shadow: none;
}
.cid-tbK5WAFFMZ .btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-6 span:before,
.cid-tbK5WAFFMZ .btn-6 span:after {
  position: absolute;
  content: "";
  box-shadow: -1px -1px 20px 0px #ffffff, -4px -4px 5px 0px #ffffff, 7px 7px 20px 0px rgba(0, 0, 0, 0.4), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}
.cid-tbK5WAFFMZ .btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 0.5px;
  transition: all 500ms ease;
}
.cid-tbK5WAFFMZ .btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 0.5px;
  transition: all 500ms ease;
}
.cid-tbK5WAFFMZ .btn-6 span:hover:before {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-6 span:hover:after {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-7 {
  background: #ffbf7f;
  line-height: 42px;
  color: darkorange;
  padding: 0;
  border: none;
}
.cid-tbK5WAFFMZ .btn-7 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-7:before,
.cid-tbK5WAFFMZ .btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fb4b02;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-7:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WAFFMZ .btn-7:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WAFFMZ .btn-7:hover {
  color: #fb4b02;
  background: transparent;
}
.cid-tbK5WAFFMZ .btn-7:hover:before {
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-7:hover:after {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-7 span:before,
.cid-tbK5WAFFMZ .btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #fb4b02;
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9), -4px -4px 5px 0px rgba(255, 255, 255, 0.9), 7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-7 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK5WAFFMZ .btn-7 span:after {
  height: 2px;
  width: 0%;
}
.cid-tbK5WAFFMZ .btn-7 span:hover:before {
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-7 span:hover:after {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-8 {
  background-color: #d9d0f5;
  color: #c797eb;
  line-height: 42px;
  padding: 0;
  border: none;
}
.cid-tbK5WAFFMZ .btn-8 span {
  position: relative;
  display: contents;
  width: 100%;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-8:before,
.cid-tbK5WAFFMZ .btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-8:before {
  height: 0%;
  width: 2px;
}
.cid-tbK5WAFFMZ .btn-8:after {
  width: 0%;
  height: 2px;
}
.cid-tbK5WAFFMZ .btn-8:hover:before {
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-8:hover:after {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-8:hover {
  background: transparent;
}
.cid-tbK5WAFFMZ .btn-8 span:hover {
  color: #c797eb;
}
.cid-tbK5WAFFMZ .btn-8 span:before,
.cid-tbK5WAFFMZ .btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #c797eb;
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-8 span:before {
  width: 2px;
  height: 0%;
}
.cid-tbK5WAFFMZ .btn-8 span:after {
  height: 2px;
  width: 0%;
}
.cid-tbK5WAFFMZ .btn-8 span:hover:before {
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-8 span:hover:after {
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
  color: #0cbcff;
}
.cid-tbK5WAFFMZ .btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5fe0fd;
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-9:hover {
  background: transparent;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
  color: #fff;
}
.cid-tbK5WAFFMZ .btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5), inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
}
.cid-tbK5WAFFMZ .btn-10 {
  background: lightblue;
  color: #60abf7;
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.cid-tbK5WAFFMZ .btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.cid-tbK5WAFFMZ .btn-10:hover {
  color: #fff;
  border: none;
  background: transparent;
}
.cid-tbK5WAFFMZ .btn-10:hover:after {
  background: #7fbfff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-tbK5WAFFMZ .btn-11 {
  border: none;
  background: #f7d0f5;
  color: rgba(251, 33, 117, 0.5);
  overflow: hidden;
}
.cid-tbK5WAFFMZ .btn-11:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.7;
}
.cid-tbK5WAFFMZ .btn-11:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.cid-tbK5WAFFMZ .btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3), -4px -4px 6px 0 rgba(116, 125, 136, 0.2), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.cid-tbK5WAFFMZ .btn-12 {
  position: relative;
  right: 20px;
  bottom: 20px;
  border: none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.cid-tbK5WAFFMZ .btn-12 span {
  background: #7fbfff;
  color: #3b97f3;
  display: grid;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  margin: 0;
  text-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tbK5WAFFMZ .btn-12 span:nth-child(1) {
  box-shadow: -7px -7px 20px 0px #ffffff 9, -4px -4px 5px 0px #ffffff 9, 7px 7px 20px 0px #000000 2, 4px 4px 5px 0px #000000 1;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.cid-tbK5WAFFMZ .btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.cid-tbK5WAFFMZ .btn-12:hover span:nth-child(1) {
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-tbK5WAFFMZ .btn-12:hover span:nth-child(2) {
  background: transparent;
  color: transparent;
  box-shadow: none;
  text-shadow: none;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.cid-tbK5WAFFMZ .btn-13 {
  color: lightseagreen;
  background-color: #89d8d3;
  border: none;
  z-index: 1;
}
.cid-tbK5WAFFMZ .btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  background-color: #4dccc6;
  background-image: linear-gradient(315deg, #4dccc6 0%, #96e4df 74%);
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3), -4px -4px 6px rgba(116, 125, 136, 0.2);
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-13:hover:after {
  top: 0;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-13:active {
  top: 2px;
}
.cid-tbK5WAFFMZ .btn-14 {
  background: #ffff9e;
  color: #ffb64d;
  border: none;
  z-index: 1;
}
.cid-tbK5WAFFMZ .btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50px;
  background-color: #ffff8a;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), inset -7px -7px 10px 0px rgba(0, 0, 0, 0.1), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.3), -4px -4px 6px rgba(116, 125, 136, 0.2);
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-14:hover {
  color: #ffb64d;
}
.cid-tbK5WAFFMZ .btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.cid-tbK5WAFFMZ .btn-14:active {
  top: 2px;
}
.cid-tbK5WAFFMZ .btn-15 {
  background: #c68eff;
  color: #a453f5;
  border: none;
  z-index: 1;
}
.cid-tbK5WAFFMZ .btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #7f7fff;
  border-radius: 50px;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-15:hover {
  color: #4c4cf1;
}
.cid-tbK5WAFFMZ .btn-15:hover:after {
  left: 0;
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-15:active {
  top: 2px;
}
.cid-tbK5WAFFMZ .btn-16 {
  border: none;
  color: #aaa;
}
.cid-tbK5WAFFMZ .btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  border-radius: 50px;
  box-shadow: -7px -7px 20px 0px #ffffff 9, -4px -4px 5px 0px #ffffff 9, 7px 7px 20px 0px #000000 2, 4px 4px 5px 0px #000000 1;
  transition: all 0.3s ease;
}
.cid-tbK5WAFFMZ .btn-16:hover {
  color: #bbb;
}
.cid-tbK5WAFFMZ .btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.cid-tbK5WAFFMZ .btn-16:active {
  top: 2px;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #8caff0 !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #5f6366 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGzrhlvIh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg?v=1OcEyA");
}
.cid-sFGzrhlvIh .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-sFGzrhlvIh .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-sFGzrhlvIh .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-sFGzrhlvIh .mbr-text {
  color: #ffffff;
}
.cid-sFGzrhlvIh .card {
  padding-bottom: 1.5rem;
}
.cid-sFGzrhlvIh .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sFGzrhlvIh .card-wrapper .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-sFGzrhlvIh .card-wrapper .card-title {
  color: #ffffff;
}
.cid-sFGzrhlvIh H1 {
  color: #c37a7a;
}
.cid-sFGzrhlvIh .mbr-text,
.cid-sFGzrhlvIh .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sFGzrhlvIh .card-wrapper .card-title,
.cid-sFGzrhlvIh .card-box {
  color: #bbbbbb;
}
.cid-sFGBbGYuTc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-sFGBbGYuTc .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-sFGBbGYuTc .item {
    margin-bottom: 4rem;
  }
}
.cid-sFGBbGYuTc .item:last-child .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .item.last .icon-box:before {
  display: none;
}
.cid-sFGBbGYuTc .step-number {
  padding-top: 6px;
}
.cid-sFGBbGYuTc .icon-box {
  background: #c37a7a;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-sFGBbGYuTc .icon-box {
    margin-right: 1rem;
  }
}
.cid-sFGBbGYuTc .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #c37a7a;
  transform: translate(-50%, 0);
}
.cid-sFGBbGYuTc span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sFGBbGYuTc .card {
    margin-bottom: 2rem;
  }
  .cid-sFGBbGYuTc .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGBbGYuTc .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-sFGBbGYuTc .icon-box::before {
    top: 114%;
  }
}
.cid-sFGBbGYuTc .card-title,
.cid-sFGBbGYuTc .card-box {
  color: #bbbbbb;
}
.cid-sFGBbGYuTc .icon-text {
  color: #bbbbbb;
}
.cid-tbkrNYbpru {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(172deg, #cc2952, #232323);
}
.cid-tbkrNYbpru .pulsingButton {
  position: relative;
  width: 203px;
  height: 203px;
  border: none;
  box-shadow: 0 0 0 0 #ff8000;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/just-eat-seeklogo.com.svg");
  background-size: 100%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-tbjXIR93Do .hidden {
  display: none;
}
.cid-tbjXIR93Do .snowfall {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50000000;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.cid-tbjXIR93Do .snowflake {
  position: absolute;
  color: white;
}
.cid-tbjXIR93Do .snowflake:after {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  background: url("https://www.unsitepourtous.be/mobi/img/snow2.png") no-repeat;
  background-size: 5%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(1) {
  animation-name: snowflake-1;
  animation-delay: 17s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 58%;
  top: -76%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(1):after {
  font-size: 19px;
}
@keyframes snowflake-1 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -76%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(2) {
  animation-name: snowflake-2;
  animation-delay: 17s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(2):after {
  font-size: 8px;
}
@keyframes snowflake-2 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -96%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(3) {
  animation-name: snowflake-3;
  animation-delay: 3s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -76%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(3):after {
  font-size: 14px;
}
@keyframes snowflake-3 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -76%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(4) {
  animation-name: snowflake-4;
  animation-delay: 4s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 84%;
  top: -98%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(4):after {
  font-size: 7px;
}
@keyframes snowflake-4 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -98%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(5) {
  animation-name: snowflake-5;
  animation-delay: 2s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(5):after {
  font-size: 5px;
}
@keyframes snowflake-5 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(6) {
  animation-name: snowflake-6;
  animation-delay: 15s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -72%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(6):after {
  font-size: 12px;
}
@keyframes snowflake-6 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -72%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(7) {
  animation-name: snowflake-7;
  animation-delay: 12s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -98%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(7):after {
  font-size: 17px;
}
@keyframes snowflake-7 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -98%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(8) {
  animation-name: snowflake-8;
  animation-delay: 14s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(8):after {
  font-size: 23px;
}
@keyframes snowflake-8 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -81%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(9) {
  animation-name: snowflake-9;
  animation-delay: 13s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -67%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(9):after {
  font-size: 9px;
}
@keyframes snowflake-9 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -67%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(10) {
  animation-name: snowflake-10;
  animation-delay: 14s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(10):after {
  font-size: 4px;
}
@keyframes snowflake-10 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -81%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(11) {
  animation-name: snowflake-11;
  animation-delay: 14s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 34%;
  top: -69%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(11):after {
  font-size: 19px;
}
@keyframes snowflake-11 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -69%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(12) {
  animation-name: snowflake-12;
  animation-delay: 7s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -93%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(12):after {
  font-size: 17px;
}
@keyframes snowflake-12 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -93%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(13) {
  animation-name: snowflake-13;
  animation-delay: 7s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 40%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(13):after {
  font-size: 9px;
}
@keyframes snowflake-13 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -100%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(14) {
  animation-name: snowflake-14;
  animation-delay: 15s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -88%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(14):after {
  font-size: 17px;
}
@keyframes snowflake-14 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -88%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(15) {
  animation-name: snowflake-15;
  animation-delay: 1s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -86%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(15):after {
  font-size: 7px;
}
@keyframes snowflake-15 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -86%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(16) {
  animation-name: snowflake-16;
  animation-delay: 13s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 83%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(16):after {
  font-size: 9px;
}
@keyframes snowflake-16 {
  0% {
    transform: rotate(0deg);
    left: 83%;
    top: -56%;
  }
  25% {
    left: 84%;
  }
  50% {
    left: 83%;
  }
  75% {
    left: 85%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(17) {
  animation-name: snowflake-17;
  animation-delay: 9s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 61%;
  top: -93%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(17):after {
  font-size: 21px;
}
@keyframes snowflake-17 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -93%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(18) {
  animation-name: snowflake-18;
  animation-delay: 6s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -83%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(18):after {
  font-size: 24px;
}
@keyframes snowflake-18 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -83%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(19) {
  animation-name: snowflake-19;
  animation-delay: 16s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -60%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(19):after {
  font-size: 11px;
}
@keyframes snowflake-19 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -60%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(20) {
  animation-name: snowflake-20;
  animation-delay: 8s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -59%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(20):after {
  font-size: 6px;
}
@keyframes snowflake-20 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -59%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(21) {
  animation-name: snowflake-21;
  animation-delay: 7s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 49%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(21):after {
  font-size: 21px;
}
@keyframes snowflake-21 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -100%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(22) {
  animation-name: snowflake-22;
  animation-delay: 9s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -77%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(22):after {
  font-size: 3px;
}
@keyframes snowflake-22 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -77%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(23) {
  animation-name: snowflake-23;
  animation-delay: 19s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(23):after {
  font-size: 14px;
}
@keyframes snowflake-23 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -100%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(24) {
  animation-name: snowflake-24;
  animation-delay: 5s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 71%;
  top: -58%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(24):after {
  font-size: 2px;
}
@keyframes snowflake-24 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -58%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(25) {
  animation-name: snowflake-25;
  animation-delay: 11s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -78%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(25):after {
  font-size: 9px;
}
@keyframes snowflake-25 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -78%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(26) {
  animation-name: snowflake-26;
  animation-delay: 13s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -60%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(26):after {
  font-size: 12px;
}
@keyframes snowflake-26 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -60%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(27) {
  animation-name: snowflake-27;
  animation-delay: 6s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 5%;
  top: -90%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(27):after {
  font-size: 11px;
}
@keyframes snowflake-27 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -90%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(28) {
  animation-name: snowflake-28;
  animation-delay: 9s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -84%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(28):after {
  font-size: 7px;
}
@keyframes snowflake-28 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -84%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(29) {
  animation-name: snowflake-29;
  animation-delay: 18s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(29):after {
  font-size: 4px;
}
@keyframes snowflake-29 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -57%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(30) {
  animation-name: snowflake-30;
  animation-delay: 1s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(30):after {
  font-size: 17px;
}
@keyframes snowflake-30 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -57%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(31) {
  animation-name: snowflake-31;
  animation-delay: 1s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -89%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(31):after {
  font-size: 3px;
}
@keyframes snowflake-31 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -89%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(32) {
  animation-name: snowflake-32;
  animation-delay: 14s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 28%;
  top: -60%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(32):after {
  font-size: 16px;
}
@keyframes snowflake-32 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -60%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(33) {
  animation-name: snowflake-33;
  animation-delay: 15s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -69%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(33):after {
  font-size: 18px;
}
@keyframes snowflake-33 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -69%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(34) {
  animation-name: snowflake-34;
  animation-delay: 13s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 23%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(34):after {
  font-size: 6px;
}
@keyframes snowflake-34 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -92%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(35) {
  animation-name: snowflake-35;
  animation-delay: 5s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -76%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(35):after {
  font-size: 13px;
}
@keyframes snowflake-35 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -76%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(36) {
  animation-name: snowflake-36;
  animation-delay: 4s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -72%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(36):after {
  font-size: 1px;
}
@keyframes snowflake-36 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -72%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(37) {
  animation-name: snowflake-37;
  animation-delay: 6s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -64%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(37):after {
  font-size: 17px;
}
@keyframes snowflake-37 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -64%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(38) {
  animation-name: snowflake-38;
  animation-delay: 6s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(38):after {
  font-size: 11px;
}
@keyframes snowflake-38 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -92%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(39) {
  animation-name: snowflake-39;
  animation-delay: 17s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 9%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(39):after {
  font-size: 1px;
}
@keyframes snowflake-39 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -56%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(40) {
  animation-name: snowflake-40;
  animation-delay: 6s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -64%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(40):after {
  font-size: 4px;
}
@keyframes snowflake-40 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -64%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(41) {
  animation-name: snowflake-41;
  animation-delay: 12s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(41):after {
  font-size: 10px;
}
@keyframes snowflake-41 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -63%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(42) {
  animation-name: snowflake-42;
  animation-delay: 11s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -77%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(42):after {
  font-size: 16px;
}
@keyframes snowflake-42 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -77%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(43) {
  animation-name: snowflake-43;
  animation-delay: 12s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -94%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(43):after {
  font-size: 1px;
}
@keyframes snowflake-43 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -94%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(44) {
  animation-name: snowflake-44;
  animation-delay: 7s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -53%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(44):after {
  font-size: 22px;
}
@keyframes snowflake-44 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -53%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(45) {
  animation-name: snowflake-45;
  animation-delay: 4s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -60%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(45):after {
  font-size: 16px;
}
@keyframes snowflake-45 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -60%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(46) {
  animation-name: snowflake-46;
  animation-delay: 8s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 46%;
  top: -55%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(46):after {
  font-size: 7px;
}
@keyframes snowflake-46 {
  0% {
    transform: rotate(0deg);
    left: 46%;
    top: -55%;
  }
  25% {
    left: 47%;
  }
  50% {
    left: 46%;
  }
  75% {
    left: 48%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(47) {
  animation-name: snowflake-47;
  animation-delay: 2s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 97%;
  top: -90%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(47):after {
  font-size: 20px;
}
@keyframes snowflake-47 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -90%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(48) {
  animation-name: snowflake-48;
  animation-delay: 12s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -58%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(48):after {
  font-size: 22px;
}
@keyframes snowflake-48 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -58%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(49) {
  animation-name: snowflake-49;
  animation-delay: 16s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 47%;
  top: -72%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(49):after {
  font-size: 2px;
}
@keyframes snowflake-49 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -72%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(50) {
  animation-name: snowflake-50;
  animation-delay: 11s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -79%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(50):after {
  font-size: 7px;
}
@keyframes snowflake-50 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -79%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(51) {
  animation-name: snowflake-51;
  animation-delay: 8s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 13%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(51):after {
  font-size: 13px;
}
@keyframes snowflake-51 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -100%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(52) {
  animation-name: snowflake-52;
  animation-delay: 4s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 95%;
  top: -80%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(52):after {
  font-size: 23px;
}
@keyframes snowflake-52 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -80%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(53) {
  animation-name: snowflake-53;
  animation-delay: 14s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 37%;
  top: -78%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(53):after {
  font-size: 11px;
}
@keyframes snowflake-53 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -78%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(54) {
  animation-name: snowflake-54;
  animation-delay: 4s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -73%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(54):after {
  font-size: 9px;
}
@keyframes snowflake-54 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -73%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(55) {
  animation-name: snowflake-55;
  animation-delay: 4s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -78%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(55):after {
  font-size: 7px;
}
@keyframes snowflake-55 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -78%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(56) {
  animation-name: snowflake-56;
  animation-delay: 10s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 53%;
  top: -71%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(56):after {
  font-size: 10px;
}
@keyframes snowflake-56 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -71%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(57) {
  animation-name: snowflake-57;
  animation-delay: 15s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -87%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(57):after {
  font-size: 18px;
}
@keyframes snowflake-57 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -87%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(58) {
  animation-name: snowflake-58;
  animation-delay: 7s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -97%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(58):after {
  font-size: 20px;
}
@keyframes snowflake-58 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -97%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(59) {
  animation-name: snowflake-59;
  animation-delay: 7s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 57%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(59):after {
  font-size: 12px;
}
@keyframes snowflake-59 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -81%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(60) {
  animation-name: snowflake-60;
  animation-delay: 12s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(60):after {
  font-size: 3px;
}
@keyframes snowflake-60 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(61) {
  animation-name: snowflake-61;
  animation-delay: 7s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -62%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(61):after {
  font-size: 10px;
}
@keyframes snowflake-61 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -62%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(62) {
  animation-name: snowflake-62;
  animation-delay: 18s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -58%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(62):after {
  font-size: 13px;
}
@keyframes snowflake-62 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -58%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(63) {
  animation-name: snowflake-63;
  animation-delay: 18s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(63):after {
  font-size: 10px;
}
@keyframes snowflake-63 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -56%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(64) {
  animation-name: snowflake-64;
  animation-delay: 11s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 38%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(64):after {
  font-size: 9px;
}
@keyframes snowflake-64 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -63%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(65) {
  animation-name: snowflake-65;
  animation-delay: 16s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -68%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(65):after {
  font-size: 7px;
}
@keyframes snowflake-65 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -68%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(66) {
  animation-name: snowflake-66;
  animation-delay: 2s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -64%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(66):after {
  font-size: 7px;
}
@keyframes snowflake-66 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -64%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(67) {
  animation-name: snowflake-67;
  animation-delay: 16s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -73%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(67):after {
  font-size: 5px;
}
@keyframes snowflake-67 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -73%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(68) {
  animation-name: snowflake-68;
  animation-delay: 15s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 49%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(68):after {
  font-size: 17px;
}
@keyframes snowflake-68 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -92%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(69) {
  animation-name: snowflake-69;
  animation-delay: 12s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(69):after {
  font-size: 5px;
}
@keyframes snowflake-69 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(70) {
  animation-name: snowflake-70;
  animation-delay: 11s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 34%;
  top: -68%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(70):after {
  font-size: 2px;
}
@keyframes snowflake-70 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -68%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(71) {
  animation-name: snowflake-71;
  animation-delay: 6s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -74%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(71):after {
  font-size: 2px;
}
@keyframes snowflake-71 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -74%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(72) {
  animation-name: snowflake-72;
  animation-delay: 16s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -86%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(72):after {
  font-size: 16px;
}
@keyframes snowflake-72 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -86%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(73) {
  animation-name: snowflake-73;
  animation-delay: 15s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -59%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(73):after {
  font-size: 24px;
}
@keyframes snowflake-73 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -59%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(74) {
  animation-name: snowflake-74;
  animation-delay: 9s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(74):after {
  font-size: 7px;
}
@keyframes snowflake-74 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(75) {
  animation-name: snowflake-75;
  animation-delay: 12s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 1%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(75):after {
  font-size: 14px;
}
@keyframes snowflake-75 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -56%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(76) {
  animation-name: snowflake-76;
  animation-delay: 10s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -79%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(76):after {
  font-size: 13px;
}
@keyframes snowflake-76 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -79%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(77) {
  animation-name: snowflake-77;
  animation-delay: 16s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -70%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(77):after {
  font-size: 8px;
}
@keyframes snowflake-77 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -70%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(78) {
  animation-name: snowflake-78;
  animation-delay: 4s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(78):after {
  font-size: 5px;
}
@keyframes snowflake-78 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(79) {
  animation-name: snowflake-79;
  animation-delay: 12s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -64%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(79):after {
  font-size: 4px;
}
@keyframes snowflake-79 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -64%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(80) {
  animation-name: snowflake-80;
  animation-delay: 10s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -61%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(80):after {
  font-size: 8px;
}
@keyframes snowflake-80 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -61%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(81) {
  animation-name: snowflake-81;
  animation-delay: 13s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(81):after {
  font-size: 13px;
}
@keyframes snowflake-81 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -57%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(82) {
  animation-name: snowflake-82;
  animation-delay: 2s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -87%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(82):after {
  font-size: 22px;
}
@keyframes snowflake-82 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -87%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(83) {
  animation-name: snowflake-83;
  animation-delay: 18s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -97%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(83):after {
  font-size: 11px;
}
@keyframes snowflake-83 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -97%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(84) {
  animation-name: snowflake-84;
  animation-delay: 4s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 56%;
  top: -69%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(84):after {
  font-size: 18px;
}
@keyframes snowflake-84 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -69%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(85) {
  animation-name: snowflake-85;
  animation-delay: 18s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -62%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(85):after {
  font-size: 6px;
}
@keyframes snowflake-85 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -62%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(86) {
  animation-name: snowflake-86;
  animation-delay: 0s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -61%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(86):after {
  font-size: 10px;
}
@keyframes snowflake-86 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -61%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(87) {
  animation-name: snowflake-87;
  animation-delay: 19s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 76%;
  top: -91%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(87):after {
  font-size: 12px;
}
@keyframes snowflake-87 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -91%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(88) {
  animation-name: snowflake-88;
  animation-delay: 10s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 68%;
  top: -98%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(88):after {
  font-size: 16px;
}
@keyframes snowflake-88 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -98%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(89) {
  animation-name: snowflake-89;
  animation-delay: 7s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -51%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(89):after {
  font-size: 22px;
}
@keyframes snowflake-89 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -51%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(90) {
  animation-name: snowflake-90;
  animation-delay: 12s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(90):after {
  font-size: 21px;
}
@keyframes snowflake-90 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -57%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(91) {
  animation-name: snowflake-91;
  animation-delay: 5s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -70%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(91):after {
  font-size: 24px;
}
@keyframes snowflake-91 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -70%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(92) {
  animation-name: snowflake-92;
  animation-delay: 6s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 52%;
  top: -78%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(92):after {
  font-size: 5px;
}
@keyframes snowflake-92 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -78%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(93) {
  animation-name: snowflake-93;
  animation-delay: 16s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(93):after {
  font-size: 17px;
}
@keyframes snowflake-93 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -57%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(94) {
  animation-name: snowflake-94;
  animation-delay: 8s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 32%;
  top: -85%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(94):after {
  font-size: 13px;
}
@keyframes snowflake-94 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -85%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(95) {
  animation-name: snowflake-95;
  animation-delay: 3s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -93%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(95):after {
  font-size: 22px;
}
@keyframes snowflake-95 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -93%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(96) {
  animation-name: snowflake-96;
  animation-delay: 11s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -78%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(96):after {
  font-size: 24px;
}
@keyframes snowflake-96 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -78%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(97) {
  animation-name: snowflake-97;
  animation-delay: 1s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 94%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(97):after {
  font-size: 24px;
}
@keyframes snowflake-97 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -56%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(98) {
  animation-name: snowflake-98;
  animation-delay: 4s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 74%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(98):after {
  font-size: 14px;
}
@keyframes snowflake-98 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -95%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(99) {
  animation-name: snowflake-99;
  animation-delay: 19s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -61%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(99):after {
  font-size: 6px;
}
@keyframes snowflake-99 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -61%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(100) {
  animation-name: snowflake-100;
  animation-delay: 16s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -68%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(100):after {
  font-size: 3px;
}
@keyframes snowflake-100 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -68%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(101) {
  animation-name: snowflake-101;
  animation-delay: 9s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(101):after {
  font-size: 15px;
}
@keyframes snowflake-101 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -57%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(102) {
  animation-name: snowflake-102;
  animation-delay: 8s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -75%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(102):after {
  font-size: 16px;
}
@keyframes snowflake-102 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -75%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(103) {
  animation-name: snowflake-103;
  animation-delay: 9s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -86%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(103):after {
  font-size: 6px;
}
@keyframes snowflake-103 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -86%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(104) {
  animation-name: snowflake-104;
  animation-delay: 13s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -65%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(104):after {
  font-size: 19px;
}
@keyframes snowflake-104 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -65%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(105) {
  animation-name: snowflake-105;
  animation-delay: 15s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 67%;
  top: -64%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(105):after {
  font-size: 2px;
}
@keyframes snowflake-105 {
  0% {
    transform: rotate(0deg);
    left: 67%;
    top: -64%;
  }
  25% {
    left: 68%;
  }
  50% {
    left: 67%;
  }
  75% {
    left: 69%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(106) {
  animation-name: snowflake-106;
  animation-delay: 8s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(106):after {
  font-size: 19px;
}
@keyframes snowflake-106 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -95%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(107) {
  animation-name: snowflake-107;
  animation-delay: 15s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -85%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(107):after {
  font-size: 19px;
}
@keyframes snowflake-107 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -85%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(108) {
  animation-name: snowflake-108;
  animation-delay: 1s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(108):after {
  font-size: 23px;
}
@keyframes snowflake-108 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -57%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(109) {
  animation-name: snowflake-109;
  animation-delay: 16s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(109):after {
  font-size: 14px;
}
@keyframes snowflake-109 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -100%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(110) {
  animation-name: snowflake-110;
  animation-delay: 15s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -52%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(110):after {
  font-size: 18px;
}
@keyframes snowflake-110 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -52%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(111) {
  animation-name: snowflake-111;
  animation-delay: 11s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(111):after {
  font-size: 14px;
}
@keyframes snowflake-111 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -100%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(112) {
  animation-name: snowflake-112;
  animation-delay: 14s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -75%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(112):after {
  font-size: 20px;
}
@keyframes snowflake-112 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -75%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(113) {
  animation-name: snowflake-113;
  animation-delay: 5s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -65%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(113):after {
  font-size: 19px;
}
@keyframes snowflake-113 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -65%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(114) {
  animation-name: snowflake-114;
  animation-delay: 17s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(114):after {
  font-size: 21px;
}
@keyframes snowflake-114 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(115) {
  animation-name: snowflake-115;
  animation-delay: 13s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 90%;
  top: -73%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(115):after {
  font-size: 10px;
}
@keyframes snowflake-115 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -73%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(116) {
  animation-name: snowflake-116;
  animation-delay: 14s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 64%;
  top: -77%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(116):after {
  font-size: 3px;
}
@keyframes snowflake-116 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -77%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(117) {
  animation-name: snowflake-117;
  animation-delay: 7s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(117):after {
  font-size: 2px;
}
@keyframes snowflake-117 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -92%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(118) {
  animation-name: snowflake-118;
  animation-delay: 0s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -90%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(118):after {
  font-size: 5px;
}
@keyframes snowflake-118 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -90%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(119) {
  animation-name: snowflake-119;
  animation-delay: 18s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -83%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(119):after {
  font-size: 5px;
}
@keyframes snowflake-119 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -83%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(120) {
  animation-name: snowflake-120;
  animation-delay: 12s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 33%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(120):after {
  font-size: 1px;
}
@keyframes snowflake-120 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -96%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(121) {
  animation-name: snowflake-121;
  animation-delay: 12s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 36%;
  top: -73%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(121):after {
  font-size: 24px;
}
@keyframes snowflake-121 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -73%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(122) {
  animation-name: snowflake-122;
  animation-delay: 6s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -85%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(122):after {
  font-size: 23px;
}
@keyframes snowflake-122 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -85%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(123) {
  animation-name: snowflake-123;
  animation-delay: 13s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(123):after {
  font-size: 1px;
}
@keyframes snowflake-123 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(124) {
  animation-name: snowflake-124;
  animation-delay: 12s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 39%;
  top: -88%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(124):after {
  font-size: 4px;
}
@keyframes snowflake-124 {
  0% {
    transform: rotate(0deg);
    left: 39%;
    top: -88%;
  }
  25% {
    left: 40%;
  }
  50% {
    left: 39%;
  }
  75% {
    left: 41%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(125) {
  animation-name: snowflake-125;
  animation-delay: 6s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 90%;
  top: -62%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(125):after {
  font-size: 16px;
}
@keyframes snowflake-125 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -62%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(126) {
  animation-name: snowflake-126;
  animation-delay: 0s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -69%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(126):after {
  font-size: 10px;
}
@keyframes snowflake-126 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -69%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(127) {
  animation-name: snowflake-127;
  animation-delay: 1s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 36%;
  top: -55%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(127):after {
  font-size: 12px;
}
@keyframes snowflake-127 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -55%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(128) {
  animation-name: snowflake-128;
  animation-delay: 8s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(128):after {
  font-size: 17px;
}
@keyframes snowflake-128 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(129) {
  animation-name: snowflake-129;
  animation-delay: 10s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 61%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(129):after {
  font-size: 9px;
}
@keyframes snowflake-129 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -63%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(130) {
  animation-name: snowflake-130;
  animation-delay: 1s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 75%;
  top: -58%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(130):after {
  font-size: 11px;
}
@keyframes snowflake-130 {
  0% {
    transform: rotate(0deg);
    left: 75%;
    top: -58%;
  }
  25% {
    left: 76%;
  }
  50% {
    left: 75%;
  }
  75% {
    left: 77%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(131) {
  animation-name: snowflake-131;
  animation-delay: 9s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -62%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(131):after {
  font-size: 14px;
}
@keyframes snowflake-131 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -62%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(132) {
  animation-name: snowflake-132;
  animation-delay: 19s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -73%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(132):after {
  font-size: 1px;
}
@keyframes snowflake-132 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -73%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(133) {
  animation-name: snowflake-133;
  animation-delay: 16s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -51%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(133):after {
  font-size: 11px;
}
@keyframes snowflake-133 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -51%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(134) {
  animation-name: snowflake-134;
  animation-delay: 10s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(134):after {
  font-size: 12px;
}
@keyframes snowflake-134 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -100%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(135) {
  animation-name: snowflake-135;
  animation-delay: 0s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 84%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(135):after {
  font-size: 9px;
}
@keyframes snowflake-135 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -96%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(136) {
  animation-name: snowflake-136;
  animation-delay: 18s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -85%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(136):after {
  font-size: 9px;
}
@keyframes snowflake-136 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -85%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(137) {
  animation-name: snowflake-137;
  animation-delay: 11s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 1%;
  top: -99%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(137):after {
  font-size: 4px;
}
@keyframes snowflake-137 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -99%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(138) {
  animation-name: snowflake-138;
  animation-delay: 13s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(138):after {
  font-size: 13px;
}
@keyframes snowflake-138 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -56%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(139) {
  animation-name: snowflake-139;
  animation-delay: 1s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -55%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(139):after {
  font-size: 13px;
}
@keyframes snowflake-139 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -55%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(140) {
  animation-name: snowflake-140;
  animation-delay: 12s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(140):after {
  font-size: 22px;
}
@keyframes snowflake-140 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -95%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(141) {
  animation-name: snowflake-141;
  animation-delay: 18s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 56%;
  top: -72%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(141):after {
  font-size: 6px;
}
@keyframes snowflake-141 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -72%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(142) {
  animation-name: snowflake-142;
  animation-delay: 0s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -89%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(142):after {
  font-size: 12px;
}
@keyframes snowflake-142 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -89%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(143) {
  animation-name: snowflake-143;
  animation-delay: 4s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -80%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(143):after {
  font-size: 20px;
}
@keyframes snowflake-143 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -80%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(144) {
  animation-name: snowflake-144;
  animation-delay: 9s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -66%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(144):after {
  font-size: 7px;
}
@keyframes snowflake-144 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -66%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(145) {
  animation-name: snowflake-145;
  animation-delay: 6s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 57%;
  top: -82%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(145):after {
  font-size: 10px;
}
@keyframes snowflake-145 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -82%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(146) {
  animation-name: snowflake-146;
  animation-delay: 18s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -90%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(146):after {
  font-size: 4px;
}
@keyframes snowflake-146 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -90%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(147) {
  animation-name: snowflake-147;
  animation-delay: 3s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(147):after {
  font-size: 23px;
}
@keyframes snowflake-147 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -96%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(148) {
  animation-name: snowflake-148;
  animation-delay: 16s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -64%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(148):after {
  font-size: 16px;
}
@keyframes snowflake-148 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -64%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(149) {
  animation-name: snowflake-149;
  animation-delay: 2s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 10%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(149):after {
  font-size: 14px;
}
@keyframes snowflake-149 {
  0% {
    transform: rotate(0deg);
    left: 10%;
    top: -95%;
  }
  25% {
    left: 11%;
  }
  50% {
    left: 10%;
  }
  75% {
    left: 12%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(150) {
  animation-name: snowflake-150;
  animation-delay: 9s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -97%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(150):after {
  font-size: 8px;
}
@keyframes snowflake-150 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -97%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(151) {
  animation-name: snowflake-151;
  animation-delay: 10s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(151):after {
  font-size: 15px;
}
@keyframes snowflake-151 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -56%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(152) {
  animation-name: snowflake-152;
  animation-delay: 7s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 40%;
  top: -66%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(152):after {
  font-size: 11px;
}
@keyframes snowflake-152 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -66%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(153) {
  animation-name: snowflake-153;
  animation-delay: 6s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -87%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(153):after {
  font-size: 20px;
}
@keyframes snowflake-153 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -87%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(154) {
  animation-name: snowflake-154;
  animation-delay: 4s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 29%;
  top: -67%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(154):after {
  font-size: 22px;
}
@keyframes snowflake-154 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -67%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(155) {
  animation-name: snowflake-155;
  animation-delay: 16s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -86%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(155):after {
  font-size: 9px;
}
@keyframes snowflake-155 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -86%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(156) {
  animation-name: snowflake-156;
  animation-delay: 3s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 33%;
  top: -62%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(156):after {
  font-size: 4px;
}
@keyframes snowflake-156 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -62%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(157) {
  animation-name: snowflake-157;
  animation-delay: 0s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -87%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(157):after {
  font-size: 4px;
}
@keyframes snowflake-157 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -87%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(158) {
  animation-name: snowflake-158;
  animation-delay: 13s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -75%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(158):after {
  font-size: 18px;
}
@keyframes snowflake-158 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -75%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(159) {
  animation-name: snowflake-159;
  animation-delay: 13s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 76%;
  top: -88%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(159):after {
  font-size: 17px;
}
@keyframes snowflake-159 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -88%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(160) {
  animation-name: snowflake-160;
  animation-delay: 14s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -69%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(160):after {
  font-size: 16px;
}
@keyframes snowflake-160 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -69%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(161) {
  animation-name: snowflake-161;
  animation-delay: 5s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(161):after {
  font-size: 4px;
}
@keyframes snowflake-161 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -92%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(162) {
  animation-name: snowflake-162;
  animation-delay: 3s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -57%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(162):after {
  font-size: 20px;
}
@keyframes snowflake-162 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -57%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(163) {
  animation-name: snowflake-163;
  animation-delay: 15s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(163):after {
  font-size: 19px;
}
@keyframes snowflake-163 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -95%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(164) {
  animation-name: snowflake-164;
  animation-delay: 5s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 32%;
  top: -67%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(164):after {
  font-size: 15px;
}
@keyframes snowflake-164 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -67%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(165) {
  animation-name: snowflake-165;
  animation-delay: 0s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 21%;
  top: -90%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(165):after {
  font-size: 5px;
}
@keyframes snowflake-165 {
  0% {
    transform: rotate(0deg);
    left: 21%;
    top: -90%;
  }
  25% {
    left: 22%;
  }
  50% {
    left: 21%;
  }
  75% {
    left: 23%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(166) {
  animation-name: snowflake-166;
  animation-delay: 19s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(166):after {
  font-size: 5px;
}
@keyframes snowflake-166 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -92%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(167) {
  animation-name: snowflake-167;
  animation-delay: 10s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -59%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(167):after {
  font-size: 5px;
}
@keyframes snowflake-167 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -59%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(168) {
  animation-name: snowflake-168;
  animation-delay: 1s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 41%;
  top: -77%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(168):after {
  font-size: 23px;
}
@keyframes snowflake-168 {
  0% {
    transform: rotate(0deg);
    left: 41%;
    top: -77%;
  }
  25% {
    left: 42%;
  }
  50% {
    left: 41%;
  }
  75% {
    left: 43%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(169) {
  animation-name: snowflake-169;
  animation-delay: 3s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -68%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(169):after {
  font-size: 5px;
}
@keyframes snowflake-169 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -68%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(170) {
  animation-name: snowflake-170;
  animation-delay: 3s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -53%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(170):after {
  font-size: 19px;
}
@keyframes snowflake-170 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -53%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(171) {
  animation-name: snowflake-171;
  animation-delay: 8s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(171):after {
  font-size: 8px;
}
@keyframes snowflake-171 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -95%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(172) {
  animation-name: snowflake-172;
  animation-delay: 1s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(172):after {
  font-size: 3px;
}
@keyframes snowflake-172 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(173) {
  animation-name: snowflake-173;
  animation-delay: 10s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(173):after {
  font-size: 19px;
}
@keyframes snowflake-173 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(174) {
  animation-name: snowflake-174;
  animation-delay: 16s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(174):after {
  font-size: 21px;
}
@keyframes snowflake-174 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(175) {
  animation-name: snowflake-175;
  animation-delay: 13s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 65%;
  top: -60%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(175):after {
  font-size: 7px;
}
@keyframes snowflake-175 {
  0% {
    transform: rotate(0deg);
    left: 65%;
    top: -60%;
  }
  25% {
    left: 66%;
  }
  50% {
    left: 65%;
  }
  75% {
    left: 67%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(176) {
  animation-name: snowflake-176;
  animation-delay: 8s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(176):after {
  font-size: 22px;
}
@keyframes snowflake-176 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -95%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(177) {
  animation-name: snowflake-177;
  animation-delay: 14s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -94%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(177):after {
  font-size: 2px;
}
@keyframes snowflake-177 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -94%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(178) {
  animation-name: snowflake-178;
  animation-delay: 10s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 95%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(178):after {
  font-size: 8px;
}
@keyframes snowflake-178 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -96%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(179) {
  animation-name: snowflake-179;
  animation-delay: 1s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -82%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(179):after {
  font-size: 7px;
}
@keyframes snowflake-179 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -82%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(180) {
  animation-name: snowflake-180;
  animation-delay: 6s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 37%;
  top: -84%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(180):after {
  font-size: 11px;
}
@keyframes snowflake-180 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -84%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(181) {
  animation-name: snowflake-181;
  animation-delay: 15s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 97%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(181):after {
  font-size: 17px;
}
@keyframes snowflake-181 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -63%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(182) {
  animation-name: snowflake-182;
  animation-delay: 1s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 38%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(182):after {
  font-size: 1px;
}
@keyframes snowflake-182 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -95%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(183) {
  animation-name: snowflake-183;
  animation-delay: 6s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -68%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(183):after {
  font-size: 1px;
}
@keyframes snowflake-183 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -68%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(184) {
  animation-name: snowflake-184;
  animation-delay: 0s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -72%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(184):after {
  font-size: 8px;
}
@keyframes snowflake-184 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -72%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(185) {
  animation-name: snowflake-185;
  animation-delay: 7s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -94%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(185):after {
  font-size: 23px;
}
@keyframes snowflake-185 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -94%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(186) {
  animation-name: snowflake-186;
  animation-delay: 14s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -75%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(186):after {
  font-size: 19px;
}
@keyframes snowflake-186 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -75%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(187) {
  animation-name: snowflake-187;
  animation-delay: 10s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 42%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(187):after {
  font-size: 16px;
}
@keyframes snowflake-187 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -81%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(188) {
  animation-name: snowflake-188;
  animation-delay: 0s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -99%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(188):after {
  font-size: 13px;
}
@keyframes snowflake-188 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -99%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(189) {
  animation-name: snowflake-189;
  animation-delay: 11s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 71%;
  top: -82%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(189):after {
  font-size: 20px;
}
@keyframes snowflake-189 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -82%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(190) {
  animation-name: snowflake-190;
  animation-delay: 14s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -94%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(190):after {
  font-size: 3px;
}
@keyframes snowflake-190 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -94%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(191) {
  animation-name: snowflake-191;
  animation-delay: 4s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -83%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(191):after {
  font-size: 19px;
}
@keyframes snowflake-191 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -83%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(192) {
  animation-name: snowflake-192;
  animation-delay: 18s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -61%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(192):after {
  font-size: 2px;
}
@keyframes snowflake-192 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -61%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(193) {
  animation-name: snowflake-193;
  animation-delay: 6s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 13%;
  top: -72%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(193):after {
  font-size: 22px;
}
@keyframes snowflake-193 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -72%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(194) {
  animation-name: snowflake-194;
  animation-delay: 5s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 28%;
  top: -83%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(194):after {
  font-size: 23px;
}
@keyframes snowflake-194 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -83%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(195) {
  animation-name: snowflake-195;
  animation-delay: 11s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -69%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(195):after {
  font-size: 24px;
}
@keyframes snowflake-195 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -69%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(196) {
  animation-name: snowflake-196;
  animation-delay: 16s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -54%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(196):after {
  font-size: 8px;
}
@keyframes snowflake-196 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -54%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(197) {
  animation-name: snowflake-197;
  animation-delay: 19s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(197):after {
  font-size: 9px;
}
@keyframes snowflake-197 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -56%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(198) {
  animation-name: snowflake-198;
  animation-delay: 7s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(198):after {
  font-size: 16px;
}
@keyframes snowflake-198 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(199) {
  animation-name: snowflake-199;
  animation-delay: 15s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -82%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(199):after {
  font-size: 6px;
}
@keyframes snowflake-199 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -82%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(200) {
  animation-name: snowflake-200;
  animation-delay: 16s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -71%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(200):after {
  font-size: 24px;
}
@keyframes snowflake-200 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -71%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(201) {
  animation-name: snowflake-201;
  animation-delay: 15s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 68%;
  top: -76%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(201):after {
  font-size: 24px;
}
@keyframes snowflake-201 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -76%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(202) {
  animation-name: snowflake-202;
  animation-delay: 10s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -62%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(202):after {
  font-size: 12px;
}
@keyframes snowflake-202 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -62%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(203) {
  animation-name: snowflake-203;
  animation-delay: 8s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(203):after {
  font-size: 14px;
}
@keyframes snowflake-203 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -63%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(204) {
  animation-name: snowflake-204;
  animation-delay: 13s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -60%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(204):after {
  font-size: 2px;
}
@keyframes snowflake-204 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -60%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(205) {
  animation-name: snowflake-205;
  animation-delay: 16s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -67%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(205):after {
  font-size: 18px;
}
@keyframes snowflake-205 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -67%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(206) {
  animation-name: snowflake-206;
  animation-delay: 2s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -76%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(206):after {
  font-size: 9px;
}
@keyframes snowflake-206 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -76%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(207) {
  animation-name: snowflake-207;
  animation-delay: 0s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 86%;
  top: -70%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(207):after {
  font-size: 11px;
}
@keyframes snowflake-207 {
  0% {
    transform: rotate(0deg);
    left: 86%;
    top: -70%;
  }
  25% {
    left: 87%;
  }
  50% {
    left: 86%;
  }
  75% {
    left: 88%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(208) {
  animation-name: snowflake-208;
  animation-delay: 14s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 94%;
  top: -65%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(208):after {
  font-size: 12px;
}
@keyframes snowflake-208 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -65%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(209) {
  animation-name: snowflake-209;
  animation-delay: 12s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -76%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(209):after {
  font-size: 9px;
}
@keyframes snowflake-209 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -76%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(210) {
  animation-name: snowflake-210;
  animation-delay: 2s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -85%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(210):after {
  font-size: 7px;
}
@keyframes snowflake-210 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -85%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(211) {
  animation-name: snowflake-211;
  animation-delay: 4s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(211):after {
  font-size: 6px;
}
@keyframes snowflake-211 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -96%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(212) {
  animation-name: snowflake-212;
  animation-delay: 13s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -89%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(212):after {
  font-size: 20px;
}
@keyframes snowflake-212 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -89%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(213) {
  animation-name: snowflake-213;
  animation-delay: 15s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -99%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(213):after {
  font-size: 2px;
}
@keyframes snowflake-213 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -99%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(214) {
  animation-name: snowflake-214;
  animation-delay: 5s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -87%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(214):after {
  font-size: 13px;
}
@keyframes snowflake-214 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -87%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(215) {
  animation-name: snowflake-215;
  animation-delay: 19s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(215):after {
  font-size: 17px;
}
@keyframes snowflake-215 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -95%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(216) {
  animation-name: snowflake-216;
  animation-delay: 1s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -91%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(216):after {
  font-size: 8px;
}
@keyframes snowflake-216 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -91%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(217) {
  animation-name: snowflake-217;
  animation-delay: 7s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -60%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(217):after {
  font-size: 3px;
}
@keyframes snowflake-217 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -60%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(218) {
  animation-name: snowflake-218;
  animation-delay: 4s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -85%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(218):after {
  font-size: 18px;
}
@keyframes snowflake-218 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -85%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(219) {
  animation-name: snowflake-219;
  animation-delay: 7s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -72%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(219):after {
  font-size: 22px;
}
@keyframes snowflake-219 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -72%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(220) {
  animation-name: snowflake-220;
  animation-delay: 3s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(220):after {
  font-size: 4px;
}
@keyframes snowflake-220 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -96%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(221) {
  animation-name: snowflake-221;
  animation-delay: 2s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -85%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(221):after {
  font-size: 24px;
}
@keyframes snowflake-221 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -85%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(222) {
  animation-name: snowflake-222;
  animation-delay: 19s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(222):after {
  font-size: 13px;
}
@keyframes snowflake-222 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -63%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(223) {
  animation-name: snowflake-223;
  animation-delay: 9s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -100%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(223):after {
  font-size: 7px;
}
@keyframes snowflake-223 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -100%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(224) {
  animation-name: snowflake-224;
  animation-delay: 2s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(224):after {
  font-size: 9px;
}
@keyframes snowflake-224 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(225) {
  animation-name: snowflake-225;
  animation-delay: 2s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 52%;
  top: -89%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(225):after {
  font-size: 10px;
}
@keyframes snowflake-225 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -89%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(226) {
  animation-name: snowflake-226;
  animation-delay: 5s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -55%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(226):after {
  font-size: 18px;
}
@keyframes snowflake-226 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -55%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(227) {
  animation-name: snowflake-227;
  animation-delay: 15s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -80%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(227):after {
  font-size: 4px;
}
@keyframes snowflake-227 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -80%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(228) {
  animation-name: snowflake-228;
  animation-delay: 17s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(228):after {
  font-size: 5px;
}
@keyframes snowflake-228 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -81%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(229) {
  animation-name: snowflake-229;
  animation-delay: 3s;
  animation-duration: 8000ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -70%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(229):after {
  font-size: 2px;
}
@keyframes snowflake-229 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -70%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(230) {
  animation-name: snowflake-230;
  animation-delay: 0s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -96%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(230):after {
  font-size: 4px;
}
@keyframes snowflake-230 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -96%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(231) {
  animation-name: snowflake-231;
  animation-delay: 16s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -58%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(231):after {
  font-size: 19px;
}
@keyframes snowflake-231 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -58%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(232) {
  animation-name: snowflake-232;
  animation-delay: 1s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -64%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(232):after {
  font-size: 15px;
}
@keyframes snowflake-232 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -64%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(233) {
  animation-name: snowflake-233;
  animation-delay: 8s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 29%;
  top: -51%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(233):after {
  font-size: 20px;
}
@keyframes snowflake-233 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -51%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(234) {
  animation-name: snowflake-234;
  animation-delay: 1s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -62%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(234):after {
  font-size: 9px;
}
@keyframes snowflake-234 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -62%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(235) {
  animation-name: snowflake-235;
  animation-delay: 6s;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(235):after {
  font-size: 1px;
}
@keyframes snowflake-235 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(236) {
  animation-name: snowflake-236;
  animation-delay: 1s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -95%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(236):after {
  font-size: 11px;
}
@keyframes snowflake-236 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -95%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(237) {
  animation-name: snowflake-237;
  animation-delay: 3s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 47%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(237):after {
  font-size: 16px;
}
@keyframes snowflake-237 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -92%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(238) {
  animation-name: snowflake-238;
  animation-delay: 8s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 23%;
  top: -89%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(238):after {
  font-size: 15px;
}
@keyframes snowflake-238 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -89%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(239) {
  animation-name: snowflake-239;
  animation-delay: 8s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -77%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(239):after {
  font-size: 13px;
}
@keyframes snowflake-239 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -77%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(240) {
  animation-name: snowflake-240;
  animation-delay: 2s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -92%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(240):after {
  font-size: 21px;
}
@keyframes snowflake-240 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -92%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(241) {
  animation-name: snowflake-241;
  animation-delay: 6s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -81%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(241):after {
  font-size: 17px;
}
@keyframes snowflake-241 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -81%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(242) {
  animation-name: snowflake-242;
  animation-delay: 6s;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -75%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(242):after {
  font-size: 8px;
}
@keyframes snowflake-242 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -75%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(243) {
  animation-name: snowflake-243;
  animation-delay: 11s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 58%;
  top: -93%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(243):after {
  font-size: 22px;
}
@keyframes snowflake-243 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -93%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(244) {
  animation-name: snowflake-244;
  animation-delay: 13s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(244):after {
  font-size: 2px;
}
@keyframes snowflake-244 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -56%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(245) {
  animation-name: snowflake-245;
  animation-delay: 15s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -68%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(245):after {
  font-size: 12px;
}
@keyframes snowflake-245 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -68%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(246) {
  animation-name: snowflake-246;
  animation-delay: 4s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(246):after {
  font-size: 14px;
}
@keyframes snowflake-246 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(247) {
  animation-name: snowflake-247;
  animation-delay: 7s;
  animation-duration: 9000ms;
  animation-iteration-count: infinite;
  left: 64%;
  top: -74%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(247):after {
  font-size: 24px;
}
@keyframes snowflake-247 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -74%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(248) {
  animation-name: snowflake-248;
  animation-delay: 10s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 5%;
  top: -65%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(248):after {
  font-size: 19px;
}
@keyframes snowflake-248 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -65%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(249) {
  animation-name: snowflake-249;
  animation-delay: 3s;
  animation-duration: 6000ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -75%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(249):after {
  font-size: 12px;
}
@keyframes snowflake-249 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -75%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjXIR93Do .snowflake:nth-of-type(250) {
  animation-name: snowflake-250;
  animation-delay: 2s;
  animation-duration: 7000ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -56%;
}
.cid-tbjXIR93Do .snowflake:nth-of-type(250):after {
  font-size: 21px;
}
@keyframes snowflake-250 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -56%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbkrToVB4i {
  background-color: #ff8000;
}
.cid-tbkrToVB4i .top {
  fill: #ffffff;
}
.cid-tbkCf2fKsq .icon-wrapper {
  margin: auto;
  background-color: #6592e6;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tbkCf2fKsq .icon-wrapper span {
  margin-left: 10px;
}
.cid-tbkCf2fKsq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tbkCf2fKsq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tbkCf2fKsq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tbkCf2fKsq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tbkCf2fKsq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGGxz3b6J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sFGGxz3b6J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFGGxz3b6J .row {
    flex-direction: column-reverse;
  }
  .cid-sFGGxz3b6J .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGGxz3b6J .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGGxz3b6J .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFGGxz3b6J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGGxz3b6J .mbr-text,
.cid-sFGGxz3b6J .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sFGGxz3b6J .card-title {
  color: #6592e6;
}
.cid-sFGGDvi61Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #353535;
}
.cid-sFGGDvi61Z img,
.cid-sFGGDvi61Z .item-img {
  width: 100%;
}
.cid-sFGGDvi61Z .item:focus,
.cid-sFGGDvi61Z span:focus {
  outline: none;
}
.cid-sFGGDvi61Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGGDvi61Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGGDvi61Z .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGGDvi61Z .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGGDvi61Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGGDvi61Z .mbr-section-title {
  color: #c37a7a;
}
.cid-sFGGDvi61Z .mbr-text,
.cid-sFGGDvi61Z .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sFGGDvi61Z .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFGGDvi61Z .item-subtitle {
  text-align: left;
}
.cid-sFGBGm1Q33 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-sFGBGm1Q33 .card-wrapper {
  background-color: #353535;
  margin-bottom: 2rem;
  border-radius: 4px;
  background: #353535;
  transition: all 0.3s;
  padding: 2rem;
  padding-top: 3rem;
}
.cid-sFGBGm1Q33 .mbr-section-title,
.cid-sFGBGm1Q33 .mbr-section-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGBGm1Q33 .card-wrapper {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sFGBGm1Q33 .card-title {
  color: #07b8e9;
}
.cid-sFGBGm1Q33 .mbr-text {
  color: #bbbbbb;
}
.cid-sFGBGm1Q33 .price {
  color: #379683;
}
.cid-sFGBGm1Q33 .mbr-section-title {
  color: #07b8e9;
}
.cid-sFGGp6mJeM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #353535;
}
.cid-sFGGp6mJeM .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGGp6mJeM .card-wrap {
  background: #e43f3f;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGGp6mJeM .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGGp6mJeM .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGGp6mJeM .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGGp6mJeM .social-row {
  text-align: center;
}
.cid-sFGGp6mJeM .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #c37a7a;
  transition: all 0.3s;
}
.cid-sFGGp6mJeM .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #c37a7a;
  font-size: 1.5rem;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover {
  background-color: #c37a7a;
}
.cid-sFGGp6mJeM .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGGp6mJeM .card-title,
.cid-sFGGp6mJeM .social-row {
  color: #22a5e5;
  text-align: center;
}
.cid-sFGGp6mJeM .card-text,
.cid-sFGGp6mJeM .mbr-section-btn,
.cid-sFGGp6mJeM .social-row {
  color: #232323;
}
.cid-sFGGp6mJeM .mbr-role,
.cid-sFGGp6mJeM .social-row {
  color: #22a5e5;
}
.cid-sFGGp6mJeM .mbr-section-title {
  color: #ffb5b5;
}
.cid-sFGFZiVtyo {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #232323;
}
.cid-sFGFZiVtyo img {
  width: 120px;
  margin: auto;
  filter: invert(1);
}
.cid-sFGFZiVtyo .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFGFZiVtyo .card {
    max-width: 12.5%;
  }
}
.cid-sFGFZiVtyo .mbr-section-title {
  color: #4479d9;
}
.cid-sFGJrLtt3K {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #353535;
}
.cid-sFGJrLtt3K .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #8caff0;
  margin-bottom: 2rem;
}
.cid-sFGJrLtt3K .card-wrapper {
  padding: 3rem;
  background: #232323;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sFGJrLtt3K .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGJrLtt3K .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sFGJrLtt3K .mbr-section-title {
  color: #47b5ed;
}
.cid-sFGJrLtt3K .card-title {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .mbr-text {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sFGJrLtt3K .link {
  color: #40b0bf;
}
.cid-sFGJsyrALx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sFGJsyrALx .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-sFGJsyrALx .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sFGJsyrALx .mbr-section-title {
  color: #379683;
}
.cid-sFGJsyrALx .mbr-text {
  color: #bbbbbb;
}
.cid-sFGJsyrALx .name {
  color: #bbbbbb;
}
.cid-sFGJsyrALx .position {
  color: #bbbbbb;
}
.cid-tbkq4w668m .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-tbkq4w668m p {
  display: inline;
  font-size: 26px;
  color: #fff;
}
.cid-tbkq4w668m .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-tbkq4w668m .navbar {
  padding: 0.5rem 0;
  background: #cccccc;
  transition: none;
  min-height: 50px;
}
.cid-tbkq4w668m .navbar-fixed-top {
  padding-top: 0;
}
.cid-tbkq4w668m .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-tbkq4w668m .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbkq4w668m .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tbkq4w668m .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tbkq4w668m .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tbkq4w668m .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tbkq4w668m .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tbkq4w668m .menu-content-top {
  background: #232323;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tbkq4w668m .dropdown-item {
  padding: 0;
}
.cid-tbkq4w668m .dropdown-item,
.cid-tbkq4w668m .nav-link,
.cid-tbkq4w668m .brand-name {
  font-style: normal;
}
.cid-tbkq4w668m .dropdown-item:hover,
.cid-tbkq4w668m .nav-link:hover,
.cid-tbkq4w668m .brand-name:hover {
  color: #8caff0 !important;
}
.cid-tbkq4w668m .dropdown-menu {
  background-color: #0a1c44;
}
.cid-tbkq4w668m .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-tbkq4w668m .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tbkq4w668m .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-tbkq4w668m .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tbkq4w668m .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-tbkq4w668m .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbkq4w668m .content-text {
  margin-bottom: 0;
}
.cid-tbkq4w668m .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tbkq4w668m .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #8caff0;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tbkq4w668m .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tbkq4w668m .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tbkq4w668m .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tbkq4w668m .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tbkq4w668m .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tbkq4w668m .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tbkq4w668m .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tbkq4w668m .nav-dropdown .link {
  font-weight: 400;
}
.cid-tbkq4w668m .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tbkq4w668m .content-right-side {
  text-align: center;
}
.cid-tbkq4w668m .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tbkq4w668m .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tbkq4w668m .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tbkq4w668m .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbkq4w668m .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbkq4w668m .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tbkq4w668m .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tbkq4w668m .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tbkq4w668m .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-tbkq4w668m .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-tbkq4w668m .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-tbkq4w668m .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tbkq4w668m .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tbkq4w668m .navbar {
    display: block;
    padding: 0;
  }
  .cid-tbkq4w668m .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tbkq4w668m .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-tbkq4w668m .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-tbkq4w668m .navbar-toggler {
    display: none;
  }
  .cid-tbkq4w668m .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-tbkq4w668m .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tbkq4w668m .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tbkq4w668m .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tbkq4w668m .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tbkq4w668m .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tbkq4w668m .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tbkq4w668m .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tbkq4w668m .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tbkq4w668m .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbkq4w668m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbkq4w668m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbkq4w668m .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tbkq4w668m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tbkq4w668m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tbkq4w668m .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tbkq4w668m .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbkq4w668m .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tbkq4w668m .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-tbkq4w668m .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tbkq4w668m .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tbkq4w668m .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tbkq4w668m .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tbkq4w668m button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-tbkq4w668m button.navbar-toggler:focus {
  outline: none;
}
.cid-tbkq4w668m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-tbkq4w668m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbkq4w668m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbkq4w668m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbkq4w668m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbkq4w668m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbkq4w668m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbkq4w668m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbkq4w668m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbkq4w668m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbkq4w668m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbkq4w668m .collapsed .btn {
  display: flex;
}
.cid-tbkq4w668m .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tbkq4w668m .collapsed .navbar-collapse.collapsing,
.cid-tbkq4w668m .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tbkq4w668m .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tbkq4w668m .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tbkq4w668m .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tbkq4w668m .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tbkq4w668m .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tbkq4w668m .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-tbkq4w668m .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tbkq4w668m .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tbkq4w668m .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tbkq4w668m .collapsed button.navbar-toggler {
  display: block;
}
.cid-tbkq4w668m .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tbkq4w668m .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tbkq4w668m .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-tbkq4w668m .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tbkq4w668m .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tbkq4w668m .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tbkq4w668m .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-tbkq4w668m .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-tbkq4w668m .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-tbkq4w668m .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-tbkq4w668m .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-tbkq4w668m .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tbkq4w668m .navbar-collapse.collapsing,
  .cid-tbkq4w668m .navbar-collapse.show {
    display: block !important;
  }
  .cid-tbkq4w668m .navbar-collapse.collapsing .navbar-nav,
  .cid-tbkq4w668m .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tbkq4w668m .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tbkq4w668m .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tbkq4w668m .navbar-collapse.collapsing .navbar-buttons,
  .cid-tbkq4w668m .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-tbkq4w668m .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tbkq4w668m .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tbkq4w668m img {
    height: 3.8rem !important;
  }
  .cid-tbkq4w668m .btn {
    display: flex;
  }
  .cid-tbkq4w668m button.navbar-toggler {
    display: block;
  }
  .cid-tbkq4w668m .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tbkq4w668m .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tbkq4w668m .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-tbkq4w668m .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tbkq4w668m .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tbkq4w668m .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tbkq4w668m .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tbkq4w668m .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tbkq4w668m .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tbkq4w668m .nav-link:focus {
  outline: none;
}
.cid-tbkq4w668m .navbar-toggler {
  position: relative;
}
.cid-tbkq4w668m .dropdown-item.active,
.cid-tbkq4w668m .dropdown-item:active {
  color: initial;
}
.cid-tbkq4w668m .widget-title,
.cid-tbkq4w668m .widget-icon {
  color: #e9e9e9;
}
.cid-tbkq4w668m .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-tbkq4w668m .menu-logo {
    display: none;
  }
  .cid-tbkq4w668m .navbar {
    padding: 0;
  }
  .cid-tbkq4w668m .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tbkq4w668m button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-tbkq4w668m .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-tbkq4w668m .icon-bar {
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tbkq4w668m .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tbkq4w668m .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 17px;
}
.cid-tbkq4w668m .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tbkq4w668m .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tbkq4w668m .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tbkq4w668m .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tbkq4w668m P {
  color: #232323;
  text-align: center;
}
.cid-tbkq4w668m DIV {
  color: #ffffff;
}
.cid-sFGDeCn4OW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-sFGDeCn4OW .google-map {
  height: 350px;
  position: relative;
}
.cid-sFGDeCn4OW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGDeCn4OW .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFGDeCn4OW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGDeCn4OW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFGDeCn4OW .mbr-section-title {
  color: #07b8e9;
}
.cid-sFGDeCn4OW .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-sFGDg6hy8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-sFGDg6hy8z .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sFGDg6hy8z .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGDg6hy8z .row {
    text-align: center;
  }
  .cid-sFGDg6hy8z .social-row {
    justify-content: center;
  }
}
.cid-sFGDg6hy8z .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-sFGDg6hy8z .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGDg6hy8z .list {
    margin-bottom: 0rem;
  }
}
.cid-sFGDg6hy8z .mbr-text {
  color: #bbbbbb;
}
.cid-sFGDg6hy8z .mbr-iconfont {
  color: black;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: relative !important;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  position: absolute !important;
}
.cid-sFGMsvHDIa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #8caff0 !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #5f6366 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.6);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/mbr-1.jpg?v=1OcEyA");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #353535;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #5f6366;
}
.cid-tbjWkDiESp .hidden {
  display: none;
}
.cid-tbjWkDiESp .snowfall {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50000000;
  display: block;
  overflow: hidden;
  pointer-events: none;
}
.cid-tbjWkDiESp .snowflake {
  position: absolute;
  color: white;
}
.cid-tbjWkDiESp .snowflake:after {
  display: block;
  content: "";
  width: 150px;
  height: 150px;
  background: url("https://www.unsitepourtous.be/mobi/img/snow2.png") no-repeat;
  background-size: 5%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(1) {
  animation-name: snowflake-1;
  animation-delay: 17s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 58%;
  top: -76%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(1):after {
  font-size: 19px;
}
@keyframes snowflake-1 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -76%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(2) {
  animation-name: snowflake-2;
  animation-delay: 17s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(2):after {
  font-size: 8px;
}
@keyframes snowflake-2 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -96%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(3) {
  animation-name: snowflake-3;
  animation-delay: 3s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -76%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(3):after {
  font-size: 14px;
}
@keyframes snowflake-3 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -76%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(4) {
  animation-name: snowflake-4;
  animation-delay: 4s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 84%;
  top: -98%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(4):after {
  font-size: 7px;
}
@keyframes snowflake-4 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -98%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(5) {
  animation-name: snowflake-5;
  animation-delay: 2s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(5):after {
  font-size: 5px;
}
@keyframes snowflake-5 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(6) {
  animation-name: snowflake-6;
  animation-delay: 15s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -72%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(6):after {
  font-size: 12px;
}
@keyframes snowflake-6 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -72%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(7) {
  animation-name: snowflake-7;
  animation-delay: 12s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -98%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(7):after {
  font-size: 17px;
}
@keyframes snowflake-7 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -98%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(8) {
  animation-name: snowflake-8;
  animation-delay: 14s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(8):after {
  font-size: 23px;
}
@keyframes snowflake-8 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -81%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(9) {
  animation-name: snowflake-9;
  animation-delay: 13s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -67%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(9):after {
  font-size: 9px;
}
@keyframes snowflake-9 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -67%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(10) {
  animation-name: snowflake-10;
  animation-delay: 14s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(10):after {
  font-size: 4px;
}
@keyframes snowflake-10 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -81%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(11) {
  animation-name: snowflake-11;
  animation-delay: 14s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 34%;
  top: -69%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(11):after {
  font-size: 19px;
}
@keyframes snowflake-11 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -69%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(12) {
  animation-name: snowflake-12;
  animation-delay: 7s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -93%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(12):after {
  font-size: 17px;
}
@keyframes snowflake-12 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -93%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(13) {
  animation-name: snowflake-13;
  animation-delay: 7s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 40%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(13):after {
  font-size: 9px;
}
@keyframes snowflake-13 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -100%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(14) {
  animation-name: snowflake-14;
  animation-delay: 15s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -88%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(14):after {
  font-size: 17px;
}
@keyframes snowflake-14 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -88%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(15) {
  animation-name: snowflake-15;
  animation-delay: 1s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -86%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(15):after {
  font-size: 7px;
}
@keyframes snowflake-15 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -86%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(16) {
  animation-name: snowflake-16;
  animation-delay: 13s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 83%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(16):after {
  font-size: 9px;
}
@keyframes snowflake-16 {
  0% {
    transform: rotate(0deg);
    left: 83%;
    top: -56%;
  }
  25% {
    left: 84%;
  }
  50% {
    left: 83%;
  }
  75% {
    left: 85%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(17) {
  animation-name: snowflake-17;
  animation-delay: 9s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 61%;
  top: -93%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(17):after {
  font-size: 21px;
}
@keyframes snowflake-17 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -93%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(18) {
  animation-name: snowflake-18;
  animation-delay: 6s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -83%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(18):after {
  font-size: 24px;
}
@keyframes snowflake-18 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -83%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(19) {
  animation-name: snowflake-19;
  animation-delay: 16s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -60%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(19):after {
  font-size: 11px;
}
@keyframes snowflake-19 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -60%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(20) {
  animation-name: snowflake-20;
  animation-delay: 8s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -59%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(20):after {
  font-size: 6px;
}
@keyframes snowflake-20 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -59%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(21) {
  animation-name: snowflake-21;
  animation-delay: 7s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 49%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(21):after {
  font-size: 21px;
}
@keyframes snowflake-21 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -100%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(22) {
  animation-name: snowflake-22;
  animation-delay: 9s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -77%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(22):after {
  font-size: 3px;
}
@keyframes snowflake-22 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -77%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(23) {
  animation-name: snowflake-23;
  animation-delay: 19s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(23):after {
  font-size: 14px;
}
@keyframes snowflake-23 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -100%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(24) {
  animation-name: snowflake-24;
  animation-delay: 5s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 71%;
  top: -58%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(24):after {
  font-size: 2px;
}
@keyframes snowflake-24 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -58%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(25) {
  animation-name: snowflake-25;
  animation-delay: 11s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -78%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(25):after {
  font-size: 9px;
}
@keyframes snowflake-25 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -78%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(26) {
  animation-name: snowflake-26;
  animation-delay: 13s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -60%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(26):after {
  font-size: 12px;
}
@keyframes snowflake-26 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -60%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(27) {
  animation-name: snowflake-27;
  animation-delay: 6s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 5%;
  top: -90%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(27):after {
  font-size: 11px;
}
@keyframes snowflake-27 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -90%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(28) {
  animation-name: snowflake-28;
  animation-delay: 9s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -84%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(28):after {
  font-size: 7px;
}
@keyframes snowflake-28 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -84%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(29) {
  animation-name: snowflake-29;
  animation-delay: 18s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(29):after {
  font-size: 4px;
}
@keyframes snowflake-29 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -57%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(30) {
  animation-name: snowflake-30;
  animation-delay: 1s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(30):after {
  font-size: 17px;
}
@keyframes snowflake-30 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -57%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(31) {
  animation-name: snowflake-31;
  animation-delay: 1s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -89%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(31):after {
  font-size: 3px;
}
@keyframes snowflake-31 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -89%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(32) {
  animation-name: snowflake-32;
  animation-delay: 14s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 28%;
  top: -60%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(32):after {
  font-size: 16px;
}
@keyframes snowflake-32 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -60%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(33) {
  animation-name: snowflake-33;
  animation-delay: 15s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -69%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(33):after {
  font-size: 18px;
}
@keyframes snowflake-33 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -69%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(34) {
  animation-name: snowflake-34;
  animation-delay: 13s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 23%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(34):after {
  font-size: 6px;
}
@keyframes snowflake-34 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -92%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(35) {
  animation-name: snowflake-35;
  animation-delay: 5s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -76%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(35):after {
  font-size: 13px;
}
@keyframes snowflake-35 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -76%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(36) {
  animation-name: snowflake-36;
  animation-delay: 4s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -72%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(36):after {
  font-size: 1px;
}
@keyframes snowflake-36 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -72%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(37) {
  animation-name: snowflake-37;
  animation-delay: 6s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -64%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(37):after {
  font-size: 17px;
}
@keyframes snowflake-37 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -64%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(38) {
  animation-name: snowflake-38;
  animation-delay: 6s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(38):after {
  font-size: 11px;
}
@keyframes snowflake-38 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -92%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(39) {
  animation-name: snowflake-39;
  animation-delay: 17s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 9%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(39):after {
  font-size: 1px;
}
@keyframes snowflake-39 {
  0% {
    transform: rotate(0deg);
    left: 9%;
    top: -56%;
  }
  25% {
    left: 10%;
  }
  50% {
    left: 9%;
  }
  75% {
    left: 11%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(40) {
  animation-name: snowflake-40;
  animation-delay: 6s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -64%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(40):after {
  font-size: 4px;
}
@keyframes snowflake-40 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -64%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(41) {
  animation-name: snowflake-41;
  animation-delay: 12s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(41):after {
  font-size: 10px;
}
@keyframes snowflake-41 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -63%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(42) {
  animation-name: snowflake-42;
  animation-delay: 11s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -77%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(42):after {
  font-size: 16px;
}
@keyframes snowflake-42 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -77%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(43) {
  animation-name: snowflake-43;
  animation-delay: 12s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -94%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(43):after {
  font-size: 1px;
}
@keyframes snowflake-43 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -94%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(44) {
  animation-name: snowflake-44;
  animation-delay: 7s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -53%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(44):after {
  font-size: 22px;
}
@keyframes snowflake-44 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -53%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(45) {
  animation-name: snowflake-45;
  animation-delay: 4s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -60%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(45):after {
  font-size: 16px;
}
@keyframes snowflake-45 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -60%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(46) {
  animation-name: snowflake-46;
  animation-delay: 8s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 46%;
  top: -55%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(46):after {
  font-size: 7px;
}
@keyframes snowflake-46 {
  0% {
    transform: rotate(0deg);
    left: 46%;
    top: -55%;
  }
  25% {
    left: 47%;
  }
  50% {
    left: 46%;
  }
  75% {
    left: 48%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(47) {
  animation-name: snowflake-47;
  animation-delay: 2s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 97%;
  top: -90%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(47):after {
  font-size: 20px;
}
@keyframes snowflake-47 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -90%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(48) {
  animation-name: snowflake-48;
  animation-delay: 12s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -58%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(48):after {
  font-size: 22px;
}
@keyframes snowflake-48 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -58%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(49) {
  animation-name: snowflake-49;
  animation-delay: 16s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 47%;
  top: -72%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(49):after {
  font-size: 2px;
}
@keyframes snowflake-49 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -72%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(50) {
  animation-name: snowflake-50;
  animation-delay: 11s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -79%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(50):after {
  font-size: 7px;
}
@keyframes snowflake-50 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -79%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(51) {
  animation-name: snowflake-51;
  animation-delay: 8s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 13%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(51):after {
  font-size: 13px;
}
@keyframes snowflake-51 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -100%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(52) {
  animation-name: snowflake-52;
  animation-delay: 4s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 95%;
  top: -80%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(52):after {
  font-size: 23px;
}
@keyframes snowflake-52 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -80%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(53) {
  animation-name: snowflake-53;
  animation-delay: 14s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 37%;
  top: -78%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(53):after {
  font-size: 11px;
}
@keyframes snowflake-53 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -78%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(54) {
  animation-name: snowflake-54;
  animation-delay: 4s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -73%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(54):after {
  font-size: 9px;
}
@keyframes snowflake-54 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -73%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(55) {
  animation-name: snowflake-55;
  animation-delay: 4s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -78%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(55):after {
  font-size: 7px;
}
@keyframes snowflake-55 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -78%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(56) {
  animation-name: snowflake-56;
  animation-delay: 10s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 53%;
  top: -71%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(56):after {
  font-size: 10px;
}
@keyframes snowflake-56 {
  0% {
    transform: rotate(0deg);
    left: 53%;
    top: -71%;
  }
  25% {
    left: 54%;
  }
  50% {
    left: 53%;
  }
  75% {
    left: 55%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(57) {
  animation-name: snowflake-57;
  animation-delay: 15s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -87%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(57):after {
  font-size: 18px;
}
@keyframes snowflake-57 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -87%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(58) {
  animation-name: snowflake-58;
  animation-delay: 7s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -97%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(58):after {
  font-size: 20px;
}
@keyframes snowflake-58 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -97%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(59) {
  animation-name: snowflake-59;
  animation-delay: 7s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 57%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(59):after {
  font-size: 12px;
}
@keyframes snowflake-59 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -81%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(60) {
  animation-name: snowflake-60;
  animation-delay: 12s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(60):after {
  font-size: 3px;
}
@keyframes snowflake-60 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(61) {
  animation-name: snowflake-61;
  animation-delay: 7s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -62%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(61):after {
  font-size: 10px;
}
@keyframes snowflake-61 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -62%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(62) {
  animation-name: snowflake-62;
  animation-delay: 18s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -58%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(62):after {
  font-size: 13px;
}
@keyframes snowflake-62 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -58%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(63) {
  animation-name: snowflake-63;
  animation-delay: 18s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(63):after {
  font-size: 10px;
}
@keyframes snowflake-63 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -56%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(64) {
  animation-name: snowflake-64;
  animation-delay: 11s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 38%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(64):after {
  font-size: 9px;
}
@keyframes snowflake-64 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -63%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(65) {
  animation-name: snowflake-65;
  animation-delay: 16s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -68%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(65):after {
  font-size: 7px;
}
@keyframes snowflake-65 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -68%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(66) {
  animation-name: snowflake-66;
  animation-delay: 2s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -64%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(66):after {
  font-size: 7px;
}
@keyframes snowflake-66 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -64%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(67) {
  animation-name: snowflake-67;
  animation-delay: 16s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -73%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(67):after {
  font-size: 5px;
}
@keyframes snowflake-67 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -73%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(68) {
  animation-name: snowflake-68;
  animation-delay: 15s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 49%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(68):after {
  font-size: 17px;
}
@keyframes snowflake-68 {
  0% {
    transform: rotate(0deg);
    left: 49%;
    top: -92%;
  }
  25% {
    left: 50%;
  }
  50% {
    left: 49%;
  }
  75% {
    left: 51%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(69) {
  animation-name: snowflake-69;
  animation-delay: 12s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(69):after {
  font-size: 5px;
}
@keyframes snowflake-69 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(70) {
  animation-name: snowflake-70;
  animation-delay: 11s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 34%;
  top: -68%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(70):after {
  font-size: 2px;
}
@keyframes snowflake-70 {
  0% {
    transform: rotate(0deg);
    left: 34%;
    top: -68%;
  }
  25% {
    left: 35%;
  }
  50% {
    left: 34%;
  }
  75% {
    left: 36%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(71) {
  animation-name: snowflake-71;
  animation-delay: 6s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -74%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(71):after {
  font-size: 2px;
}
@keyframes snowflake-71 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -74%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(72) {
  animation-name: snowflake-72;
  animation-delay: 16s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 26%;
  top: -86%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(72):after {
  font-size: 16px;
}
@keyframes snowflake-72 {
  0% {
    transform: rotate(0deg);
    left: 26%;
    top: -86%;
  }
  25% {
    left: 27%;
  }
  50% {
    left: 26%;
  }
  75% {
    left: 28%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(73) {
  animation-name: snowflake-73;
  animation-delay: 15s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -59%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(73):after {
  font-size: 24px;
}
@keyframes snowflake-73 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -59%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(74) {
  animation-name: snowflake-74;
  animation-delay: 9s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(74):after {
  font-size: 7px;
}
@keyframes snowflake-74 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(75) {
  animation-name: snowflake-75;
  animation-delay: 12s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 1%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(75):after {
  font-size: 14px;
}
@keyframes snowflake-75 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -56%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(76) {
  animation-name: snowflake-76;
  animation-delay: 10s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -79%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(76):after {
  font-size: 13px;
}
@keyframes snowflake-76 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -79%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(77) {
  animation-name: snowflake-77;
  animation-delay: 16s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -70%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(77):after {
  font-size: 8px;
}
@keyframes snowflake-77 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -70%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(78) {
  animation-name: snowflake-78;
  animation-delay: 4s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(78):after {
  font-size: 5px;
}
@keyframes snowflake-78 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(79) {
  animation-name: snowflake-79;
  animation-delay: 12s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -64%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(79):after {
  font-size: 4px;
}
@keyframes snowflake-79 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -64%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(80) {
  animation-name: snowflake-80;
  animation-delay: 10s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -61%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(80):after {
  font-size: 8px;
}
@keyframes snowflake-80 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -61%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(81) {
  animation-name: snowflake-81;
  animation-delay: 13s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 20%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(81):after {
  font-size: 13px;
}
@keyframes snowflake-81 {
  0% {
    transform: rotate(0deg);
    left: 20%;
    top: -57%;
  }
  25% {
    left: 21%;
  }
  50% {
    left: 20%;
  }
  75% {
    left: 22%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(82) {
  animation-name: snowflake-82;
  animation-delay: 2s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -87%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(82):after {
  font-size: 22px;
}
@keyframes snowflake-82 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -87%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(83) {
  animation-name: snowflake-83;
  animation-delay: 18s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -97%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(83):after {
  font-size: 11px;
}
@keyframes snowflake-83 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -97%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(84) {
  animation-name: snowflake-84;
  animation-delay: 4s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 56%;
  top: -69%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(84):after {
  font-size: 18px;
}
@keyframes snowflake-84 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -69%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(85) {
  animation-name: snowflake-85;
  animation-delay: 18s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -62%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(85):after {
  font-size: 6px;
}
@keyframes snowflake-85 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -62%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(86) {
  animation-name: snowflake-86;
  animation-delay: 0s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -61%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(86):after {
  font-size: 10px;
}
@keyframes snowflake-86 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -61%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(87) {
  animation-name: snowflake-87;
  animation-delay: 19s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 76%;
  top: -91%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(87):after {
  font-size: 12px;
}
@keyframes snowflake-87 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -91%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(88) {
  animation-name: snowflake-88;
  animation-delay: 10s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 68%;
  top: -98%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(88):after {
  font-size: 16px;
}
@keyframes snowflake-88 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -98%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 138%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(89) {
  animation-name: snowflake-89;
  animation-delay: 7s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -51%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(89):after {
  font-size: 22px;
}
@keyframes snowflake-89 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -51%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(90) {
  animation-name: snowflake-90;
  animation-delay: 12s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(90):after {
  font-size: 21px;
}
@keyframes snowflake-90 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -57%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(91) {
  animation-name: snowflake-91;
  animation-delay: 5s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -70%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(91):after {
  font-size: 24px;
}
@keyframes snowflake-91 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -70%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(92) {
  animation-name: snowflake-92;
  animation-delay: 6s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 52%;
  top: -78%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(92):after {
  font-size: 5px;
}
@keyframes snowflake-92 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -78%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(93) {
  animation-name: snowflake-93;
  animation-delay: 16s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(93):after {
  font-size: 17px;
}
@keyframes snowflake-93 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -57%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(94) {
  animation-name: snowflake-94;
  animation-delay: 8s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 32%;
  top: -85%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(94):after {
  font-size: 13px;
}
@keyframes snowflake-94 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -85%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(95) {
  animation-name: snowflake-95;
  animation-delay: 3s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 100%;
  top: -93%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(95):after {
  font-size: 22px;
}
@keyframes snowflake-95 {
  0% {
    transform: rotate(0deg);
    left: 100%;
    top: -93%;
  }
  25% {
    left: 101%;
  }
  50% {
    left: 100%;
  }
  75% {
    left: 102%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(96) {
  animation-name: snowflake-96;
  animation-delay: 11s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -78%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(96):after {
  font-size: 24px;
}
@keyframes snowflake-96 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -78%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 118%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(97) {
  animation-name: snowflake-97;
  animation-delay: 1s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 94%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(97):after {
  font-size: 24px;
}
@keyframes snowflake-97 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -56%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(98) {
  animation-name: snowflake-98;
  animation-delay: 4s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 74%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(98):after {
  font-size: 14px;
}
@keyframes snowflake-98 {
  0% {
    transform: rotate(0deg);
    left: 74%;
    top: -95%;
  }
  25% {
    left: 75%;
  }
  50% {
    left: 74%;
  }
  75% {
    left: 76%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(99) {
  animation-name: snowflake-99;
  animation-delay: 19s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -61%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(99):after {
  font-size: 6px;
}
@keyframes snowflake-99 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -61%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(100) {
  animation-name: snowflake-100;
  animation-delay: 16s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -68%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(100):after {
  font-size: 3px;
}
@keyframes snowflake-100 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -68%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(101) {
  animation-name: snowflake-101;
  animation-delay: 9s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(101):after {
  font-size: 15px;
}
@keyframes snowflake-101 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -57%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(102) {
  animation-name: snowflake-102;
  animation-delay: 8s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -75%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(102):after {
  font-size: 16px;
}
@keyframes snowflake-102 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -75%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(103) {
  animation-name: snowflake-103;
  animation-delay: 9s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -86%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(103):after {
  font-size: 6px;
}
@keyframes snowflake-103 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -86%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(104) {
  animation-name: snowflake-104;
  animation-delay: 13s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -65%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(104):after {
  font-size: 19px;
}
@keyframes snowflake-104 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -65%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(105) {
  animation-name: snowflake-105;
  animation-delay: 15s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 67%;
  top: -64%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(105):after {
  font-size: 2px;
}
@keyframes snowflake-105 {
  0% {
    transform: rotate(0deg);
    left: 67%;
    top: -64%;
  }
  25% {
    left: 68%;
  }
  50% {
    left: 67%;
  }
  75% {
    left: 69%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(106) {
  animation-name: snowflake-106;
  animation-delay: 8s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(106):after {
  font-size: 19px;
}
@keyframes snowflake-106 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -95%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(107) {
  animation-name: snowflake-107;
  animation-delay: 15s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -85%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(107):after {
  font-size: 19px;
}
@keyframes snowflake-107 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -85%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(108) {
  animation-name: snowflake-108;
  animation-delay: 1s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(108):after {
  font-size: 23px;
}
@keyframes snowflake-108 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -57%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(109) {
  animation-name: snowflake-109;
  animation-delay: 16s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(109):after {
  font-size: 14px;
}
@keyframes snowflake-109 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -100%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(110) {
  animation-name: snowflake-110;
  animation-delay: 15s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -52%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(110):after {
  font-size: 18px;
}
@keyframes snowflake-110 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -52%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 92%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(111) {
  animation-name: snowflake-111;
  animation-delay: 11s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 59%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(111):after {
  font-size: 14px;
}
@keyframes snowflake-111 {
  0% {
    transform: rotate(0deg);
    left: 59%;
    top: -100%;
  }
  25% {
    left: 60%;
  }
  50% {
    left: 59%;
  }
  75% {
    left: 61%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(112) {
  animation-name: snowflake-112;
  animation-delay: 14s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -75%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(112):after {
  font-size: 20px;
}
@keyframes snowflake-112 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -75%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(113) {
  animation-name: snowflake-113;
  animation-delay: 5s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 60%;
  top: -65%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(113):after {
  font-size: 19px;
}
@keyframes snowflake-113 {
  0% {
    transform: rotate(0deg);
    left: 60%;
    top: -65%;
  }
  25% {
    left: 61%;
  }
  50% {
    left: 60%;
  }
  75% {
    left: 62%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(114) {
  animation-name: snowflake-114;
  animation-delay: 17s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -71%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(114):after {
  font-size: 21px;
}
@keyframes snowflake-114 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -71%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(115) {
  animation-name: snowflake-115;
  animation-delay: 13s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 90%;
  top: -73%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(115):after {
  font-size: 10px;
}
@keyframes snowflake-115 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -73%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(116) {
  animation-name: snowflake-116;
  animation-delay: 14s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 64%;
  top: -77%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(116):after {
  font-size: 3px;
}
@keyframes snowflake-116 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -77%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(117) {
  animation-name: snowflake-117;
  animation-delay: 7s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(117):after {
  font-size: 2px;
}
@keyframes snowflake-117 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -92%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(118) {
  animation-name: snowflake-118;
  animation-delay: 0s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 2%;
  top: -90%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(118):after {
  font-size: 5px;
}
@keyframes snowflake-118 {
  0% {
    transform: rotate(0deg);
    left: 2%;
    top: -90%;
  }
  25% {
    left: 3%;
  }
  50% {
    left: 2%;
  }
  75% {
    left: 4%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(119) {
  animation-name: snowflake-119;
  animation-delay: 18s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -83%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(119):after {
  font-size: 5px;
}
@keyframes snowflake-119 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -83%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(120) {
  animation-name: snowflake-120;
  animation-delay: 12s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 33%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(120):after {
  font-size: 1px;
}
@keyframes snowflake-120 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -96%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(121) {
  animation-name: snowflake-121;
  animation-delay: 12s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 36%;
  top: -73%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(121):after {
  font-size: 24px;
}
@keyframes snowflake-121 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -73%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(122) {
  animation-name: snowflake-122;
  animation-delay: 6s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -85%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(122):after {
  font-size: 23px;
}
@keyframes snowflake-122 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -85%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(123) {
  animation-name: snowflake-123;
  animation-delay: 13s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(123):after {
  font-size: 1px;
}
@keyframes snowflake-123 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(124) {
  animation-name: snowflake-124;
  animation-delay: 12s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 39%;
  top: -88%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(124):after {
  font-size: 4px;
}
@keyframes snowflake-124 {
  0% {
    transform: rotate(0deg);
    left: 39%;
    top: -88%;
  }
  25% {
    left: 40%;
  }
  50% {
    left: 39%;
  }
  75% {
    left: 41%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(125) {
  animation-name: snowflake-125;
  animation-delay: 6s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 90%;
  top: -62%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(125):after {
  font-size: 16px;
}
@keyframes snowflake-125 {
  0% {
    transform: rotate(0deg);
    left: 90%;
    top: -62%;
  }
  25% {
    left: 91%;
  }
  50% {
    left: 90%;
  }
  75% {
    left: 92%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(126) {
  animation-name: snowflake-126;
  animation-delay: 0s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -69%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(126):after {
  font-size: 10px;
}
@keyframes snowflake-126 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -69%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(127) {
  animation-name: snowflake-127;
  animation-delay: 1s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 36%;
  top: -55%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(127):after {
  font-size: 12px;
}
@keyframes snowflake-127 {
  0% {
    transform: rotate(0deg);
    left: 36%;
    top: -55%;
  }
  25% {
    left: 37%;
  }
  50% {
    left: 36%;
  }
  75% {
    left: 38%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(128) {
  animation-name: snowflake-128;
  animation-delay: 8s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(128):after {
  font-size: 17px;
}
@keyframes snowflake-128 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(129) {
  animation-name: snowflake-129;
  animation-delay: 10s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 61%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(129):after {
  font-size: 9px;
}
@keyframes snowflake-129 {
  0% {
    transform: rotate(0deg);
    left: 61%;
    top: -63%;
  }
  25% {
    left: 62%;
  }
  50% {
    left: 61%;
  }
  75% {
    left: 63%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(130) {
  animation-name: snowflake-130;
  animation-delay: 1s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 75%;
  top: -58%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(130):after {
  font-size: 11px;
}
@keyframes snowflake-130 {
  0% {
    transform: rotate(0deg);
    left: 75%;
    top: -58%;
  }
  25% {
    left: 76%;
  }
  50% {
    left: 75%;
  }
  75% {
    left: 77%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(131) {
  animation-name: snowflake-131;
  animation-delay: 9s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -62%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(131):after {
  font-size: 14px;
}
@keyframes snowflake-131 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -62%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(132) {
  animation-name: snowflake-132;
  animation-delay: 19s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -73%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(132):after {
  font-size: 1px;
}
@keyframes snowflake-132 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -73%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 113%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(133) {
  animation-name: snowflake-133;
  animation-delay: 16s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -51%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(133):after {
  font-size: 11px;
}
@keyframes snowflake-133 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -51%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(134) {
  animation-name: snowflake-134;
  animation-delay: 10s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(134):after {
  font-size: 12px;
}
@keyframes snowflake-134 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -100%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(135) {
  animation-name: snowflake-135;
  animation-delay: 0s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 84%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(135):after {
  font-size: 9px;
}
@keyframes snowflake-135 {
  0% {
    transform: rotate(0deg);
    left: 84%;
    top: -96%;
  }
  25% {
    left: 85%;
  }
  50% {
    left: 84%;
  }
  75% {
    left: 86%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(136) {
  animation-name: snowflake-136;
  animation-delay: 18s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -85%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(136):after {
  font-size: 9px;
}
@keyframes snowflake-136 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -85%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(137) {
  animation-name: snowflake-137;
  animation-delay: 11s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 1%;
  top: -99%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(137):after {
  font-size: 4px;
}
@keyframes snowflake-137 {
  0% {
    transform: rotate(0deg);
    left: 1%;
    top: -99%;
  }
  25% {
    left: 2%;
  }
  50% {
    left: 1%;
  }
  75% {
    left: 3%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(138) {
  animation-name: snowflake-138;
  animation-delay: 13s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(138):after {
  font-size: 13px;
}
@keyframes snowflake-138 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -56%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(139) {
  animation-name: snowflake-139;
  animation-delay: 1s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 7%;
  top: -55%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(139):after {
  font-size: 13px;
}
@keyframes snowflake-139 {
  0% {
    transform: rotate(0deg);
    left: 7%;
    top: -55%;
  }
  25% {
    left: 8%;
  }
  50% {
    left: 7%;
  }
  75% {
    left: 9%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(140) {
  animation-name: snowflake-140;
  animation-delay: 12s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(140):after {
  font-size: 22px;
}
@keyframes snowflake-140 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -95%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(141) {
  animation-name: snowflake-141;
  animation-delay: 18s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 56%;
  top: -72%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(141):after {
  font-size: 6px;
}
@keyframes snowflake-141 {
  0% {
    transform: rotate(0deg);
    left: 56%;
    top: -72%;
  }
  25% {
    left: 57%;
  }
  50% {
    left: 56%;
  }
  75% {
    left: 58%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(142) {
  animation-name: snowflake-142;
  animation-delay: 0s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -89%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(142):after {
  font-size: 12px;
}
@keyframes snowflake-142 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -89%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(143) {
  animation-name: snowflake-143;
  animation-delay: 4s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -80%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(143):after {
  font-size: 20px;
}
@keyframes snowflake-143 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -80%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(144) {
  animation-name: snowflake-144;
  animation-delay: 9s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -66%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(144):after {
  font-size: 7px;
}
@keyframes snowflake-144 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -66%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(145) {
  animation-name: snowflake-145;
  animation-delay: 6s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 57%;
  top: -82%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(145):after {
  font-size: 10px;
}
@keyframes snowflake-145 {
  0% {
    transform: rotate(0deg);
    left: 57%;
    top: -82%;
  }
  25% {
    left: 58%;
  }
  50% {
    left: 57%;
  }
  75% {
    left: 59%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(146) {
  animation-name: snowflake-146;
  animation-delay: 18s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -90%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(146):after {
  font-size: 4px;
}
@keyframes snowflake-146 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -90%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(147) {
  animation-name: snowflake-147;
  animation-delay: 3s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(147):after {
  font-size: 23px;
}
@keyframes snowflake-147 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -96%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(148) {
  animation-name: snowflake-148;
  animation-delay: 16s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -64%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(148):after {
  font-size: 16px;
}
@keyframes snowflake-148 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -64%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(149) {
  animation-name: snowflake-149;
  animation-delay: 2s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 10%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(149):after {
  font-size: 14px;
}
@keyframes snowflake-149 {
  0% {
    transform: rotate(0deg);
    left: 10%;
    top: -95%;
  }
  25% {
    left: 11%;
  }
  50% {
    left: 10%;
  }
  75% {
    left: 12%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(150) {
  animation-name: snowflake-150;
  animation-delay: 9s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -97%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(150):after {
  font-size: 8px;
}
@keyframes snowflake-150 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -97%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 137%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(151) {
  animation-name: snowflake-151;
  animation-delay: 10s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(151):after {
  font-size: 15px;
}
@keyframes snowflake-151 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -56%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(152) {
  animation-name: snowflake-152;
  animation-delay: 7s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 40%;
  top: -66%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(152):after {
  font-size: 11px;
}
@keyframes snowflake-152 {
  0% {
    transform: rotate(0deg);
    left: 40%;
    top: -66%;
  }
  25% {
    left: 41%;
  }
  50% {
    left: 40%;
  }
  75% {
    left: 42%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 106%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(153) {
  animation-name: snowflake-153;
  animation-delay: 6s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -87%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(153):after {
  font-size: 20px;
}
@keyframes snowflake-153 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -87%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(154) {
  animation-name: snowflake-154;
  animation-delay: 4s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 29%;
  top: -67%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(154):after {
  font-size: 22px;
}
@keyframes snowflake-154 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -67%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(155) {
  animation-name: snowflake-155;
  animation-delay: 16s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -86%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(155):after {
  font-size: 9px;
}
@keyframes snowflake-155 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -86%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 126%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(156) {
  animation-name: snowflake-156;
  animation-delay: 3s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 33%;
  top: -62%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(156):after {
  font-size: 4px;
}
@keyframes snowflake-156 {
  0% {
    transform: rotate(0deg);
    left: 33%;
    top: -62%;
  }
  25% {
    left: 34%;
  }
  50% {
    left: 33%;
  }
  75% {
    left: 35%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(157) {
  animation-name: snowflake-157;
  animation-delay: 0s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -87%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(157):after {
  font-size: 4px;
}
@keyframes snowflake-157 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -87%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(158) {
  animation-name: snowflake-158;
  animation-delay: 13s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -75%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(158):after {
  font-size: 18px;
}
@keyframes snowflake-158 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -75%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(159) {
  animation-name: snowflake-159;
  animation-delay: 13s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 76%;
  top: -88%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(159):after {
  font-size: 17px;
}
@keyframes snowflake-159 {
  0% {
    transform: rotate(0deg);
    left: 76%;
    top: -88%;
  }
  25% {
    left: 77%;
  }
  50% {
    left: 76%;
  }
  75% {
    left: 78%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(160) {
  animation-name: snowflake-160;
  animation-delay: 14s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 96%;
  top: -69%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(160):after {
  font-size: 16px;
}
@keyframes snowflake-160 {
  0% {
    transform: rotate(0deg);
    left: 96%;
    top: -69%;
  }
  25% {
    left: 97%;
  }
  50% {
    left: 96%;
  }
  75% {
    left: 98%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(161) {
  animation-name: snowflake-161;
  animation-delay: 5s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 15%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(161):after {
  font-size: 4px;
}
@keyframes snowflake-161 {
  0% {
    transform: rotate(0deg);
    left: 15%;
    top: -92%;
  }
  25% {
    left: 16%;
  }
  50% {
    left: 15%;
  }
  75% {
    left: 17%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(162) {
  animation-name: snowflake-162;
  animation-delay: 3s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 55%;
  top: -57%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(162):after {
  font-size: 20px;
}
@keyframes snowflake-162 {
  0% {
    transform: rotate(0deg);
    left: 55%;
    top: -57%;
  }
  25% {
    left: 56%;
  }
  50% {
    left: 55%;
  }
  75% {
    left: 57%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 97%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(163) {
  animation-name: snowflake-163;
  animation-delay: 15s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(163):after {
  font-size: 19px;
}
@keyframes snowflake-163 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -95%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(164) {
  animation-name: snowflake-164;
  animation-delay: 5s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 32%;
  top: -67%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(164):after {
  font-size: 15px;
}
@keyframes snowflake-164 {
  0% {
    transform: rotate(0deg);
    left: 32%;
    top: -67%;
  }
  25% {
    left: 33%;
  }
  50% {
    left: 32%;
  }
  75% {
    left: 34%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(165) {
  animation-name: snowflake-165;
  animation-delay: 0s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 21%;
  top: -90%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(165):after {
  font-size: 5px;
}
@keyframes snowflake-165 {
  0% {
    transform: rotate(0deg);
    left: 21%;
    top: -90%;
  }
  25% {
    left: 22%;
  }
  50% {
    left: 21%;
  }
  75% {
    left: 23%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 130%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(166) {
  animation-name: snowflake-166;
  animation-delay: 19s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(166):after {
  font-size: 5px;
}
@keyframes snowflake-166 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -92%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(167) {
  animation-name: snowflake-167;
  animation-delay: 10s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -59%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(167):after {
  font-size: 5px;
}
@keyframes snowflake-167 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -59%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 99%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(168) {
  animation-name: snowflake-168;
  animation-delay: 1s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 41%;
  top: -77%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(168):after {
  font-size: 23px;
}
@keyframes snowflake-168 {
  0% {
    transform: rotate(0deg);
    left: 41%;
    top: -77%;
  }
  25% {
    left: 42%;
  }
  50% {
    left: 41%;
  }
  75% {
    left: 43%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(169) {
  animation-name: snowflake-169;
  animation-delay: 3s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -68%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(169):after {
  font-size: 5px;
}
@keyframes snowflake-169 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -68%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(170) {
  animation-name: snowflake-170;
  animation-delay: 3s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -53%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(170):after {
  font-size: 19px;
}
@keyframes snowflake-170 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -53%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 93%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(171) {
  animation-name: snowflake-171;
  animation-delay: 8s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(171):after {
  font-size: 8px;
}
@keyframes snowflake-171 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -95%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(172) {
  animation-name: snowflake-172;
  animation-delay: 1s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 85%;
  top: -79%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(172):after {
  font-size: 3px;
}
@keyframes snowflake-172 {
  0% {
    transform: rotate(0deg);
    left: 85%;
    top: -79%;
  }
  25% {
    left: 86%;
  }
  50% {
    left: 85%;
  }
  75% {
    left: 87%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 119%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(173) {
  animation-name: snowflake-173;
  animation-delay: 10s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -93%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(173):after {
  font-size: 19px;
}
@keyframes snowflake-173 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -93%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(174) {
  animation-name: snowflake-174;
  animation-delay: 16s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -58%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(174):after {
  font-size: 21px;
}
@keyframes snowflake-174 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -58%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(175) {
  animation-name: snowflake-175;
  animation-delay: 13s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 65%;
  top: -60%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(175):after {
  font-size: 7px;
}
@keyframes snowflake-175 {
  0% {
    transform: rotate(0deg);
    left: 65%;
    top: -60%;
  }
  25% {
    left: 66%;
  }
  50% {
    left: 65%;
  }
  75% {
    left: 67%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(176) {
  animation-name: snowflake-176;
  animation-delay: 8s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 27%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(176):after {
  font-size: 22px;
}
@keyframes snowflake-176 {
  0% {
    transform: rotate(0deg);
    left: 27%;
    top: -95%;
  }
  25% {
    left: 28%;
  }
  50% {
    left: 27%;
  }
  75% {
    left: 29%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(177) {
  animation-name: snowflake-177;
  animation-delay: 14s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 48%;
  top: -94%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(177):after {
  font-size: 2px;
}
@keyframes snowflake-177 {
  0% {
    transform: rotate(0deg);
    left: 48%;
    top: -94%;
  }
  25% {
    left: 49%;
  }
  50% {
    left: 48%;
  }
  75% {
    left: 50%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(178) {
  animation-name: snowflake-178;
  animation-delay: 10s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 95%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(178):after {
  font-size: 8px;
}
@keyframes snowflake-178 {
  0% {
    transform: rotate(0deg);
    left: 95%;
    top: -96%;
  }
  25% {
    left: 96%;
  }
  50% {
    left: 95%;
  }
  75% {
    left: 97%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(179) {
  animation-name: snowflake-179;
  animation-delay: 1s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 77%;
  top: -82%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(179):after {
  font-size: 7px;
}
@keyframes snowflake-179 {
  0% {
    transform: rotate(0deg);
    left: 77%;
    top: -82%;
  }
  25% {
    left: 78%;
  }
  50% {
    left: 77%;
  }
  75% {
    left: 79%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(180) {
  animation-name: snowflake-180;
  animation-delay: 6s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 37%;
  top: -84%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(180):after {
  font-size: 11px;
}
@keyframes snowflake-180 {
  0% {
    transform: rotate(0deg);
    left: 37%;
    top: -84%;
  }
  25% {
    left: 38%;
  }
  50% {
    left: 37%;
  }
  75% {
    left: 39%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 124%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(181) {
  animation-name: snowflake-181;
  animation-delay: 15s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 97%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(181):after {
  font-size: 17px;
}
@keyframes snowflake-181 {
  0% {
    transform: rotate(0deg);
    left: 97%;
    top: -63%;
  }
  25% {
    left: 98%;
  }
  50% {
    left: 97%;
  }
  75% {
    left: 99%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(182) {
  animation-name: snowflake-182;
  animation-delay: 1s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 38%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(182):after {
  font-size: 1px;
}
@keyframes snowflake-182 {
  0% {
    transform: rotate(0deg);
    left: 38%;
    top: -95%;
  }
  25% {
    left: 39%;
  }
  50% {
    left: 38%;
  }
  75% {
    left: 40%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(183) {
  animation-name: snowflake-183;
  animation-delay: 6s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 14%;
  top: -68%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(183):after {
  font-size: 1px;
}
@keyframes snowflake-183 {
  0% {
    transform: rotate(0deg);
    left: 14%;
    top: -68%;
  }
  25% {
    left: 15%;
  }
  50% {
    left: 14%;
  }
  75% {
    left: 16%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(184) {
  animation-name: snowflake-184;
  animation-delay: 0s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -72%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(184):after {
  font-size: 8px;
}
@keyframes snowflake-184 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -72%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(185) {
  animation-name: snowflake-185;
  animation-delay: 7s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 25%;
  top: -94%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(185):after {
  font-size: 23px;
}
@keyframes snowflake-185 {
  0% {
    transform: rotate(0deg);
    left: 25%;
    top: -94%;
  }
  25% {
    left: 26%;
  }
  50% {
    left: 25%;
  }
  75% {
    left: 27%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(186) {
  animation-name: snowflake-186;
  animation-delay: 14s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -75%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(186):after {
  font-size: 19px;
}
@keyframes snowflake-186 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -75%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(187) {
  animation-name: snowflake-187;
  animation-delay: 10s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 42%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(187):after {
  font-size: 16px;
}
@keyframes snowflake-187 {
  0% {
    transform: rotate(0deg);
    left: 42%;
    top: -81%;
  }
  25% {
    left: 43%;
  }
  50% {
    left: 42%;
  }
  75% {
    left: 44%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(188) {
  animation-name: snowflake-188;
  animation-delay: 0s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -99%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(188):after {
  font-size: 13px;
}
@keyframes snowflake-188 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -99%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(189) {
  animation-name: snowflake-189;
  animation-delay: 11s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 71%;
  top: -82%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(189):after {
  font-size: 20px;
}
@keyframes snowflake-189 {
  0% {
    transform: rotate(0deg);
    left: 71%;
    top: -82%;
  }
  25% {
    left: 72%;
  }
  50% {
    left: 71%;
  }
  75% {
    left: 73%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(190) {
  animation-name: snowflake-190;
  animation-delay: 14s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 93%;
  top: -94%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(190):after {
  font-size: 3px;
}
@keyframes snowflake-190 {
  0% {
    transform: rotate(0deg);
    left: 93%;
    top: -94%;
  }
  25% {
    left: 94%;
  }
  50% {
    left: 93%;
  }
  75% {
    left: 95%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 134%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(191) {
  animation-name: snowflake-191;
  animation-delay: 4s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -83%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(191):after {
  font-size: 19px;
}
@keyframes snowflake-191 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -83%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(192) {
  animation-name: snowflake-192;
  animation-delay: 18s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -61%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(192):after {
  font-size: 2px;
}
@keyframes snowflake-192 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -61%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 101%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(193) {
  animation-name: snowflake-193;
  animation-delay: 6s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 13%;
  top: -72%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(193):after {
  font-size: 22px;
}
@keyframes snowflake-193 {
  0% {
    transform: rotate(0deg);
    left: 13%;
    top: -72%;
  }
  25% {
    left: 14%;
  }
  50% {
    left: 13%;
  }
  75% {
    left: 15%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(194) {
  animation-name: snowflake-194;
  animation-delay: 5s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 28%;
  top: -83%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(194):after {
  font-size: 23px;
}
@keyframes snowflake-194 {
  0% {
    transform: rotate(0deg);
    left: 28%;
    top: -83%;
  }
  25% {
    left: 29%;
  }
  50% {
    left: 28%;
  }
  75% {
    left: 30%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 123%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(195) {
  animation-name: snowflake-195;
  animation-delay: 11s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -69%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(195):after {
  font-size: 24px;
}
@keyframes snowflake-195 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -69%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 109%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(196) {
  animation-name: snowflake-196;
  animation-delay: 16s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 30%;
  top: -54%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(196):after {
  font-size: 8px;
}
@keyframes snowflake-196 {
  0% {
    transform: rotate(0deg);
    left: 30%;
    top: -54%;
  }
  25% {
    left: 31%;
  }
  50% {
    left: 30%;
  }
  75% {
    left: 32%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 94%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(197) {
  animation-name: snowflake-197;
  animation-delay: 19s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 99%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(197):after {
  font-size: 9px;
}
@keyframes snowflake-197 {
  0% {
    transform: rotate(0deg);
    left: 99%;
    top: -56%;
  }
  25% {
    left: 100%;
  }
  50% {
    left: 99%;
  }
  75% {
    left: 101%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(198) {
  animation-name: snowflake-198;
  animation-delay: 7s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(198):after {
  font-size: 16px;
}
@keyframes snowflake-198 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(199) {
  animation-name: snowflake-199;
  animation-delay: 15s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 89%;
  top: -82%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(199):after {
  font-size: 6px;
}
@keyframes snowflake-199 {
  0% {
    transform: rotate(0deg);
    left: 89%;
    top: -82%;
  }
  25% {
    left: 90%;
  }
  50% {
    left: 89%;
  }
  75% {
    left: 91%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 122%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(200) {
  animation-name: snowflake-200;
  animation-delay: 16s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -71%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(200):after {
  font-size: 24px;
}
@keyframes snowflake-200 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -71%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 111%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(201) {
  animation-name: snowflake-201;
  animation-delay: 15s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 68%;
  top: -76%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(201):after {
  font-size: 24px;
}
@keyframes snowflake-201 {
  0% {
    transform: rotate(0deg);
    left: 68%;
    top: -76%;
  }
  25% {
    left: 69%;
  }
  50% {
    left: 68%;
  }
  75% {
    left: 70%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(202) {
  animation-name: snowflake-202;
  animation-delay: 10s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -62%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(202):after {
  font-size: 12px;
}
@keyframes snowflake-202 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -62%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(203) {
  animation-name: snowflake-203;
  animation-delay: 8s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 4%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(203):after {
  font-size: 14px;
}
@keyframes snowflake-203 {
  0% {
    transform: rotate(0deg);
    left: 4%;
    top: -63%;
  }
  25% {
    left: 5%;
  }
  50% {
    left: 4%;
  }
  75% {
    left: 6%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(204) {
  animation-name: snowflake-204;
  animation-delay: 13s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 69%;
  top: -60%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(204):after {
  font-size: 2px;
}
@keyframes snowflake-204 {
  0% {
    transform: rotate(0deg);
    left: 69%;
    top: -60%;
  }
  25% {
    left: 70%;
  }
  50% {
    left: 69%;
  }
  75% {
    left: 71%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(205) {
  animation-name: snowflake-205;
  animation-delay: 16s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 92%;
  top: -67%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(205):after {
  font-size: 18px;
}
@keyframes snowflake-205 {
  0% {
    transform: rotate(0deg);
    left: 92%;
    top: -67%;
  }
  25% {
    left: 93%;
  }
  50% {
    left: 92%;
  }
  75% {
    left: 94%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 107%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(206) {
  animation-name: snowflake-206;
  animation-delay: 2s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 17%;
  top: -76%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(206):after {
  font-size: 9px;
}
@keyframes snowflake-206 {
  0% {
    transform: rotate(0deg);
    left: 17%;
    top: -76%;
  }
  25% {
    left: 18%;
  }
  50% {
    left: 17%;
  }
  75% {
    left: 19%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(207) {
  animation-name: snowflake-207;
  animation-delay: 0s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 86%;
  top: -70%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(207):after {
  font-size: 11px;
}
@keyframes snowflake-207 {
  0% {
    transform: rotate(0deg);
    left: 86%;
    top: -70%;
  }
  25% {
    left: 87%;
  }
  50% {
    left: 86%;
  }
  75% {
    left: 88%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(208) {
  animation-name: snowflake-208;
  animation-delay: 14s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 94%;
  top: -65%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(208):after {
  font-size: 12px;
}
@keyframes snowflake-208 {
  0% {
    transform: rotate(0deg);
    left: 94%;
    top: -65%;
  }
  25% {
    left: 95%;
  }
  50% {
    left: 94%;
  }
  75% {
    left: 96%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(209) {
  animation-name: snowflake-209;
  animation-delay: 12s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -76%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(209):after {
  font-size: 9px;
}
@keyframes snowflake-209 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -76%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 116%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(210) {
  animation-name: snowflake-210;
  animation-delay: 2s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 80%;
  top: -85%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(210):after {
  font-size: 7px;
}
@keyframes snowflake-210 {
  0% {
    transform: rotate(0deg);
    left: 80%;
    top: -85%;
  }
  25% {
    left: 81%;
  }
  50% {
    left: 80%;
  }
  75% {
    left: 82%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(211) {
  animation-name: snowflake-211;
  animation-delay: 4s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 31%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(211):after {
  font-size: 6px;
}
@keyframes snowflake-211 {
  0% {
    transform: rotate(0deg);
    left: 31%;
    top: -96%;
  }
  25% {
    left: 32%;
  }
  50% {
    left: 31%;
  }
  75% {
    left: 33%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(212) {
  animation-name: snowflake-212;
  animation-delay: 13s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -89%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(212):after {
  font-size: 20px;
}
@keyframes snowflake-212 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -89%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(213) {
  animation-name: snowflake-213;
  animation-delay: 15s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -99%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(213):after {
  font-size: 2px;
}
@keyframes snowflake-213 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -99%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 139%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(214) {
  animation-name: snowflake-214;
  animation-delay: 5s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -87%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(214):after {
  font-size: 13px;
}
@keyframes snowflake-214 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -87%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 127%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(215) {
  animation-name: snowflake-215;
  animation-delay: 19s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(215):after {
  font-size: 17px;
}
@keyframes snowflake-215 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -95%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(216) {
  animation-name: snowflake-216;
  animation-delay: 1s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 22%;
  top: -91%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(216):after {
  font-size: 8px;
}
@keyframes snowflake-216 {
  0% {
    transform: rotate(0deg);
    left: 22%;
    top: -91%;
  }
  25% {
    left: 23%;
  }
  50% {
    left: 22%;
  }
  75% {
    left: 24%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 131%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(217) {
  animation-name: snowflake-217;
  animation-delay: 7s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 19%;
  top: -60%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(217):after {
  font-size: 3px;
}
@keyframes snowflake-217 {
  0% {
    transform: rotate(0deg);
    left: 19%;
    top: -60%;
  }
  25% {
    left: 20%;
  }
  50% {
    left: 19%;
  }
  75% {
    left: 21%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 100%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(218) {
  animation-name: snowflake-218;
  animation-delay: 4s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -85%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(218):after {
  font-size: 18px;
}
@keyframes snowflake-218 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -85%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(219) {
  animation-name: snowflake-219;
  animation-delay: 7s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 62%;
  top: -72%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(219):after {
  font-size: 22px;
}
@keyframes snowflake-219 {
  0% {
    transform: rotate(0deg);
    left: 62%;
    top: -72%;
  }
  25% {
    left: 63%;
  }
  50% {
    left: 62%;
  }
  75% {
    left: 64%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 112%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(220) {
  animation-name: snowflake-220;
  animation-delay: 3s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 72%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(220):after {
  font-size: 4px;
}
@keyframes snowflake-220 {
  0% {
    transform: rotate(0deg);
    left: 72%;
    top: -96%;
  }
  25% {
    left: 73%;
  }
  50% {
    left: 72%;
  }
  75% {
    left: 74%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(221) {
  animation-name: snowflake-221;
  animation-delay: 2s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -85%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(221):after {
  font-size: 24px;
}
@keyframes snowflake-221 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -85%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 125%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(222) {
  animation-name: snowflake-222;
  animation-delay: 19s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 70%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(222):after {
  font-size: 13px;
}
@keyframes snowflake-222 {
  0% {
    transform: rotate(0deg);
    left: 70%;
    top: -63%;
  }
  25% {
    left: 71%;
  }
  50% {
    left: 70%;
  }
  75% {
    left: 72%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(223) {
  animation-name: snowflake-223;
  animation-delay: 9s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 51%;
  top: -100%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(223):after {
  font-size: 7px;
}
@keyframes snowflake-223 {
  0% {
    transform: rotate(0deg);
    left: 51%;
    top: -100%;
  }
  25% {
    left: 52%;
  }
  50% {
    left: 51%;
  }
  75% {
    left: 53%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 140%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(224) {
  animation-name: snowflake-224;
  animation-delay: 2s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 82%;
  top: -63%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(224):after {
  font-size: 9px;
}
@keyframes snowflake-224 {
  0% {
    transform: rotate(0deg);
    left: 82%;
    top: -63%;
  }
  25% {
    left: 83%;
  }
  50% {
    left: 82%;
  }
  75% {
    left: 84%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 103%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(225) {
  animation-name: snowflake-225;
  animation-delay: 2s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 52%;
  top: -89%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(225):after {
  font-size: 10px;
}
@keyframes snowflake-225 {
  0% {
    transform: rotate(0deg);
    left: 52%;
    top: -89%;
  }
  25% {
    left: 53%;
  }
  50% {
    left: 52%;
  }
  75% {
    left: 54%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(226) {
  animation-name: snowflake-226;
  animation-delay: 5s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 54%;
  top: -55%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(226):after {
  font-size: 18px;
}
@keyframes snowflake-226 {
  0% {
    transform: rotate(0deg);
    left: 54%;
    top: -55%;
  }
  25% {
    left: 55%;
  }
  50% {
    left: 54%;
  }
  75% {
    left: 56%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 95%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(227) {
  animation-name: snowflake-227;
  animation-delay: 15s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 16%;
  top: -80%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(227):after {
  font-size: 4px;
}
@keyframes snowflake-227 {
  0% {
    transform: rotate(0deg);
    left: 16%;
    top: -80%;
  }
  25% {
    left: 17%;
  }
  50% {
    left: 16%;
  }
  75% {
    left: 18%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 120%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(228) {
  animation-name: snowflake-228;
  animation-delay: 17s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 66%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(228):after {
  font-size: 5px;
}
@keyframes snowflake-228 {
  0% {
    transform: rotate(0deg);
    left: 66%;
    top: -81%;
  }
  25% {
    left: 67%;
  }
  50% {
    left: 66%;
  }
  75% {
    left: 68%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(229) {
  animation-name: snowflake-229;
  animation-delay: 3s;
  animation-duration: 17600ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -70%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(229):after {
  font-size: 2px;
}
@keyframes snowflake-229 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -70%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 110%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(230) {
  animation-name: snowflake-230;
  animation-delay: 0s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 12%;
  top: -96%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(230):after {
  font-size: 4px;
}
@keyframes snowflake-230 {
  0% {
    transform: rotate(0deg);
    left: 12%;
    top: -96%;
  }
  25% {
    left: 13%;
  }
  50% {
    left: 12%;
  }
  75% {
    left: 14%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 136%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(231) {
  animation-name: snowflake-231;
  animation-delay: 16s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -58%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(231):after {
  font-size: 19px;
}
@keyframes snowflake-231 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -58%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 98%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(232) {
  animation-name: snowflake-232;
  animation-delay: 1s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 50%;
  top: -64%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(232):after {
  font-size: 15px;
}
@keyframes snowflake-232 {
  0% {
    transform: rotate(0deg);
    left: 50%;
    top: -64%;
  }
  25% {
    left: 51%;
  }
  50% {
    left: 50%;
  }
  75% {
    left: 52%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 104%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(233) {
  animation-name: snowflake-233;
  animation-delay: 8s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 29%;
  top: -51%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(233):after {
  font-size: 20px;
}
@keyframes snowflake-233 {
  0% {
    transform: rotate(0deg);
    left: 29%;
    top: -51%;
  }
  25% {
    left: 30%;
  }
  50% {
    left: 29%;
  }
  75% {
    left: 31%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 91%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(234) {
  animation-name: snowflake-234;
  animation-delay: 1s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 18%;
  top: -62%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(234):after {
  font-size: 9px;
}
@keyframes snowflake-234 {
  0% {
    transform: rotate(0deg);
    left: 18%;
    top: -62%;
  }
  25% {
    left: 19%;
  }
  50% {
    left: 18%;
  }
  75% {
    left: 20%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 102%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(235) {
  animation-name: snowflake-235;
  animation-delay: 6s;
  animation-duration: 11000ms;
  animation-iteration-count: infinite;
  left: 81%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(235):after {
  font-size: 1px;
}
@keyframes snowflake-235 {
  0% {
    transform: rotate(0deg);
    left: 81%;
    top: -81%;
  }
  25% {
    left: 82%;
  }
  50% {
    left: 81%;
  }
  75% {
    left: 83%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(236) {
  animation-name: snowflake-236;
  animation-delay: 1s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 78%;
  top: -95%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(236):after {
  font-size: 11px;
}
@keyframes snowflake-236 {
  0% {
    transform: rotate(0deg);
    left: 78%;
    top: -95%;
  }
  25% {
    left: 79%;
  }
  50% {
    left: 78%;
  }
  75% {
    left: 80%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 135%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(237) {
  animation-name: snowflake-237;
  animation-delay: 3s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 47%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(237):after {
  font-size: 16px;
}
@keyframes snowflake-237 {
  0% {
    transform: rotate(0deg);
    left: 47%;
    top: -92%;
  }
  25% {
    left: 48%;
  }
  50% {
    left: 47%;
  }
  75% {
    left: 49%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(238) {
  animation-name: snowflake-238;
  animation-delay: 8s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 23%;
  top: -89%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(238):after {
  font-size: 15px;
}
@keyframes snowflake-238 {
  0% {
    transform: rotate(0deg);
    left: 23%;
    top: -89%;
  }
  25% {
    left: 24%;
  }
  50% {
    left: 23%;
  }
  75% {
    left: 25%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 129%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(239) {
  animation-name: snowflake-239;
  animation-delay: 8s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 91%;
  top: -77%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(239):after {
  font-size: 13px;
}
@keyframes snowflake-239 {
  0% {
    transform: rotate(0deg);
    left: 91%;
    top: -77%;
  }
  25% {
    left: 92%;
  }
  50% {
    left: 91%;
  }
  75% {
    left: 93%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 117%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(240) {
  animation-name: snowflake-240;
  animation-delay: 2s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 98%;
  top: -92%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(240):after {
  font-size: 21px;
}
@keyframes snowflake-240 {
  0% {
    transform: rotate(0deg);
    left: 98%;
    top: -92%;
  }
  25% {
    left: 99%;
  }
  50% {
    left: 98%;
  }
  75% {
    left: 100%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 132%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(241) {
  animation-name: snowflake-241;
  animation-delay: 6s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 6%;
  top: -81%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(241):after {
  font-size: 17px;
}
@keyframes snowflake-241 {
  0% {
    transform: rotate(0deg);
    left: 6%;
    top: -81%;
  }
  25% {
    left: 7%;
  }
  50% {
    left: 6%;
  }
  75% {
    left: 8%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 121%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(242) {
  animation-name: snowflake-242;
  animation-delay: 6s;
  animation-duration: 22000ms;
  animation-iteration-count: infinite;
  left: 87%;
  top: -75%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(242):after {
  font-size: 8px;
}
@keyframes snowflake-242 {
  0% {
    transform: rotate(0deg);
    left: 87%;
    top: -75%;
  }
  25% {
    left: 88%;
  }
  50% {
    left: 87%;
  }
  75% {
    left: 89%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(243) {
  animation-name: snowflake-243;
  animation-delay: 11s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 58%;
  top: -93%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(243):after {
  font-size: 22px;
}
@keyframes snowflake-243 {
  0% {
    transform: rotate(0deg);
    left: 58%;
    top: -93%;
  }
  25% {
    left: 59%;
  }
  50% {
    left: 58%;
  }
  75% {
    left: 60%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 133%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(244) {
  animation-name: snowflake-244;
  animation-delay: 13s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 88%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(244):after {
  font-size: 2px;
}
@keyframes snowflake-244 {
  0% {
    transform: rotate(0deg);
    left: 88%;
    top: -56%;
  }
  25% {
    left: 89%;
  }
  50% {
    left: 88%;
  }
  75% {
    left: 90%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(245) {
  animation-name: snowflake-245;
  animation-delay: 15s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -68%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(245):after {
  font-size: 12px;
}
@keyframes snowflake-245 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -68%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 108%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(246) {
  animation-name: snowflake-246;
  animation-delay: 4s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 35%;
  top: -88%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(246):after {
  font-size: 14px;
}
@keyframes snowflake-246 {
  0% {
    transform: rotate(0deg);
    left: 35%;
    top: -88%;
  }
  25% {
    left: 36%;
  }
  50% {
    left: 35%;
  }
  75% {
    left: 37%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 128%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(247) {
  animation-name: snowflake-247;
  animation-delay: 7s;
  animation-duration: 19800ms;
  animation-iteration-count: infinite;
  left: 64%;
  top: -74%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(247):after {
  font-size: 24px;
}
@keyframes snowflake-247 {
  0% {
    transform: rotate(0deg);
    left: 64%;
    top: -74%;
  }
  25% {
    left: 65%;
  }
  50% {
    left: 64%;
  }
  75% {
    left: 66%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 114%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(248) {
  animation-name: snowflake-248;
  animation-delay: 10s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 5%;
  top: -65%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(248):after {
  font-size: 19px;
}
@keyframes snowflake-248 {
  0% {
    transform: rotate(0deg);
    left: 5%;
    top: -65%;
  }
  25% {
    left: 6%;
  }
  50% {
    left: 5%;
  }
  75% {
    left: 7%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 105%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(249) {
  animation-name: snowflake-249;
  animation-delay: 3s;
  animation-duration: 13200ms;
  animation-iteration-count: infinite;
  left: 45%;
  top: -75%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(249):after {
  font-size: 12px;
}
@keyframes snowflake-249 {
  0% {
    transform: rotate(0deg);
    left: 45%;
    top: -75%;
  }
  25% {
    left: 46%;
  }
  50% {
    left: 45%;
  }
  75% {
    left: 47%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 115%;
    opacity: 0;
  }
}
.cid-tbjWkDiESp .snowflake:nth-of-type(250) {
  animation-name: snowflake-250;
  animation-delay: 2s;
  animation-duration: 15400ms;
  animation-iteration-count: infinite;
  left: 79%;
  top: -56%;
}
.cid-tbjWkDiESp .snowflake:nth-of-type(250):after {
  font-size: 21px;
}
@keyframes snowflake-250 {
  0% {
    transform: rotate(0deg);
    left: 79%;
    top: -56%;
  }
  25% {
    left: 80%;
  }
  50% {
    left: 79%;
  }
  75% {
    left: 81%;
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    top: 96%;
    opacity: 0;
  }
}
.cid-sFGNHRkFsi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fafafa;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-sFGOTvnvck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGNGNNW5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #232323;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-sFGS12H2E8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-sFGS12H2E8 .oldcost {
  text-decoration: line-through;
  color: #353535;
}
.cid-sFGS12H2E8 .currentcost {
  color: #232323;
}
.cid-sFGS12H2E8 .card-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (min-width: 992px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGS12H2E8 .text-box {
    padding: 1rem;
  }
}
.cid-sFGS12H2E8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sFGSX04rSl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sFGSX04rSl .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sFGSX04rSl .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sFGSX04rSl .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sFGSX04rSl .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sFGSX04rSl .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sFGSX04rSl .carousel-control,
.cid-sFGSX04rSl .close {
  background: #1b1b1b;
}
.cid-sFGSX04rSl .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sFGSX04rSl .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control-next span {
  margin-left: 5px;
}
.cid-sFGSX04rSl .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGSX04rSl .close::before {
  content: '\e91a';
}
.cid-sFGSX04rSl .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGSX04rSl .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sFGSX04rSl .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sFGSX04rSl .carousel-indicators li.active,
.cid-sFGSX04rSl .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sFGSX04rSl .carousel-indicators li::after,
.cid-sFGSX04rSl .carousel-indicators li::before {
  content: none;
}
.cid-sFGSX04rSl .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sFGSX04rSl .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .carousel-indicators {
    display: none;
  }
}
.cid-sFGSX04rSl .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .carousel-inner > .active {
  display: block;
}
.cid-sFGSX04rSl .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFGSX04rSl .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sFGSX04rSl .carousel-control,
  .cid-sFGSX04rSl .carousel-indicators,
  .cid-sFGSX04rSl .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sFGSX04rSl .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sFGSX04rSl .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sFGSX04rSl .carousel-indicators .active,
.cid-sFGSX04rSl .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sFGSX04rSl .carousel-indicators .active {
  background: #fff;
}
.cid-sFGSX04rSl .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sFGSX04rSl .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sFGSX04rSl .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sFGSX04rSl .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sFGSX04rSl .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sFGSX04rSl .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sFGSX04rSl .carousel {
  width: 100%;
}
.cid-sFGSX04rSl .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sFGSX04rSl .modal.fade .modal-dialog,
.cid-sFGSX04rSl .modal.in .modal-dialog {
  transform: none;
}
.cid-sFGSX04rSl .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sFGSX04rSl H6 {
  text-align: center;
}
.cid-sFGSUpvomC {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-sFGSUpvomC .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .team-card:hover {
  transform: translateY(-10px);
}
.cid-sFGSUpvomC .card-wrap {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sFGSUpvomC .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sFGSUpvomC .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGSUpvomC .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sFGSUpvomC .social-row {
  text-align: center;
}
.cid-sFGSUpvomC .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sFGSUpvomC .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sFGSUpvomC .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sFGSUpvomC .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sFGThwwRWM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-sFGThwwRWM .mbr-media {
  position: relative;
}
.cid-sFGThwwRWM .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGThwwRWM .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-sFGThwwRWM .mbr-media span {
  font-size: 6rem;
  transition: all 0.2s;
}
.cid-sFGThwwRWM .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sFGThwwRWM .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sFGThwwRWM .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sFGThwwRWM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sFGThwwRWM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sFGTcFRqw0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sFGTcFRqw0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFGTcFRqw0 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFGTcFRqw0 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFGTcFRqw0 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFGTcFRqw0 textarea {
  min-height: 10rem;
}
.cid-sFGVxOqzIN {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #4d6d9a;
  border: 2px solid #4d6d9a;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #4d6d9a;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGSPUeMie {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-sFGSPUeMie .google-map {
  height: 30rem;
  position: relative;
}
.cid-sFGSPUeMie .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sFGSPUeMie .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sFGSPUeMie .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sFGSOnwtIp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #4d6d9a;
  overflow: hidden;
}
