:root {
  --color-primary: 29, 53, 87;
  --color-secondary: 69, 123, 157;
  --primary-color: 13, 109, 253;
  --primary-hover-color: 11, 94, 215;
  --primary-font-color: #ffffff;
  --color-red: 211, 66, 73;
  --color-white: 255,255,255;
  --color-black: 0,0,0;
  --color-green: 46, 133, 85;
  --color-yellow: 255, 193, 7;
  --color-booking: #23387e;
  --color-airbnb: #ff5a60;
  --color-agoda: #939192;
  --color-jan: 0, 138, 203;
  --color-feb: 2, 176, 236;
  --color-mar: 5, 158, 112;
  --color-apr: 136, 190, 78;
  --color-may: 194, 210, 49;
  --color-jun: 253, 196, 53;
  --color-jul: 240, 133, 55;
  --color-aug: 243, 94, 83;
  --color-sep: 235, 70, 104;
  --color-oct: 192, 75, 146;
  --color-nov: 119, 78, 154;
  --color-dec: 50, 97, 169;
  --color-r: 248;
  --color-g: 249;
  --color-b: 250;
  --value-opacity: 1;
  --color-text: #212529;
}

html {
  cursor: default;
  scroll-behavior: smooth;
}

::selection {
  background: rgba(var(--bs-primary-rgb), 0.5);
}

.main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}

.hidden {
  display: none !important;
}

.text-xs {
  font-size: 0.75rem !important; /* 12px */
  line-height: 1rem !important; /* 16px */
}

.text-sm {
  font-size: 0.875rem !important; /* 14px */
  line-height: 1.25rem !important; /* 20px */
}

.text-base {
  font-size: 1rem !important; /* 16px */
  line-height: 1.5rem !important; /* 24px */
}

.text-lg {
  font-size: 1.125rem !important; /* 18px */
  line-height: 1.75rem !important; /* 28px */
}

.text-xl {
  font-size: 1.25rem !important; /* 20px */
  line-height: 1.75rem !important; /* 28px */
}
@media screen and (max-width: 767px) {
  .text-xl {
    font-size: 1rem !important; /* 16px */
    line-height: 1.5rem !important; /* 24px */
  }
}

.text-2xl {
  font-size: 1.5rem !important; /* 24px */
  line-height: 2rem !important; /* 32px */
}

.text-3xl {
  font-size: 1.875rem !important; /* 30px */
  line-height: 2.25rem !important; /* 36px */
}

.text-4xl {
  font-size: 2.25rem !important; /* 36px */
  line-height: 2.5rem !important; /* 40px */
}

.text-5xl {
  font-size: 3rem !important; /* 48px */
  line-height: 1 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rotate-180 {
  transform: rotate(180deg) !important;
}

.opacity_100 {
  opacity: 1 !important;
}

.opacity_50 {
  opacity: 0.5 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.transition-all {
  transition: 0.125s ease-in-out;
}

.not_available {
  opacity: 0.5 !important;
  cursor: default !important;
}

.flex-1 {
  flex: 1;
}

.no_stock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--bs-warning-rgb), 0.15);
}
.no_stock .w-100 {
  opacity: 0.5;
}

.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--bs-secondary-rgb), 0.2);
}
.disabled .w-100 {
  opacity: 0.4;
}

.min_stay_to_high {
  box-shadow: inset 0 0 4px #ef4444;
}

.some_day {
  box-shadow: inset 0 0 4px #1d3557;
}

.el_hover:hover {
  background-color: rgb(228 228 231/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
}

.el_tr_hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245/var(--tw-bg-opacity));
}

.el_transition {
  transition: 0.125s ease-in-out;
}

.border_last_month {
  border-right: 1px solid var(--bs-gray-dark) !important;
}

.bg_secondary {
  background-color: var(--bs-secondary);
}

.obj_image_main img {
  height: 280px;
}

.obj_image .obj_image_hover {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.125s ease-in-out;
}
.obj_image .obj_image_hover:hover {
  opacity: 1;
}
.obj_image img {
  height: 280px;
}

.max_w_140 input {
  max-width: 140px;
}

.table_obj_prices .today {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(var(--bs-primary-rgb), 1);
  background: rgba(var(--bs-primary-rgb), 0.1);
}

.s_rent {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-right: 36px solid rgba(var(--bs-success-rgb), 0.15);
}

.full_rent {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--bs-success-rgb), 0.15);
}

.e_rent {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  height: 0;
  border-bottom: 55px solid transparent;
  border-left: 36px solid rgba(var(--bs-success-rgb), 0.15);
}

.s_overbooking {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-right: 36px solid rgba(var(--bs-danger-rgb), 0.2);
}

.e_overbooking {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  height: 0;
  border-bottom: 55px solid transparent;
  border-left: 36px solid rgba(var(--bs-danger-rgb), 0.2);
}

.full_overbooking {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(var(--bs-danger-rgb), 0.2);
}

.text_limit_2_rows {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.scrollbar_primary {
  /* width */
  /* Track */
}
.scrollbar_primary ::-webkit-scrollbar {
  width: 8px;
}
.scrollbar_primary ::-webkit-scrollbar-track {
  background: var(--bs-secondary-bg-subtle);
}
.scrollbar_primary ::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
}

.list_message:hover {
  background-color: var(--bs-gray-100);
}

.list_message.active {
  background-color: var(--bs-gray-200);
}

a.hover_8:hover {
  opacity: 0.8;
}

@media screen and (min-width: 992px) {
  .wh-lg-100 {
    height: 100vh !important;
  }
}

.text-white .nav-link {
  color: #ffffff;
}

.fill-primary {
  fill: var(--bs-primary);
}

.input-group:hover .tooltip {
  opacity: 1;
}

[data-size=big] .left_body_items {
  height: 80px !important;
}
[data-size=big] .tbody .tr {
  height: 80px !important;
}
[data-size=big] .col_rent {
  top: 15px !important;
}
[data-size=big] .col_wrapper {
  height: 75px !important;
}

[data-size=small] .left_body_items {
  height: 38px !important;
}
[data-size=small] .tbody .tr {
  height: 38px !important;
}
[data-size=small] .col_rent {
  top: 5.5px !important;
  height: 26px !important;
  padding: 3px 9px !important;
}
[data-size=small] .col_wrapper {
  height: 37px !important;
}
[data-size=small] .col_rent > div:last-child {
  display: none !important;
}
[data-size=small] .left_body_name {
  font-size: 12px !important;
}

[data-colorIntensity=short] .col_rent {
  opacity: 0.5 !important;
}

[data-colorIntensity=middle] .col_rent {
  opacity: 0.7 !important;
}

[data-colorIntensity=high] .col_rent {
  opacity: 1 !important;
}

[data-rent-color-according-to=booking] {
  background-color: var(--color-booking) !important;
}

[data-rent-color-according-to=airbnb] {
  background-color: var(--color-airbnb) !important;
}

[data-rent-color-according-to=agoda] {
  background-color: var(--color-agoda) !important;
}

[data-events=on] [data-event=departure] {
  background-color: #6b7280 !important;
}
[data-events=on] [data-event=arrival] {
  background-color: var(--bs-primary) !important;
}

[data-events=status] [data-status=confirm] {
  background-color: #1ecc1e !important;
}
[data-events=status] [data-status=waiting] {
  background-color: #ff8040 !important;
}
[data-events=status] [data-status=check_in] {
  background-color: #9ffdfd !important;
}
[data-events=status] [data-status=owner] {
  background-color: #bebebe !important;
}
[data-events=status] [data-status=offer] {
  background-color: #ffff80 !important;
  color: #000 !important;
}
[data-events=status] [data-status=paid] {
  background-color: #1b73c0 !important;
}
[data-events=status] [data-status=payed_total] {
  background-color: #05ffb4 !important;
}
[data-events=status] [data-status=owner_pending] {
  background-color: #ffa477 !important;
}
[data-events=status] [data-status=pending_payment] {
  background-color: #d9aa45 !important;
}
[data-events=status] [data-status=deleted] {
  background-color: #ff8080 !important;
}
[data-events=status] [data-status=check_out] {
  background-color: #008000 !important;
}
[data-events=status] [data-status=adv_paid] {
  background-color: #008080 !important;
}
[data-events=status] [data-status=blocked] {
  background-color: #ebebeb !important;
  color: #000 !important;
}

[data-position-rent=middle] .col_rent {
  left: 32px !important;
}

[data-position-rent=start] .col_rent {
  left: 0 !important;
}

[data-position-rent=mid_diagonal] .col_rent {
  left: 32px !important;
  transform: skew(-20deg);
}

[data-position-rent=start_diagonal] .col_rent {
  left: 0 !important;
  transform: skew(-20deg);
}

[data-colorOfMonth=off] .headcol:before {
  opacity: 0;
}
[data-colorOfMonth=off] .headcol_mon:before {
  opacity: 0;
}

[data-colorOfMonth=full] .headcol:before {
  opacity: 0.25;
}

[data-colorOfMonth=high] .headcol:before {
  opacity: 0;
}

[data-colorOfMonth=middle] .headcol:before {
  opacity: 0;
}
[data-colorOfMonth=middle] .headcol .headcol_mon:before {
  opacity: 0.5;
}

[data-colorOfMonth=low] .headcol:before {
  opacity: 0;
}
[data-colorOfMonth=low] .headcol .headcol_mon:before {
  opacity: 0.25;
}

[data-size=big] .col_month {
  height: 3.5rem;
}
[data-size=big] .thead_day {
  width: 5rem;
}
[data-size=big] .col_td {
  width: 5rem;
  min-width: 5rem;
  height: 3.5rem;
  font-size: 0.9rem;
}
[data-size=big] small {
  font-size: 0.75rem;
}
[data-size=big] .mb-1 {
  margin-bottom: 0.3rem !important;
}
[data-size=big] i {
  font-size: 0.65rem;
}

[data-size=normal] .col_month {
  height: 3rem;
}
[data-size=normal] .thead_day {
  width: 4rem;
}
[data-size=normal] .col_td {
  width: 4rem;
  min-width: 4rem;
  height: 3rem;
}
[data-size=normal] small {
  font-size: 0.7rem;
}
[data-size=normal] i {
  font-size: 0.7em;
}

[data-size=small] .col_month {
  height: 2.5rem;
}
[data-size=small] .thead_day {
  width: 3.5rem;
}
[data-size=small] .col_td {
  width: 3.5rem;
  min-width: 3.5rem;
  height: 2.5rem;
}
[data-size=small] .col_td div > div:first-child {
  margin-bottom: 0.1rem !important;
  font-size: 0.7rem !important;
}
[data-size=small] small {
  font-size: 0.6rem;
}
[data-size=small] i {
  font-size: 0.4rem;
}

.btn {
  position: relative;
}
.btn:focus {
  box-shadow: unset !important;
}

/*.btn_loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-secondary);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .125s ease-in-out;
    img {
        width: 1.4rem;
        height: 1.4rem;
    }
}*/
.btn_white_shadow {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.btn_white_shadow:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.btn_hover:hover {
  background-color: rgba(var(--color-silver02), 0.5);
}

/*.btn_silver {
    background-color: rgba(var(--color-silver02), 1);  
    &:active {
        color: rgba(var(--color-black), .7);
    }  
}*/
/*.btn_red {
    background-color: var(--color-red);
    color: rgba(var(--color-white),1);
    &:hover {
        color: rgba(var(--color-white),1);
    }
    &:active {
        color: rgba(var(--color-white), .7);
    }
}*/
/*.btn_green {
    background-color: var(--color-green);
    color: rgba(var(--color-white),1);
    &:hover {
        color: rgba(var(--color-white),1);
    }
    &:active {
        color: rgba(var(--color-white), .7);
    }
}*/
.btn_border {
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn_hover.open {
  background-color: var(--color-primary) !important;
  color: rgba(var(--color-white), 1);
}

.dropdown_btn {
  transition: 0.125s ease-in-out;
  border-radius: 0.25rem;
  padding: 0.5rem;
  cursor: pointer;
  user-select: none;
}
.dropdown_btn:hover {
  background-color: rgba(var(--color-silver02), 0.3);
}

.btn_bordered:hover {
  background-color: rgba(206, 212, 218, 0.3) !important;
}

@media screen and (max-width: 767px) {
  #btn_customize .btn_label {
    display: none;
  }
}

.btn_rounded_end_0 button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.card_rent .col_rent .col_rent_wrapper {
  text-overflow: ellipsis;
  overflow: hidden;
}
.card_rent .col_rent .col_rent_box {
  text-overflow: ellipsis;
  overflow: hidden;
}

.card-header {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.card-footer {
  background-color: transparent !important;
  padding: 1rem !important;
}

.card-body-table_special_characters {
  max-height: calc(100vh - 300px);
  overflow: auto;
}

#home_modal_customize_picture {
  background-color: rgba(var(--color-white), 1);
  position: absolute;
  top: 3rem;
  left: 0rem;
  width: 19rem;
  z-index: 10;
  border-radius: 0.45rem;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.125s ease-in-out;
}
#home_modal_customize_picture .dropdown_header {
  padding: 1rem 1rem 0;
}
#home_modal_customize_picture .dropdown_menu {
  padding: 1rem;
  max-height: 60vh;
  overflow-y: auto;
}
@media screen and (max-height: 600px) {
  #home_modal_customize_picture .dropdown_menu {
    max-height: 70vh;
  }
}
#home_modal_customize_picture .dropwdown_close {
  cursor: pointer;
  opacity: 0.7;
  padding: 0 0.5rem;
  margin-right: -0.5rem;
  transition: 0.125s ease-in-out;
}
#home_modal_customize_picture .dropwdown_close:hover {
  opacity: 1;
}
#home_modal_customize_picture .dropdown_background .bg_item {
  flex: 0 0 31.33%;
}
#home_modal_customize_picture .dropdown_background .bg_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.25rem;
  cursor: pointer;
}

