/*
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: Montserrat, system-ui, -apple-system, Arial, Helvetica, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  @font-face {
    font-family: Montserrat;
    font-weight: 400;
    src: url(/assets/Montserrat/static/Montserrat-Regular.ttf);
  }
  @font-face {
    font-family: Montserrat;
    font-weight: 500;
    src: url(/assets/Montserrat/static/Montserrat-Medium.ttf);
  }
  @font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(/assets/Montserrat/static/Montserrat-SemiBold.ttf);
  }
  @font-face {
    font-family: Montserrat;
    font-weight: 700;
    src: url(/assets/Montserrat/static/Montserrat-Bold.ttf);
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.grid {
  display: grid;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.border-4 {
  border-width: 4px;
}
.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.pl-12 {
  padding-left: 3rem;
}
.text-left {
  text-align: left;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
@media (min-width: 640px) {

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
}body {
  background: rgb(237, 237, 237);
}

.main-body {
  max-width: 1000px;
}

@media screen and (max-width: 1200px) {
  .main-body {
    padding: 100px;
    max-width: none;
  }
}
.container {
  max-width: 100%;
  padding: 0 1rem;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}

.table-of-contents-column {
  border-right: 5px solid #cdcccc;
}

.table-of-contents a {
  text-decoration: underline;
  color: black;
}

.table-of-contents li {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.table-of-contents a:hover {
  color: rgb(163, 31, 162);
}

.blog-content .table-of-contents {
  display: none;
}

a {
  color: blue;
  text-decoration: none;
}

.table-of-contents {
  position: sticky;
  padding: 1rem;
  top: 0px;
  overflow-y: auto;
  max-height: calc(100vh - 0px);
  border: #cdcccc 5px solid;
  font-size: 0.8rem;
}

.blog-content {
  padding: 1rem;
  line-height: 1.6;
  max-width: 70%;
  font-size: 1.1rem;
}

.blog-content h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #222;
  font-weight: 700;
}

.blog-content h1 {
  font-size: 2.5rem;
}

.blog-content h2 {
  font-size: 2rem;
}

.blog-content h3 {
  font-size: 1.5rem;
}

.blog-content h4 {
  font-size: 1.2rem;
}

.blog-content h5 {
  font-size: 1rem;
}

.blog-content p {
  margin-bottom: 1rem;
}

.blog-content li {
  margin-left: 1rem;
  list-style-type: square;
}

.table-of-contents li li {
  margin-left: 1rem;
}

pre {
  white-space: pre-wrap;
  padding: 1rem;
  overflow-x: auto;
}

details summary {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

details p {
  background-color: rgb(255, 208, 215);
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    display: block;
  }
  .table-of-contents {
    position: static;
    max-height: auto;
    order: -1;
    border: none;
    width: 100%;
  }
  .blog-content {
    max-width: 100%;
  }
  .main-body {
    padding: 20px;
    max-width: none;
  }
}
.blog-content blockquote {
  padding: 1rem;
  margin: 50px auto;
  border: solid 2px;
  box-shadow: 10px 10px 0 0 gray;
}

@media screen and (max-width: 768px) {
  #list-of-blogs {
    padding: 15px;
    max-width: 100%;
  }
  #list-of-blogs ol {
    padding-left: 15px;
  }
}
#list-of-blogs {
  margin: 0 auto;
  padding: 20px;
}

#list-of-blogs ol {
  list-style-type: decimal;
  padding-left: 20px;
  display: flex;
  flex-direction: column-reverse;
}

#list-of-blogs li {
  margin-bottom: 10px;
  font-size: 1.5em;
  line-height: 1.6;
}

#list-of-blogs a {
  color: black;
  border-bottom: 1px solid black;
  padding-bottom: 3px;
}

#list-of-blogs a:hover {
  color: rgb(163, 31, 162);
}

.demo {
  background: #fff;
  height: 200px;
  width: 300px;
  margin: 0 auto 50px;
  display: flex;
}

two-up {
  flex: 1;
}

.light, .dark {
  text-align: center;
  padding: 10px 0 0;
}

.dark {
  background: #555;
  color: #ccc;
}

@keyframes change-border-color-1 {
  0% {
    border-color: #51eaea;
  }
  25% {
    border-color: #fffde1;
  }
  50% {
    border-color: #ff9d76;
  }
  75% {
    border-color: #FB3569;
  }
  100% {
    border-color: #51eaea;
  }
}
@keyframes change-border-color-2 {
  0% {
    border-color: #fffde1;
  }
  25% {
    border-color: #ff9d76;
  }
  50% {
    border-color: #FB3569;
  }
  75% {
    border-color: #51eaea;
  }
  100% {
    border-color: #fffde1;
  }
}
@keyframes change-border-color-3 {
  0% {
    border-color: #ff9d76;
  }
  25% {
    border-color: #FB3569;
  }
  50% {
    border-color: #51eaea;
  }
  75% {
    border-color: #fffde1;
  }
  100% {
    border-color: #ff9d76;
  }
}
@keyframes change-border-color-4 {
  0% {
    border-color: #FB3569;
  }
  25% {
    border-color: #51eaea;
  }
  50% {
    border-color: #fffde1;
  }
  75% {
    border-color: #ff9d76;
  }
  100% {
    border-color: #FB3569;
  }
}
.squares {
  position: relative;
  width: 100%;
  pointer-events: none;
  bottom: 100%;
}

.square {
  bottom: 100%;
  position: absolute;
  z-index: -1;
  left: var(--square-left-offset);
  opacity: 0;
  display: block;
  width: var(--square-height);
  height: var(--square-height);
  animation: float-up var(--square-float-duration) var(--square-float-delay) ease-in infinite;
}
.square::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 7px;
  animation: var(--square-sway-rotate-keyframe) var(--square-rotation-duration) linear infinite, var(--square-border-color-keyframe) 10s linear infinite;
}
.square:nth-child(0) {
  --square-left-offset: 7vw;
  --square-height: 14vw;
  --square-float-duration: 58s;
  --square-float-delay: 15s;
  --square-rotation-duration: 18s;
  --square-sway-rotate-keyframe: sway-rotate-0;
  --sway-direction: sway-left-to-right;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-0 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50%) rotate(-360deg);
  }
}
.square:nth-child(1) {
  --square-left-offset: 69vw;
  --square-height: 4vw;
  --square-float-duration: 57s;
  --square-float-delay: 19s;
  --square-rotation-duration: 24s;
  --square-sway-rotate-keyframe: sway-rotate-1;
  --sway-direction: sway-left-to-right;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-4;
}
@keyframes sway-rotate-1 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50%) rotate(360deg);
  }
}
.square:nth-child(2) {
  --square-left-offset: 19vw;
  --square-height: 8vw;
  --square-float-duration: 56s;
  --square-float-delay: 16s;
  --square-rotation-duration: 30s;
  --square-sway-rotate-keyframe: sway-rotate-2;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-3;
}
@keyframes sway-rotate-2 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.square:nth-child(3) {
  --square-left-offset: 32vw;
  --square-height: 8vw;
  --square-float-duration: 54s;
  --square-float-delay: 15s;
  --square-rotation-duration: 48s;
  --square-sway-rotate-keyframe: sway-rotate-3;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-3 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(4) {
  --square-left-offset: 80vw;
  --square-height: 9vw;
  --square-float-duration: 40s;
  --square-float-delay: 7s;
  --square-rotation-duration: 32s;
  --square-sway-rotate-keyframe: sway-rotate-4;
  --sway-direction: sway-left-to-right;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-1;
}
@keyframes sway-rotate-4 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50%) rotate(-360deg);
  }
}
.square:nth-child(5) {
  --square-left-offset: 25vw;
  --square-height: 3vw;
  --square-float-duration: 39s;
  --square-float-delay: 11s;
  --square-rotation-duration: 33s;
  --square-sway-rotate-keyframe: sway-rotate-5;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-1;
}
@keyframes sway-rotate-5 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.square:nth-child(6) {
  --square-left-offset: 37vw;
  --square-height: 13vw;
  --square-float-duration: 41s;
  --square-float-delay: 14s;
  --square-rotation-duration: 17s;
  --square-sway-rotate-keyframe: sway-rotate-6;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-1;
}
@keyframes sway-rotate-6 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(7) {
  --square-left-offset: 5vw;
  --square-height: 5vw;
  --square-float-duration: 47s;
  --square-float-delay: 17s;
  --square-rotation-duration: 30s;
  --square-sway-rotate-keyframe: sway-rotate-7;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-7 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(8) {
  --square-left-offset: 71vw;
  --square-height: 5vw;
  --square-float-duration: 38s;
  --square-float-delay: 7s;
  --square-rotation-duration: 16s;
  --square-sway-rotate-keyframe: sway-rotate-8;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-8 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(9) {
  --square-left-offset: 60vw;
  --square-height: 6vw;
  --square-float-duration: 58s;
  --square-float-delay: 9s;
  --square-rotation-duration: 32s;
  --square-sway-rotate-keyframe: sway-rotate-9;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-9 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(10) {
  --square-left-offset: 17vw;
  --square-height: 9vw;
  --square-float-duration: 42s;
  --square-float-delay: 11s;
  --square-rotation-duration: 23s;
  --square-sway-rotate-keyframe: sway-rotate-10;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-10 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(11) {
  --square-left-offset: 79vw;
  --square-height: 4vw;
  --square-float-duration: 57s;
  --square-float-delay: 17s;
  --square-rotation-duration: 46s;
  --square-sway-rotate-keyframe: sway-rotate-11;
  --sway-direction: sway-left-to-right;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-1;
}
@keyframes sway-rotate-11 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50%) rotate(-360deg);
  }
}
.square:nth-child(12) {
  --square-left-offset: 14vw;
  --square-height: 14vw;
  --square-float-duration: 40s;
  --square-float-delay: 14s;
  --square-rotation-duration: 39s;
  --square-sway-rotate-keyframe: sway-rotate-12;
  --sway-direction: sway-left-to-right;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-12 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50%) rotate(-360deg);
  }
}
.square:nth-child(13) {
  --square-left-offset: 43vw;
  --square-height: 9vw;
  --square-float-duration: 56s;
  --square-float-delay: 6s;
  --square-rotation-duration: 36s;
  --square-sway-rotate-keyframe: sway-rotate-13;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-3;
}
@keyframes sway-rotate-13 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(14) {
  --square-left-offset: 52vw;
  --square-height: 6vw;
  --square-float-duration: 47s;
  --square-float-delay: 19s;
  --square-rotation-duration: 48s;
  --square-sway-rotate-keyframe: sway-rotate-14;
  --sway-direction: sway-left-to-right;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-3;
}
@keyframes sway-rotate-14 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50%) rotate(360deg);
  }
}
.square:nth-child(15) {
  --square-left-offset: 29vw;
  --square-height: 6vw;
  --square-float-duration: 46s;
  --square-float-delay: 1s;
  --square-rotation-duration: 44s;
  --square-sway-rotate-keyframe: sway-rotate-15;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-4;
}
@keyframes sway-rotate-15 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.square:nth-child(16) {
  --square-left-offset: 25vw;
  --square-height: 14vw;
  --square-float-duration: 59s;
  --square-float-delay: 3s;
  --square-rotation-duration: 37s;
  --square-sway-rotate-keyframe: sway-rotate-16;
  --sway-direction: sway-left-to-right;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-3;
}
@keyframes sway-rotate-16 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(50%) rotate(-360deg);
  }
}
.square:nth-child(17) {
  --square-left-offset: 48vw;
  --square-height: 14vw;
  --square-float-duration: 40s;
  --square-float-delay: 9s;
  --square-rotation-duration: 33s;
  --square-sway-rotate-keyframe: sway-rotate-17;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-4;
}
@keyframes sway-rotate-17 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(18) {
  --square-left-offset: 72vw;
  --square-height: 4vw;
  --square-float-duration: 42s;
  --square-float-delay: 7s;
  --square-rotation-duration: 34s;
  --square-sway-rotate-keyframe: sway-rotate-18;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-4;
}
@keyframes sway-rotate-18 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.square:nth-child(19) {
  --square-left-offset: 26vw;
  --square-height: 8vw;
  --square-float-duration: 36s;
  --square-float-delay: 2s;
  --square-rotation-duration: 49s;
  --square-sway-rotate-keyframe: sway-rotate-19;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-1;
}
@keyframes sway-rotate-19 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(-360deg);
  }
}
.square:nth-child(20) {
  --square-left-offset: 67vw;
  --square-height: 8vw;
  --square-float-duration: 36s;
  --square-float-delay: 1s;
  --square-rotation-duration: 17s;
  --square-sway-rotate-keyframe: sway-rotate-20;
  --sway-direction: sway-right-to-left;
  --rotation-direction: rotate-left, rotate-right;
  --square-border-color-keyframe: change-border-color-2;
}
@keyframes sway-rotate-20 {
  0%, 100% {
    transform: translateX(0) rotate(0deg);
  }
  50% {
    transform: translateX(-50%) rotate(-360deg);
  }
}

@keyframes exp-sway-rotate {
  from {
    transform: translateX(-100%) rotate(0deg);
  }
  to {
    transform: translateX(-100%) rotate(-360deg);
  }
}
@keyframes float-up {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  2% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(-600vh);
  }
}
.wave {
  animation: wave-animation 10s linear infinite;
  display: inline-block;
  animation-delay: 3s;
}

@keyframes wave-animation {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(14deg);
  }
  10% {
    transform: rotate(-8deg);
  }
  15% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  25% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/*# sourceMappingURL=style.css.map */
