@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url(./font-face.css);
@import url(./text-size.css);
@import url(./font-face.css);
@import url(./bg-colors.css);
@import url(./text-colors.css);
@import url(./border-colors.css);
:root {
  --background: 33 38% 95%;
  --foreground: 219 41% 20%;
  --card: 0 0% 100%;
  --card-foreground: 219 41% 20%;
  --popover: 0 0% 100%;
  --popover-foreground: 219 41% 20%;
  --primary: 161 43% 55%;
  --primary-foreground: 0 0% 100%;
  --secondary: 219 41% 27%;
  --secondary-foreground: 0 0% 100%;
  --muted: 150 15% 94%;
  --muted-foreground: 219 20% 45%;
  --mint: 161 43% 85%;
  --mint-dark: 161 43% 75%;
  --accent: 161 35% 92%;
  --accent-foreground: 219 41% 27%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 150 20% 88%;
  --input: 150 20% 88%;
  --ring: 161 43% 55%;
  --radius: .75rem;
  --kiwi-green: 161 43% 55%;
  --kiwi-green-light: 161 43% 95%;
  --kiwi-green-dark: 161 43% 45%;
  --kiwi-navy: 219 41% 27%;
  --kiwi-navy-light: 219 41% 40%;
  --kiwi-navy-dark: 219 41% 18%;
  --sidebar-background: 0 0% 98%;
  --sidebar-foreground: 240 5.3% 26.1%;
  --sidebar-primary: 240 5.9% 10%;
  --sidebar-primary-foreground: 0 0% 98%;
  --sidebar-accent: 240 4.8% 95.9%;
  --sidebar-accent-foreground: 240 5.9% 10%;
  --sidebar-border: 220 13% 91%;
  --sidebar-ring: 217.2 91.2% 59.8%;
  --surface: 36deg 33.33% 94.12%;
  /**************/
  --white: 0, 0%, 100%;
}