.dropdown {
  position: relative;
  width: 100%;
}
.dropdown .dropdown_toggle {
  position: relative;
  display: grid;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 0.375rem 0.75rem;
  width: 100%;
}
.dropdown .dropdown_toggle .dropdown_input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: text;
  padding: 0.375rem 0.75rem;
  text-align: left;
  text-wrap: nowrap;
}
.dropdown .dropdown_toggle .dropdown_input:focus {
  outline: none;
}
.dropdown .dropdown_toggle .dropdown_box {
  display: flex;
  margin-right: 0.5rem;
  overflow: hidden;
}
.dropdown .dropdown_toggle i {
  grid-column: none;
}
.dropdown .dropdown_menu {
  position: absolute;
  overflow-y: auto;
  max-height: 12rem;
  padding: 0;
  width: 100%;
}
.dropdown .dropdown_menu .no_result {
  user-select: none;
  padding: 0.375rem 0.75rem;
}
.dropdown .dropdown_menu .dropdown_item {
  display: block;
  user-select: none;
  padding: 0.375rem 0.75rem;
  width: 100%;
  cursor: pointer;
}
.dropdown .dropdown_menu .dropdown_item:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown .dropdown_label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  pointer-events: none;
}

.dropdown[frozen] .dropdown_item:hover {
  background-color: unset !important;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 2px dashed var(--bs-primary);
  position: relative;
}

.image-upload-wrap:hover {
  background-color: var(--bs-gray-100);
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.flatpickr-day.selected {
  background: rgba(var(--primary-color), 1) !important;
  border-color: rgba(var(--primary-color), 1) !important;
}

.hide_arrows {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.hide_arrows input::-webkit-outer-spin-button,
.hide_arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.hide_arrows input[type=number] {
  -moz-appearance: textfield;
}

.drop_image_upload {
  height: 280px;
  border: 2px dashed var(--bs-gray-400) !important;
  color: #444;
  transition: 0.125s ease-in-out;
}
.drop_image_upload:hover {
  background: rgba(var(--bs-emphasis-color-rgb), 0.075);
  border-color: #111;
}
.drop_image_upload:hover .drop-title {
  color: #222;
}

.drop_image_upload.drag-active {
  background: #eee;
  border-color: #111;
}

.leaflet-bottom.leaflet-right {
  display: none;
}

.hide_arrows .leaflet-top.leaflet-left {
  display: none;
}

.modal_tabs {
  display: flex;
}
.modal_tabs .modal_btn {
  transition: 0.125s ease-in-out;
  padding: 0.7rem 1rem;
  cursor: pointer;
  opacity: 0.5;
}
.modal_tabs .modal_btn:hover {
  opacity: 1;
}
.modal_tabs .modal_btn.active {
  position: relative;
  opacity: 1;
}
.modal_tabs .modal_btn.active:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #FFFFFF;
}

.modal_new_rent_image {
  width: 160px;
  min-width: 160px;
  height: 92px;
}
@media screen and (max-width: 992px) {
  .modal_new_rent_image {
    width: 100%;
    height: 180px;
  }
}

table th {
  font-weight: 600;
  font-size: 14px;
}

.view_table .table td, .view_table .table th {
  padding: 0.5rem;
  vertical-align: middle;
}
.view_table .table {
  font-size: 0.9rem;
}
.view_table .table thead th {
  border-top: unset;
  text-transform: uppercase;
}
.view_table .table thead th:first-child {
  width: 2rem;
}
.view_table .table tbody tr {
  transition: 0.125s ease-in-out;
}
.view_table .table tbody tr:hover {
  background-color: rgba(var(--color-primary), 0.1);
}
.view_table .table tbody .new_bg {
  background: linear-gradient(90deg, rgba(56, 163, 165, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.view_table .table tbody .deleted_bg {
  background: linear-gradient(90deg, rgba(230, 57, 70, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.view_table .table tbody .archive_bg {
  background: linear-gradient(90deg, rgba(255, 209, 102, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}
.view_table .table tbody th {
  vertical-align: middle;
  text-align: center;
}
.view_table .table tbody .td_item01 .td_icon {
  margin-right: 1rem;
  padding: 0.5rem;
  cursor: pointer;
}
.view_table .table tbody .td_item01 .td_icon img {
  width: 1.6rem;
  height: 1.6rem;
}
.view_table .table tbody .td_item01 .td_guest {
  padding-bottom: 0.1rem;
  text-transform: uppercase;
}
.view_table .table tbody .td_item01 .td_guest span {
  padding-right: 0.4rem;
}
.view_table .table tbody .td_item01 .td_guest span img {
  width: 0.9rem;
}
.view_table .table tbody .td_item01 .item {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.view_table .table tbody .td_item01 .item span {
  padding-right: 0.3rem;
  line-height: normal;
}
.view_table .table tbody .td_item01 .line {
  border-right: 1px solid rgba(var(--color-black), 0.5);
  margin: 0 0.5rem;
}
.view_table .table tbody .td_item03 .status-circle span {
  float: left;
  margin-top: 0.2rem;
  margin-right: 0.3rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #e3eaf1;
  border-radius: 50%;
}
.view_table .table tbody .td_item03 .status-circle span.green {
  background-color: rgba(var(--color-green), 1);
}
.view_table .table tbody .td_item03 .status-circle span.red {
  background-color: rgba(var(--color-red), 1);
}
.view_table .table tbody .td_item05.notice {
  max-width: 15rem;
}
@media screen and (min-width: 1301px) {
  .view_table .table tbody .td_item05.notice .notice_icon {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .view_table .table tbody .td_item05.notice .notice_text {
    display: none;
  }
}
.view_table .table tbody .td_item06.icons {
  width: 3rem;
}
.view_table .table tbody .td_item06.icons div a {
  width: 1.7rem;
  text-align: center;
  cursor: pointer;
  color: rgba(var(--color-red), 1);
}
.view_table .table tbody .td_item06.icons i {
  font-size: 1.1rem;
}
.view_table .table tbody .icons.edit_trash span {
  transition: 0.125s ease-in-out;
  padding: 0.3rem 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.view_table .table tbody tr:hover .icons.edit_trash span {
  opacity: 0.5;
  visibility: visible;
}
.view_table .table tbody tr:hover .icons.edit_trash span:hover {
  opacity: 1;
}
.view_table .table tbody tr:hover .icons.edit_trash .trash:hover {
  color: rgba(var(--color-red), 1);
}
.view_table .table tbody .yes_or_no {
  display: flex;
}
.view_table .table tbody .yes_or_no span {
  border: 1px solid var(--color-silver02);
  padding: 0.2rem;
  width: 2.8rem;
  height: 1.8rem;
  background-color: rgba(var(--color-white), 1);
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.view_table .table tbody .yes_or_no .yes.active {
  background-color: rgba(var(--color-green), 1);
  color: rgba(var(--color-white), 1);
}
.view_table .table tbody .yes_or_no .no.active {
  background-color: rgba(var(--color-red), 1);
  color: rgba(var(--color-white), 1);
}

.cal_table .pos_left {
  position: sticky;
  left: 0px;
  z-index: 30;
  width: 12rem;
  border-right: 2px solid var(--bs-gray-300);
  min-width: 12rem;
  background-color: rgba(var(--color-white), 1);
}
.cal_table .pos_left .left_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 0.375rem;
  border-bottom: 1px solid var(--bs-gray-300);
  border-right: 1px solid var(--bs-gray-300);
  height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: sticky;
  top: 0;
}
.cal_table .pos_left .left_head .left_head_title {
  font-weight: 500;
  color: rgba(var(--color-white), 1);
}
.cal_table .pos_left .left_body {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.cal_table .pos_left .left_body .left_body_items {
  display: flex;
  height: 57px;
  align-items: center;
  border-bottom: 1px solid var(--bs-gray-300);
  border-left: 1px solid var(--bs-gray-400);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.cal_table .pos_left .left_body .left_body_items .left_body_icon {
  margin-left: -0.5rem;
  display: block;
  border-radius: 0.375rem;
  padding: 0.5rem;
}
.cal_table .pos_left .left_body .left_body_items .left_body_name {
  flex: 1 1 0%;
  text-align: right;
  line-height: normal;
}
.cal_table .pos_left .left_body .left_body_items.inactive {
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.cal_table .thead {
  position: sticky;
  top: 0px;
  z-index: 20;
  display: flex;
  height: 3.5rem;
  border-top: 1px solid var(--bs-gray-300);
  border-bottom: 1px solid var(--bs-gray-400);
  background-color: rgba(var(--color-white), 1);
}
.cal_table .thead .headcol {
  position: relative;
  z-index: 10;
  border-right: 1px solid var(--bs-gray-300);
  text-align: center;
  width: 3.5rem;
  min-width: 3.5rem;
}
.cal_table .thead .headcol:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.cal_table .thead .headcol .headcol_mon {
  position: relative;
  padding-top: 0.125rem;
  font-size: 10px;
}
.cal_table .thead .headcol .headcol_mon:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.cal_table .thead .headcol .headcol_day {
  position: relative;
  padding-top: 0.125rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.cal_table .thead .headcol .headcol_weekday {
  position: relative;
  padding-bottom: 0.125rem;
  font-size: 10px;
  font-weight: 700;
  opacity: 0.7;
}
.cal_table .thead .headcol.today:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(var(--bs-primary-rgb), 1);
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-bottom: none;
}
.cal_table .tbody .bodycol {
  position: relative;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid var(--bs-gray-300);
  border-right: 1px solid var(--bs-gray-300);
  width: 3.5rem;
  min-width: 3.5rem;
}
.cal_table .tbody .bodycol .col_td {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
}
.cal_table .tbody .bodycol.today:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(var(--bs-primary-rgb), 1);
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-bottom-width: 0px;
  border-top-width: 0px;
}
.cal_table .tbody .bodycol:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(var(--primary-color), 0.3) !important;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.cal_table .tbody .bodycol.marked:before {
  opacity: 1;
}
.cal_table .tbody .tr {
  display: flex;
  height: 57px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}
.cal_table .tbody .tr.inactive {
  position: relative;
  cursor: not-allowed;
}
.cal_table .tbody .tr.inactive:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.cal_table .tbody .tr:last-child .bodycol.today:after {
  border-bottom-width: 1px;
}
.cal_table .card_rent {
  height: 100%;
  cursor: pointer;
}
.cal_table .col_wrapper {
  height: 57px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 4px;
  padding-right: 4px;
}
.cal_table .col_rent {
  position: absolute;
  left: 32px;
  z-index: 10;
  height: 50px;
  overflow: hidden;
  border-radius: 0.375rem;
  padding: 8px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.cal_table .col_rent:hover {
  filter: brightness(0.95);
}
.cal_table .col_rent .col_rent_flag {
  width: 1rem;
  height: auto;
}

.holiday {
  background-color: rgb(226 232 240/var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
}

.headcol.january:before {
  background: rgba(var(--color-jan), 1);
}
.headcol.january .headcol_mon:before {
  background: rgba(var(--color-jan), 1);
}

.headcol.february:before {
  background: rgba(var(--color-feb), 1);
}
.headcol.february .headcol_mon:before {
  background: rgba(var(--color-feb), 1);
}

.headcol.march:before {
  background: rgba(var(--color-mar), 1);
}
.headcol.march .headcol_mon:before {
  background: rgba(var(--color-mar), 1);
}

.headcol.april:before {
  background: rgba(var(--color-apr), 1);
}
.headcol.april .headcol_mon:before {
  background: rgba(var(--color-apr), 1);
}

.headcol.may:before {
  background: rgba(var(--color-may), 1);
}
.headcol.may .headcol_mon:before {
  background: rgba(var(--color-may), 1);
}

.headcol.june:before {
  background: rgba(var(--color-jun), 1);
}
.headcol.june .headcol_mon:before {
  background: rgba(var(--color-jun), 1);
}

.headcol.july:before {
  background: rgba(var(--color-jul), 1);
}
.headcol.july .headcol_mon:before {
  background: rgba(var(--color-jul), 1);
}

.headcol.june:before {
  background: rgba(var(--color-jun), 1);
}
.headcol.june .headcol_mon:before {
  background: rgba(var(--color-jun), 1);
}

.headcol.august:before {
  background: rgba(var(--color-aug), 1);
}
.headcol.august .headcol_mon:before {
  background: rgba(var(--color-aug), 1);
}

.headcol.september:before {
  background: rgba(var(--color-sep), 1);
}
.headcol.september .headcol_mon:before {
  background: rgba(var(--color-sep), 1);
}

.headcol.october:before {
  background: rgba(var(--color-oct), 1);
}
.headcol.october .headcol_mon:before {
  background: rgba(var(--color-oct), 1);
}

.headcol.november:before {
  background: rgba(var(--color-nov), 1);
}
.headcol.november .headcol_mon:before {
  background: rgba(var(--color-nov), 1);
}

.headcol.december:before {
  background: rgba(var(--color-dec), 1);
}
.headcol.december .headcol_mon:before {
  background: rgba(var(--color-dec), 1);
}

.clicked {
  background: rgba(var(--color-primary), 0.3) !important;
}

tr {
  vertical-align: middle;
}
tr .td_icon_hidden {
  opacity: 0;
}
tr:hover .td_icon_hidden {
  opacity: 1;
}
tr .td_icon_shadow {
  opacity: 0.5;
}
tr .td_icon_shadow:hover {
  opacity: 1;
}

textarea {
  resize: none !important;
}

.fade-hidden {
  opacity: 0;
  visibility: visible !important;
  transition: opacity 0.25s ease-in-out;
}

.fade-hidden.show {
  opacity: 1 !important;
}

.input-group input:checked + .btn.yes {
  background: #198754;
}
.input-group input:checked + .btn.no {
  background: #dc3545;
}
.input-group input:checked + .btn {
  color: #FFFFFF;
}

@media screen and (max-height: 600px) {
  .left_nav {
    display: none;
  }
}

.navbar-nav.nav_sidebar .nav-link {
  font-size: 1.4rem;
}
.navbar-nav.nav_sidebar .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.navbar-nav.nav_sidebar .nav-link:hover .nav_span {
  opacity: 100;
  visibility: visible;
}
@media screen and (max-height: 700px) {
  .navbar-nav.nav_sidebar .nav-link {
    font-size: 1.1rem;
  }
}
.navbar-nav.nav_sidebar .nav-link .nav_span {
  opacity: 0;
  visibility: hidden;
  transition: 0.125s ease-in-out;
}
.navbar-nav.nav_sidebar .nav-link .nav_span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid rgba(0, 0, 0, 0.5);
  border-bottom: 7px solid transparent;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-nav.nav_sidebar .nav-link.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.left_nav {
  width: 3.6rem;
  min-width: 3.6rem;
}

.bg_screen .bg_screen_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease; /* Smooth transition for opacity */
}
.bg_screen .bg_screen_img_shadow {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.bg_screen .bg_screen_img_blur {
  clip: rect(0px, 3.8rem, auto, 0px);
}
.bg_screen .bg_screen_img_blur img {
  width: 100%;
  height: 100%;
  filter: blur(5px);
  object-fit: cover;
  transition: opacity 0.5s ease; /* Smooth transition for opacity */
}
.bg_screen .bg_screen_img_blur_shadow {
  width: 3.8rem;
  background: rgba(0, 0, 0, 0.25);
}
@media screen and (max-height: 600px) {
  .bg_screen .bg_screen_img_blur_shadow {
    display: none;
  }
}

.view {
  max-width: calc(100vw - 3.6rem);
  /*    .view_items {
          flex: 1;
          height: 100vh;
      }
  */
}
@media screen and (max-width: 767px) {
  .view {
    max-width: none;
  }
}
@media screen and (max-height: 500px) {
  .view {
    max-width: none;
  }
}
.view .view_header {
  height: 3.7rem;
}
.view .view_header .view_sidebar .view_sidebar_item {
  transition: 0.125s ease-in-out;
  width: 2.8rem;
  height: 2.5rem;
}
.view .view_header .view_sidebar .view_sidebar_item i {
  transition: 0.125s ease-in-out;
}
.view .view_header .view_sidebar .view_sidebar_item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.view .view_header .view_sidebar .view_sidebar_item:active {
  opacity: 0.8;
  transform: scale(0.95);
}
.view .view_header .view_sidebar .view_sidebar_item .notice {
  width: 1.2rem;
  height: 1.2rem;
}
.view .view_header .view_sidebar .view_sidebar_item.open {
  background-color: rgba(255, 255, 255, 0.2);
}
.view .view_header .view_user_btn {
  width: 2.4rem;
  height: 2.4rem;
}
.view .view_content .view_panel {
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.view .view_content.inactive:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(180deg, var(--bs-danger), rgba(255, 255, 255, 0));
}
.view .view_filter {
  /*        #filter_reports {
              @media screen and (max-width: 575px) {
                  display: none;
              }
          }*/
}
.view .view_items.bg-white .view_header {
  background-color: rgba(var(--color-silver02), 0.1);
}

/*.view_task {
    position: absolute;
    right: 0;
    top: 4rem;
    bottom: 0;
    z-index: 2;
    width: 20rem;
    margin: .5rem;
    color: rgba(var(--color-white),1);
    overflow: hidden;
    @include hover;
    @media screen and (max-width: 767px) {
        position: fixed;
        width: 100%;
        height: 100%;
        padding: 1rem;
        z-index: 3;
        margin: 0;
        top: 0;
    }
    @media screen and (max-width: 767px) {
        .backdrop {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            backdrop-filter: blur(3px);
            background-color: rgba(0,0,0,.7);
            z-index: -1;
        }
    }
    .task_plus {
        padding: 0 .3rem;
        cursor: pointer;
        @include hover;
        &:hover {
            opacity: .7;
        }
    }
    .task_list {
        margin-top: .5rem;
        .task_card {
            border-radius: .45rem;
            padding: .3rem .5rem;
            margin-bottom: .5rem;
            width: 100%;
            @include drop_shadow_md;
            font-size: .875rem;
            position: relative;
            .backdrop_filter {
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                background: rgba(0, 0, 0, 0.5);
                backdrop-filter: blur(3px);
                z-index: -1;
                border-radius: .45rem;
            }
            .task_card_heading {
                display: flex;
                align-items: center;
                .task_card_status {
                    margin-right: .5rem;
                    display: flex;
                }
            }
            .task_card_title {
                padding-right: 2.5rem;
                font-weight: bold;
            }
            .task_card_text {
                line-height: 1.2;
            }
            .task_card_icons {
                position: absolute;
                top: .3rem;
                right: .3rem;
                span {
                    @include hover;
                    display: flex;
                    padding: .2rem;
                    cursor: pointer;
                    opacity: 0;
                }
            }
            .task_card_check {
                cursor: pointer;
                display: flex;
                padding: .2rem;
                opacity: 0;
                @include hover;
            }
            .task_card_check.checked {
                opacity: 1 !important;
                color: var(--color-green) !important;
            }
        }
        .task_card:hover {
            .task_card_icons {
                span {
                    opacity: .5;
                    &:hover {
                        opacity: 1;
                    }
                }
            }
            .task_card_check {
                opacity: .5;
                &:hover {
                    opacity: 1;
                }
            }
        }
    }
    .task_list_wrapper {
        overflow-y: auto; 
        height: 90%;
        @media screen and (max-height: 600px) {
            height: 80%;
        }
    }
}*/
/*.view_task.hidden {
    right: -21rem;
    opacity: 0;
    display: none;

}*/
/*.view_rents {
    width: 100%;
    max-width: 17rem;
    position: absolute;
    top: 7rem;
    bottom: 0;
    z-index: 2;
    overflow-y: auto;
    @include hover;
    @media screen and (max-width: 600px) {
        left: 0 !important;
    }
    .rents_card {
        @include drop_shadow_lg;
        padding: .5rem .6rem .1rem;
        width: 100%;
        border-radius: .45rem;
        color: rgba(var(--color-white),1);
        font-size: .9rem;
        cursor: pointer;
        margin-bottom: .5rem;
        position: relative;
        overflow: hidden;
    }
}*/
/*.view_task, .view_notification {
    @media screen and (min-width: 768px) {
        .close_wrapper {
            display: none;
        }
    }
}*/
#view_bg {
  background-color: rgba(var(--color-r), var(--color-g), var(--color-b), var(--value-opacity)) !important;
}

.root_color_text {
  color: var(--color-text);
}
.root_color_text .nav-link {
  color: var(--color-text);
}

.circle-container {
  position: absolute;
  transform: translateY(-10vh);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle-container .circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  mix-blend-mode: screen;
  background-image: radial-gradient(hsl(180, 100%, 80%), hsl(180, 100%, 80%) 10%, hsla(180, 100%, 80%, 0) 56%);
  animation: fadein-frames 200ms infinite, scale-frames 2s infinite;
}
@keyframes fade-frames {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale-frames {
  0% {
    transform: scale3d(0.4, 0.4, 1);
  }
  50% {
    transform: scale3d(2.2, 2.2, 1);
  }
  100% {
    transform: scale3d(0.4, 0.4, 1);
  }
}
.circle-container:nth-child(1) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-1;
  animation-duration: 33853ms;
  animation-delay: 5034ms;
}
@keyframes move-frames-1 {
  from {
    transform: translate3d(4vw, 108vh, 0);
  }
  to {
    transform: translate3d(13vw, -134vh, 0);
  }
}
.circle-container:nth-child(1) .circle {
  animation-delay: 3649ms;
}
.circle-container:nth-child(2) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-2;
  animation-duration: 28030ms;
  animation-delay: 36659ms;
}
@keyframes move-frames-2 {
  from {
    transform: translate3d(22vw, 101vh, 0);
  }
  to {
    transform: translate3d(46vw, -113vh, 0);
  }
}
.circle-container:nth-child(2) .circle {
  animation-delay: 2521ms;
}
.circle-container:nth-child(3) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-3;
  animation-duration: 31497ms;
  animation-delay: 25159ms;
}
@keyframes move-frames-3 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(44vw, -104vh, 0);
  }
}
.circle-container:nth-child(3) .circle {
  animation-delay: 3956ms;
}
.circle-container:nth-child(4) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-4;
  animation-duration: 33319ms;
  animation-delay: 26954ms;
}
@keyframes move-frames-4 {
  from {
    transform: translate3d(49vw, 106vh, 0);
  }
  to {
    transform: translate3d(61vw, -110vh, 0);
  }
}
.circle-container:nth-child(4) .circle {
  animation-delay: 2479ms;
}
.circle-container:nth-child(5) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-5;
  animation-duration: 28384ms;
  animation-delay: 20112ms;
}
@keyframes move-frames-5 {
  from {
    transform: translate3d(62vw, 103vh, 0);
  }
  to {
    transform: translate3d(37vw, -127vh, 0);
  }
}
.circle-container:nth-child(5) .circle {
  animation-delay: 307ms;
}
.circle-container:nth-child(6) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-6;
  animation-duration: 31928ms;
  animation-delay: 7730ms;
}
@keyframes move-frames-6 {
  from {
    transform: translate3d(35vw, 110vh, 0);
  }
  to {
    transform: translate3d(30vw, -112vh, 0);
  }
}
.circle-container:nth-child(6) .circle {
  animation-delay: 3392ms;
}
.circle-container:nth-child(7) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-7;
  animation-duration: 35909ms;
  animation-delay: 26287ms;
}
@keyframes move-frames-7 {
  from {
    transform: translate3d(59vw, 101vh, 0);
  }
  to {
    transform: translate3d(52vw, -110vh, 0);
  }
}
.circle-container:nth-child(7) .circle {
  animation-delay: 2042ms;
}
.circle-container:nth-child(8) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-8;
  animation-duration: 28939ms;
  animation-delay: 4240ms;
}
@keyframes move-frames-8 {
  from {
    transform: translate3d(19vw, 108vh, 0);
  }
  to {
    transform: translate3d(69vw, -125vh, 0);
  }
}
.circle-container:nth-child(8) .circle {
  animation-delay: 1497ms;
}
.circle-container:nth-child(9) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-9;
  animation-duration: 34182ms;
  animation-delay: 7326ms;
}
@keyframes move-frames-9 {
  from {
    transform: translate3d(74vw, 102vh, 0);
  }
  to {
    transform: translate3d(69vw, -127vh, 0);
  }
}
.circle-container:nth-child(9) .circle {
  animation-delay: 2023ms;
}
.circle-container:nth-child(10) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-10;
  animation-duration: 28554ms;
  animation-delay: 26361ms;
}
@keyframes move-frames-10 {
  from {
    transform: translate3d(14vw, 102vh, 0);
  }
  to {
    transform: translate3d(24vw, -111vh, 0);
  }
}
.circle-container:nth-child(10) .circle {
  animation-delay: 2668ms;
}
.circle-container:nth-child(11) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-11;
  animation-duration: 30058ms;
  animation-delay: 23776ms;
}
@keyframes move-frames-11 {
  from {
    transform: translate3d(75vw, 102vh, 0);
  }
  to {
    transform: translate3d(72vw, -124vh, 0);
  }
}
.circle-container:nth-child(11) .circle {
  animation-delay: 2743ms;
}
.circle-container:nth-child(12) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-12;
  animation-duration: 31325ms;
  animation-delay: 23662ms;
}
@keyframes move-frames-12 {
  from {
    transform: translate3d(13vw, 102vh, 0);
  }
  to {
    transform: translate3d(26vw, -128vh, 0);
  }
}
.circle-container:nth-child(12) .circle {
  animation-delay: 3599ms;
}
.circle-container:nth-child(13) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-13;
  animation-duration: 28553ms;
  animation-delay: 4171ms;
}
@keyframes move-frames-13 {
  from {
    transform: translate3d(70vw, 105vh, 0);
  }
  to {
    transform: translate3d(97vw, -112vh, 0);
  }
}
.circle-container:nth-child(13) .circle {
  animation-delay: 2979ms;
}
.circle-container:nth-child(14) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-14;
  animation-duration: 33444ms;
  animation-delay: 3328ms;
}
@keyframes move-frames-14 {
  from {
    transform: translate3d(28vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -113vh, 0);
  }
}
.circle-container:nth-child(14) .circle {
  animation-delay: 1595ms;
}
.circle-container:nth-child(15) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-15;
  animation-duration: 34941ms;
  animation-delay: 22390ms;
}
@keyframes move-frames-15 {
  from {
    transform: translate3d(76vw, 105vh, 0);
  }
  to {
    transform: translate3d(71vw, -111vh, 0);
  }
}
.circle-container:nth-child(15) .circle {
  animation-delay: 3147ms;
}
.circle-container:nth-child(16) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-16;
  animation-duration: 28147ms;
  animation-delay: 4526ms;
}
@keyframes move-frames-16 {
  from {
    transform: translate3d(69vw, 110vh, 0);
  }
  to {
    transform: translate3d(7vw, -137vh, 0);
  }
}
.circle-container:nth-child(16) .circle {
  animation-delay: 338ms;
}
.circle-container:nth-child(17) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-17;
  animation-duration: 36409ms;
  animation-delay: 31007ms;
}
@keyframes move-frames-17 {
  from {
    transform: translate3d(76vw, 102vh, 0);
  }
  to {
    transform: translate3d(98vw, -123vh, 0);
  }
}
.circle-container:nth-child(17) .circle {
  animation-delay: 509ms;
}
.circle-container:nth-child(18) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-18;
  animation-duration: 36354ms;
  animation-delay: 22428ms;
}
@keyframes move-frames-18 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(20vw, -136vh, 0);
  }
}
.circle-container:nth-child(18) .circle {
  animation-delay: 3870ms;
}
.circle-container:nth-child(19) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-19;
  animation-duration: 34298ms;
  animation-delay: 4700ms;
}
@keyframes move-frames-19 {
  from {
    transform: translate3d(68vw, 101vh, 0);
  }
  to {
    transform: translate3d(79vw, -124vh, 0);
  }
}
.circle-container:nth-child(19) .circle {
  animation-delay: 1190ms;
}
.circle-container:nth-child(20) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-20;
  animation-duration: 28500ms;
  animation-delay: 29310ms;
}
@keyframes move-frames-20 {
  from {
    transform: translate3d(24vw, 108vh, 0);
  }
  to {
    transform: translate3d(80vw, -126vh, 0);
  }
}
.circle-container:nth-child(20) .circle {
  animation-delay: 266ms;
}
.circle-container:nth-child(21) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-21;
  animation-duration: 36887ms;
  animation-delay: 10216ms;
}
@keyframes move-frames-21 {
  from {
    transform: translate3d(74vw, 104vh, 0);
  }
  to {
    transform: translate3d(60vw, -119vh, 0);
  }
}
.circle-container:nth-child(21) .circle {
  animation-delay: 3225ms;
}
.circle-container:nth-child(22) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-22;
  animation-duration: 29860ms;
  animation-delay: 5468ms;
}
@keyframes move-frames-22 {
  from {
    transform: translate3d(68vw, 107vh, 0);
  }
  to {
    transform: translate3d(49vw, -119vh, 0);
  }
}
.circle-container:nth-child(22) .circle {
  animation-delay: 2666ms;
}
.circle-container:nth-child(23) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-23;
  animation-duration: 36632ms;
  animation-delay: 26790ms;
}
@keyframes move-frames-23 {
  from {
    transform: translate3d(45vw, 102vh, 0);
  }
  to {
    transform: translate3d(69vw, -107vh, 0);
  }
}
.circle-container:nth-child(23) .circle {
  animation-delay: 1448ms;
}
.circle-container:nth-child(24) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-24;
  animation-duration: 34806ms;
  animation-delay: 3184ms;
}
@keyframes move-frames-24 {
  from {
    transform: translate3d(7vw, 106vh, 0);
  }
  to {
    transform: translate3d(99vw, -134vh, 0);
  }
}
.circle-container:nth-child(24) .circle {
  animation-delay: 1720ms;
}
.circle-container:nth-child(25) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-25;
  animation-duration: 34292ms;
  animation-delay: 17644ms;
}
@keyframes move-frames-25 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(58vw, -121vh, 0);
  }
}
.circle-container:nth-child(25) .circle {
  animation-delay: 3980ms;
}
.circle-container:nth-child(26) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-26;
  animation-duration: 28578ms;
  animation-delay: 6854ms;
}
@keyframes move-frames-26 {
  from {
    transform: translate3d(35vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -122vh, 0);
  }
}
.circle-container:nth-child(26) .circle {
  animation-delay: 2461ms;
}
.circle-container:nth-child(27) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-27;
  animation-duration: 33078ms;
  animation-delay: 10402ms;
}
@keyframes move-frames-27 {
  from {
    transform: translate3d(64vw, 101vh, 0);
  }
  to {
    transform: translate3d(70vw, -126vh, 0);
  }
}
.circle-container:nth-child(27) .circle {
  animation-delay: 2049ms;
}
.circle-container:nth-child(28) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-28;
  animation-duration: 33406ms;
  animation-delay: 5039ms;
}
@keyframes move-frames-28 {
  from {
    transform: translate3d(66vw, 102vh, 0);
  }
  to {
    transform: translate3d(38vw, -113vh, 0);
  }
}
.circle-container:nth-child(28) .circle {
  animation-delay: 1568ms;
}
.circle-container:nth-child(29) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-29;
  animation-duration: 34427ms;
  animation-delay: 6431ms;
}
@keyframes move-frames-29 {
  from {
    transform: translate3d(13vw, 108vh, 0);
  }
  to {
    transform: translate3d(54vw, -119vh, 0);
  }
}
.circle-container:nth-child(29) .circle {
  animation-delay: 2993ms;
}
.circle-container:nth-child(30) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-30;
  animation-duration: 32304ms;
  animation-delay: 29426ms;
}
@keyframes move-frames-30 {
  from {
    transform: translate3d(50vw, 105vh, 0);
  }
  to {
    transform: translate3d(65vw, -124vh, 0);
  }
}
.circle-container:nth-child(30) .circle {
  animation-delay: 1581ms;
}
.circle-container:nth-child(31) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-31;
  animation-duration: 35580ms;
  animation-delay: 25027ms;
}
@keyframes move-frames-31 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(44vw, -126vh, 0);
  }
}
.circle-container:nth-child(31) .circle {
  animation-delay: 2539ms;
}
.circle-container:nth-child(32) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-32;
  animation-duration: 30641ms;
  animation-delay: 24181ms;
}
@keyframes move-frames-32 {
  from {
    transform: translate3d(87vw, 110vh, 0);
  }
  to {
    transform: translate3d(32vw, -116vh, 0);
  }
}
.circle-container:nth-child(32) .circle {
  animation-delay: 3628ms;
}
.circle-container:nth-child(33) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-33;
  animation-duration: 31301ms;
  animation-delay: 32279ms;
}
@keyframes move-frames-33 {
  from {
    transform: translate3d(96vw, 103vh, 0);
  }
  to {
    transform: translate3d(16vw, -132vh, 0);
  }
}
.circle-container:nth-child(33) .circle {
  animation-delay: 433ms;
}
.circle-container:nth-child(34) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-34;
  animation-duration: 36809ms;
  animation-delay: 34890ms;
}
@keyframes move-frames-34 {
  from {
    transform: translate3d(56vw, 110vh, 0);
  }
  to {
    transform: translate3d(13vw, -115vh, 0);
  }
}
.circle-container:nth-child(34) .circle {
  animation-delay: 1650ms;
}
.circle-container:nth-child(35) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-35;
  animation-duration: 32893ms;
  animation-delay: 16880ms;
}
@keyframes move-frames-35 {
  from {
    transform: translate3d(54vw, 102vh, 0);
  }
  to {
    transform: translate3d(20vw, -103vh, 0);
  }
}
.circle-container:nth-child(35) .circle {
  animation-delay: 1658ms;
}
.circle-container:nth-child(36) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-36;
  animation-duration: 36527ms;
  animation-delay: 28011ms;
}
@keyframes move-frames-36 {
  from {
    transform: translate3d(10vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -132vh, 0);
  }
}
.circle-container:nth-child(36) .circle {
  animation-delay: 597ms;
}
.circle-container:nth-child(37) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-37;
  animation-duration: 30532ms;
  animation-delay: 17366ms;
}
@keyframes move-frames-37 {
  from {
    transform: translate3d(85vw, 110vh, 0);
  }
  to {
    transform: translate3d(82vw, -124vh, 0);
  }
}
.circle-container:nth-child(37) .circle {
  animation-delay: 2995ms;
}
.circle-container:nth-child(38) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-38;
  animation-duration: 35541ms;
  animation-delay: 6999ms;
}
@keyframes move-frames-38 {
  from {
    transform: translate3d(33vw, 107vh, 0);
  }
  to {
    transform: translate3d(22vw, -117vh, 0);
  }
}
.circle-container:nth-child(38) .circle {
  animation-delay: 415ms;
}
.circle-container:nth-child(39) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-39;
  animation-duration: 28128ms;
  animation-delay: 3077ms;
}
@keyframes move-frames-39 {
  from {
    transform: translate3d(91vw, 108vh, 0);
  }
  to {
    transform: translate3d(22vw, -135vh, 0);
  }
}
.circle-container:nth-child(39) .circle {
  animation-delay: 3014ms;
}
.circle-container:nth-child(40) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-40;
  animation-duration: 31536ms;
  animation-delay: 12083ms;
}
@keyframes move-frames-40 {
  from {
    transform: translate3d(88vw, 110vh, 0);
  }
  to {
    transform: translate3d(100vw, -116vh, 0);
  }
}
.circle-container:nth-child(40) .circle {
  animation-delay: 170ms;
}
.circle-container:nth-child(41) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-41;
  animation-duration: 31669ms;
  animation-delay: 18986ms;
}
@keyframes move-frames-41 {
  from {
    transform: translate3d(51vw, 105vh, 0);
  }
  to {
    transform: translate3d(17vw, -117vh, 0);
  }
}
.circle-container:nth-child(41) .circle {
  animation-delay: 2899ms;
}
.circle-container:nth-child(42) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-42;
  animation-duration: 31899ms;
  animation-delay: 32401ms;
}
@keyframes move-frames-42 {
  from {
    transform: translate3d(25vw, 110vh, 0);
  }
  to {
    transform: translate3d(57vw, -125vh, 0);
  }
}
.circle-container:nth-child(42) .circle {
  animation-delay: 3139ms;
}
.circle-container:nth-child(43) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-43;
  animation-duration: 36017ms;
  animation-delay: 29925ms;
}
@keyframes move-frames-43 {
  from {
    transform: translate3d(61vw, 101vh, 0);
  }
  to {
    transform: translate3d(78vw, -124vh, 0);
  }
}
.circle-container:nth-child(43) .circle {
  animation-delay: 1362ms;
}
.circle-container:nth-child(44) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-44;
  animation-duration: 35803ms;
  animation-delay: 10720ms;
}
@keyframes move-frames-44 {
  from {
    transform: translate3d(78vw, 103vh, 0);
  }
  to {
    transform: translate3d(10vw, -120vh, 0);
  }
}
.circle-container:nth-child(44) .circle {
  animation-delay: 701ms;
}
.circle-container:nth-child(45) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-45;
  animation-duration: 34039ms;
  animation-delay: 9671ms;
}
@keyframes move-frames-45 {
  from {
    transform: translate3d(64vw, 104vh, 0);
  }
  to {
    transform: translate3d(47vw, -106vh, 0);
  }
}
.circle-container:nth-child(45) .circle {
  animation-delay: 1485ms;
}
.circle-container:nth-child(46) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-46;
  animation-duration: 28804ms;
  animation-delay: 32190ms;
}
@keyframes move-frames-46 {
  from {
    transform: translate3d(100vw, 108vh, 0);
  }
  to {
    transform: translate3d(74vw, -114vh, 0);
  }
}
.circle-container:nth-child(46) .circle {
  animation-delay: 3921ms;
}
.circle-container:nth-child(47) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-47;
  animation-duration: 28384ms;
  animation-delay: 7316ms;
}
@keyframes move-frames-47 {
  from {
    transform: translate3d(7vw, 109vh, 0);
  }
  to {
    transform: translate3d(20vw, -131vh, 0);
  }
}
.circle-container:nth-child(47) .circle {
  animation-delay: 2273ms;
}
.circle-container:nth-child(48) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-48;
  animation-duration: 29816ms;
  animation-delay: 34101ms;
}
@keyframes move-frames-48 {
  from {
    transform: translate3d(57vw, 102vh, 0);
  }
  to {
    transform: translate3d(24vw, -110vh, 0);
  }
}
.circle-container:nth-child(48) .circle {
  animation-delay: 118ms;
}
.circle-container:nth-child(49) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-49;
  animation-duration: 31203ms;
  animation-delay: 9180ms;
}
@keyframes move-frames-49 {
  from {
    transform: translate3d(50vw, 109vh, 0);
  }
  to {
    transform: translate3d(69vw, -138vh, 0);
  }
}
.circle-container:nth-child(49) .circle {
  animation-delay: 1874ms;
}
.circle-container:nth-child(50) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-50;
  animation-duration: 35232ms;
  animation-delay: 25541ms;
}
@keyframes move-frames-50 {
  from {
    transform: translate3d(24vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -112vh, 0);
  }
}
.circle-container:nth-child(50) .circle {
  animation-delay: 1243ms;
}
.circle-container:nth-child(51) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-51;
  animation-duration: 29081ms;
  animation-delay: 20990ms;
}
@keyframes move-frames-51 {
  from {
    transform: translate3d(10vw, 110vh, 0);
  }
  to {
    transform: translate3d(73vw, -126vh, 0);
  }
}
.circle-container:nth-child(51) .circle {
  animation-delay: 1993ms;
}
.circle-container:nth-child(52) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-52;
  animation-duration: 28842ms;
  animation-delay: 33053ms;
}
@keyframes move-frames-52 {
  from {
    transform: translate3d(92vw, 101vh, 0);
  }
  to {
    transform: translate3d(23vw, -125vh, 0);
  }
}
.circle-container:nth-child(52) .circle {
  animation-delay: 384ms;
}
.circle-container:nth-child(53) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-53;
  animation-duration: 28159ms;
  animation-delay: 35587ms;
}
@keyframes move-frames-53 {
  from {
    transform: translate3d(94vw, 103vh, 0);
  }
  to {
    transform: translate3d(37vw, -115vh, 0);
  }
}
.circle-container:nth-child(53) .circle {
  animation-delay: 2050ms;
}
.circle-container:nth-child(54) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-54;
  animation-duration: 30831ms;
  animation-delay: 18723ms;
}
@keyframes move-frames-54 {
  from {
    transform: translate3d(73vw, 105vh, 0);
  }
  to {
    transform: translate3d(47vw, -124vh, 0);
  }
}
.circle-container:nth-child(54) .circle {
  animation-delay: 2138ms;
}
.circle-container:nth-child(55) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-55;
  animation-duration: 28724ms;
  animation-delay: 1120ms;
}
@keyframes move-frames-55 {
  from {
    transform: translate3d(88vw, 107vh, 0);
  }
  to {
    transform: translate3d(34vw, -119vh, 0);
  }
}
.circle-container:nth-child(55) .circle {
  animation-delay: 1034ms;
}
.circle-container:nth-child(56) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-56;
  animation-duration: 31709ms;
  animation-delay: 20023ms;
}
@keyframes move-frames-56 {
  from {
    transform: translate3d(24vw, 110vh, 0);
  }
  to {
    transform: translate3d(29vw, -130vh, 0);
  }
}
.circle-container:nth-child(56) .circle {
  animation-delay: 2922ms;
}
.circle-container:nth-child(57) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-57;
  animation-duration: 35169ms;
  animation-delay: 34009ms;
}
@keyframes move-frames-57 {
  from {
    transform: translate3d(34vw, 102vh, 0);
  }
  to {
    transform: translate3d(94vw, -111vh, 0);
  }
}
.circle-container:nth-child(57) .circle {
  animation-delay: 215ms;
}
.circle-container:nth-child(58) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-58;
  animation-duration: 34612ms;
  animation-delay: 10360ms;
}
@keyframes move-frames-58 {
  from {
    transform: translate3d(80vw, 104vh, 0);
  }
  to {
    transform: translate3d(72vw, -118vh, 0);
  }
}
.circle-container:nth-child(58) .circle {
  animation-delay: 1082ms;
}
.circle-container:nth-child(59) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-59;
  animation-duration: 29502ms;
  animation-delay: 10787ms;
}
@keyframes move-frames-59 {
  from {
    transform: translate3d(32vw, 104vh, 0);
  }
  to {
    transform: translate3d(89vw, -116vh, 0);
  }
}
.circle-container:nth-child(59) .circle {
  animation-delay: 1358ms;
}
.circle-container:nth-child(60) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-60;
  animation-duration: 29347ms;
  animation-delay: 10089ms;
}
@keyframes move-frames-60 {
  from {
    transform: translate3d(81vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -115vh, 0);
  }
}
.circle-container:nth-child(60) .circle {
  animation-delay: 1630ms;
}
.circle-container:nth-child(61) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-61;
  animation-duration: 28320ms;
  animation-delay: 22665ms;
}
@keyframes move-frames-61 {
  from {
    transform: translate3d(80vw, 104vh, 0);
  }
  to {
    transform: translate3d(18vw, -122vh, 0);
  }
}
.circle-container:nth-child(61) .circle {
  animation-delay: 268ms;
}
.circle-container:nth-child(62) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-62;
  animation-duration: 36166ms;
  animation-delay: 27365ms;
}
@keyframes move-frames-62 {
  from {
    transform: translate3d(38vw, 108vh, 0);
  }
  to {
    transform: translate3d(10vw, -114vh, 0);
  }
}
.circle-container:nth-child(62) .circle {
  animation-delay: 3499ms;
}
.circle-container:nth-child(63) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-63;
  animation-duration: 30737ms;
  animation-delay: 7070ms;
}
@keyframes move-frames-63 {
  from {
    transform: translate3d(5vw, 101vh, 0);
  }
  to {
    transform: translate3d(76vw, -118vh, 0);
  }
}
.circle-container:nth-child(63) .circle {
  animation-delay: 3437ms;
}
.circle-container:nth-child(64) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-64;
  animation-duration: 35043ms;
  animation-delay: 35380ms;
}
@keyframes move-frames-64 {
  from {
    transform: translate3d(27vw, 108vh, 0);
  }
  to {
    transform: translate3d(77vw, -137vh, 0);
  }
}
.circle-container:nth-child(64) .circle {
  animation-delay: 1567ms;
}
.circle-container:nth-child(65) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-65;
  animation-duration: 28283ms;
  animation-delay: 22734ms;
}
@keyframes move-frames-65 {
  from {
    transform: translate3d(45vw, 109vh, 0);
  }
  to {
    transform: translate3d(24vw, -127vh, 0);
  }
}
.circle-container:nth-child(65) .circle {
  animation-delay: 3879ms;
}
.circle-container:nth-child(66) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-66;
  animation-duration: 33489ms;
  animation-delay: 24451ms;
}
@keyframes move-frames-66 {
  from {
    transform: translate3d(37vw, 104vh, 0);
  }
  to {
    transform: translate3d(50vw, -116vh, 0);
  }
}
.circle-container:nth-child(66) .circle {
  animation-delay: 1437ms;
}
.circle-container:nth-child(67) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-67;
  animation-duration: 33977ms;
  animation-delay: 718ms;
}
@keyframes move-frames-67 {
  from {
    transform: translate3d(8vw, 103vh, 0);
  }
  to {
    transform: translate3d(47vw, -105vh, 0);
  }
}
.circle-container:nth-child(67) .circle {
  animation-delay: 1955ms;
}
.circle-container:nth-child(68) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-68;
  animation-duration: 33825ms;
  animation-delay: 18452ms;
}
@keyframes move-frames-68 {
  from {
    transform: translate3d(90vw, 108vh, 0);
  }
  to {
    transform: translate3d(47vw, -123vh, 0);
  }
}
.circle-container:nth-child(68) .circle {
  animation-delay: 721ms;
}
.circle-container:nth-child(69) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-69;
  animation-duration: 32878ms;
  animation-delay: 6980ms;
}
@keyframes move-frames-69 {
  from {
    transform: translate3d(91vw, 110vh, 0);
  }
  to {
    transform: translate3d(24vw, -140vh, 0);
  }
}
.circle-container:nth-child(69) .circle {
  animation-delay: 541ms;
}
.circle-container:nth-child(70) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-70;
  animation-duration: 29803ms;
  animation-delay: 24239ms;
}
@keyframes move-frames-70 {
  from {
    transform: translate3d(27vw, 110vh, 0);
  }
  to {
    transform: translate3d(65vw, -138vh, 0);
  }
}
.circle-container:nth-child(70) .circle {
  animation-delay: 1354ms;
}
.circle-container:nth-child(71) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-71;
  animation-duration: 33629ms;
  animation-delay: 6105ms;
}
@keyframes move-frames-71 {
  from {
    transform: translate3d(92vw, 102vh, 0);
  }
  to {
    transform: translate3d(78vw, -111vh, 0);
  }
}
.circle-container:nth-child(71) .circle {
  animation-delay: 3734ms;
}
.circle-container:nth-child(72) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-72;
  animation-duration: 29778ms;
  animation-delay: 34505ms;
}
@keyframes move-frames-72 {
  from {
    transform: translate3d(12vw, 101vh, 0);
  }
  to {
    transform: translate3d(99vw, -105vh, 0);
  }
}
.circle-container:nth-child(72) .circle {
  animation-delay: 571ms;
}
.circle-container:nth-child(73) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-73;
  animation-duration: 31727ms;
  animation-delay: 36714ms;
}
@keyframes move-frames-73 {
  from {
    transform: translate3d(87vw, 105vh, 0);
  }
  to {
    transform: translate3d(66vw, -134vh, 0);
  }
}
.circle-container:nth-child(73) .circle {
  animation-delay: 1516ms;
}
.circle-container:nth-child(74) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-74;
  animation-duration: 32295ms;
  animation-delay: 12673ms;
}
@keyframes move-frames-74 {
  from {
    transform: translate3d(43vw, 107vh, 0);
  }
  to {
    transform: translate3d(26vw, -118vh, 0);
  }
}
.circle-container:nth-child(74) .circle {
  animation-delay: 3354ms;
}
.circle-container:nth-child(75) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-75;
  animation-duration: 29677ms;
  animation-delay: 737ms;
}
@keyframes move-frames-75 {
  from {
    transform: translate3d(91vw, 101vh, 0);
  }
  to {
    transform: translate3d(74vw, -113vh, 0);
  }
}
.circle-container:nth-child(75) .circle {
  animation-delay: 1931ms;
}
.circle-container:nth-child(76) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-76;
  animation-duration: 35226ms;
  animation-delay: 18111ms;
}
@keyframes move-frames-76 {
  from {
    transform: translate3d(21vw, 110vh, 0);
  }
  to {
    transform: translate3d(5vw, -119vh, 0);
  }
}
.circle-container:nth-child(76) .circle {
  animation-delay: 2055ms;
}
.circle-container:nth-child(77) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-77;
  animation-duration: 28900ms;
  animation-delay: 26705ms;
}
@keyframes move-frames-77 {
  from {
    transform: translate3d(14vw, 106vh, 0);
  }
  to {
    transform: translate3d(83vw, -129vh, 0);
  }
}
.circle-container:nth-child(77) .circle {
  animation-delay: 1085ms;
}
.circle-container:nth-child(78) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-78;
  animation-duration: 36870ms;
  animation-delay: 10952ms;
}
@keyframes move-frames-78 {
  from {
    transform: translate3d(18vw, 103vh, 0);
  }
  to {
    transform: translate3d(88vw, -120vh, 0);
  }
}
.circle-container:nth-child(78) .circle {
  animation-delay: 342ms;
}
.circle-container:nth-child(79) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-79;
  animation-duration: 32601ms;
  animation-delay: 25792ms;
}
@keyframes move-frames-79 {
  from {
    transform: translate3d(20vw, 105vh, 0);
  }
  to {
    transform: translate3d(29vw, -135vh, 0);
  }
}
.circle-container:nth-child(79) .circle {
  animation-delay: 2670ms;
}
.circle-container:nth-child(80) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-80;
  animation-duration: 30837ms;
  animation-delay: 16001ms;
}
@keyframes move-frames-80 {
  from {
    transform: translate3d(23vw, 102vh, 0);
  }
  to {
    transform: translate3d(17vw, -126vh, 0);
  }
}
.circle-container:nth-child(80) .circle {
  animation-delay: 1323ms;
}
.circle-container:nth-child(81) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-81;
  animation-duration: 36588ms;
  animation-delay: 826ms;
}
@keyframes move-frames-81 {
  from {
    transform: translate3d(4vw, 101vh, 0);
  }
  to {
    transform: translate3d(2vw, -106vh, 0);
  }
}
.circle-container:nth-child(81) .circle {
  animation-delay: 3601ms;
}
.circle-container:nth-child(82) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-82;
  animation-duration: 28547ms;
  animation-delay: 30340ms;
}
@keyframes move-frames-82 {
  from {
    transform: translate3d(45vw, 110vh, 0);
  }
  to {
    transform: translate3d(35vw, -138vh, 0);
  }
}
.circle-container:nth-child(82) .circle {
  animation-delay: 964ms;
}
.circle-container:nth-child(83) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-83;
  animation-duration: 30725ms;
  animation-delay: 15801ms;
}
@keyframes move-frames-83 {
  from {
    transform: translate3d(64vw, 110vh, 0);
  }
  to {
    transform: translate3d(11vw, -113vh, 0);
  }
}
.circle-container:nth-child(83) .circle {
  animation-delay: 1923ms;
}
.circle-container:nth-child(84) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-84;
  animation-duration: 32237ms;
  animation-delay: 32612ms;
}
@keyframes move-frames-84 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(45vw, -123vh, 0);
  }
}
.circle-container:nth-child(84) .circle {
  animation-delay: 2311ms;
}
.circle-container:nth-child(85) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-85;
  animation-duration: 36534ms;
  animation-delay: 1484ms;
}
@keyframes move-frames-85 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(55vw, -132vh, 0);
  }
}
.circle-container:nth-child(85) .circle {
  animation-delay: 3238ms;
}
.circle-container:nth-child(86) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-86;
  animation-duration: 31643ms;
  animation-delay: 5608ms;
}
@keyframes move-frames-86 {
  from {
    transform: translate3d(97vw, 109vh, 0);
  }
  to {
    transform: translate3d(35vw, -117vh, 0);
  }
}
.circle-container:nth-child(86) .circle {
  animation-delay: 3175ms;
}
.circle-container:nth-child(87) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-87;
  animation-duration: 29079ms;
  animation-delay: 5100ms;
}
@keyframes move-frames-87 {
  from {
    transform: translate3d(74vw, 108vh, 0);
  }
  to {
    transform: translate3d(73vw, -122vh, 0);
  }
}
.circle-container:nth-child(87) .circle {
  animation-delay: 3263ms;
}
.circle-container:nth-child(88) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-88;
  animation-duration: 35861ms;
  animation-delay: 16401ms;
}
@keyframes move-frames-88 {
  from {
    transform: translate3d(88vw, 105vh, 0);
  }
  to {
    transform: translate3d(44vw, -114vh, 0);
  }
}
.circle-container:nth-child(88) .circle {
  animation-delay: 1411ms;
}
.circle-container:nth-child(89) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-89;
  animation-duration: 28777ms;
  animation-delay: 3057ms;
}
@keyframes move-frames-89 {
  from {
    transform: translate3d(79vw, 105vh, 0);
  }
  to {
    transform: translate3d(35vw, -133vh, 0);
  }
}
.circle-container:nth-child(89) .circle {
  animation-delay: 240ms;
}
.circle-container:nth-child(90) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-90;
  animation-duration: 29947ms;
  animation-delay: 19053ms;
}
@keyframes move-frames-90 {
  from {
    transform: translate3d(11vw, 102vh, 0);
  }
  to {
    transform: translate3d(64vw, -107vh, 0);
  }
}
.circle-container:nth-child(90) .circle {
  animation-delay: 3357ms;
}
.circle-container:nth-child(91) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-91;
  animation-duration: 28625ms;
  animation-delay: 22378ms;
}
@keyframes move-frames-91 {
  from {
    transform: translate3d(2vw, 103vh, 0);
  }
  to {
    transform: translate3d(81vw, -118vh, 0);
  }
}
.circle-container:nth-child(91) .circle {
  animation-delay: 2560ms;
}
.circle-container:nth-child(92) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-92;
  animation-duration: 30313ms;
  animation-delay: 23301ms;
}
@keyframes move-frames-92 {
  from {
    transform: translate3d(4vw, 105vh, 0);
  }
  to {
    transform: translate3d(62vw, -118vh, 0);
  }
}
.circle-container:nth-child(92) .circle {
  animation-delay: 3556ms;
}
.circle-container:nth-child(93) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-93;
  animation-duration: 30746ms;
  animation-delay: 14781ms;
}
@keyframes move-frames-93 {
  from {
    transform: translate3d(62vw, 109vh, 0);
  }
  to {
    transform: translate3d(30vw, -111vh, 0);
  }
}
.circle-container:nth-child(93) .circle {
  animation-delay: 415ms;
}
.circle-container:nth-child(94) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-94;
  animation-duration: 28558ms;
  animation-delay: 12443ms;
}
@keyframes move-frames-94 {
  from {
    transform: translate3d(45vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -121vh, 0);
  }
}
.circle-container:nth-child(94) .circle {
  animation-delay: 1286ms;
}
.circle-container:nth-child(95) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-95;
  animation-duration: 29445ms;
  animation-delay: 20005ms;
}
@keyframes move-frames-95 {
  from {
    transform: translate3d(89vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -130vh, 0);
  }
}
.circle-container:nth-child(95) .circle {
  animation-delay: 1060ms;
}
.circle-container:nth-child(96) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-96;
  animation-duration: 29978ms;
  animation-delay: 6470ms;
}
@keyframes move-frames-96 {
  from {
    transform: translate3d(24vw, 102vh, 0);
  }
  to {
    transform: translate3d(41vw, -113vh, 0);
  }
}
.circle-container:nth-child(96) .circle {
  animation-delay: 2252ms;
}
.circle-container:nth-child(97) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-97;
  animation-duration: 31543ms;
  animation-delay: 379ms;
}
@keyframes move-frames-97 {
  from {
    transform: translate3d(45vw, 102vh, 0);
  }
  to {
    transform: translate3d(90vw, -124vh, 0);
  }
}
.circle-container:nth-child(97) .circle {
  animation-delay: 1469ms;
}
.circle-container:nth-child(98) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-98;
  animation-duration: 32005ms;
  animation-delay: 32440ms;
}
@keyframes move-frames-98 {
  from {
    transform: translate3d(88vw, 102vh, 0);
  }
  to {
    transform: translate3d(26vw, -123vh, 0);
  }
}
.circle-container:nth-child(98) .circle {
  animation-delay: 1777ms;
}
.circle-container:nth-child(99) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-99;
  animation-duration: 33218ms;
  animation-delay: 23050ms;
}
@keyframes move-frames-99 {
  from {
    transform: translate3d(85vw, 108vh, 0);
  }
  to {
    transform: translate3d(3vw, -138vh, 0);
  }
}
.circle-container:nth-child(99) .circle {
  animation-delay: 1849ms;
}
.circle-container:nth-child(100) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-100;
  animation-duration: 29835ms;
  animation-delay: 24025ms;
}
@keyframes move-frames-100 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(31vw, -109vh, 0);
  }
}
.circle-container:nth-child(100) .circle {
  animation-delay: 2555ms;
}
.circle-container:nth-child(101) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-101;
  animation-duration: 33751ms;
  animation-delay: 13259ms;
}
@keyframes move-frames-101 {
  from {
    transform: translate3d(37vw, 102vh, 0);
  }
  to {
    transform: translate3d(81vw, -131vh, 0);
  }
}
.circle-container:nth-child(101) .circle {
  animation-delay: 2399ms;
}
.circle-container:nth-child(102) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-102;
  animation-duration: 31109ms;
  animation-delay: 8394ms;
}
@keyframes move-frames-102 {
  from {
    transform: translate3d(68vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -131vh, 0);
  }
}
.circle-container:nth-child(102) .circle {
  animation-delay: 2202ms;
}
.circle-container:nth-child(103) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-103;
  animation-duration: 34920ms;
  animation-delay: 12136ms;
}
@keyframes move-frames-103 {
  from {
    transform: translate3d(38vw, 106vh, 0);
  }
  to {
    transform: translate3d(71vw, -107vh, 0);
  }
}
.circle-container:nth-child(103) .circle {
  animation-delay: 3568ms;
}
.circle-container:nth-child(104) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-104;
  animation-duration: 29726ms;
  animation-delay: 1685ms;
}
@keyframes move-frames-104 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(78vw, -107vh, 0);
  }
}
.circle-container:nth-child(104) .circle {
  animation-delay: 1540ms;
}
.circle-container:nth-child(105) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-105;
  animation-duration: 34744ms;
  animation-delay: 7896ms;
}
@keyframes move-frames-105 {
  from {
    transform: translate3d(73vw, 108vh, 0);
  }
  to {
    transform: translate3d(78vw, -124vh, 0);
  }
}
.circle-container:nth-child(105) .circle {
  animation-delay: 2557ms;
}
.circle-container:nth-child(106) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-106;
  animation-duration: 31164ms;
  animation-delay: 20089ms;
}
@keyframes move-frames-106 {
  from {
    transform: translate3d(46vw, 107vh, 0);
  }
  to {
    transform: translate3d(68vw, -108vh, 0);
  }
}
.circle-container:nth-child(106) .circle {
  animation-delay: 1693ms;
}
.circle-container:nth-child(107) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-107;
  animation-duration: 32801ms;
  animation-delay: 30779ms;
}
@keyframes move-frames-107 {
  from {
    transform: translate3d(56vw, 105vh, 0);
  }
  to {
    transform: translate3d(89vw, -126vh, 0);
  }
}
.circle-container:nth-child(107) .circle {
  animation-delay: 3586ms;
}
.circle-container:nth-child(108) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-108;
  animation-duration: 34141ms;
  animation-delay: 4022ms;
}
@keyframes move-frames-108 {
  from {
    transform: translate3d(69vw, 108vh, 0);
  }
  to {
    transform: translate3d(100vw, -132vh, 0);
  }
}
.circle-container:nth-child(108) .circle {
  animation-delay: 2469ms;
}
.circle-container:nth-child(109) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-109;
  animation-duration: 31864ms;
  animation-delay: 11591ms;
}
@keyframes move-frames-109 {
  from {
    transform: translate3d(15vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -123vh, 0);
  }
}
.circle-container:nth-child(109) .circle {
  animation-delay: 3259ms;
}
.circle-container:nth-child(110) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-110;
  animation-duration: 33828ms;
  animation-delay: 33495ms;
}
@keyframes move-frames-110 {
  from {
    transform: translate3d(92vw, 107vh, 0);
  }
  to {
    transform: translate3d(38vw, -108vh, 0);
  }
}
.circle-container:nth-child(110) .circle {
  animation-delay: 1879ms;
}
.circle-container:nth-child(111) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-111;
  animation-duration: 28924ms;
  animation-delay: 30981ms;
}
@keyframes move-frames-111 {
  from {
    transform: translate3d(30vw, 104vh, 0);
  }
  to {
    transform: translate3d(52vw, -123vh, 0);
  }
}
.circle-container:nth-child(111) .circle {
  animation-delay: 718ms;
}
.circle-container:nth-child(112) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-112;
  animation-duration: 36691ms;
  animation-delay: 19179ms;
}
@keyframes move-frames-112 {
  from {
    transform: translate3d(46vw, 106vh, 0);
  }
  to {
    transform: translate3d(61vw, -107vh, 0);
  }
}
.circle-container:nth-child(112) .circle {
  animation-delay: 3953ms;
}
.circle-container:nth-child(113) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-113;
  animation-duration: 29255ms;
  animation-delay: 36699ms;
}
@keyframes move-frames-113 {
  from {
    transform: translate3d(49vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -118vh, 0);
  }
}
.circle-container:nth-child(113) .circle {
  animation-delay: 1575ms;
}
.circle-container:nth-child(114) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-114;
  animation-duration: 35921ms;
  animation-delay: 8457ms;
}
@keyframes move-frames-114 {
  from {
    transform: translate3d(88vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -132vh, 0);
  }
}
.circle-container:nth-child(114) .circle {
  animation-delay: 1278ms;
}
.circle-container:nth-child(115) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-115;
  animation-duration: 28717ms;
  animation-delay: 7376ms;
}
@keyframes move-frames-115 {
  from {
    transform: translate3d(54vw, 104vh, 0);
  }
  to {
    transform: translate3d(21vw, -134vh, 0);
  }
}
.circle-container:nth-child(115) .circle {
  animation-delay: 216ms;
}
.circle-container:nth-child(116) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-116;
  animation-duration: 36456ms;
  animation-delay: 27847ms;
}
@keyframes move-frames-116 {
  from {
    transform: translate3d(3vw, 102vh, 0);
  }
  to {
    transform: translate3d(82vw, -110vh, 0);
  }
}
.circle-container:nth-child(116) .circle {
  animation-delay: 2470ms;
}
.circle-container:nth-child(117) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-117;
  animation-duration: 30594ms;
  animation-delay: 1096ms;
}
@keyframes move-frames-117 {
  from {
    transform: translate3d(50vw, 103vh, 0);
  }
  to {
    transform: translate3d(67vw, -119vh, 0);
  }
}
.circle-container:nth-child(117) .circle {
  animation-delay: 2163ms;
}
.circle-container:nth-child(118) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-118;
  animation-duration: 29448ms;
  animation-delay: 18987ms;
}
@keyframes move-frames-118 {
  from {
    transform: translate3d(60vw, 106vh, 0);
  }
  to {
    transform: translate3d(72vw, -118vh, 0);
  }
}
.circle-container:nth-child(118) .circle {
  animation-delay: 2199ms;
}
.circle-container:nth-child(119) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-119;
  animation-duration: 33421ms;
  animation-delay: 24647ms;
}
@keyframes move-frames-119 {
  from {
    transform: translate3d(17vw, 101vh, 0);
  }
  to {
    transform: translate3d(6vw, -127vh, 0);
  }
}
.circle-container:nth-child(119) .circle {
  animation-delay: 3206ms;
}
.circle-container:nth-child(120) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-120;
  animation-duration: 29863ms;
  animation-delay: 12519ms;
}
@keyframes move-frames-120 {
  from {
    transform: translate3d(19vw, 109vh, 0);
  }
  to {
    transform: translate3d(82vw, -112vh, 0);
  }
}
.circle-container:nth-child(120) .circle {
  animation-delay: 1164ms;
}
.circle-container:nth-child(121) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-121;
  animation-duration: 30581ms;
  animation-delay: 30560ms;
}
@keyframes move-frames-121 {
  from {
    transform: translate3d(28vw, 102vh, 0);
  }
  to {
    transform: translate3d(13vw, -127vh, 0);
  }
}
.circle-container:nth-child(121) .circle {
  animation-delay: 1223ms;
}
.circle-container:nth-child(122) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-122;
  animation-duration: 30287ms;
  animation-delay: 23456ms;
}
@keyframes move-frames-122 {
  from {
    transform: translate3d(39vw, 107vh, 0);
  }
  to {
    transform: translate3d(12vw, -133vh, 0);
  }
}
.circle-container:nth-child(122) .circle {
  animation-delay: 2352ms;
}
.circle-container:nth-child(123) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-123;
  animation-duration: 35017ms;
  animation-delay: 24509ms;
}
@keyframes move-frames-123 {
  from {
    transform: translate3d(16vw, 110vh, 0);
  }
  to {
    transform: translate3d(84vw, -119vh, 0);
  }
}
.circle-container:nth-child(123) .circle {
  animation-delay: 2581ms;
}
.circle-container:nth-child(124) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-124;
  animation-duration: 33593ms;
  animation-delay: 23537ms;
}
@keyframes move-frames-124 {
  from {
    transform: translate3d(92vw, 107vh, 0);
  }
  to {
    transform: translate3d(59vw, -115vh, 0);
  }
}
.circle-container:nth-child(124) .circle {
  animation-delay: 3819ms;
}
.circle-container:nth-child(125) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-125;
  animation-duration: 35000ms;
  animation-delay: 21094ms;
}
@keyframes move-frames-125 {
  from {
    transform: translate3d(28vw, 101vh, 0);
  }
  to {
    transform: translate3d(39vw, -110vh, 0);
  }
}
.circle-container:nth-child(125) .circle {
  animation-delay: 1480ms;
}
.circle-container:nth-child(126) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-126;
  animation-duration: 29015ms;
  animation-delay: 16186ms;
}
@keyframes move-frames-126 {
  from {
    transform: translate3d(16vw, 102vh, 0);
  }
  to {
    transform: translate3d(35vw, -121vh, 0);
  }
}
.circle-container:nth-child(126) .circle {
  animation-delay: 3307ms;
}
.circle-container:nth-child(127) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-127;
  animation-duration: 36186ms;
  animation-delay: 36731ms;
}
@keyframes move-frames-127 {
  from {
    transform: translate3d(21vw, 107vh, 0);
  }
  to {
    transform: translate3d(39vw, -123vh, 0);
  }
}
.circle-container:nth-child(127) .circle {
  animation-delay: 1357ms;
}
.circle-container:nth-child(128) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-128;
  animation-duration: 32095ms;
  animation-delay: 35933ms;
}
@keyframes move-frames-128 {
  from {
    transform: translate3d(74vw, 109vh, 0);
  }
  to {
    transform: translate3d(26vw, -122vh, 0);
  }
}
.circle-container:nth-child(128) .circle {
  animation-delay: 404ms;
}
.circle-container:nth-child(129) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-129;
  animation-duration: 33540ms;
  animation-delay: 1464ms;
}
@keyframes move-frames-129 {
  from {
    transform: translate3d(28vw, 103vh, 0);
  }
  to {
    transform: translate3d(51vw, -112vh, 0);
  }
}
.circle-container:nth-child(129) .circle {
  animation-delay: 2275ms;
}
.circle-container:nth-child(130) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-130;
  animation-duration: 33269ms;
  animation-delay: 13277ms;
}
@keyframes move-frames-130 {
  from {
    transform: translate3d(49vw, 102vh, 0);
  }
  to {
    transform: translate3d(79vw, -110vh, 0);
  }
}
.circle-container:nth-child(130) .circle {
  animation-delay: 2258ms;
}
.circle-container:nth-child(131) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-131;
  animation-duration: 31379ms;
  animation-delay: 20510ms;
}
@keyframes move-frames-131 {
  from {
    transform: translate3d(5vw, 102vh, 0);
  }
  to {
    transform: translate3d(62vw, -106vh, 0);
  }
}
.circle-container:nth-child(131) .circle {
  animation-delay: 755ms;
}
.circle-container:nth-child(132) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-132;
  animation-duration: 29006ms;
  animation-delay: 5961ms;
}
@keyframes move-frames-132 {
  from {
    transform: translate3d(17vw, 104vh, 0);
  }
  to {
    transform: translate3d(94vw, -122vh, 0);
  }
}
.circle-container:nth-child(132) .circle {
  animation-delay: 3987ms;
}
.circle-container:nth-child(133) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-133;
  animation-duration: 31110ms;
  animation-delay: 36220ms;
}
@keyframes move-frames-133 {
  from {
    transform: translate3d(99vw, 105vh, 0);
  }
  to {
    transform: translate3d(40vw, -124vh, 0);
  }
}
.circle-container:nth-child(133) .circle {
  animation-delay: 3365ms;
}
.circle-container:nth-child(134) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-134;
  animation-duration: 35115ms;
  animation-delay: 4707ms;
}
@keyframes move-frames-134 {
  from {
    transform: translate3d(45vw, 108vh, 0);
  }
  to {
    transform: translate3d(94vw, -114vh, 0);
  }
}
.circle-container:nth-child(134) .circle {
  animation-delay: 2752ms;
}
.circle-container:nth-child(135) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-135;
  animation-duration: 28778ms;
  animation-delay: 8181ms;
}
@keyframes move-frames-135 {
  from {
    transform: translate3d(57vw, 104vh, 0);
  }
  to {
    transform: translate3d(85vw, -106vh, 0);
  }
}
.circle-container:nth-child(135) .circle {
  animation-delay: 3701ms;
}
.circle-container:nth-child(136) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-136;
  animation-duration: 28123ms;
  animation-delay: 9923ms;
}
@keyframes move-frames-136 {
  from {
    transform: translate3d(33vw, 103vh, 0);
  }
  to {
    transform: translate3d(40vw, -119vh, 0);
  }
}
.circle-container:nth-child(136) .circle {
  animation-delay: 3609ms;
}
.circle-container:nth-child(137) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-137;
  animation-duration: 31988ms;
  animation-delay: 9547ms;
}
@keyframes move-frames-137 {
  from {
    transform: translate3d(37vw, 101vh, 0);
  }
  to {
    transform: translate3d(28vw, -114vh, 0);
  }
}
.circle-container:nth-child(137) .circle {
  animation-delay: 3369ms;
}
.circle-container:nth-child(138) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-138;
  animation-duration: 31598ms;
  animation-delay: 36077ms;
}
@keyframes move-frames-138 {
  from {
    transform: translate3d(92vw, 105vh, 0);
  }
  to {
    transform: translate3d(90vw, -116vh, 0);
  }
}
.circle-container:nth-child(138) .circle {
  animation-delay: 3734ms;
}
.circle-container:nth-child(139) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-139;
  animation-duration: 29772ms;
  animation-delay: 34422ms;
}
@keyframes move-frames-139 {
  from {
    transform: translate3d(84vw, 104vh, 0);
  }
  to {
    transform: translate3d(83vw, -113vh, 0);
  }
}
.circle-container:nth-child(139) .circle {
  animation-delay: 2411ms;
}
.circle-container:nth-child(140) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-140;
  animation-duration: 30924ms;
  animation-delay: 2053ms;
}
@keyframes move-frames-140 {
  from {
    transform: translate3d(83vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -108vh, 0);
  }
}
.circle-container:nth-child(140) .circle {
  animation-delay: 2901ms;
}
.circle-container:nth-child(141) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-141;
  animation-duration: 31738ms;
  animation-delay: 11865ms;
}
@keyframes move-frames-141 {
  from {
    transform: translate3d(60vw, 107vh, 0);
  }
  to {
    transform: translate3d(86vw, -113vh, 0);
  }
}
.circle-container:nth-child(141) .circle {
  animation-delay: 2410ms;
}
.circle-container:nth-child(142) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-142;
  animation-duration: 32364ms;
  animation-delay: 5692ms;
}
@keyframes move-frames-142 {
  from {
    transform: translate3d(2vw, 101vh, 0);
  }
  to {
    transform: translate3d(68vw, -125vh, 0);
  }
}
.circle-container:nth-child(142) .circle {
  animation-delay: 2336ms;
}
.circle-container:nth-child(143) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-143;
  animation-duration: 30790ms;
  animation-delay: 17654ms;
}
@keyframes move-frames-143 {
  from {
    transform: translate3d(51vw, 101vh, 0);
  }
  to {
    transform: translate3d(32vw, -102vh, 0);
  }
}
.circle-container:nth-child(143) .circle {
  animation-delay: 2291ms;
}
.circle-container:nth-child(144) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-144;
  animation-duration: 29755ms;
  animation-delay: 12672ms;
}
@keyframes move-frames-144 {
  from {
    transform: translate3d(70vw, 101vh, 0);
  }
  to {
    transform: translate3d(5vw, -123vh, 0);
  }
}
.circle-container:nth-child(144) .circle {
  animation-delay: 3250ms;
}
.circle-container:nth-child(145) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-145;
  animation-duration: 36659ms;
  animation-delay: 6753ms;
}
@keyframes move-frames-145 {
  from {
    transform: translate3d(71vw, 101vh, 0);
  }
  to {
    transform: translate3d(80vw, -116vh, 0);
  }
}
.circle-container:nth-child(145) .circle {
  animation-delay: 3284ms;
}
.circle-container:nth-child(146) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-146;
  animation-duration: 36157ms;
  animation-delay: 22982ms;
}
@keyframes move-frames-146 {
  from {
    transform: translate3d(68vw, 106vh, 0);
  }
  to {
    transform: translate3d(28vw, -136vh, 0);
  }
}
.circle-container:nth-child(146) .circle {
  animation-delay: 1147ms;
}
.circle-container:nth-child(147) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-147;
  animation-duration: 34847ms;
  animation-delay: 19554ms;
}
@keyframes move-frames-147 {
  from {
    transform: translate3d(96vw, 108vh, 0);
  }
  to {
    transform: translate3d(42vw, -134vh, 0);
  }
}
.circle-container:nth-child(147) .circle {
  animation-delay: 2320ms;
}
.circle-container:nth-child(148) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-148;
  animation-duration: 30054ms;
  animation-delay: 19597ms;
}
@keyframes move-frames-148 {
  from {
    transform: translate3d(15vw, 101vh, 0);
  }
  to {
    transform: translate3d(43vw, -131vh, 0);
  }
}
.circle-container:nth-child(148) .circle {
  animation-delay: 1035ms;
}
.circle-container:nth-child(149) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-149;
  animation-duration: 36371ms;
  animation-delay: 26129ms;
}
@keyframes move-frames-149 {
  from {
    transform: translate3d(82vw, 106vh, 0);
  }
  to {
    transform: translate3d(24vw, -118vh, 0);
  }
}
.circle-container:nth-child(149) .circle {
  animation-delay: 1577ms;
}
.circle-container:nth-child(150) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-150;
  animation-duration: 36774ms;
  animation-delay: 33408ms;
}
@keyframes move-frames-150 {
  from {
    transform: translate3d(77vw, 109vh, 0);
  }
  to {
    transform: translate3d(62vw, -114vh, 0);
  }
}
.circle-container:nth-child(150) .circle {
  animation-delay: 3335ms;
}
.circle-container:nth-child(151) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-151;
  animation-duration: 31490ms;
  animation-delay: 29069ms;
}
@keyframes move-frames-151 {
  from {
    transform: translate3d(86vw, 101vh, 0);
  }
  to {
    transform: translate3d(82vw, -118vh, 0);
  }
}
.circle-container:nth-child(151) .circle {
  animation-delay: 3474ms;
}
.circle-container:nth-child(152) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-152;
  animation-duration: 30049ms;
  animation-delay: 32748ms;
}
@keyframes move-frames-152 {
  from {
    transform: translate3d(94vw, 106vh, 0);
  }
  to {
    transform: translate3d(79vw, -109vh, 0);
  }
}
.circle-container:nth-child(152) .circle {
  animation-delay: 3162ms;
}
.circle-container:nth-child(153) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-153;
  animation-duration: 31500ms;
  animation-delay: 14410ms;
}
@keyframes move-frames-153 {
  from {
    transform: translate3d(84vw, 106vh, 0);
  }
  to {
    transform: translate3d(37vw, -123vh, 0);
  }
}
.circle-container:nth-child(153) .circle {
  animation-delay: 2569ms;
}
.circle-container:nth-child(154) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-154;
  animation-duration: 30616ms;
  animation-delay: 11640ms;
}
@keyframes move-frames-154 {
  from {
    transform: translate3d(47vw, 109vh, 0);
  }
  to {
    transform: translate3d(39vw, -128vh, 0);
  }
}
.circle-container:nth-child(154) .circle {
  animation-delay: 2118ms;
}
.circle-container:nth-child(155) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-155;
  animation-duration: 29409ms;
  animation-delay: 8281ms;
}
@keyframes move-frames-155 {
  from {
    transform: translate3d(51vw, 104vh, 0);
  }
  to {
    transform: translate3d(38vw, -111vh, 0);
  }
}
.circle-container:nth-child(155) .circle {
  animation-delay: 589ms;
}
.circle-container:nth-child(156) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-156;
  animation-duration: 36902ms;
  animation-delay: 29287ms;
}
@keyframes move-frames-156 {
  from {
    transform: translate3d(75vw, 104vh, 0);
  }
  to {
    transform: translate3d(76vw, -109vh, 0);
  }
}
.circle-container:nth-child(156) .circle {
  animation-delay: 3194ms;
}
.circle-container:nth-child(157) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-157;
  animation-duration: 35662ms;
  animation-delay: 35614ms;
}
@keyframes move-frames-157 {
  from {
    transform: translate3d(1vw, 110vh, 0);
  }
  to {
    transform: translate3d(6vw, -122vh, 0);
  }
}
.circle-container:nth-child(157) .circle {
  animation-delay: 691ms;
}
.circle-container:nth-child(158) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-158;
  animation-duration: 34825ms;
  animation-delay: 10891ms;
}
@keyframes move-frames-158 {
  from {
    transform: translate3d(47vw, 105vh, 0);
  }
  to {
    transform: translate3d(98vw, -109vh, 0);
  }
}
.circle-container:nth-child(158) .circle {
  animation-delay: 2371ms;
}
.circle-container:nth-child(159) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-159;
  animation-duration: 32820ms;
  animation-delay: 36885ms;
}
@keyframes move-frames-159 {
  from {
    transform: translate3d(32vw, 110vh, 0);
  }
  to {
    transform: translate3d(54vw, -116vh, 0);
  }
}
.circle-container:nth-child(159) .circle {
  animation-delay: 1228ms;
}
.circle-container:nth-child(160) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-160;
  animation-duration: 30227ms;
  animation-delay: 17510ms;
}
@keyframes move-frames-160 {
  from {
    transform: translate3d(31vw, 108vh, 0);
  }
  to {
    transform: translate3d(16vw, -115vh, 0);
  }
}
.circle-container:nth-child(160) .circle {
  animation-delay: 148ms;
}
.circle-container:nth-child(161) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-161;
  animation-duration: 36551ms;
  animation-delay: 8399ms;
}
@keyframes move-frames-161 {
  from {
    transform: translate3d(60vw, 102vh, 0);
  }
  to {
    transform: translate3d(40vw, -121vh, 0);
  }
}
.circle-container:nth-child(161) .circle {
  animation-delay: 23ms;
}
.circle-container:nth-child(162) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-162;
  animation-duration: 35205ms;
  animation-delay: 2439ms;
}
@keyframes move-frames-162 {
  from {
    transform: translate3d(18vw, 106vh, 0);
  }
  to {
    transform: translate3d(6vw, -135vh, 0);
  }
}
.circle-container:nth-child(162) .circle {
  animation-delay: 1487ms;
}
.circle-container:nth-child(163) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-163;
  animation-duration: 32880ms;
  animation-delay: 11234ms;
}
@keyframes move-frames-163 {
  from {
    transform: translate3d(30vw, 103vh, 0);
  }
  to {
    transform: translate3d(73vw, -132vh, 0);
  }
}
.circle-container:nth-child(163) .circle {
  animation-delay: 3966ms;
}
.circle-container:nth-child(164) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-164;
  animation-duration: 33044ms;
  animation-delay: 16996ms;
}
@keyframes move-frames-164 {
  from {
    transform: translate3d(91vw, 107vh, 0);
  }
  to {
    transform: translate3d(25vw, -129vh, 0);
  }
}
.circle-container:nth-child(164) .circle {
  animation-delay: 1064ms;
}
.circle-container:nth-child(165) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-165;
  animation-duration: 29468ms;
  animation-delay: 23001ms;
}
@keyframes move-frames-165 {
  from {
    transform: translate3d(5vw, 103vh, 0);
  }
  to {
    transform: translate3d(8vw, -111vh, 0);
  }
}
.circle-container:nth-child(165) .circle {
  animation-delay: 1944ms;
}
.circle-container:nth-child(166) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-166;
  animation-duration: 36639ms;
  animation-delay: 2875ms;
}
@keyframes move-frames-166 {
  from {
    transform: translate3d(49vw, 106vh, 0);
  }
  to {
    transform: translate3d(67vw, -112vh, 0);
  }
}
.circle-container:nth-child(166) .circle {
  animation-delay: 521ms;
}
.circle-container:nth-child(167) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-167;
  animation-duration: 31957ms;
  animation-delay: 3642ms;
}
@keyframes move-frames-167 {
  from {
    transform: translate3d(79vw, 105vh, 0);
  }
  to {
    transform: translate3d(63vw, -117vh, 0);
  }
}
.circle-container:nth-child(167) .circle {
  animation-delay: 1718ms;
}
.circle-container:nth-child(168) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-168;
  animation-duration: 33629ms;
  animation-delay: 16161ms;
}
@keyframes move-frames-168 {
  from {
    transform: translate3d(68vw, 102vh, 0);
  }
  to {
    transform: translate3d(1vw, -130vh, 0);
  }
}
.circle-container:nth-child(168) .circle {
  animation-delay: 2867ms;
}
.circle-container:nth-child(169) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-169;
  animation-duration: 32283ms;
  animation-delay: 27006ms;
}
@keyframes move-frames-169 {
  from {
    transform: translate3d(28vw, 109vh, 0);
  }
  to {
    transform: translate3d(73vw, -129vh, 0);
  }
}
.circle-container:nth-child(169) .circle {
  animation-delay: 1530ms;
}
.circle-container:nth-child(170) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-170;
  animation-duration: 32891ms;
  animation-delay: 22245ms;
}
@keyframes move-frames-170 {
  from {
    transform: translate3d(82vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -109vh, 0);
  }
}
.circle-container:nth-child(170) .circle {
  animation-delay: 1925ms;
}
.circle-container:nth-child(171) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-171;
  animation-duration: 34959ms;
  animation-delay: 6633ms;
}
@keyframes move-frames-171 {
  from {
    transform: translate3d(99vw, 101vh, 0);
  }
  to {
    transform: translate3d(10vw, -130vh, 0);
  }
}
.circle-container:nth-child(171) .circle {
  animation-delay: 1216ms;
}
.circle-container:nth-child(172) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-172;
  animation-duration: 30223ms;
  animation-delay: 1530ms;
}
@keyframes move-frames-172 {
  from {
    transform: translate3d(69vw, 103vh, 0);
  }
  to {
    transform: translate3d(15vw, -131vh, 0);
  }
}
.circle-container:nth-child(172) .circle {
  animation-delay: 3038ms;
}
.circle-container:nth-child(173) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-173;
  animation-duration: 33010ms;
  animation-delay: 34878ms;
}
@keyframes move-frames-173 {
  from {
    transform: translate3d(81vw, 104vh, 0);
  }
  to {
    transform: translate3d(90vw, -129vh, 0);
  }
}
.circle-container:nth-child(173) .circle {
  animation-delay: 3083ms;
}
.circle-container:nth-child(174) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-174;
  animation-duration: 34714ms;
  animation-delay: 32097ms;
}
@keyframes move-frames-174 {
  from {
    transform: translate3d(51vw, 110vh, 0);
  }
  to {
    transform: translate3d(78vw, -121vh, 0);
  }
}
.circle-container:nth-child(174) .circle {
  animation-delay: 3201ms;
}
.circle-container:nth-child(175) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-175;
  animation-duration: 33356ms;
  animation-delay: 9205ms;
}
@keyframes move-frames-175 {
  from {
    transform: translate3d(98vw, 108vh, 0);
  }
  to {
    transform: translate3d(15vw, -134vh, 0);
  }
}
.circle-container:nth-child(175) .circle {
  animation-delay: 219ms;
}
.circle-container:nth-child(176) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-176;
  animation-duration: 33416ms;
  animation-delay: 23137ms;
}
@keyframes move-frames-176 {
  from {
    transform: translate3d(34vw, 101vh, 0);
  }
  to {
    transform: translate3d(58vw, -102vh, 0);
  }
}
.circle-container:nth-child(176) .circle {
  animation-delay: 20ms;
}
.circle-container:nth-child(177) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-177;
  animation-duration: 36943ms;
  animation-delay: 31063ms;
}
@keyframes move-frames-177 {
  from {
    transform: translate3d(95vw, 107vh, 0);
  }
  to {
    transform: translate3d(35vw, -128vh, 0);
  }
}
.circle-container:nth-child(177) .circle {
  animation-delay: 2844ms;
}
.circle-container:nth-child(178) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-178;
  animation-duration: 29239ms;
  animation-delay: 5118ms;
}
@keyframes move-frames-178 {
  from {
    transform: translate3d(57vw, 110vh, 0);
  }
  to {
    transform: translate3d(66vw, -139vh, 0);
  }
}
.circle-container:nth-child(178) .circle {
  animation-delay: 1080ms;
}
.circle-container:nth-child(179) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-179;
  animation-duration: 30415ms;
  animation-delay: 28195ms;
}
@keyframes move-frames-179 {
  from {
    transform: translate3d(67vw, 110vh, 0);
  }
  to {
    transform: translate3d(12vw, -117vh, 0);
  }
}
.circle-container:nth-child(179) .circle {
  animation-delay: 1277ms;
}
.circle-container:nth-child(180) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-180;
  animation-duration: 28808ms;
  animation-delay: 36564ms;
}
@keyframes move-frames-180 {
  from {
    transform: translate3d(96vw, 102vh, 0);
  }
  to {
    transform: translate3d(76vw, -128vh, 0);
  }
}
.circle-container:nth-child(180) .circle {
  animation-delay: 439ms;
}
.circle-container:nth-child(181) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-181;
  animation-duration: 36224ms;
  animation-delay: 32341ms;
}
@keyframes move-frames-181 {
  from {
    transform: translate3d(62vw, 106vh, 0);
  }
  to {
    transform: translate3d(70vw, -129vh, 0);
  }
}
.circle-container:nth-child(181) .circle {
  animation-delay: 525ms;
}
.circle-container:nth-child(182) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-182;
  animation-duration: 36897ms;
  animation-delay: 10305ms;
}
@keyframes move-frames-182 {
  from {
    transform: translate3d(59vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -113vh, 0);
  }
}
.circle-container:nth-child(182) .circle {
  animation-delay: 2359ms;
}
.circle-container:nth-child(183) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-183;
  animation-duration: 30283ms;
  animation-delay: 2855ms;
}
@keyframes move-frames-183 {
  from {
    transform: translate3d(43vw, 101vh, 0);
  }
  to {
    transform: translate3d(3vw, -119vh, 0);
  }
}
.circle-container:nth-child(183) .circle {
  animation-delay: 3808ms;
}
.circle-container:nth-child(184) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-184;
  animation-duration: 28848ms;
  animation-delay: 22892ms;
}
@keyframes move-frames-184 {
  from {
    transform: translate3d(47vw, 110vh, 0);
  }
  to {
    transform: translate3d(99vw, -117vh, 0);
  }
}
.circle-container:nth-child(184) .circle {
  animation-delay: 2433ms;
}
.circle-container:nth-child(185) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-185;
  animation-duration: 34690ms;
  animation-delay: 20514ms;
}
@keyframes move-frames-185 {
  from {
    transform: translate3d(63vw, 102vh, 0);
  }
  to {
    transform: translate3d(6vw, -132vh, 0);
  }
}
.circle-container:nth-child(185) .circle {
  animation-delay: 241ms;
}
.circle-container:nth-child(186) {
  width: 6px;
  height: 6px;
  animation-name: move-frames-186;
  animation-duration: 34118ms;
  animation-delay: 6246ms;
}
@keyframes move-frames-186 {
  from {
    transform: translate3d(24vw, 103vh, 0);
  }
  to {
    transform: translate3d(14vw, -122vh, 0);
  }
}
.circle-container:nth-child(186) .circle {
  animation-delay: 3501ms;
}
.circle-container:nth-child(187) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-187;
  animation-duration: 33115ms;
  animation-delay: 5337ms;
}
@keyframes move-frames-187 {
  from {
    transform: translate3d(17vw, 105vh, 0);
  }
  to {
    transform: translate3d(55vw, -131vh, 0);
  }
}
.circle-container:nth-child(187) .circle {
  animation-delay: 3902ms;
}
.circle-container:nth-child(188) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-188;
  animation-duration: 33658ms;
  animation-delay: 27737ms;
}
@keyframes move-frames-188 {
  from {
    transform: translate3d(89vw, 104vh, 0);
  }
  to {
    transform: translate3d(28vw, -116vh, 0);
  }
}
.circle-container:nth-child(188) .circle {
  animation-delay: 1812ms;
}
.circle-container:nth-child(189) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-189;
  animation-duration: 28955ms;
  animation-delay: 10246ms;
}
@keyframes move-frames-189 {
  from {
    transform: translate3d(57vw, 103vh, 0);
  }
  to {
    transform: translate3d(35vw, -122vh, 0);
  }
}
.circle-container:nth-child(189) .circle {
  animation-delay: 2286ms;
}
.circle-container:nth-child(190) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-190;
  animation-duration: 31671ms;
  animation-delay: 21233ms;
}
@keyframes move-frames-190 {
  from {
    transform: translate3d(42vw, 105vh, 0);
  }
  to {
    transform: translate3d(5vw, -123vh, 0);
  }
}
.circle-container:nth-child(190) .circle {
  animation-delay: 3597ms;
}
.circle-container:nth-child(191) {
  width: 1px;
  height: 1px;
  animation-name: move-frames-191;
  animation-duration: 34702ms;
  animation-delay: 27445ms;
}
@keyframes move-frames-191 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(21vw, -133vh, 0);
  }
}
.circle-container:nth-child(191) .circle {
  animation-delay: 3685ms;
}
.circle-container:nth-child(192) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-192;
  animation-duration: 31654ms;
  animation-delay: 30548ms;
}
@keyframes move-frames-192 {
  from {
    transform: translate3d(94vw, 107vh, 0);
  }
  to {
    transform: translate3d(8vw, -135vh, 0);
  }
}
.circle-container:nth-child(192) .circle {
  animation-delay: 3052ms;
}
.circle-container:nth-child(193) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-193;
  animation-duration: 35795ms;
  animation-delay: 10257ms;
}
@keyframes move-frames-193 {
  from {
    transform: translate3d(54vw, 101vh, 0);
  }
  to {
    transform: translate3d(77vw, -111vh, 0);
  }
}
.circle-container:nth-child(193) .circle {
  animation-delay: 2715ms;
}
.circle-container:nth-child(194) {
  width: 5px;
  height: 5px;
  animation-name: move-frames-194;
  animation-duration: 34650ms;
  animation-delay: 23351ms;
}
@keyframes move-frames-194 {
  from {
    transform: translate3d(32vw, 103vh, 0);
  }
  to {
    transform: translate3d(41vw, -126vh, 0);
  }
}
.circle-container:nth-child(194) .circle {
  animation-delay: 2293ms;
}
.circle-container:nth-child(195) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-195;
  animation-duration: 33436ms;
  animation-delay: 16494ms;
}
@keyframes move-frames-195 {
  from {
    transform: translate3d(16vw, 107vh, 0);
  }
  to {
    transform: translate3d(77vw, -121vh, 0);
  }
}
.circle-container:nth-child(195) .circle {
  animation-delay: 770ms;
}
.circle-container:nth-child(196) {
  width: 2px;
  height: 2px;
  animation-name: move-frames-196;
  animation-duration: 28187ms;
  animation-delay: 35242ms;
}
@keyframes move-frames-196 {
  from {
    transform: translate3d(86vw, 106vh, 0);
  }
  to {
    transform: translate3d(45vw, -129vh, 0);
  }
}
.circle-container:nth-child(196) .circle {
  animation-delay: 1266ms;
}
.circle-container:nth-child(197) {
  width: 8px;
  height: 8px;
  animation-name: move-frames-197;
  animation-duration: 30841ms;
  animation-delay: 20323ms;
}
@keyframes move-frames-197 {
  from {
    transform: translate3d(19vw, 101vh, 0);
  }
  to {
    transform: translate3d(51vw, -111vh, 0);
  }
}
.circle-container:nth-child(197) .circle {
  animation-delay: 1120ms;
}
.circle-container:nth-child(198) {
  width: 3px;
  height: 3px;
  animation-name: move-frames-198;
  animation-duration: 36453ms;
  animation-delay: 24555ms;
}
@keyframes move-frames-198 {
  from {
    transform: translate3d(58vw, 106vh, 0);
  }
  to {
    transform: translate3d(84vw, -108vh, 0);
  }
}
.circle-container:nth-child(198) .circle {
  animation-delay: 194ms;
}
.circle-container:nth-child(199) {
  width: 7px;
  height: 7px;
  animation-name: move-frames-199;
  animation-duration: 30108ms;
  animation-delay: 3818ms;
}
@keyframes move-frames-199 {
  from {
    transform: translate3d(56vw, 109vh, 0);
  }
  to {
    transform: translate3d(45vw, -138vh, 0);
  }
}
.circle-container:nth-child(199) .circle {
  animation-delay: 3780ms;
}
.circle-container:nth-child(200) {
  width: 4px;
  height: 4px;
  animation-name: move-frames-200;
  animation-duration: 33237ms;
  animation-delay: 9889ms;
}
@keyframes move-frames-200 {
  from {
    transform: translate3d(81vw, 105vh, 0);
  }
  to {
    transform: translate3d(16vw, -117vh, 0);
  }
}
.circle-container:nth-child(200) .circle {
  animation-delay: 3471ms;
}

/*# sourceMappingURL=main.css.map */