body {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Lato-Regular, system-ui, sans-serif;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

* {
  border-color: hsl(var(--border));
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

.Marcellus {
  font-family: "Marcellus", serif;
}

a {
  color: inherit;
}

@media (min-width: 576px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}
.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-13 {
  width: 3.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-17 {
  width: 4.25rem;
}

.w-18 {
  width: 4.5rem;
}

.w-19 {
  width: 4.75rem;
}

.w-20 {
  width: 5rem;
}

.w-21 {
  width: 5.25rem;
}

.w-22 {
  width: 5.5rem;
}

.w-23 {
  width: 5.75rem;
}

.w-24 {
  width: 6rem;
}

.w-25 {
  width: 6.25rem;
}

.w-26 {
  width: 6.5rem;
}

.w-27 {
  width: 6.75rem;
}

.w-28 {
  width: 7rem;
}

.w-29 {
  width: 7.25rem;
}

.w-30 {
  width: 7.5rem;
}

.w-31 {
  width: 7.75rem;
}

.w-32 {
  width: 8rem;
}

.w-33 {
  width: 8.25rem;
}

.w-34 {
  width: 8.5rem;
}

.w-35 {
  width: 8.75rem;
}

.w-36 {
  width: 9rem;
}

.w-37 {
  width: 9.25rem;
}

.w-38 {
  width: 9.5rem;
}

.w-39 {
  width: 9.75rem;
}

.w-40 {
  width: 10rem;
}

.w-41 {
  width: 10.25rem;
}

.w-42 {
  width: 10.5rem;
}

.w-43 {
  width: 10.75rem;
}

.w-44 {
  width: 11rem;
}

.w-45 {
  width: 11.25rem;
}

.w-46 {
  width: 11.5rem;
}

.w-47 {
  width: 11.75rem;
}

.w-48 {
  width: 12rem;
}

.w-49 {
  width: 12.25rem;
}

.w-50 {
  width: 12.5rem;
}

.w-51 {
  width: 12.75rem;
}

.w-52 {
  width: 13rem;
}

.w-53 {
  width: 13.25rem;
}

.w-54 {
  width: 13.5rem;
}

.w-55 {
  width: 13.75rem;
}

.w-56 {
  width: 14rem;
}

.w-57 {
  width: 14.25rem;
}

.w-58 {
  width: 14.5rem;
}

.w-59 {
  width: 14.75rem;
}

.w-60 {
  width: 15rem;
}

.w-61 {
  width: 15.25rem;
}

.w-62 {
  width: 15.5rem;
}

.w-63 {
  width: 15.75rem;
}

.w-64 {
  width: 16rem;
}

.w-65 {
  width: 16.25rem;
}

.w-66 {
  width: 16.5rem;
}

.w-67 {
  width: 16.75rem;
}

.w-68 {
  width: 17rem;
}

.w-69 {
  width: 17.25rem;
}

.w-70 {
  width: 17.5rem;
}

.w-71 {
  width: 17.75rem;
}

.w-72 {
  width: 18rem;
}

.w-73 {
  width: 18.25rem;
}

.w-74 {
  width: 18.5rem;
}

.w-75 {
  width: 18.75rem;
}

.w-76 {
  width: 19rem;
}

.w-77 {
  width: 19.25rem;
}

.w-78 {
  width: 19.5rem;
}

.w-79 {
  width: 19.75rem;
}

.w-80 {
  width: 20rem;
}

.w-81 {
  width: 20.25rem;
}

.w-82 {
  width: 20.5rem;
}

.w-83 {
  width: 20.75rem;
}

.w-84 {
  width: 21rem;
}

.w-85 {
  width: 21.25rem;
}

.w-86 {
  width: 21.5rem;
}

.w-87 {
  width: 21.75rem;
}

.w-88 {
  width: 22rem;
}

.w-89 {
  width: 22.25rem;
}

.w-90 {
  width: 22.5rem;
}

.w-91 {
  width: 22.75rem;
}

.w-92 {
  width: 23rem;
}

.w-93 {
  width: 23.25rem;
}

.w-94 {
  width: 23.5rem;
}

.w-95 {
  width: 23.75rem;
}

.w-96 {
  width: 24rem;
}

.w-97 {
  width: 24.25rem;
}

.w-98 {
  width: 24.5rem;
}

.w-99 {
  width: 24.75rem;
}

.w-100 {
  width: 25rem;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-13 {
  height: 3.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-17 {
  height: 4.25rem;
}

.h-18 {
  height: 4.5rem;
}

.h-19 {
  height: 4.75rem;
}

.h-20 {
  height: 5rem;
}

.h-21 {
  height: 5.25rem;
}

.h-22 {
  height: 5.5rem;
}

.h-23 {
  height: 5.75rem;
}

.h-24 {
  height: 6rem;
}

.h-25 {
  height: 6.25rem;
}

.h-26 {
  height: 6.5rem;
}

.h-27 {
  height: 6.75rem;
}

.h-28 {
  height: 7rem;
}

.h-29 {
  height: 7.25rem;
}

.h-30 {
  height: 7.5rem;
}

.h-31 {
  height: 7.75rem;
}

.h-32 {
  height: 8rem;
}

.h-33 {
  height: 8.25rem;
}

.h-34 {
  height: 8.5rem;
}

.h-35 {
  height: 8.75rem;
}

.h-36 {
  height: 9rem;
}

.h-37 {
  height: 9.25rem;
}

.h-38 {
  height: 9.5rem;
}

.h-39 {
  height: 9.75rem;
}

.h-40 {
  height: 10rem;
}

.h-41 {
  height: 10.25rem;
}

.h-42 {
  height: 10.5rem;
}

.h-43 {
  height: 10.75rem;
}

.h-44 {
  height: 11rem;
}

.h-45 {
  height: 11.25rem;
}

.h-46 {
  height: 11.5rem;
}

.h-47 {
  height: 11.75rem;
}

.h-48 {
  height: 12rem;
}

.h-49 {
  height: 12.25rem;
}

.h-50 {
  height: 12.5rem;
}

.h-51 {
  height: 12.75rem;
}

.h-52 {
  height: 13rem;
}

.h-53 {
  height: 13.25rem;
}

.h-54 {
  height: 13.5rem;
}

.h-55 {
  height: 13.75rem;
}

.h-56 {
  height: 14rem;
}

.h-57 {
  height: 14.25rem;
}

.h-58 {
  height: 14.5rem;
}

.h-59 {
  height: 14.75rem;
}

.h-60 {
  height: 15rem;
}

.h-61 {
  height: 15.25rem;
}

.h-62 {
  height: 15.5rem;
}

.h-63 {
  height: 15.75rem;
}

.h-64 {
  height: 16rem;
}

.h-65 {
  height: 16.25rem;
}

.h-66 {
  height: 16.5rem;
}

.h-67 {
  height: 16.75rem;
}

.h-68 {
  height: 17rem;
}

.h-69 {
  height: 17.25rem;
}

.h-70 {
  height: 17.5rem;
}

.h-71 {
  height: 17.75rem;
}

.h-72 {
  height: 18rem;
}

.h-73 {
  height: 18.25rem;
}

.h-74 {
  height: 18.5rem;
}

.h-75 {
  height: 18.75rem;
}

.h-76 {
  height: 19rem;
}

.h-77 {
  height: 19.25rem;
}

.h-78 {
  height: 19.5rem;
}

.h-79 {
  height: 19.75rem;
}

.h-80 {
  height: 20rem;
}

.h-81 {
  height: 20.25rem;
}

.h-82 {
  height: 20.5rem;
}

.h-83 {
  height: 20.75rem;
}

.h-84 {
  height: 21rem;
}

.h-85 {
  height: 21.25rem;
}

.h-86 {
  height: 21.5rem;
}

.h-87 {
  height: 21.75rem;
}

.h-88 {
  height: 22rem;
}

.h-89 {
  height: 22.25rem;
}

.h-90 {
  height: 22.5rem;
}

.h-91 {
  height: 22.75rem;
}

.h-92 {
  height: 23rem;
}

.h-93 {
  height: 23.25rem;
}

.h-94 {
  height: 23.5rem;
}

.h-95 {
  height: 23.75rem;
}

.h-96 {
  height: 24rem;
}

.h-97 {
  height: 24.25rem;
}

.h-98 {
  height: 24.5rem;
}

.h-99 {
  height: 24.75rem;
}

.h-100 {
  height: 25rem;
}

/*************/
.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

/***************/
/* Positive */
.left-1 {
  left: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.top-1 {
  top: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

/* Negative */
.-left-1 {
  left: -0.25rem;
}

.-right-1 {
  right: -0.25rem;
}

.-top-1 {
  top: -0.25rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

/* Positive */
.left-2 {
  left: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

/* Negative */
.-left-2 {
  left: -0.5rem;
}

.-right-2 {
  right: -0.5rem;
}

.-top-2 {
  top: -0.5rem;
}

.-bottom-2 {
  bottom: -0.5rem;
}

/* Positive */
.left-3 {
  left: 0.75rem;
}

.right-3 {
  right: 0.75rem;
}

.top-3 {
  top: 0.75rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

/* Negative */
.-left-3 {
  left: -0.75rem;
}

.-right-3 {
  right: -0.75rem;
}

.-top-3 {
  top: -0.75rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

/* Positive */
.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

/* Negative */
.-left-4 {
  left: -1rem;
}

.-right-4 {
  right: -1rem;
}

.-top-4 {
  top: -1rem;
}

.-bottom-4 {
  bottom: -1rem;
}

/* Positive */
.left-5 {
  left: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.top-5 {
  top: 1.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

/* Negative */
.-left-5 {
  left: -1.25rem;
}

.-right-5 {
  right: -1.25rem;
}

.-top-5 {
  top: -1.25rem;
}

.-bottom-5 {
  bottom: -1.25rem;
}

/* Positive */
.left-6 {
  left: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.top-6 {
  top: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

/* Negative */
.-left-6 {
  left: -1.5rem;
}

.-right-6 {
  right: -1.5rem;
}

.-top-6 {
  top: -1.5rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

/* Positive */
.left-7 {
  left: 1.75rem;
}

.right-7 {
  right: 1.75rem;
}

.top-7 {
  top: 1.75rem;
}

.bottom-7 {
  bottom: 1.75rem;
}

/* Negative */
.-left-7 {
  left: -1.75rem;
}

.-right-7 {
  right: -1.75rem;
}

.-top-7 {
  top: -1.75rem;
}

.-bottom-7 {
  bottom: -1.75rem;
}

/* Positive */
.left-8 {
  left: 2rem;
}

.right-8 {
  right: 2rem;
}

.top-8 {
  top: 2rem;
}

.bottom-8 {
  bottom: 2rem;
}

/* Negative */
.-left-8 {
  left: -2rem;
}

.-right-8 {
  right: -2rem;
}

.-top-8 {
  top: -2rem;
}

.-bottom-8 {
  bottom: -2rem;
}

/* Positive */
.left-9 {
  left: 2.25rem;
}

.right-9 {
  right: 2.25rem;
}

.top-9 {
  top: 2.25rem;
}

.bottom-9 {
  bottom: 2.25rem;
}

/* Negative */
.-left-9 {
  left: -2.25rem;
}

.-right-9 {
  right: -2.25rem;
}

.-top-9 {
  top: -2.25rem;
}

.-bottom-9 {
  bottom: -2.25rem;
}

/* Positive */
.left-10 {
  left: 2.5rem;
}

.right-10 {
  right: 2.5rem;
}

.top-10 {
  top: 2.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

/* Negative */
.-left-10 {
  left: -2.5rem;
}

.-right-10 {
  right: -2.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

/* Positive */
.left-11 {
  left: 2.75rem;
}

.right-11 {
  right: 2.75rem;
}

.top-11 {
  top: 2.75rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

/* Negative */
.-left-11 {
  left: -2.75rem;
}

.-right-11 {
  right: -2.75rem;
}

.-top-11 {
  top: -2.75rem;
}

.-bottom-11 {
  bottom: -2.75rem;
}

/* Positive */
.left-12 {
  left: 3rem;
}

.right-12 {
  right: 3rem;
}

.top-12 {
  top: 3rem;
}

.bottom-12 {
  bottom: 3rem;
}

/* Negative */
.-left-12 {
  left: -3rem;
}

.-right-12 {
  right: -3rem;
}

.-top-12 {
  top: -3rem;
}

.-bottom-12 {
  bottom: -3rem;
}

/* Positive */
.left-13 {
  left: 3.25rem;
}

.right-13 {
  right: 3.25rem;
}

.top-13 {
  top: 3.25rem;
}

.bottom-13 {
  bottom: 3.25rem;
}

/* Negative */
.-left-13 {
  left: -3.25rem;
}

.-right-13 {
  right: -3.25rem;
}

.-top-13 {
  top: -3.25rem;
}

.-bottom-13 {
  bottom: -3.25rem;
}

/* Positive */
.left-14 {
  left: 3.5rem;
}

.right-14 {
  right: 3.5rem;
}

.top-14 {
  top: 3.5rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

/* Negative */
.-left-14 {
  left: -3.5rem;
}

.-right-14 {
  right: -3.5rem;
}

.-top-14 {
  top: -3.5rem;
}

.-bottom-14 {
  bottom: -3.5rem;
}

/* Positive */
.left-15 {
  left: 3.75rem;
}

.right-15 {
  right: 3.75rem;
}

.top-15 {
  top: 3.75rem;
}

.bottom-15 {
  bottom: 3.75rem;
}

/* Negative */
.-left-15 {
  left: -3.75rem;
}

.-right-15 {
  right: -3.75rem;
}

.-top-15 {
  top: -3.75rem;
}

.-bottom-15 {
  bottom: -3.75rem;
}

/* Positive */
.left-16 {
  left: 4rem;
}

.right-16 {
  right: 4rem;
}

.top-16 {
  top: 4rem;
}

.bottom-16 {
  bottom: 4rem;
}

/* Negative */
.-left-16 {
  left: -4rem;
}

.-right-16 {
  right: -4rem;
}

.-top-16 {
  top: -4rem;
}

.-bottom-16 {
  bottom: -4rem;
}

/* Positive */
.left-17 {
  left: 4.25rem;
}

.right-17 {
  right: 4.25rem;
}

.top-17 {
  top: 4.25rem;
}

.bottom-17 {
  bottom: 4.25rem;
}

/* Negative */
.-left-17 {
  left: -4.25rem;
}

.-right-17 {
  right: -4.25rem;
}

.-top-17 {
  top: -4.25rem;
}

.-bottom-17 {
  bottom: -4.25rem;
}

/* Positive */
.left-18 {
  left: 4.5rem;
}

.right-18 {
  right: 4.5rem;
}

.top-18 {
  top: 4.5rem;
}

.bottom-18 {
  bottom: 4.5rem;
}

/* Negative */
.-left-18 {
  left: -4.5rem;
}

.-right-18 {
  right: -4.5rem;
}

.-top-18 {
  top: -4.5rem;
}

.-bottom-18 {
  bottom: -4.5rem;
}

/* Positive */
.left-19 {
  left: 4.75rem;
}

.right-19 {
  right: 4.75rem;
}

.top-19 {
  top: 4.75rem;
}

.bottom-19 {
  bottom: 4.75rem;
}

/* Negative */
.-left-19 {
  left: -4.75rem;
}

.-right-19 {
  right: -4.75rem;
}

.-top-19 {
  top: -4.75rem;
}

.-bottom-19 {
  bottom: -4.75rem;
}

/* Positive */
.left-20 {
  left: 5rem;
}

.right-20 {
  right: 5rem;
}

.top-20 {
  top: 5rem;
}

.bottom-20 {
  bottom: 5rem;
}

/* Negative */
.-left-20 {
  left: -5rem;
}

.-right-20 {
  right: -5rem;
}

.-top-20 {
  top: -5rem;
}

.-bottom-20 {
  bottom: -5rem;
}

/* Positive */
.left-21 {
  left: 5.25rem;
}

.right-21 {
  right: 5.25rem;
}

.top-21 {
  top: 5.25rem;
}

.bottom-21 {
  bottom: 5.25rem;
}

/* Negative */
.-left-21 {
  left: -5.25rem;
}

.-right-21 {
  right: -5.25rem;
}

.-top-21 {
  top: -5.25rem;
}

.-bottom-21 {
  bottom: -5.25rem;
}

/* Positive */
.left-22 {
  left: 5.5rem;
}

.right-22 {
  right: 5.5rem;
}

.top-22 {
  top: 5.5rem;
}

.bottom-22 {
  bottom: 5.5rem;
}

/* Negative */
.-left-22 {
  left: -5.5rem;
}

.-right-22 {
  right: -5.5rem;
}

.-top-22 {
  top: -5.5rem;
}

.-bottom-22 {
  bottom: -5.5rem;
}

/* Positive */
.left-23 {
  left: 5.75rem;
}

.right-23 {
  right: 5.75rem;
}

.top-23 {
  top: 5.75rem;
}

.bottom-23 {
  bottom: 5.75rem;
}

/* Negative */
.-left-23 {
  left: -5.75rem;
}

.-right-23 {
  right: -5.75rem;
}

.-top-23 {
  top: -5.75rem;
}

.-bottom-23 {
  bottom: -5.75rem;
}

/* Positive */
.left-24 {
  left: 6rem;
}

.right-24 {
  right: 6rem;
}

.top-24 {
  top: 6rem;
}

.bottom-24 {
  bottom: 6rem;
}

/* Negative */
.-left-24 {
  left: -6rem;
}

.-right-24 {
  right: -6rem;
}

.-top-24 {
  top: -6rem;
}

.-bottom-24 {
  bottom: -6rem;
}

/* Positive */
.left-25 {
  left: 6.25rem;
}

.right-25 {
  right: 6.25rem;
}

.top-25 {
  top: 6.25rem;
}

.bottom-25 {
  bottom: 6.25rem;
}

/* Negative */
.-left-25 {
  left: -6.25rem;
}

.-right-25 {
  right: -6.25rem;
}

.-top-25 {
  top: -6.25rem;
}

.-bottom-25 {
  bottom: -6.25rem;
}

/* Positive */
.left-26 {
  left: 6.5rem;
}

.right-26 {
  right: 6.5rem;
}

.top-26 {
  top: 6.5rem;
}

.bottom-26 {
  bottom: 6.5rem;
}

/* Negative */
.-left-26 {
  left: -6.5rem;
}

.-right-26 {
  right: -6.5rem;
}

.-top-26 {
  top: -6.5rem;
}

.-bottom-26 {
  bottom: -6.5rem;
}

/* Positive */
.left-27 {
  left: 6.75rem;
}

.right-27 {
  right: 6.75rem;
}

.top-27 {
  top: 6.75rem;
}

.bottom-27 {
  bottom: 6.75rem;
}

/* Negative */
.-left-27 {
  left: -6.75rem;
}

.-right-27 {
  right: -6.75rem;
}

.-top-27 {
  top: -6.75rem;
}

.-bottom-27 {
  bottom: -6.75rem;
}

/* Positive */
.left-28 {
  left: 7rem;
}

.right-28 {
  right: 7rem;
}

.top-28 {
  top: 7rem;
}

.bottom-28 {
  bottom: 7rem;
}

/* Negative */
.-left-28 {
  left: -7rem;
}

.-right-28 {
  right: -7rem;
}

.-top-28 {
  top: -7rem;
}

.-bottom-28 {
  bottom: -7rem;
}

/* Positive */
.left-29 {
  left: 7.25rem;
}

.right-29 {
  right: 7.25rem;
}

.top-29 {
  top: 7.25rem;
}

.bottom-29 {
  bottom: 7.25rem;
}

/* Negative */
.-left-29 {
  left: -7.25rem;
}

.-right-29 {
  right: -7.25rem;
}

.-top-29 {
  top: -7.25rem;
}

.-bottom-29 {
  bottom: -7.25rem;
}

/* Positive */
.left-30 {
  left: 7.5rem;
}

.right-30 {
  right: 7.5rem;
}

.top-30 {
  top: 7.5rem;
}

.bottom-30 {
  bottom: 7.5rem;
}

/* Negative */
.-left-30 {
  left: -7.5rem;
}

.-right-30 {
  right: -7.5rem;
}

.-top-30 {
  top: -7.5rem;
}

.-bottom-30 {
  bottom: -7.5rem;
}

/* Positive */
.left-31 {
  left: 7.75rem;
}

.right-31 {
  right: 7.75rem;
}

.top-31 {
  top: 7.75rem;
}

.bottom-31 {
  bottom: 7.75rem;
}

/* Negative */
.-left-31 {
  left: -7.75rem;
}

.-right-31 {
  right: -7.75rem;
}

.-top-31 {
  top: -7.75rem;
}

.-bottom-31 {
  bottom: -7.75rem;
}

/* Positive */
.left-32 {
  left: 8rem;
}

.right-32 {
  right: 8rem;
}

.top-32 {
  top: 8rem;
}

.bottom-32 {
  bottom: 8rem;
}

/* Negative */
.-left-32 {
  left: -8rem;
}

.-right-32 {
  right: -8rem;
}

.-top-32 {
  top: -8rem;
}

.-bottom-32 {
  bottom: -8rem;
}

/* Positive */
.left-33 {
  left: 8.25rem;
}

.right-33 {
  right: 8.25rem;
}

.top-33 {
  top: 8.25rem;
}

.bottom-33 {
  bottom: 8.25rem;
}

/* Negative */
.-left-33 {
  left: -8.25rem;
}

.-right-33 {
  right: -8.25rem;
}

.-top-33 {
  top: -8.25rem;
}

.-bottom-33 {
  bottom: -8.25rem;
}

/* Positive */
.left-34 {
  left: 8.5rem;
}

.right-34 {
  right: 8.5rem;
}

.top-34 {
  top: 8.5rem;
}

.bottom-34 {
  bottom: 8.5rem;
}

/* Negative */
.-left-34 {
  left: -8.5rem;
}

.-right-34 {
  right: -8.5rem;
}

.-top-34 {
  top: -8.5rem;
}

.-bottom-34 {
  bottom: -8.5rem;
}

/* Positive */
.left-35 {
  left: 8.75rem;
}

.right-35 {
  right: 8.75rem;
}

.top-35 {
  top: 8.75rem;
}

.bottom-35 {
  bottom: 8.75rem;
}

/* Negative */
.-left-35 {
  left: -8.75rem;
}

.-right-35 {
  right: -8.75rem;
}

.-top-35 {
  top: -8.75rem;
}

.-bottom-35 {
  bottom: -8.75rem;
}

/* Positive */
.left-36 {
  left: 9rem;
}

.right-36 {
  right: 9rem;
}

.top-36 {
  top: 9rem;
}

.bottom-36 {
  bottom: 9rem;
}

/* Negative */
.-left-36 {
  left: -9rem;
}

.-right-36 {
  right: -9rem;
}

.-top-36 {
  top: -9rem;
}

.-bottom-36 {
  bottom: -9rem;
}

/* Positive */
.left-37 {
  left: 9.25rem;
}

.right-37 {
  right: 9.25rem;
}

.top-37 {
  top: 9.25rem;
}

.bottom-37 {
  bottom: 9.25rem;
}

/* Negative */
.-left-37 {
  left: -9.25rem;
}

.-right-37 {
  right: -9.25rem;
}

.-top-37 {
  top: -9.25rem;
}

.-bottom-37 {
  bottom: -9.25rem;
}

/* Positive */
.left-38 {
  left: 9.5rem;
}

.right-38 {
  right: 9.5rem;
}

.top-38 {
  top: 9.5rem;
}

.bottom-38 {
  bottom: 9.5rem;
}

/* Negative */
.-left-38 {
  left: -9.5rem;
}

.-right-38 {
  right: -9.5rem;
}

.-top-38 {
  top: -9.5rem;
}

.-bottom-38 {
  bottom: -9.5rem;
}

/* Positive */
.left-39 {
  left: 9.75rem;
}

.right-39 {
  right: 9.75rem;
}

.top-39 {
  top: 9.75rem;
}

.bottom-39 {
  bottom: 9.75rem;
}

/* Negative */
.-left-39 {
  left: -9.75rem;
}

.-right-39 {
  right: -9.75rem;
}

.-top-39 {
  top: -9.75rem;
}

.-bottom-39 {
  bottom: -9.75rem;
}

/* Positive */
.left-40 {
  left: 10rem;
}

.right-40 {
  right: 10rem;
}

.top-40 {
  top: 10rem;
}

.bottom-40 {
  bottom: 10rem;
}

/* Negative */
.-left-40 {
  left: -10rem;
}

.-right-40 {
  right: -10rem;
}

.-top-40 {
  top: -10rem;
}

.-bottom-40 {
  bottom: -10rem;
}

/* Positive */
.left-41 {
  left: 10.25rem;
}

.right-41 {
  right: 10.25rem;
}

.top-41 {
  top: 10.25rem;
}

.bottom-41 {
  bottom: 10.25rem;
}

/* Negative */
.-left-41 {
  left: -10.25rem;
}

.-right-41 {
  right: -10.25rem;
}

.-top-41 {
  top: -10.25rem;
}

.-bottom-41 {
  bottom: -10.25rem;
}

/* Positive */
.left-42 {
  left: 10.5rem;
}

.right-42 {
  right: 10.5rem;
}

.top-42 {
  top: 10.5rem;
}

.bottom-42 {
  bottom: 10.5rem;
}

/* Negative */
.-left-42 {
  left: -10.5rem;
}

.-right-42 {
  right: -10.5rem;
}

.-top-42 {
  top: -10.5rem;
}

.-bottom-42 {
  bottom: -10.5rem;
}

/* Positive */
.left-43 {
  left: 10.75rem;
}

.right-43 {
  right: 10.75rem;
}

.top-43 {
  top: 10.75rem;
}

.bottom-43 {
  bottom: 10.75rem;
}

/* Negative */
.-left-43 {
  left: -10.75rem;
}

.-right-43 {
  right: -10.75rem;
}

.-top-43 {
  top: -10.75rem;
}

.-bottom-43 {
  bottom: -10.75rem;
}

/* Positive */
.left-44 {
  left: 11rem;
}

.right-44 {
  right: 11rem;
}

.top-44 {
  top: 11rem;
}

.bottom-44 {
  bottom: 11rem;
}

/* Negative */
.-left-44 {
  left: -11rem;
}

.-right-44 {
  right: -11rem;
}

.-top-44 {
  top: -11rem;
}

.-bottom-44 {
  bottom: -11rem;
}

/* Positive */
.left-45 {
  left: 11.25rem;
}

.right-45 {
  right: 11.25rem;
}

.top-45 {
  top: 11.25rem;
}

.bottom-45 {
  bottom: 11.25rem;
}

/* Negative */
.-left-45 {
  left: -11.25rem;
}

.-right-45 {
  right: -11.25rem;
}

.-top-45 {
  top: -11.25rem;
}

.-bottom-45 {
  bottom: -11.25rem;
}

/* Positive */
.left-46 {
  left: 11.5rem;
}

.right-46 {
  right: 11.5rem;
}

.top-46 {
  top: 11.5rem;
}

.bottom-46 {
  bottom: 11.5rem;
}

/* Negative */
.-left-46 {
  left: -11.5rem;
}

.-right-46 {
  right: -11.5rem;
}

.-top-46 {
  top: -11.5rem;
}

.-bottom-46 {
  bottom: -11.5rem;
}

/* Positive */
.left-47 {
  left: 11.75rem;
}

.right-47 {
  right: 11.75rem;
}

.top-47 {
  top: 11.75rem;
}

.bottom-47 {
  bottom: 11.75rem;
}

/* Negative */
.-left-47 {
  left: -11.75rem;
}

.-right-47 {
  right: -11.75rem;
}

.-top-47 {
  top: -11.75rem;
}

.-bottom-47 {
  bottom: -11.75rem;
}

/* Positive */
.left-48 {
  left: 12rem;
}

.right-48 {
  right: 12rem;
}

.top-48 {
  top: 12rem;
}

.bottom-48 {
  bottom: 12rem;
}

/* Negative */
.-left-48 {
  left: -12rem;
}

.-right-48 {
  right: -12rem;
}

.-top-48 {
  top: -12rem;
}

.-bottom-48 {
  bottom: -12rem;
}

/* Positive */
.left-49 {
  left: 12.25rem;
}

.right-49 {
  right: 12.25rem;
}

.top-49 {
  top: 12.25rem;
}

.bottom-49 {
  bottom: 12.25rem;
}

/* Negative */
.-left-49 {
  left: -12.25rem;
}

.-right-49 {
  right: -12.25rem;
}

.-top-49 {
  top: -12.25rem;
}

.-bottom-49 {
  bottom: -12.25rem;
}

/* Positive */
.left-50 {
  left: 12.5rem;
}

.right-50 {
  right: 12.5rem;
}

.top-50 {
  top: 12.5rem;
}

.bottom-50 {
  bottom: 12.5rem;
}

/* Negative */
.-left-50 {
  left: -12.5rem;
}

.-right-50 {
  right: -12.5rem;
}

.-top-50 {
  top: -12.5rem;
}

.-bottom-50 {
  bottom: -12.5rem;
}

/* Positive */
.left-51 {
  left: 12.75rem;
}

.right-51 {
  right: 12.75rem;
}

.top-51 {
  top: 12.75rem;
}

.bottom-51 {
  bottom: 12.75rem;
}

/* Negative */
.-left-51 {
  left: -12.75rem;
}

.-right-51 {
  right: -12.75rem;
}

.-top-51 {
  top: -12.75rem;
}

.-bottom-51 {
  bottom: -12.75rem;
}

/* Positive */
.left-52 {
  left: 13rem;
}

.right-52 {
  right: 13rem;
}

.top-52 {
  top: 13rem;
}

.bottom-52 {
  bottom: 13rem;
}

/* Negative */
.-left-52 {
  left: -13rem;
}

.-right-52 {
  right: -13rem;
}

.-top-52 {
  top: -13rem;
}

.-bottom-52 {
  bottom: -13rem;
}

/* Positive */
.left-53 {
  left: 13.25rem;
}

.right-53 {
  right: 13.25rem;
}

.top-53 {
  top: 13.25rem;
}

.bottom-53 {
  bottom: 13.25rem;
}

/* Negative */
.-left-53 {
  left: -13.25rem;
}

.-right-53 {
  right: -13.25rem;
}

.-top-53 {
  top: -13.25rem;
}

.-bottom-53 {
  bottom: -13.25rem;
}

/* Positive */
.left-54 {
  left: 13.5rem;
}

.right-54 {
  right: 13.5rem;
}

.top-54 {
  top: 13.5rem;
}

.bottom-54 {
  bottom: 13.5rem;
}

/* Negative */
.-left-54 {
  left: -13.5rem;
}

.-right-54 {
  right: -13.5rem;
}

.-top-54 {
  top: -13.5rem;
}

.-bottom-54 {
  bottom: -13.5rem;
}

/* Positive */
.left-55 {
  left: 13.75rem;
}

.right-55 {
  right: 13.75rem;
}

.top-55 {
  top: 13.75rem;
}

.bottom-55 {
  bottom: 13.75rem;
}

/* Negative */
.-left-55 {
  left: -13.75rem;
}

.-right-55 {
  right: -13.75rem;
}

.-top-55 {
  top: -13.75rem;
}

.-bottom-55 {
  bottom: -13.75rem;
}

/* Positive */
.left-56 {
  left: 14rem;
}

.right-56 {
  right: 14rem;
}

.top-56 {
  top: 14rem;
}

.bottom-56 {
  bottom: 14rem;
}

/* Negative */
.-left-56 {
  left: -14rem;
}

.-right-56 {
  right: -14rem;
}

.-top-56 {
  top: -14rem;
}

.-bottom-56 {
  bottom: -14rem;
}

/* Positive */
.left-57 {
  left: 14.25rem;
}

.right-57 {
  right: 14.25rem;
}

.top-57 {
  top: 14.25rem;
}

.bottom-57 {
  bottom: 14.25rem;
}

/* Negative */
.-left-57 {
  left: -14.25rem;
}

.-right-57 {
  right: -14.25rem;
}

.-top-57 {
  top: -14.25rem;
}

.-bottom-57 {
  bottom: -14.25rem;
}

/* Positive */
.left-58 {
  left: 14.5rem;
}

.right-58 {
  right: 14.5rem;
}

.top-58 {
  top: 14.5rem;
}

.bottom-58 {
  bottom: 14.5rem;
}

/* Negative */
.-left-58 {
  left: -14.5rem;
}

.-right-58 {
  right: -14.5rem;
}

.-top-58 {
  top: -14.5rem;
}

.-bottom-58 {
  bottom: -14.5rem;
}

/* Positive */
.left-59 {
  left: 14.75rem;
}

.right-59 {
  right: 14.75rem;
}

.top-59 {
  top: 14.75rem;
}

.bottom-59 {
  bottom: 14.75rem;
}

/* Negative */
.-left-59 {
  left: -14.75rem;
}

.-right-59 {
  right: -14.75rem;
}

.-top-59 {
  top: -14.75rem;
}

.-bottom-59 {
  bottom: -14.75rem;
}

/* Positive */
.left-60 {
  left: 15rem;
}

.right-60 {
  right: 15rem;
}

.top-60 {
  top: 15rem;
}

.bottom-60 {
  bottom: 15rem;
}

/* Negative */
.-left-60 {
  left: -15rem;
}

.-right-60 {
  right: -15rem;
}

.-top-60 {
  top: -15rem;
}

.-bottom-60 {
  bottom: -15rem;
}

/* Positive */
.left-61 {
  left: 15.25rem;
}

.right-61 {
  right: 15.25rem;
}

.top-61 {
  top: 15.25rem;
}

.bottom-61 {
  bottom: 15.25rem;
}

/* Negative */
.-left-61 {
  left: -15.25rem;
}

.-right-61 {
  right: -15.25rem;
}

.-top-61 {
  top: -15.25rem;
}

.-bottom-61 {
  bottom: -15.25rem;
}

/* Positive */
.left-62 {
  left: 15.5rem;
}

.right-62 {
  right: 15.5rem;
}

.top-62 {
  top: 15.5rem;
}

.bottom-62 {
  bottom: 15.5rem;
}

/* Negative */
.-left-62 {
  left: -15.5rem;
}

.-right-62 {
  right: -15.5rem;
}

.-top-62 {
  top: -15.5rem;
}

.-bottom-62 {
  bottom: -15.5rem;
}

/* Positive */
.left-63 {
  left: 15.75rem;
}

.right-63 {
  right: 15.75rem;
}

.top-63 {
  top: 15.75rem;
}

.bottom-63 {
  bottom: 15.75rem;
}

/* Negative */
.-left-63 {
  left: -15.75rem;
}

.-right-63 {
  right: -15.75rem;
}

.-top-63 {
  top: -15.75rem;
}

.-bottom-63 {
  bottom: -15.75rem;
}

/* Positive */
.left-64 {
  left: 16rem;
}

.right-64 {
  right: 16rem;
}

.top-64 {
  top: 16rem;
}

.bottom-64 {
  bottom: 16rem;
}

/* Negative */
.-left-64 {
  left: -16rem;
}

.-right-64 {
  right: -16rem;
}

.-top-64 {
  top: -16rem;
}

.-bottom-64 {
  bottom: -16rem;
}

/* Positive */
.left-65 {
  left: 16.25rem;
}

.right-65 {
  right: 16.25rem;
}

.top-65 {
  top: 16.25rem;
}

.bottom-65 {
  bottom: 16.25rem;
}

/* Negative */
.-left-65 {
  left: -16.25rem;
}

.-right-65 {
  right: -16.25rem;
}

.-top-65 {
  top: -16.25rem;
}

.-bottom-65 {
  bottom: -16.25rem;
}

/* Positive */
.left-66 {
  left: 16.5rem;
}

.right-66 {
  right: 16.5rem;
}

.top-66 {
  top: 16.5rem;
}

.bottom-66 {
  bottom: 16.5rem;
}

/* Negative */
.-left-66 {
  left: -16.5rem;
}

.-right-66 {
  right: -16.5rem;
}

.-top-66 {
  top: -16.5rem;
}

.-bottom-66 {
  bottom: -16.5rem;
}

/* Positive */
.left-67 {
  left: 16.75rem;
}

.right-67 {
  right: 16.75rem;
}

.top-67 {
  top: 16.75rem;
}

.bottom-67 {
  bottom: 16.75rem;
}

/* Negative */
.-left-67 {
  left: -16.75rem;
}

.-right-67 {
  right: -16.75rem;
}

.-top-67 {
  top: -16.75rem;
}

.-bottom-67 {
  bottom: -16.75rem;
}

/* Positive */
.left-68 {
  left: 17rem;
}

.right-68 {
  right: 17rem;
}

.top-68 {
  top: 17rem;
}

.bottom-68 {
  bottom: 17rem;
}

/* Negative */
.-left-68 {
  left: -17rem;
}

.-right-68 {
  right: -17rem;
}

.-top-68 {
  top: -17rem;
}

.-bottom-68 {
  bottom: -17rem;
}

/* Positive */
.left-69 {
  left: 17.25rem;
}

.right-69 {
  right: 17.25rem;
}

.top-69 {
  top: 17.25rem;
}

.bottom-69 {
  bottom: 17.25rem;
}

/* Negative */
.-left-69 {
  left: -17.25rem;
}

.-right-69 {
  right: -17.25rem;
}

.-top-69 {
  top: -17.25rem;
}

.-bottom-69 {
  bottom: -17.25rem;
}

/* Positive */
.left-70 {
  left: 17.5rem;
}

.right-70 {
  right: 17.5rem;
}

.top-70 {
  top: 17.5rem;
}

.bottom-70 {
  bottom: 17.5rem;
}

/* Negative */
.-left-70 {
  left: -17.5rem;
}

.-right-70 {
  right: -17.5rem;
}

.-top-70 {
  top: -17.5rem;
}

.-bottom-70 {
  bottom: -17.5rem;
}

/* Positive */
.left-71 {
  left: 17.75rem;
}

.right-71 {
  right: 17.75rem;
}

.top-71 {
  top: 17.75rem;
}

.bottom-71 {
  bottom: 17.75rem;
}

/* Negative */
.-left-71 {
  left: -17.75rem;
}

.-right-71 {
  right: -17.75rem;
}

.-top-71 {
  top: -17.75rem;
}

.-bottom-71 {
  bottom: -17.75rem;
}

/* Positive */
.left-72 {
  left: 18rem;
}

.right-72 {
  right: 18rem;
}

.top-72 {
  top: 18rem;
}

.bottom-72 {
  bottom: 18rem;
}

/* Negative */
.-left-72 {
  left: -18rem;
}

.-right-72 {
  right: -18rem;
}

.-top-72 {
  top: -18rem;
}

.-bottom-72 {
  bottom: -18rem;
}

/* Positive */
.left-73 {
  left: 18.25rem;
}

.right-73 {
  right: 18.25rem;
}

.top-73 {
  top: 18.25rem;
}

.bottom-73 {
  bottom: 18.25rem;
}

/* Negative */
.-left-73 {
  left: -18.25rem;
}

.-right-73 {
  right: -18.25rem;
}

.-top-73 {
  top: -18.25rem;
}

.-bottom-73 {
  bottom: -18.25rem;
}

/* Positive */
.left-74 {
  left: 18.5rem;
}

.right-74 {
  right: 18.5rem;
}

.top-74 {
  top: 18.5rem;
}

.bottom-74 {
  bottom: 18.5rem;
}

/* Negative */
.-left-74 {
  left: -18.5rem;
}

.-right-74 {
  right: -18.5rem;
}

.-top-74 {
  top: -18.5rem;
}

.-bottom-74 {
  bottom: -18.5rem;
}

/* Positive */
.left-75 {
  left: 18.75rem;
}

.right-75 {
  right: 18.75rem;
}

.top-75 {
  top: 18.75rem;
}

.bottom-75 {
  bottom: 18.75rem;
}

/* Negative */
.-left-75 {
  left: -18.75rem;
}

.-right-75 {
  right: -18.75rem;
}

.-top-75 {
  top: -18.75rem;
}

.-bottom-75 {
  bottom: -18.75rem;
}

/* Positive */
.left-76 {
  left: 19rem;
}

.right-76 {
  right: 19rem;
}

.top-76 {
  top: 19rem;
}

.bottom-76 {
  bottom: 19rem;
}

/* Negative */
.-left-76 {
  left: -19rem;
}

.-right-76 {
  right: -19rem;
}

.-top-76 {
  top: -19rem;
}

.-bottom-76 {
  bottom: -19rem;
}

/* Positive */
.left-77 {
  left: 19.25rem;
}

.right-77 {
  right: 19.25rem;
}

.top-77 {
  top: 19.25rem;
}

.bottom-77 {
  bottom: 19.25rem;
}

/* Negative */
.-left-77 {
  left: -19.25rem;
}

.-right-77 {
  right: -19.25rem;
}

.-top-77 {
  top: -19.25rem;
}

.-bottom-77 {
  bottom: -19.25rem;
}

/* Positive */
.left-78 {
  left: 19.5rem;
}

.right-78 {
  right: 19.5rem;
}

.top-78 {
  top: 19.5rem;
}

.bottom-78 {
  bottom: 19.5rem;
}

/* Negative */
.-left-78 {
  left: -19.5rem;
}

.-right-78 {
  right: -19.5rem;
}

.-top-78 {
  top: -19.5rem;
}

.-bottom-78 {
  bottom: -19.5rem;
}

/* Positive */
.left-79 {
  left: 19.75rem;
}

.right-79 {
  right: 19.75rem;
}

.top-79 {
  top: 19.75rem;
}

.bottom-79 {
  bottom: 19.75rem;
}

/* Negative */
.-left-79 {
  left: -19.75rem;
}

.-right-79 {
  right: -19.75rem;
}

.-top-79 {
  top: -19.75rem;
}

.-bottom-79 {
  bottom: -19.75rem;
}

/* Positive */
.left-80 {
  left: 20rem;
}

.right-80 {
  right: 20rem;
}

.top-80 {
  top: 20rem;
}

.bottom-80 {
  bottom: 20rem;
}

/* Negative */
.-left-80 {
  left: -20rem;
}

.-right-80 {
  right: -20rem;
}

.-top-80 {
  top: -20rem;
}

.-bottom-80 {
  bottom: -20rem;
}

/* Positive */
.left-81 {
  left: 20.25rem;
}

.right-81 {
  right: 20.25rem;
}

.top-81 {
  top: 20.25rem;
}

.bottom-81 {
  bottom: 20.25rem;
}

/* Negative */
.-left-81 {
  left: -20.25rem;
}

.-right-81 {
  right: -20.25rem;
}

.-top-81 {
  top: -20.25rem;
}

.-bottom-81 {
  bottom: -20.25rem;
}

/* Positive */
.left-82 {
  left: 20.5rem;
}

.right-82 {
  right: 20.5rem;
}

.top-82 {
  top: 20.5rem;
}

.bottom-82 {
  bottom: 20.5rem;
}

/* Negative */
.-left-82 {
  left: -20.5rem;
}

.-right-82 {
  right: -20.5rem;
}

.-top-82 {
  top: -20.5rem;
}

.-bottom-82 {
  bottom: -20.5rem;
}

/* Positive */
.left-83 {
  left: 20.75rem;
}

.right-83 {
  right: 20.75rem;
}

.top-83 {
  top: 20.75rem;
}

.bottom-83 {
  bottom: 20.75rem;
}

/* Negative */
.-left-83 {
  left: -20.75rem;
}

.-right-83 {
  right: -20.75rem;
}

.-top-83 {
  top: -20.75rem;
}

.-bottom-83 {
  bottom: -20.75rem;
}

/* Positive */
.left-84 {
  left: 21rem;
}

.right-84 {
  right: 21rem;
}

.top-84 {
  top: 21rem;
}

.bottom-84 {
  bottom: 21rem;
}

/* Negative */
.-left-84 {
  left: -21rem;
}

.-right-84 {
  right: -21rem;
}

.-top-84 {
  top: -21rem;
}

.-bottom-84 {
  bottom: -21rem;
}

/* Positive */
.left-85 {
  left: 21.25rem;
}

.right-85 {
  right: 21.25rem;
}

.top-85 {
  top: 21.25rem;
}

.bottom-85 {
  bottom: 21.25rem;
}

/* Negative */
.-left-85 {
  left: -21.25rem;
}

.-right-85 {
  right: -21.25rem;
}

.-top-85 {
  top: -21.25rem;
}

.-bottom-85 {
  bottom: -21.25rem;
}

/* Positive */
.left-86 {
  left: 21.5rem;
}

.right-86 {
  right: 21.5rem;
}

.top-86 {
  top: 21.5rem;
}

.bottom-86 {
  bottom: 21.5rem;
}

/* Negative */
.-left-86 {
  left: -21.5rem;
}

.-right-86 {
  right: -21.5rem;
}

.-top-86 {
  top: -21.5rem;
}

.-bottom-86 {
  bottom: -21.5rem;
}

/* Positive */
.left-87 {
  left: 21.75rem;
}

.right-87 {
  right: 21.75rem;
}

.top-87 {
  top: 21.75rem;
}

.bottom-87 {
  bottom: 21.75rem;
}

/* Negative */
.-left-87 {
  left: -21.75rem;
}

.-right-87 {
  right: -21.75rem;
}

.-top-87 {
  top: -21.75rem;
}

.-bottom-87 {
  bottom: -21.75rem;
}

/* Positive */
.left-88 {
  left: 22rem;
}

.right-88 {
  right: 22rem;
}

.top-88 {
  top: 22rem;
}

.bottom-88 {
  bottom: 22rem;
}

/* Negative */
.-left-88 {
  left: -22rem;
}

.-right-88 {
  right: -22rem;
}

.-top-88 {
  top: -22rem;
}

.-bottom-88 {
  bottom: -22rem;
}

/* Positive */
.left-89 {
  left: 22.25rem;
}

.right-89 {
  right: 22.25rem;
}

.top-89 {
  top: 22.25rem;
}

.bottom-89 {
  bottom: 22.25rem;
}

/* Negative */
.-left-89 {
  left: -22.25rem;
}

.-right-89 {
  right: -22.25rem;
}

.-top-89 {
  top: -22.25rem;
}

.-bottom-89 {
  bottom: -22.25rem;
}

/* Positive */
.left-90 {
  left: 22.5rem;
}

.right-90 {
  right: 22.5rem;
}

.top-90 {
  top: 22.5rem;
}

.bottom-90 {
  bottom: 22.5rem;
}

/* Negative */
.-left-90 {
  left: -22.5rem;
}

.-right-90 {
  right: -22.5rem;
}

.-top-90 {
  top: -22.5rem;
}

.-bottom-90 {
  bottom: -22.5rem;
}

/* Positive */
.left-91 {
  left: 22.75rem;
}

.right-91 {
  right: 22.75rem;
}

.top-91 {
  top: 22.75rem;
}

.bottom-91 {
  bottom: 22.75rem;
}

/* Negative */
.-left-91 {
  left: -22.75rem;
}

.-right-91 {
  right: -22.75rem;
}

.-top-91 {
  top: -22.75rem;
}

.-bottom-91 {
  bottom: -22.75rem;
}

/* Positive */
.left-92 {
  left: 23rem;
}

.right-92 {
  right: 23rem;
}

.top-92 {
  top: 23rem;
}

.bottom-92 {
  bottom: 23rem;
}

/* Negative */
.-left-92 {
  left: -23rem;
}

.-right-92 {
  right: -23rem;
}

.-top-92 {
  top: -23rem;
}

.-bottom-92 {
  bottom: -23rem;
}

/* Positive */
.left-93 {
  left: 23.25rem;
}

.right-93 {
  right: 23.25rem;
}

.top-93 {
  top: 23.25rem;
}

.bottom-93 {
  bottom: 23.25rem;
}

/* Negative */
.-left-93 {
  left: -23.25rem;
}

.-right-93 {
  right: -23.25rem;
}

.-top-93 {
  top: -23.25rem;
}

.-bottom-93 {
  bottom: -23.25rem;
}

/* Positive */
.left-94 {
  left: 23.5rem;
}

.right-94 {
  right: 23.5rem;
}

.top-94 {
  top: 23.5rem;
}

.bottom-94 {
  bottom: 23.5rem;
}

/* Negative */
.-left-94 {
  left: -23.5rem;
}

.-right-94 {
  right: -23.5rem;
}

.-top-94 {
  top: -23.5rem;
}

.-bottom-94 {
  bottom: -23.5rem;
}

/* Positive */
.left-95 {
  left: 23.75rem;
}

.right-95 {
  right: 23.75rem;
}

.top-95 {
  top: 23.75rem;
}

.bottom-95 {
  bottom: 23.75rem;
}

/* Negative */
.-left-95 {
  left: -23.75rem;
}

.-right-95 {
  right: -23.75rem;
}

.-top-95 {
  top: -23.75rem;
}

.-bottom-95 {
  bottom: -23.75rem;
}

/* Positive */
.left-96 {
  left: 24rem;
}

.right-96 {
  right: 24rem;
}

.top-96 {
  top: 24rem;
}

.bottom-96 {
  bottom: 24rem;
}

/* Negative */
.-left-96 {
  left: -24rem;
}

.-right-96 {
  right: -24rem;
}

.-top-96 {
  top: -24rem;
}

.-bottom-96 {
  bottom: -24rem;
}

/* Positive */
.left-97 {
  left: 24.25rem;
}

.right-97 {
  right: 24.25rem;
}

.top-97 {
  top: 24.25rem;
}

.bottom-97 {
  bottom: 24.25rem;
}

/* Negative */
.-left-97 {
  left: -24.25rem;
}

.-right-97 {
  right: -24.25rem;
}

.-top-97 {
  top: -24.25rem;
}

.-bottom-97 {
  bottom: -24.25rem;
}

/* Positive */
.left-98 {
  left: 24.5rem;
}

.right-98 {
  right: 24.5rem;
}

.top-98 {
  top: 24.5rem;
}

.bottom-98 {
  bottom: 24.5rem;
}

/* Negative */
.-left-98 {
  left: -24.5rem;
}

.-right-98 {
  right: -24.5rem;
}

.-top-98 {
  top: -24.5rem;
}

.-bottom-98 {
  bottom: -24.5rem;
}

/* Positive */
.left-99 {
  left: 24.75rem;
}

.right-99 {
  right: 24.75rem;
}

.top-99 {
  top: 24.75rem;
}

.bottom-99 {
  bottom: 24.75rem;
}

/* Negative */
.-left-99 {
  left: -24.75rem;
}

.-right-99 {
  right: -24.75rem;
}

.-top-99 {
  top: -24.75rem;
}

.-bottom-99 {
  bottom: -24.75rem;
}

/* Positive */
.left-100 {
  left: 25rem;
}

.right-100 {
  right: 25rem;
}

.top-100 {
  top: 25rem;
}

.bottom-100 {
  bottom: 25rem;
}

/* Negative */
.-left-100 {
  left: -25rem;
}

.-right-100 {
  right: -25rem;
}

.-top-100 {
  top: -25rem;
}

.-bottom-100 {
  bottom: -25rem;
}

.border-0 {
  border-width: 0;
}

.border-t-0 {
  border-top-width: 0;
}

.border-r-0 {
  border-right-width: 0;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l-0 {
  border-left-width: 0;
}

.border-1 {
  border-width: 1px;
}

.border-t-1 {
  border-top-width: 1px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-l-1 {
  border-left-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.box_shadow {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.hover_box_shadow {
  transition: all 0.7s;
}
.hover_box_shadow:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

.hover_scale_up {
  transition: all 0.7s;
}
.hover_scale_up:hover {
  transform: translate(0) rotate(0) skew(0) skewY(0) scaleX(1.1) scaleY(1.1);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-marquee {
  animation: marquee 20s linear infinite;
}

.hma-accordion-item button {
  position: relative;
  border-radius: 0 !important;
}
.hma-accordion-item button::before {
  display: none;
}
.hma-accordion-item button::after {
  display: block !important;
  opacity: 1 !important;
  right: 0;
  background-color: transparent;
}/*# sourceMappingURL=main.css.map */