/* barlow-regular - latin_latin-ext_vietnamese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "barlow";
  font-style: normal;
  font-weight: 400;
  src:
    url("../files/fonts/barlow-v13-latin_latin-ext_vietnamese-regular.woff2")
      format("woff2"),
    url("../files/fonts/barlow-v13-latin_latin-ext_vietnamese-regular.ttf")
      format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* barlow-500 - latin_latin-ext_vietnamese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "barlow";
  font-style: normal;
  font-weight: 500;
  src:
    url("../files/fonts/barlow-v13-latin_latin-ext_vietnamese-500.woff2")
      format("woff2"),
    url("../files/fonts/barlow-v13-latin_latin-ext_vietnamese-500.ttf")
      format("truetype");
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Cairo", "barlow";
  scroll-behavior: smooth;
}

body {
  max-width: 100vw;
  min-height: 100vh;
}

.bg-primary {
  background-color: rgb(32, 111, 214);
  color: #ffffff;
}

.text-primary {
  color: rgb(32, 111, 214);
}

.bg-accent {
  background-color: rgb(255, 129, 255);
  color: #000000;
}

.text-accent {
  color: rgb(255, 129, 255);
}

.bg-success {
  background-color: rgb(56, 143, 56);
  color: #ffffff;
}

.text-success {
  color: rgb(56, 143, 56);
}

.bg-danger {
  background-color: rgb(207, 68, 68);
  color: #ffffff;
}

.text-danger {
  color: rgb(207, 68, 68);
}

.bg-warning {
  background-color: rgb(255, 217, 0);
  color: #000000;
}

.text-warning {
  color: rgb(255, 217, 0);
}

.bg-dark {
  background-color: rgb(35, 35, 35);
  color: #ffffff;
}

.text-dark {
  color: rgb(35, 35, 35);
}

.bg-light {
  background-color: rgb(250, 250, 250);
  color: #000000;
}

.text-light {
  color: rgb(250, 250, 250);
}

.bg-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.text-transparent {
  color: rgba(0, 0, 0, 0);
}

.bg-black {
  background-color: rgb(10, 10, 10);
  color: #ffffff;
}

.text-black {
  color: rgb(10, 10, 10);
}

.bg-cover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.text-cover {
  color: rgba(0, 0, 0, 0.6);
}

.bg-theme-1 {
  background-color: #f4cb2a;
  color: #000000;
}

.text-theme-1 {
  color: #f4cb2a;
}

.bg-theme-2 {
  background-color: #2d6fc6;
  color: #ffffff;
}

.text-theme-2 {
  color: #2d6fc6;
}

.bg-theme-3 {
  background-color: #c6c6c6;
  color: #000000;
}

.text-theme-3 {
  color: #c6c6c6;
}

.bg-theme-4 {
  background-color: #d9b47e;
  color: #000000;
}

.text-theme-4 {
  color: #d9b47e;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 10px !important;
}

.p-2 {
  padding: 20px !important;
}

.p-3 {
  padding: 30px !important;
}

.p-4 {
  padding: 40px !important;
}

.p-5 {
  padding: 50px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.radius-0 {
  border-radius: 0px;
}

.px-1 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-1 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.mx-1 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.my-1 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.radius-1 {
  border-radius: 7px;
}

.px-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-2 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.mx-2 {
  margin-left: 14px !important;
  margin-right: 14px !important;
}

.my-2 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.radius-2 {
  border-radius: 14px;
}

.px-3 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.mx-3 {
  margin-left: 21px !important;
  margin-right: 21px !important;
}

.my-3 {
  margin-top: 21px !important;
  margin-bottom: 21px !important;
}

.radius-3 {
  border-radius: 21px;
}

.px-4 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-4 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mx-4 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-4 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.radius-4 {
  border-radius: 28px;
}

.px-5 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.mx-5 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.my-5 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.radius-5 {
  border-radius: 35px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.shadow-0 {
  box-shadow: 0 0 0 0 transparent !important;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
  height: 100dvh;
}

.w-100 {
  width: 100%;
}

.w-100vw {
  width: 100vw;
}

.w-50 {
  width: 50%;
}

.container {
  margin: 0px auto;
  height: inherit;
  padding: 12px;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1050px;
  }
}

.center-in-view {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.place-center {
  place-content: center;
}

.row-wrap-card {
  width: clamp(350px, 50%, 30%);
  overflow: hidden;
  border-radius: 7px;
  height: 450px;
}
.row-wrap-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-width {
  width: 345px;
}

.glass-bg {
  background-color: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
}

.center-absolute-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blur-bg {
  backdrop-filter: blur(3px);
}

.z-1 {
  z-index: 1;
}

.row-wrap {
  flex-flow: row wrap;
  gap: 10px;
}
.row-wrap > div {
  width: 350px;
  overflow: hidden;
  border-radius: 7px;
  height: 450px;
  flex: 1 0 auto;
}
.row-wrap .wrap-auto-height {
  height: auto;
  width: 100%;
}

.flex-child-auto > div {
  flex: 0 0 auto;
}

.flex-1 {
  flex: 1 0 100%;
}

.upper {
  text-transform: uppercase;
}

.overflow-hidden {
  overflow: hidden;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.relative {
  position: relative !important;
}

.static {
  position: static !important;
}

.sticky {
  position: sticky !important;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.top-10 {
  top: 10;
}

.left-10 {
  left: 10;
}

.right-10 {
  right: 10;
}

.bottom-10 {
  bottom: 10;
}

.top-50 {
  top: 50;
}

.left-50 {
  left: 50;
}

.right-50 {
  right: 50;
}

.bottom-50 {
  bottom: 50;
}

.top-100 {
  top: 100;
}

.left-100 {
  left: 100;
}

.right-100 {
  right: 100;
}

.bottom-100 {
  bottom: 100;
}

.flex {
  display: flex !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline-flex {
  display: inline-flex !important;
}

.grid {
  display: grid !important;
}

.none {
  display: none !important;
}

.align-baseline {
  align-items: baseline !important;
}

.align-center {
  align-items: center !important;
}

.align-start {
  align-items: start !important;
}

.align-end {
  align-items: end !important;
}

.flex-column {
  flex-direction: column;
}

.justify-baseline {
  justify-content: baseline !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-around {
  justify-content: space-around !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.gap-0 {
  gap: 0px !important;
}

.gap-1 {
  gap: 5px !important;
}

.gap-2 {
  gap: 10px !important;
}

.gap-3 {
  gap: 15px !important;
}

.gap-4 {
  gap: 20px !important;
}

.gap-5 {
  gap: 25px !important;
}

.fade-up {
  transition:
    transform 0.75s ease,
    opacity 0.75s ease;
  opacity: 0;
  transform: rotate(1deg) translateY(50px);
}

.show-fade-up {
  opacity: 1;
  transform: rotate(0deg) translateY(0px);
}

.btn,
.btn-theme-4-outlined,
.btn-theme-4,
.btn-theme-3-outlined,
.btn-theme-3,
.btn-theme-2-outlined,
.btn-theme-2,
.btn-theme-1-outlined,
.btn-theme-1,
.btn-cover-outlined,
.btn-cover,
.btn-black-outlined,
.btn-black,
.btn-transparent-outlined,
.btn-transparent,
.btn-light-outlined,
.btn-light,
.btn-dark-outlined,
.btn-dark,
.btn-warning-outlined,
.btn-warning,
.btn-danger-outlined,
.btn-danger,
.btn-success-outlined,
.btn-success,
.btn-accent-outlined,
.btn-accent,
.btn-primary-outlined,
.btn-primary {
  padding: 10px;
  border: 0;
  border-radius: 7px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  text-align: center;
  margin: 7px 0px;
}

.btn-primary {
  background-color: rgb(32, 111, 214);
  color: #ffffff;
}
.btn-primary:hover {
  background-color: rgb(27.356097561, 94.8914634146, 182.943902439);
  color: #ffffff;
}

.btn-primary-outlined {
  border: 1px solid rgb(32, 111, 214);
  color: rgb(32, 111, 214);
  background-color: white;
}
.btn-primary-outlined:hover {
  color: #ffffff;
  background-color: rgb(32, 111, 214);
}

.btn-accent {
  background-color: rgb(255, 129, 255);
  color: #000000;
}
.btn-accent:hover {
  background-color: rgb(255, 93.3, 255);
  color: #000000;
}

.btn-accent-outlined {
  border: 1px solid rgb(255, 129, 255);
  color: rgb(255, 129, 255);
  background-color: white;
}
.btn-accent-outlined:hover {
  color: #000000;
  background-color: rgb(255, 129, 255);
}

.btn-success {
  background-color: rgb(56, 143, 56);
  color: #ffffff;
}
.btn-success:hover {
  background-color: rgb(45.9537688442, 117.3462311558, 45.9537688442);
  color: #ffffff;
}

.btn-success-outlined {
  border: 1px solid rgb(56, 143, 56);
  color: rgb(56, 143, 56);
  background-color: white;
}
.btn-success-outlined:hover {
  color: #ffffff;
  background-color: rgb(56, 143, 56);
}

.btn-danger {
  background-color: rgb(207, 68, 68);
  color: #ffffff;
}
.btn-danger:hover {
  background-color: rgb(190.4217021277, 48.8782978723, 48.8782978723);
  color: #ffffff;
}

.btn-danger-outlined {
  border: 1px solid rgb(207, 68, 68);
  color: rgb(207, 68, 68);
  background-color: white;
}
.btn-danger-outlined:hover {
  color: #ffffff;
  background-color: rgb(207, 68, 68);
}

.btn-warning {
  background-color: rgb(255, 217, 0);
  color: #000000;
}
.btn-warning:hover {
  background-color: rgb(219.3, 186.62, 0);
  color: #000000;
}

.btn-warning-outlined {
  border: 1px solid rgb(255, 217, 0);
  color: rgb(255, 217, 0);
  background-color: white;
}
.btn-warning-outlined:hover {
  color: #000000;
  background-color: rgb(255, 217, 0);
}

.btn-dark {
  background-color: rgb(35, 35, 35);
  color: #ffffff;
}
.btn-dark:hover {
  background-color: rgb(17.15, 17.15, 17.15);
  color: #ffffff;
}

.btn-dark-outlined {
  border: 1px solid rgb(35, 35, 35);
  color: rgb(35, 35, 35);
  background-color: white;
}
.btn-dark-outlined:hover {
  color: #ffffff;
  background-color: rgb(35, 35, 35);
}

.btn-light {
  background-color: rgb(250, 250, 250);
  color: #000000;
}
.btn-light:hover {
  background-color: rgb(232.15, 232.15, 232.15);
  color: #000000;
}

.btn-light-outlined {
  border: 1px solid rgb(250, 250, 250);
  color: rgb(250, 250, 250);
  background-color: white;
}
.btn-light-outlined:hover {
  color: #000000;
  background-color: rgb(250, 250, 250);
}

.btn-transparent {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.btn-transparent:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

.btn-transparent-outlined {
  border: 1px solid rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  background-color: white;
}
.btn-transparent-outlined:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}

.btn-black {
  background-color: rgb(10, 10, 10);
  color: #ffffff;
}
.btn-black:hover {
  background-color: black;
  color: #ffffff;
}

.btn-black-outlined {
  border: 1px solid rgb(10, 10, 10);
  color: rgb(10, 10, 10);
  background-color: white;
}
.btn-black-outlined:hover {
  color: #ffffff;
  background-color: rgb(10, 10, 10);
}

.btn-cover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.btn-cover:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.btn-cover-outlined {
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  background-color: white;
}
.btn-cover-outlined:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-theme-1 {
  background-color: #f4cb2a;
  color: #000000;
}
.btn-theme-1:hover {
  background-color: rgb(238.0084821429, 192.1946428571, 12.2915178571);
  color: #000000;
}

.btn-theme-1-outlined {
  border: 1px solid #f4cb2a;
  color: #f4cb2a;
  background-color: white;
}
.btn-theme-1-outlined:hover {
  color: #000000;
  background-color: #f4cb2a;
}

.btn-theme-2 {
  background-color: #2d6fc6;
  color: #ffffff;
}
.btn-theme-2:hover {
  background-color: rgb(38.3888888889, 94.6925925926, 168.9111111111);
  color: #ffffff;
}

.btn-theme-2-outlined {
  border: 1px solid #2d6fc6;
  color: #2d6fc6;
  background-color: white;
}
.btn-theme-2-outlined:hover {
  color: #ffffff;
  background-color: #2d6fc6;
}

.btn-theme-3 {
  background-color: #c6c6c6;
  color: #000000;
}
.btn-theme-3:hover {
  background-color: rgb(180.15, 180.15, 180.15);
  color: #000000;
}

.btn-theme-3-outlined {
  border: 1px solid #c6c6c6;
  color: #c6c6c6;
  background-color: white;
}
.btn-theme-3-outlined:hover {
  color: #000000;
  background-color: #c6c6c6;
}

.btn-theme-4 {
  background-color: #d9b47e;
  color: #000000;
}
.btn-theme-4:hover {
  background-color: rgb(208.8766467066, 163.9670658683, 98.4233532934);
  color: #000000;
}

.btn-theme-4-outlined {
  border: 1px solid #d9b47e;
  color: #d9b47e;
  background-color: white;
}
.btn-theme-4-outlined:hover {
  color: #000000;
  background-color: #d9b47e;
}

.card {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card .card-head {
  padding: 10px;
  background-color: white;
  color: #000000;
}
.card .card-body {
  padding: 10px;
}

.card-primary {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-primary .card-head {
  padding: 10px;
  background-color: rgb(32, 111, 214);
  color: #ffffff;
}
.card-primary .card-body {
  padding: 10px;
}

.card-accent {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-accent .card-head {
  padding: 10px;
  background-color: rgb(255, 129, 255);
  color: #000000;
}
.card-accent .card-body {
  padding: 10px;
}

.card-success {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-success .card-head {
  padding: 10px;
  background-color: rgb(56, 143, 56);
  color: #ffffff;
}
.card-success .card-body {
  padding: 10px;
}

.card-danger {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-danger .card-head {
  padding: 10px;
  background-color: rgb(207, 68, 68);
  color: #ffffff;
}
.card-danger .card-body {
  padding: 10px;
}

.card-warning {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-warning .card-head {
  padding: 10px;
  background-color: rgb(255, 217, 0);
  color: #000000;
}
.card-warning .card-body {
  padding: 10px;
}

.card-dark {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-dark .card-head {
  padding: 10px;
  background-color: rgb(35, 35, 35);
  color: #ffffff;
}
.card-dark .card-body {
  padding: 10px;
}

.card-light {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-light .card-head {
  padding: 10px;
  background-color: rgb(250, 250, 250);
  color: #000000;
}
.card-light .card-body {
  padding: 10px;
}

.card-transparent {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-transparent .card-head {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.card-transparent .card-body {
  padding: 10px;
}

.card-black {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-black .card-head {
  padding: 10px;
  background-color: rgb(10, 10, 10);
  color: #ffffff;
}
.card-black .card-body {
  padding: 10px;
}

.card-cover {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-cover .card-head {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.card-cover .card-body {
  padding: 10px;
}

.card-theme-1 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-theme-1 .card-head {
  padding: 10px;
  background-color: #f4cb2a;
  color: #000000;
}
.card-theme-1 .card-body {
  padding: 10px;
}

.card-theme-2 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-theme-2 .card-head {
  padding: 10px;
  background-color: #2d6fc6;
  color: #ffffff;
}
.card-theme-2 .card-body {
  padding: 10px;
}

.card-theme-3 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-theme-3 .card-head {
  padding: 10px;
  background-color: #c6c6c6;
  color: #000000;
}
.card-theme-3 .card-body {
  padding: 10px;
}

.card-theme-4 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
}
.card-theme-4 .card-head {
  padding: 10px;
  background-color: #d9b47e;
  color: #000000;
}
.card-theme-4 .card-body {
  padding: 10px;
}

.notification {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification {
    width: 100%;
  }
}
.notification .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: white;
  color: #000000;
}
.notification .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(127.5, 127.5, 127.5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification .notification-head .close-btn:hover {
  color: #000000;
}
.notification .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification .notification-body {
  padding: 20px 10px;
}

.notification-primary {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-primary {
    width: 100%;
  }
}
.notification-primary .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(32, 111, 214);
  color: #ffffff;
}
.notification-primary .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-primary .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-primary .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-primary .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-primary .notification-body {
  padding: 20px 10px;
}

.notification-accent {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-accent {
    width: 100%;
  }
}
.notification-accent .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(255, 129, 255);
  color: #000000;
}
.notification-accent .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-accent .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(127.5, 127.5, 127.5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-accent .notification-head .close-btn:hover {
  color: #000000;
}
.notification-accent .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-accent .notification-body {
  padding: 20px 10px;
}

.notification-success {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-success {
    width: 100%;
  }
}
.notification-success .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(56, 143, 56);
  color: #ffffff;
}
.notification-success .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-success .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-success .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-success .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-success .notification-body {
  padding: 20px 10px;
}

.notification-danger {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-danger {
    width: 100%;
  }
}
.notification-danger .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(207, 68, 68);
  color: #ffffff;
}
.notification-danger .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-danger .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-danger .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-danger .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-danger .notification-body {
  padding: 20px 10px;
}

.notification-warning {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-warning {
    width: 100%;
  }
}
.notification-warning .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(255, 217, 0);
  color: #000000;
}
.notification-warning .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-warning .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(127.5, 127.5, 127.5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-warning .notification-head .close-btn:hover {
  color: #000000;
}
.notification-warning .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-warning .notification-body {
  padding: 20px 10px;
}

.notification-dark {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-dark {
    width: 100%;
  }
}
.notification-dark .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(35, 35, 35);
  color: #ffffff;
}
.notification-dark .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-dark .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-dark .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-dark .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-dark .notification-body {
  padding: 20px 10px;
}

.notification-light {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-light {
    width: 100%;
  }
}
.notification-light .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(250, 250, 250);
  color: #000000;
}
.notification-light .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-light .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(127.5, 127.5, 127.5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-light .notification-head .close-btn:hover {
  color: #000000;
}
.notification-light .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-light .notification-body {
  padding: 20px 10px;
}

.notification-transparent {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-transparent {
    width: 100%;
  }
}
.notification-transparent .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.notification-transparent .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-transparent .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-transparent .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-transparent .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-transparent .notification-body {
  padding: 20px 10px;
}

.notification-black {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-black {
    width: 100%;
  }
}
.notification-black .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgb(10, 10, 10);
  color: #ffffff;
}
.notification-black .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-black .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-black .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-black .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-black .notification-body {
  padding: 20px 10px;
}

.notification-cover {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-cover {
    width: 100%;
  }
}
.notification-cover .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.notification-cover .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-cover .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-cover .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-cover .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-cover .notification-body {
  padding: 20px 10px;
}

.notification-theme-1 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-theme-1 {
    width: 100%;
  }
}
.notification-theme-1 .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f4cb2a;
  color: #000000;
}
.notification-theme-1 .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-theme-1 .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(127.5, 127.5, 127.5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-theme-1 .notification-head .close-btn:hover {
  color: #000000;
}
.notification-theme-1 .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-theme-1 .notification-body {
  padding: 20px 10px;
}

.notification-theme-2 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-theme-2 {
    width: 100%;
  }
}
.notification-theme-2 .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #2d6fc6;
  color: #ffffff;
}
.notification-theme-2 .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-theme-2 .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-theme-2 .notification-head .close-btn:hover {
  color: #ffffff;
}
.notification-theme-2 .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-theme-2 .notification-body {
  padding: 20px 10px;
}

.notification-theme-3 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-theme-3 {
    width: 100%;
  }
}
.notification-theme-3 .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #c6c6c6;
  color: #000000;
}
.notification-theme-3 .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-theme-3 .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(127.5, 127.5, 127.5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-theme-3 .notification-head .close-btn:hover {
  color: #000000;
}
.notification-theme-3 .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-theme-3 .notification-body {
  padding: 20px 10px;
}

.notification-theme-4 {
  border-radius: 7px;
  box-shadow: 0 0px 10px -5px rgb(35, 35, 35);
  overflow: hidden;
  margin: 14px 0px;
  width: 572px;
  display: inline-block;
}
@media (max-width: 768px) {
  .notification-theme-4 {
    width: 100%;
  }
}
.notification-theme-4 .notification-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #d9b47e;
  color: #000000;
}
.notification-theme-4 .notification-head .close-btn {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.notification-theme-4 .notification-head .close-btn::after {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: rgba(127.5, 127.5, 127.5, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.1s ease;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.notification-theme-4 .notification-head .close-btn:hover {
  color: #000000;
}
.notification-theme-4 .notification-head .close-btn:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
.notification-theme-4 .notification-body {
  padding: 20px 10px;
}

.nav-primary {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(32, 111, 214);
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-primary > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-primary .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-primary .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-primary .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-primary .nav-menu {
  display: flex;
  height: 100px;
}
.nav-primary .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-primary .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-primary .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-primary .nav-menu .nav-item a:hover,
.nav-primary .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-primary .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(91.8902439024, 152.1036585366, 230.6097560976);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-primary .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-primary .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-primary .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-primary .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-primary .nav-menu .burger-close {
  display: none;
}
.nav-primary .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-primary {
    height: 83.3333333333px;
  }
  .nav-primary > div {
    height: 83.3333333333px;
  }
  .nav-primary .nav-brand {
    height: 100%;
  }
  .nav-primary .nav-brand a {
    height: 100%;
  }
  .nav-primary .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-primary .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-primary .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-primary .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-primary .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-primary .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-primary .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-primary .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-primary .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-primary .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-primary .burger {
    display: flex;
  }
}

.nav-accent {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(255, 129, 255);
  color: #000000;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-accent > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-accent .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
.nav-accent .nav-brand a {
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-accent .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-accent .nav-menu {
  display: flex;
  height: 100px;
}
.nav-accent .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-accent .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-accent .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-accent .nav-menu .nav-item a:hover,
.nav-accent .nav-menu .nav-item a.active {
  background: rgba(0, 0, 0, 0.15);
}
.nav-accent .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(255, 205.5, 255);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-accent .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-accent .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #000000;
}
.nav-accent .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-accent .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-accent .nav-menu .burger-close {
  display: none;
}
.nav-accent .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-accent {
    height: 83.3333333333px;
  }
  .nav-accent > div {
    height: 83.3333333333px;
  }
  .nav-accent .nav-brand {
    height: 100%;
  }
  .nav-accent .nav-brand a {
    height: 100%;
  }
  .nav-accent .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-accent .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-accent .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-accent .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-accent .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-accent .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-accent .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-accent .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-accent .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-accent .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-accent .burger {
    display: flex;
  }
}

.nav-success {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(56, 143, 56);
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-success > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-success .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-success .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-success .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-success .nav-menu {
  display: flex;
  height: 100px;
}
.nav-success .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-success .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-success .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-success .nav-menu .nav-item a:hover,
.nav-success .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-success .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(86.4899497487, 189.0100502513, 86.4899497487);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-success .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-success .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-success .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-success .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-success .nav-menu .burger-close {
  display: none;
}
.nav-success .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-success {
    height: 83.3333333333px;
  }
  .nav-success > div {
    height: 83.3333333333px;
  }
  .nav-success .nav-brand {
    height: 100%;
  }
  .nav-success .nav-brand a {
    height: 100%;
  }
  .nav-success .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-success .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-success .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-success .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-success .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-success .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-success .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-success .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-success .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-success .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-success .burger {
    display: flex;
  }
}

.nav-danger {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(207, 68, 68);
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-danger > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-danger .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-danger .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-danger .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-danger .nav-menu {
  display: flex;
  height: 100px;
}
.nav-danger .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-danger .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-danger .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-danger .nav-menu .nav-item a:hover,
.nav-danger .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-danger .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(222.6255319149, 128.8744680851, 128.8744680851);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-danger .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-danger .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-danger .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-danger .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-danger .nav-menu .burger-close {
  display: none;
}
.nav-danger .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-danger {
    height: 83.3333333333px;
  }
  .nav-danger > div {
    height: 83.3333333333px;
  }
  .nav-danger .nav-brand {
    height: 100%;
  }
  .nav-danger .nav-brand a {
    height: 100%;
  }
  .nav-danger .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-danger .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-danger .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-danger .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-danger .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-danger .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-danger .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-danger .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-danger .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-danger .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-danger .burger {
    display: flex;
  }
}

.nav-warning {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(255, 217, 0);
  color: #000000;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-warning > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-warning .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
.nav-warning .nav-brand a {
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-warning .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-warning .nav-menu {
  display: flex;
  height: 100px;
}
.nav-warning .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-warning .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-warning .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-warning .nav-menu .nav-item a:hover,
.nav-warning .nav-menu .nav-item a.active {
  background: rgba(0, 0, 0, 0.15);
}
.nav-warning .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(255, 228.4, 76.5);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-warning .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-warning .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #000000;
}
.nav-warning .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-warning .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-warning .nav-menu .burger-close {
  display: none;
}
.nav-warning .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-warning {
    height: 83.3333333333px;
  }
  .nav-warning > div {
    height: 83.3333333333px;
  }
  .nav-warning .nav-brand {
    height: 100%;
  }
  .nav-warning .nav-brand a {
    height: 100%;
  }
  .nav-warning .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-warning .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-warning .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-warning .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-warning .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-warning .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-warning .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-warning .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-warning .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-warning .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-warning .burger {
    display: flex;
  }
}

.nav-dark {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(35, 35, 35);
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-dark > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-dark .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-dark .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-dark .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-dark .nav-menu {
  display: flex;
  height: 100px;
}
.nav-dark .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-dark .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-dark .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-dark .nav-menu .nav-item a:hover,
.nav-dark .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-dark .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(73.25, 73.25, 73.25);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-dark .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-dark .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-dark .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-dark .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-dark .nav-menu .burger-close {
  display: none;
}
.nav-dark .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-dark {
    height: 83.3333333333px;
  }
  .nav-dark > div {
    height: 83.3333333333px;
  }
  .nav-dark .nav-brand {
    height: 100%;
  }
  .nav-dark .nav-brand a {
    height: 100%;
  }
  .nav-dark .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-dark .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-dark .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-dark .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-dark .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-dark .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-dark .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-dark .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-dark .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-dark .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-dark .burger {
    display: flex;
  }
}

.nav-light {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(250, 250, 250);
  color: #000000;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-light > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-light .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
.nav-light .nav-brand a {
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-light .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-light .nav-menu {
  display: flex;
  height: 100px;
}
.nav-light .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-light .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-light .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-light .nav-menu .nav-item a:hover,
.nav-light .nav-menu .nav-item a.active {
  background: rgba(0, 0, 0, 0.15);
}
.nav-light .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: white;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-light .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-light .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #000000;
}
.nav-light .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-light .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-light .nav-menu .burger-close {
  display: none;
}
.nav-light .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-light {
    height: 83.3333333333px;
  }
  .nav-light > div {
    height: 83.3333333333px;
  }
  .nav-light .nav-brand {
    height: 100%;
  }
  .nav-light .nav-brand a {
    height: 100%;
  }
  .nav-light .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-light .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-light .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-light .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-light .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-light .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-light .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-light .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-light .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-light .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-light .burger {
    display: flex;
  }
}

.nav-transparent {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-transparent > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-transparent .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-transparent .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-transparent .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-transparent .nav-menu {
  display: flex;
  height: 100px;
}
.nav-transparent .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-transparent .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-transparent .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-transparent .nav-menu .nav-item a:hover,
.nav-transparent .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-transparent .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgba(38.25, 38.25, 38.25, 0);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-transparent .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-transparent .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-transparent .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-transparent .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-transparent .nav-menu .burger-close {
  display: none;
}
.nav-transparent .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-transparent {
    height: 83.3333333333px;
  }
  .nav-transparent > div {
    height: 83.3333333333px;
  }
  .nav-transparent .nav-brand {
    height: 100%;
  }
  .nav-transparent .nav-brand a {
    height: 100%;
  }
  .nav-transparent .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-transparent .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-transparent .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-transparent .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-transparent .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-transparent .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-transparent .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-transparent .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-transparent .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-transparent .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-transparent .burger {
    display: flex;
  }
}

.nav-black {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgb(10, 10, 10);
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-black > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-black .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-black .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-black .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-black .nav-menu {
  display: flex;
  height: 100px;
}
.nav-black .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-black .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-black .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-black .nav-menu .nav-item a:hover,
.nav-black .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-black .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(48.25, 48.25, 48.25);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-black .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-black .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-black .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-black .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-black .nav-menu .burger-close {
  display: none;
}
.nav-black .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-black {
    height: 83.3333333333px;
  }
  .nav-black > div {
    height: 83.3333333333px;
  }
  .nav-black .nav-brand {
    height: 100%;
  }
  .nav-black .nav-brand a {
    height: 100%;
  }
  .nav-black .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-black .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-black .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-black .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-black .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-black .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-black .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-black .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-black .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-black .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-black .burger {
    display: flex;
  }
}

.nav-cover {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-cover > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-cover .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-cover .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-cover .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-cover .nav-menu {
  display: flex;
  height: 100px;
}
.nav-cover .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-cover .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-cover .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-cover .nav-menu .nav-item a:hover,
.nav-cover .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-cover .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgba(38.25, 38.25, 38.25, 0.6);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-cover .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-cover .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-cover .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-cover .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-cover .nav-menu .burger-close {
  display: none;
}
.nav-cover .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-cover {
    height: 83.3333333333px;
  }
  .nav-cover > div {
    height: 83.3333333333px;
  }
  .nav-cover .nav-brand {
    height: 100%;
  }
  .nav-cover .nav-brand a {
    height: 100%;
  }
  .nav-cover .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-cover .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-cover .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-cover .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-cover .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-cover .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-cover .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-cover .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-cover .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-cover .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-cover .burger {
    display: flex;
  }
}

.nav-theme-1 {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: #f4cb2a;
  color: #000000;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-theme-1 > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-theme-1 .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
.nav-theme-1 .nav-brand a {
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-theme-1 .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-theme-1 .nav-menu {
  display: flex;
  height: 100px;
}
.nav-theme-1 .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-theme-1 .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-theme-1 .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-theme-1 .nav-menu .nav-item a:hover,
.nav-theme-1 .nav-menu .nav-item a.active {
  background: rgba(0, 0, 0, 0.15);
}
.nav-theme-1 .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(247.7566964286, 220.7589285714, 114.7433035714);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-theme-1 .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-theme-1 .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #000000;
}
.nav-theme-1 .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-theme-1 .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-theme-1 .nav-menu .burger-close {
  display: none;
}
.nav-theme-1 .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-theme-1 {
    height: 83.3333333333px;
  }
  .nav-theme-1 > div {
    height: 83.3333333333px;
  }
  .nav-theme-1 .nav-brand {
    height: 100%;
  }
  .nav-theme-1 .nav-brand a {
    height: 100%;
  }
  .nav-theme-1 .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-theme-1 .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-theme-1 .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-theme-1 .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-theme-1 .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-theme-1 .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-theme-1 .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-theme-1 .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-theme-1 .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-theme-1 .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-theme-1 .burger {
    display: flex;
  }
}

.nav-theme-2 {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: #2d6fc6;
  color: #ffffff;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-theme-2 > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-theme-2 .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  height: 100%;
}
.nav-theme-2 .nav-brand a {
  text-decoration: none;
  color: #ffffff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-theme-2 .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-theme-2 .nav-menu {
  display: flex;
  height: 100px;
}
.nav-theme-2 .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-theme-2 .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-theme-2 .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-theme-2 .nav-menu .nav-item a:hover,
.nav-theme-2 .nav-menu .nav-item a.active {
  background: rgba(255, 255, 255, 0.15);
}
.nav-theme-2 .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(99.7777777778, 151.5185185185, 219.7222222222);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-theme-2 .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-theme-2 .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #ffffff;
}
.nav-theme-2 .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-theme-2 .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-theme-2 .nav-menu .burger-close {
  display: none;
}
.nav-theme-2 .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-theme-2 {
    height: 83.3333333333px;
  }
  .nav-theme-2 > div {
    height: 83.3333333333px;
  }
  .nav-theme-2 .nav-brand {
    height: 100%;
  }
  .nav-theme-2 .nav-brand a {
    height: 100%;
  }
  .nav-theme-2 .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-theme-2 .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-theme-2 .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-theme-2 .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-theme-2 .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-theme-2 .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-theme-2 .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-theme-2 .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-theme-2 .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-theme-2 .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-theme-2 .burger {
    display: flex;
  }
}

.nav-theme-3 {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: #c6c6c6;
  color: #000000;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-theme-3 > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-theme-3 .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
.nav-theme-3 .nav-brand a {
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-theme-3 .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-theme-3 .nav-menu {
  display: flex;
  height: 100px;
}
.nav-theme-3 .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-theme-3 .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-theme-3 .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-theme-3 .nav-menu .nav-item a:hover,
.nav-theme-3 .nav-menu .nav-item a.active {
  background: rgba(0, 0, 0, 0.15);
}
.nav-theme-3 .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(236.25, 236.25, 236.25);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-theme-3 .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-theme-3 .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #000000;
}
.nav-theme-3 .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-theme-3 .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-theme-3 .nav-menu .burger-close {
  display: none;
}
.nav-theme-3 .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-theme-3 {
    height: 83.3333333333px;
  }
  .nav-theme-3 > div {
    height: 83.3333333333px;
  }
  .nav-theme-3 .nav-brand {
    height: 100%;
  }
  .nav-theme-3 .nav-brand a {
    height: 100%;
  }
  .nav-theme-3 .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-theme-3 .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-theme-3 .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-theme-3 .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-theme-3 .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-theme-3 .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-theme-3 .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-theme-3 .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-theme-3 .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-theme-3 .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-theme-3 .burger {
    display: flex;
  }
}

.nav-theme-4 {
  width: 100%;
  height: 100px;
  box-shadow: 0 5px 10px -5px rgb(35, 35, 35);
  background-color: #d9b47e;
  color: #000000;
  margin-bottom: 14px;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1100;
}
.nav-theme-4 > div {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-theme-4 .nav-brand {
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  color: #000000;
  height: 100%;
}
.nav-theme-4 .nav-brand a {
  text-decoration: none;
  color: #000000;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
}
.nav-theme-4 .nav-brand a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.nav-theme-4 .nav-menu {
  display: flex;
  height: 100px;
}
.nav-theme-4 .nav-menu .nav-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0px 7px;
}
.nav-theme-4 .nav-menu .nav-item a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border-radius: 5px;
}
.nav-theme-4 .nav-menu .nav-item a .arrow {
  width: 14px;
  transition: transform 0.3s ease;
  transform: rotate(90deg);
  display: flex;
}
.nav-theme-4 .nav-menu .nav-item a:hover,
.nav-theme-4 .nav-menu .nav-item a.active {
  background: rgba(0, 0, 0, 0.15);
}
.nav-theme-4 .nav-menu .nav-item .sub-links {
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgb(234.4071856287, 214.3562874251, 185.0928143713);
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 10px;
  box-shadow: 0 10px 10px -10px black;
  margin-top: 5px;
  z-index: 1000;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
}
.nav-theme-4 .nav-menu .nav-item .sub-links:last-of-type {
  left: 0;
}
.nav-theme-4 .nav-menu .nav-item .sub-links a {
  width: 100%;
  color: #000000;
}
.nav-theme-4 .nav-menu .nav-item.open-sub-links .sub-links {
  transform: translate(-50%, 0px);
  opacity: 1;
  pointer-events: all;
}
.nav-theme-4 .nav-menu .nav-item.open-sub-links .arrow {
  transform: rotate(180deg);
}
.nav-theme-4 .nav-menu .burger-close {
  display: none;
}
.nav-theme-4 .burger {
  display: none;
  cursor: pointer;
}
@media (max-width: 992px) {
  .nav-theme-4 {
    height: 83.3333333333px;
  }
  .nav-theme-4 > div {
    height: 83.3333333333px;
  }
  .nav-theme-4 .nav-brand {
    height: 100%;
  }
  .nav-theme-4 .nav-brand a {
    height: 100%;
  }
  .nav-theme-4 .nav-menu {
    width: -moz-max-content;
    width: max-content;
    height: 100vh;
    background: rgba(35, 35, 35, 0.86);
    backdrop-filter: blur(3px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    padding-top: 15%;
    transition: transform 0.3s ease;
    transform: translateX(100%);
  }
  .nav-theme-4 .nav-menu .nav-item {
    height: auto;
    margin: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
  .nav-theme-4 .nav-menu .nav-item a {
    width: 100%;
    color: #ffffff;
  }
  .nav-theme-4 .nav-menu .nav-item .sub-links {
    position: static;
    background: rgba(35, 35, 35, 0.8);
    width: -moz-max-content;
    width: max-content;
    display: none;
    margin-left: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 7px;
    box-shadow: 0 0px 10px -4px black;
    margin-top: 5px;
    z-index: 1000;
    transition:
      height 0.3s ease,
      opacity 0.3s ease;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
    height: 100%;
    overflow: hidden;
    padding: 0;
  }
  .nav-theme-4 .nav-menu .nav-item .sub-links:last-of-type {
    left: 0;
  }
  .nav-theme-4 .nav-menu .nav-item .sub-links a {
    width: 100%;
    color: rgb(250, 250, 250);
    width: 100%;
    text-align: left;
    justify-content: left;
  }
  .nav-theme-4 .nav-menu .nav-item.open-sub-links .sub-links {
    display: flex;
    transform: translate(0%, 0px);
    opacity: 1;
    pointer-events: all;
  }
  .nav-theme-4 .nav-menu .nav-item.open-sub-links .arrow {
    transform: rotate(180deg);
  }
  .nav-theme-4 .nav-menu .burger-close {
    display: flex;
    border: 1px solid white;
    border-radius: 7px;
    margin-left: 15px;
  }
  .nav-theme-4 .nav-menu.show-nav {
    transform: translateX(0%);
    box-shadow: 0 0 10px 0 black;
  }
  .nav-theme-4 .burger {
    display: flex;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid black;
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-primary {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(32, 111, 214);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-accent {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(255, 129, 255);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-success {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(56, 143, 56);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-danger {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(207, 68, 68);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-warning {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(255, 217, 0);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-dark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(35, 35, 35);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-light {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(250, 250, 250);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-transparent {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-black {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgb(10, 10, 10);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-cover {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-theme-1 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid #f4cb2a;
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-theme-2 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid #2d6fc6;
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-theme-3 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid #c6c6c6;
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.spinner-theme-4 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border-right: 3px solid #d9b47e;
  border-bottom: 3px solid transparent;
  animation: rotation 0.7s linear infinite;
}

.carousal {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}
.carousal .carousal-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 15px;
  z-index: 5;
  bottom: 0;
}
.carousal .carousal-controls .controls-wrapper {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.carousal .carousal-controls .control-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6509803922);
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousal .carousal-controls .control-btn:hover {
  color: black;
  background-color: white;
}
.carousal .carousal-controls .progress-container {
  background: transparent;
  flex: 1;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.carousal .carousal-controls .progress-container .progress-item {
  flex: 0;
}
.carousal .carousal-controls .progress-container .progress-item .progress-bar {
  background: rgba(255, 255, 255, 0.25);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.carousal
  .carousal-controls
  .progress-container
  .progress-item
  .progress-bar
  .progress-value {
  width: 100%;
  height: 100%;
}
.carousal .carousal-items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.carousal .carousal-items .item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.carousal .carousal-items .item .bg {
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(10px) brightness(0.6);
  transform: scale(1.2);
  z-index: 0;
  height: 100%;
  width: 100%;
}
.carousal .carousal-items .item .fg {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 30px -10px black;
  width: 95%;
  height: 85%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  margin-top: 30px;
}
.carousal .carousal-items .item .fg.ar {
  right: 50%;
  transform: translate(50%, -50%);
}
.carousal .carousal-items .item.active {
  opacity: 1;
}
.carousal[data-auto="true"] .carousal-controls .progress-item.active {
  flex: 1;
}
.carousal[data-auto="true"]
  .carousal-controls
  .progress-item.active
  .progress-bar {
  width: 100%;
  border-radius: 3px;
}
.carousal[data-auto="true"]
  .carousal-controls
  .progress-item.active
  .progress-value {
  animation: increase-progress 10s 1 linear forwards;
}
.carousal[data-auto="true"]
  .carousal-controls
  .progress-item.active:nth-of-type(1)
  .progress-value {
  background: linear-gradient(90deg, #f4cb2a, white);
}
.carousal[data-auto="true"]
  .carousal-controls
  .progress-item.active:nth-of-type(2)
  .progress-value {
  background: linear-gradient(90deg, #2d6fc6, white);
}
.carousal[data-auto="true"]
  .carousal-controls
  .progress-item.active:nth-of-type(3)
  .progress-value {
  background: linear-gradient(90deg, #c6c6c6, white);
}
.carousal[data-auto="true"]
  .carousal-controls
  .progress-item.active:nth-of-type(4)
  .progress-value {
  background: linear-gradient(90deg, #d9b47e, white);
}
.carousal[data-auto="true"] .carousal-images .image {
  transform: scale(1.2) rotate(2deg);
}
.carousal[data-auto="true"] .carousal-images .image.active {
  opacity: 1;
  animation: carousal-image 10s 1 forwards normal;
}
.carousal[data-auto="false"] .carousal-controls .progress-item.active {
  flex: 0;
}
.carousal[data-auto="false"]
  .carousal-controls
  .progress-item.active
  .progress-value {
  background: white;
}
.carousal[data-auto="false"] .carousal-images .image.active {
  opacity: 1;
  animation: carousal-ige 10s 1 forwards normal;
}

@keyframes carousal-image {
  0% {
    transform: scale(1) rotate(0deg);
  }
  95% {
    transform: scale(1.2) rotate(2deg);
  }
  100% {
    transform: scale(1.2) rotate(2deg);
  }
}
@keyframes increase-progress {
  0% {
    transform-origin: left;
    transform: translateX(-101%);
  }
  95% {
    transform: translateX(0%);
    transform-origin: right;
  }
  100% {
    transform: translateX(100%);
    transform-origin: right;
  }
}
.card-carousal {
  height: 400px;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.card-carousal .card-carousal-control {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.25);
  border: 0;
  border-radius: 50%;
  font-size: 25px;
  padding-bottom: 3px;
  color: rgba(0, 0, 0, 0.6509803922);
  visibility: visible;
  pointer-events: all;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-carousal .card-carousal-control:hover {
  color: black;
  background-color: white;
}
.card-carousal .card-carousal-control.hide-control {
  visibility: hidden;
  pointer-events: none;
}
.card-carousal .carousal-cards {
  height: 100%;
  overflow-x: auto;
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overflow-y: hidden;
  flex: 1;
  border-radius: 7px;
  pointer-events: none;
}
.card-carousal .carousal-cards::-webkit-scrollbar {
  display: none;
}
.card-carousal .carousal-cards .carousal-card {
  scroll-snap-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 100%;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.card-carousal .carousal-cards .carousal-card .card-body {
  width: 100%;
  height: 100%;
  position: relative;
}
.card-carousal .carousal-cards .carousal-card .card-body img,
.card-carousal .carousal-cards .carousal-card .card-body video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
}
.card-carousal .carousal-cards .carousal-card .card-body img:nth-child(1),
.card-carousal .carousal-cards .carousal-card .card-body video:nth-child(1) {
  filter: blur(15px);
}
.card-carousal .carousal-cards .carousal-card .card-body img:nth-child(2),
.card-carousal .carousal-cards .carousal-card .card-body video:nth-child(2) {
  width: clamp(345px, 70%, 80%);
  height: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 7px;
  box-shadow: 0 0 20px -5px black;
}
.card-carousal .carousal-cards .carousal-card .card-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.4901960784);
  color: white;
  padding: 10px 20px;
  border-radius: 7px;
  backdrop-filter: blur(7px);
  text-transform: uppercase;
  bottom: 10px;
}
@media (max-width: 992px) {
  .card-carousal {
    position: relative;
  }
  .card-carousal .carousal-cards .carousal-card .card-title {
    padding: 10px 15px;
    font-weight: bold;
    bottom: 5px;
  }
  .card-carousal .card-carousal-control {
    position: absolute;
    bottom: 5px;
    z-index: 1;
  }
  .card-carousal .next-btn {
    right: 3px;
  }
  .card-carousal .next-btn.ar {
    right: unset;
    left: 3px;
  }
  .card-carousal .previous-btn {
    left: 3px;
  }
  .card-carousal .previous-btn.ar {
    left: unset;
    right: 3px;
  }
}

.linear-list-style {
  display: flex;
}
.linear-list-style .linear-list-line {
  width: 2px;
}
.linear-list-style .linear-list-items {
  margin: 15px 0px;
}
.linear-list-style .linear-list-items .item {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  transform: translateX(-10px);
}
.linear-list-style .linear-list-items .item .circle {
  width: 20px;
  height: 20px;
  border: 2px solid #f4cb2a;
  border-radius: 50%;
  background: rgb(35, 35, 35);
  flex: 0 0 20px;
}

.x-sections {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 50px;
  position: relative;
}
.x-sections .x-section {
  height: 100%;
  flex: 0 0 100%;
  scroll-snap-align: center;
  background-color: rgb(255, 137, 137);
  font-size: 100px;
}

.y-sections {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
}
.y-sections .y-section {
  scroll-snap-align: center;
  background-color: rgb(255, 137, 137);
  font-size: 100px;
  height: 100%;
  border: 10px solid;
}

.x-scrollbar {
  width: 100vw;
  height: 20px;
  background: #ff6464;
  position: absolute;
}
.x-scrollbar .thumb {
  width: 50px;
  height: 100%;
  background: red;
  cursor: pointer;
}

.loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  background: white;
  transition: opacity 0.7s ease-in-out;
  flex-direction: column;
  gap: 10px;
}
.loader .image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  filter: blur(5px);
}
.loader svg,
.loader img {
  width: 150px;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.loader .box {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
  z-index: 2;
  will-change: transform;
  animation-name: loader-animation;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

@keyframes loader-animation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.animated-normal-stroke {
  position: absolute;
  left: 0%;
  width: 300px;
  animation: spin 120s linear infinite forwards normal;
}
.animated-normal-stroke path {
  stroke-width: 7px;
  stroke: #f4cb2a;
  stroke-dasharray: 100%;
  animation: path-shift 10s ease infinite forwards normal;
}

.all-over-animation {
  /* Golden */
}

@keyframes all-over {
  to {
    transform: translateX(-50vw) rotate(-360deg);
  }
}
@keyframes path-shift {
  0% {
    stroke-dashoffset: 100%;
  }
  25% {
    stroke-dashoffset: 0%;
  }
  50% {
    stroke-dashoffset: 0%;
  }
  100% {
    stroke-dashoffset: -100%;
  }
}
@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.svg-1 svg {
  width: 1px;
}

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

.svg-3 svg {
  width: 3px;
}

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

.svg-5 svg {
  width: 5px;
}

.svg-6 svg {
  width: 6px;
}

.svg-7 svg {
  width: 7px;
}

.svg-8 svg {
  width: 8px;
}

.svg-9 svg {
  width: 9px;
}

.svg-10 svg {
  width: 10px;
}

.svg-11 svg {
  width: 11px;
}

.svg-12 svg {
  width: 12px;
}

.svg-13 svg {
  width: 13px;
}

.svg-14 svg {
  width: 14px;
}

.svg-15 svg {
  width: 15px;
}

.svg-16 svg {
  width: 16px;
}

.svg-17 svg {
  width: 17px;
}

.svg-18 svg {
  width: 18px;
}

.svg-19 svg {
  width: 19px;
}

.svg-20 svg {
  width: 20px;
}

.svg-21 svg {
  width: 21px;
}

.svg-22 svg {
  width: 22px;
}

.svg-23 svg {
  width: 23px;
}

.svg-24 svg {
  width: 24px;
}

.svg-25 svg {
  width: 25px;
}

.svg-26 svg {
  width: 26px;
}

.svg-27 svg {
  width: 27px;
}

.svg-28 svg {
  width: 28px;
}

.svg-29 svg {
  width: 29px;
}

.svg-30 svg {
  width: 30px;
}

.svg-31 svg {
  width: 31px;
}

.svg-32 svg {
  width: 32px;
}

.svg-33 svg {
  width: 33px;
}

.svg-34 svg {
  width: 34px;
}

.svg-35 svg {
  width: 35px;
}

.svg-36 svg {
  width: 36px;
}

.svg-37 svg {
  width: 37px;
}

.svg-38 svg {
  width: 38px;
}

.svg-39 svg {
  width: 39px;
}

.svg-40 svg {
  width: 40px;
}

.svg-41 svg {
  width: 41px;
}

.svg-42 svg {
  width: 42px;
}

.svg-43 svg {
  width: 43px;
}

.svg-44 svg {
  width: 44px;
}

.svg-45 svg {
  width: 45px;
}

.svg-46 svg {
  width: 46px;
}

.svg-47 svg {
  width: 47px;
}

.svg-48 svg {
  width: 48px;
}

.svg-49 svg {
  width: 49px;
}

.svg-50 svg {
  width: 50px;
}

.svg-51 svg {
  width: 51px;
}

.svg-52 svg {
  width: 52px;
}

.svg-53 svg {
  width: 53px;
}

.svg-54 svg {
  width: 54px;
}

.svg-55 svg {
  width: 55px;
}

.svg-56 svg {
  width: 56px;
}

.svg-57 svg {
  width: 57px;
}

.svg-58 svg {
  width: 58px;
}

.svg-59 svg {
  width: 59px;
}

.svg-60 svg {
  width: 60px;
}

.svg-61 svg {
  width: 61px;
}

.svg-62 svg {
  width: 62px;
}

.svg-63 svg {
  width: 63px;
}

.svg-64 svg {
  width: 64px;
}

.svg-65 svg {
  width: 65px;
}

.svg-66 svg {
  width: 66px;
}

.svg-67 svg {
  width: 67px;
}

.svg-68 svg {
  width: 68px;
}

.svg-69 svg {
  width: 69px;
}

.svg-70 svg {
  width: 70px;
}

.svg-71 svg {
  width: 71px;
}

.svg-72 svg {
  width: 72px;
}

.svg-73 svg {
  width: 73px;
}

.svg-74 svg {
  width: 74px;
}

.svg-75 svg {
  width: 75px;
}

.svg-76 svg {
  width: 76px;
}

.svg-77 svg {
  width: 77px;
}

.svg-78 svg {
  width: 78px;
}

.svg-79 svg {
  width: 79px;
}

.svg-80 svg {
  width: 80px;
}

.svg-81 svg {
  width: 81px;
}

.svg-82 svg {
  width: 82px;
}

.svg-83 svg {
  width: 83px;
}

.svg-84 svg {
  width: 84px;
}

.svg-85 svg {
  width: 85px;
}

.svg-86 svg {
  width: 86px;
}

.svg-87 svg {
  width: 87px;
}

.svg-88 svg {
  width: 88px;
}

.svg-89 svg {
  width: 89px;
}

.svg-90 svg {
  width: 90px;
}

.svg-91 svg {
  width: 91px;
}

.svg-92 svg {
  width: 92px;
}

.svg-93 svg {
  width: 93px;
}

.svg-94 svg {
  width: 94px;
}

.svg-95 svg {
  width: 95px;
}

.svg-96 svg {
  width: 96px;
}

.svg-97 svg {
  width: 97px;
}

.svg-98 svg {
  width: 98px;
}

.svg-99 svg {
  width: 99px;
}

.svg-100 svg {
  width: 100px;
}

.svg-fluid svg {
  width: 100%;
  height: 100%;
}

.square-1 {
  width: 1px;
  height: 1px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-1 svg,
.square-1 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-1 {
  font-size: 1px;
}

.square-2 {
  width: 2px;
  height: 2px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-2 svg,
.square-2 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-2 {
  font-size: 2px;
}

.square-3 {
  width: 3px;
  height: 3px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-3 svg,
.square-3 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-3 {
  font-size: 3px;
}

.square-4 {
  width: 4px;
  height: 4px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-4 svg,
.square-4 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-4 {
  font-size: 4px;
}

.square-5 {
  width: 5px;
  height: 5px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-5 svg,
.square-5 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-5 {
  font-size: 5px;
}

.square-6 {
  width: 6px;
  height: 6px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-6 svg,
.square-6 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-6 {
  font-size: 6px;
}

.square-7 {
  width: 7px;
  height: 7px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-7 svg,
.square-7 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-7 {
  font-size: 7px;
}

.square-8 {
  width: 8px;
  height: 8px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-8 svg,
.square-8 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-8 {
  font-size: 8px;
}

.square-9 {
  width: 9px;
  height: 9px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-9 svg,
.square-9 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-9 {
  font-size: 9px;
}

.square-10 {
  width: 10px;
  height: 10px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-10 svg,
.square-10 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-10 {
  font-size: 10px;
}

.square-11 {
  width: 11px;
  height: 11px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-11 svg,
.square-11 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-11 {
  font-size: 11px;
}

.square-12 {
  width: 12px;
  height: 12px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-12 svg,
.square-12 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-12 {
  font-size: 12px;
}

.square-13 {
  width: 13px;
  height: 13px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-13 svg,
.square-13 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-13 {
  font-size: 13px;
}

.square-14 {
  width: 14px;
  height: 14px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-14 svg,
.square-14 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-14 {
  font-size: 14px;
}

.square-15 {
  width: 15px;
  height: 15px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-15 svg,
.square-15 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-15 {
  font-size: 15px;
}

.square-16 {
  width: 16px;
  height: 16px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-16 svg,
.square-16 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-16 {
  font-size: 16px;
}

.square-17 {
  width: 17px;
  height: 17px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-17 svg,
.square-17 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-17 {
  font-size: 17px;
}

.square-18 {
  width: 18px;
  height: 18px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-18 svg,
.square-18 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-18 {
  font-size: 18px;
}

.square-19 {
  width: 19px;
  height: 19px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-19 svg,
.square-19 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-19 {
  font-size: 19px;
}

.square-20 {
  width: 20px;
  height: 20px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-20 svg,
.square-20 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-20 {
  font-size: 20px;
}

.square-21 {
  width: 21px;
  height: 21px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-21 svg,
.square-21 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-21 {
  font-size: 21px;
}

.square-22 {
  width: 22px;
  height: 22px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-22 svg,
.square-22 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-22 {
  font-size: 22px;
}

.square-23 {
  width: 23px;
  height: 23px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-23 svg,
.square-23 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-23 {
  font-size: 23px;
}

.square-24 {
  width: 24px;
  height: 24px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-24 svg,
.square-24 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-24 {
  font-size: 24px;
}

.square-25 {
  width: 25px;
  height: 25px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-25 svg,
.square-25 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-25 {
  font-size: 25px;
}

.square-26 {
  width: 26px;
  height: 26px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-26 svg,
.square-26 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-26 {
  font-size: 26px;
}

.square-27 {
  width: 27px;
  height: 27px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-27 svg,
.square-27 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-27 {
  font-size: 27px;
}

.square-28 {
  width: 28px;
  height: 28px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-28 svg,
.square-28 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-28 {
  font-size: 28px;
}

.square-29 {
  width: 29px;
  height: 29px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-29 svg,
.square-29 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-29 {
  font-size: 29px;
}

.square-30 {
  width: 30px;
  height: 30px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-30 svg,
.square-30 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-30 {
  font-size: 30px;
}

.square-31 {
  width: 31px;
  height: 31px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-31 svg,
.square-31 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-31 {
  font-size: 31px;
}

.square-32 {
  width: 32px;
  height: 32px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-32 svg,
.square-32 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-32 {
  font-size: 32px;
}

.square-33 {
  width: 33px;
  height: 33px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-33 svg,
.square-33 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-33 {
  font-size: 33px;
}

.square-34 {
  width: 34px;
  height: 34px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-34 svg,
.square-34 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-34 {
  font-size: 34px;
}

.square-35 {
  width: 35px;
  height: 35px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-35 svg,
.square-35 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-35 {
  font-size: 35px;
}

.square-36 {
  width: 36px;
  height: 36px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-36 svg,
.square-36 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-36 {
  font-size: 36px;
}

.square-37 {
  width: 37px;
  height: 37px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-37 svg,
.square-37 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-37 {
  font-size: 37px;
}

.square-38 {
  width: 38px;
  height: 38px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-38 svg,
.square-38 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-38 {
  font-size: 38px;
}

.square-39 {
  width: 39px;
  height: 39px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-39 svg,
.square-39 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-39 {
  font-size: 39px;
}

.square-40 {
  width: 40px;
  height: 40px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-40 svg,
.square-40 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-40 {
  font-size: 40px;
}

.square-41 {
  width: 41px;
  height: 41px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-41 svg,
.square-41 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-41 {
  font-size: 41px;
}

.square-42 {
  width: 42px;
  height: 42px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-42 svg,
.square-42 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-42 {
  font-size: 42px;
}

.square-43 {
  width: 43px;
  height: 43px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-43 svg,
.square-43 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-43 {
  font-size: 43px;
}

.square-44 {
  width: 44px;
  height: 44px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-44 svg,
.square-44 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-44 {
  font-size: 44px;
}

.square-45 {
  width: 45px;
  height: 45px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-45 svg,
.square-45 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-45 {
  font-size: 45px;
}

.square-46 {
  width: 46px;
  height: 46px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-46 svg,
.square-46 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-46 {
  font-size: 46px;
}

.square-47 {
  width: 47px;
  height: 47px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-47 svg,
.square-47 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-47 {
  font-size: 47px;
}

.square-48 {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-48 svg,
.square-48 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-48 {
  font-size: 48px;
}

.square-49 {
  width: 49px;
  height: 49px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-49 svg,
.square-49 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-49 {
  font-size: 49px;
}

.square-50 {
  width: 50px;
  height: 50px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-50 svg,
.square-50 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-50 {
  font-size: 50px;
}

.square-51 {
  width: 51px;
  height: 51px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-51 svg,
.square-51 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-51 {
  font-size: 51px;
}

.square-52 {
  width: 52px;
  height: 52px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-52 svg,
.square-52 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-52 {
  font-size: 52px;
}

.square-53 {
  width: 53px;
  height: 53px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-53 svg,
.square-53 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-53 {
  font-size: 53px;
}

.square-54 {
  width: 54px;
  height: 54px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-54 svg,
.square-54 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-54 {
  font-size: 54px;
}

.square-55 {
  width: 55px;
  height: 55px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-55 svg,
.square-55 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-55 {
  font-size: 55px;
}

.square-56 {
  width: 56px;
  height: 56px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-56 svg,
.square-56 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-56 {
  font-size: 56px;
}

.square-57 {
  width: 57px;
  height: 57px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-57 svg,
.square-57 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-57 {
  font-size: 57px;
}

.square-58 {
  width: 58px;
  height: 58px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-58 svg,
.square-58 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-58 {
  font-size: 58px;
}

.square-59 {
  width: 59px;
  height: 59px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-59 svg,
.square-59 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-59 {
  font-size: 59px;
}

.square-60 {
  width: 60px;
  height: 60px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-60 svg,
.square-60 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-60 {
  font-size: 60px;
}

.square-61 {
  width: 61px;
  height: 61px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-61 svg,
.square-61 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-61 {
  font-size: 61px;
}

.square-62 {
  width: 62px;
  height: 62px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-62 svg,
.square-62 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-62 {
  font-size: 62px;
}

.square-63 {
  width: 63px;
  height: 63px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-63 svg,
.square-63 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-63 {
  font-size: 63px;
}

.square-64 {
  width: 64px;
  height: 64px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-64 svg,
.square-64 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-64 {
  font-size: 64px;
}

.square-65 {
  width: 65px;
  height: 65px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-65 svg,
.square-65 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-65 {
  font-size: 65px;
}

.square-66 {
  width: 66px;
  height: 66px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-66 svg,
.square-66 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-66 {
  font-size: 66px;
}

.square-67 {
  width: 67px;
  height: 67px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-67 svg,
.square-67 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-67 {
  font-size: 67px;
}

.square-68 {
  width: 68px;
  height: 68px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-68 svg,
.square-68 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-68 {
  font-size: 68px;
}

.square-69 {
  width: 69px;
  height: 69px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-69 svg,
.square-69 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-69 {
  font-size: 69px;
}

.square-70 {
  width: 70px;
  height: 70px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-70 svg,
.square-70 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-70 {
  font-size: 70px;
}

.square-71 {
  width: 71px;
  height: 71px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-71 svg,
.square-71 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-71 {
  font-size: 71px;
}

.square-72 {
  width: 72px;
  height: 72px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-72 svg,
.square-72 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-72 {
  font-size: 72px;
}

.square-73 {
  width: 73px;
  height: 73px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-73 svg,
.square-73 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-73 {
  font-size: 73px;
}

.square-74 {
  width: 74px;
  height: 74px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-74 svg,
.square-74 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-74 {
  font-size: 74px;
}

.square-75 {
  width: 75px;
  height: 75px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-75 svg,
.square-75 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-75 {
  font-size: 75px;
}

.square-76 {
  width: 76px;
  height: 76px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-76 svg,
.square-76 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-76 {
  font-size: 76px;
}

.square-77 {
  width: 77px;
  height: 77px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-77 svg,
.square-77 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-77 {
  font-size: 77px;
}

.square-78 {
  width: 78px;
  height: 78px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-78 svg,
.square-78 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-78 {
  font-size: 78px;
}

.square-79 {
  width: 79px;
  height: 79px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-79 svg,
.square-79 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-79 {
  font-size: 79px;
}

.square-80 {
  width: 80px;
  height: 80px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-80 svg,
.square-80 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-80 {
  font-size: 80px;
}

.square-81 {
  width: 81px;
  height: 81px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-81 svg,
.square-81 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-81 {
  font-size: 81px;
}

.square-82 {
  width: 82px;
  height: 82px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-82 svg,
.square-82 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-82 {
  font-size: 82px;
}

.square-83 {
  width: 83px;
  height: 83px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-83 svg,
.square-83 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-83 {
  font-size: 83px;
}

.square-84 {
  width: 84px;
  height: 84px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-84 svg,
.square-84 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-84 {
  font-size: 84px;
}

.square-85 {
  width: 85px;
  height: 85px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-85 svg,
.square-85 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-85 {
  font-size: 85px;
}

.square-86 {
  width: 86px;
  height: 86px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-86 svg,
.square-86 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-86 {
  font-size: 86px;
}

.square-87 {
  width: 87px;
  height: 87px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-87 svg,
.square-87 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-87 {
  font-size: 87px;
}

.square-88 {
  width: 88px;
  height: 88px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-88 svg,
.square-88 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-88 {
  font-size: 88px;
}

.square-89 {
  width: 89px;
  height: 89px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-89 svg,
.square-89 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-89 {
  font-size: 89px;
}

.square-90 {
  width: 90px;
  height: 90px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-90 svg,
.square-90 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-90 {
  font-size: 90px;
}

.square-91 {
  width: 91px;
  height: 91px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-91 svg,
.square-91 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-91 {
  font-size: 91px;
}

.square-92 {
  width: 92px;
  height: 92px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-92 svg,
.square-92 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-92 {
  font-size: 92px;
}

.square-93 {
  width: 93px;
  height: 93px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-93 svg,
.square-93 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-93 {
  font-size: 93px;
}

.square-94 {
  width: 94px;
  height: 94px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-94 svg,
.square-94 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-94 {
  font-size: 94px;
}

.square-95 {
  width: 95px;
  height: 95px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-95 svg,
.square-95 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-95 {
  font-size: 95px;
}

.square-96 {
  width: 96px;
  height: 96px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-96 svg,
.square-96 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-96 {
  font-size: 96px;
}

.square-97 {
  width: 97px;
  height: 97px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-97 svg,
.square-97 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-97 {
  font-size: 97px;
}

.square-98 {
  width: 98px;
  height: 98px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-98 svg,
.square-98 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-98 {
  font-size: 98px;
}

.square-99 {
  width: 99px;
  height: 99px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-99 svg,
.square-99 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-99 {
  font-size: 99px;
}

.square-100 {
  width: 100px;
  height: 100px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-100 svg,
.square-100 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-100 {
  font-size: 100px;
}

.square-101 {
  width: 101px;
  height: 101px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-101 svg,
.square-101 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-101 {
  font-size: 101px;
}

.square-102 {
  width: 102px;
  height: 102px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-102 svg,
.square-102 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-102 {
  font-size: 102px;
}

.square-103 {
  width: 103px;
  height: 103px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-103 svg,
.square-103 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-103 {
  font-size: 103px;
}

.square-104 {
  width: 104px;
  height: 104px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-104 svg,
.square-104 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-104 {
  font-size: 104px;
}

.square-105 {
  width: 105px;
  height: 105px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-105 svg,
.square-105 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-105 {
  font-size: 105px;
}

.square-106 {
  width: 106px;
  height: 106px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-106 svg,
.square-106 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-106 {
  font-size: 106px;
}

.square-107 {
  width: 107px;
  height: 107px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-107 svg,
.square-107 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-107 {
  font-size: 107px;
}

.square-108 {
  width: 108px;
  height: 108px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-108 svg,
.square-108 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-108 {
  font-size: 108px;
}

.square-109 {
  width: 109px;
  height: 109px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-109 svg,
.square-109 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-109 {
  font-size: 109px;
}

.square-110 {
  width: 110px;
  height: 110px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-110 svg,
.square-110 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-110 {
  font-size: 110px;
}

.square-111 {
  width: 111px;
  height: 111px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-111 svg,
.square-111 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-111 {
  font-size: 111px;
}

.square-112 {
  width: 112px;
  height: 112px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-112 svg,
.square-112 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-112 {
  font-size: 112px;
}

.square-113 {
  width: 113px;
  height: 113px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-113 svg,
.square-113 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-113 {
  font-size: 113px;
}

.square-114 {
  width: 114px;
  height: 114px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-114 svg,
.square-114 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-114 {
  font-size: 114px;
}

.square-115 {
  width: 115px;
  height: 115px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-115 svg,
.square-115 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-115 {
  font-size: 115px;
}

.square-116 {
  width: 116px;
  height: 116px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-116 svg,
.square-116 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-116 {
  font-size: 116px;
}

.square-117 {
  width: 117px;
  height: 117px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-117 svg,
.square-117 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-117 {
  font-size: 117px;
}

.square-118 {
  width: 118px;
  height: 118px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-118 svg,
.square-118 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-118 {
  font-size: 118px;
}

.square-119 {
  width: 119px;
  height: 119px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-119 svg,
.square-119 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-119 {
  font-size: 119px;
}

.square-120 {
  width: 120px;
  height: 120px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-120 svg,
.square-120 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-120 {
  font-size: 120px;
}

.square-121 {
  width: 121px;
  height: 121px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-121 svg,
.square-121 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-121 {
  font-size: 121px;
}

.square-122 {
  width: 122px;
  height: 122px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-122 svg,
.square-122 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-122 {
  font-size: 122px;
}

.square-123 {
  width: 123px;
  height: 123px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-123 svg,
.square-123 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-123 {
  font-size: 123px;
}

.square-124 {
  width: 124px;
  height: 124px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-124 svg,
.square-124 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-124 {
  font-size: 124px;
}

.square-125 {
  width: 125px;
  height: 125px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-125 svg,
.square-125 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-125 {
  font-size: 125px;
}

.square-126 {
  width: 126px;
  height: 126px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-126 svg,
.square-126 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-126 {
  font-size: 126px;
}

.square-127 {
  width: 127px;
  height: 127px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-127 svg,
.square-127 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-127 {
  font-size: 127px;
}

.square-128 {
  width: 128px;
  height: 128px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-128 svg,
.square-128 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-128 {
  font-size: 128px;
}

.square-129 {
  width: 129px;
  height: 129px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-129 svg,
.square-129 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-129 {
  font-size: 129px;
}

.square-130 {
  width: 130px;
  height: 130px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-130 svg,
.square-130 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-130 {
  font-size: 130px;
}

.square-131 {
  width: 131px;
  height: 131px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-131 svg,
.square-131 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-131 {
  font-size: 131px;
}

.square-132 {
  width: 132px;
  height: 132px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-132 svg,
.square-132 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-132 {
  font-size: 132px;
}

.square-133 {
  width: 133px;
  height: 133px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-133 svg,
.square-133 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-133 {
  font-size: 133px;
}

.square-134 {
  width: 134px;
  height: 134px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-134 svg,
.square-134 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-134 {
  font-size: 134px;
}

.square-135 {
  width: 135px;
  height: 135px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-135 svg,
.square-135 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-135 {
  font-size: 135px;
}

.square-136 {
  width: 136px;
  height: 136px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-136 svg,
.square-136 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-136 {
  font-size: 136px;
}

.square-137 {
  width: 137px;
  height: 137px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-137 svg,
.square-137 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-137 {
  font-size: 137px;
}

.square-138 {
  width: 138px;
  height: 138px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-138 svg,
.square-138 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-138 {
  font-size: 138px;
}

.square-139 {
  width: 139px;
  height: 139px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-139 svg,
.square-139 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-139 {
  font-size: 139px;
}

.square-140 {
  width: 140px;
  height: 140px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-140 svg,
.square-140 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-140 {
  font-size: 140px;
}

.square-141 {
  width: 141px;
  height: 141px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-141 svg,
.square-141 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-141 {
  font-size: 141px;
}

.square-142 {
  width: 142px;
  height: 142px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-142 svg,
.square-142 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-142 {
  font-size: 142px;
}

.square-143 {
  width: 143px;
  height: 143px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-143 svg,
.square-143 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-143 {
  font-size: 143px;
}

.square-144 {
  width: 144px;
  height: 144px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-144 svg,
.square-144 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-144 {
  font-size: 144px;
}

.square-145 {
  width: 145px;
  height: 145px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-145 svg,
.square-145 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-145 {
  font-size: 145px;
}

.square-146 {
  width: 146px;
  height: 146px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-146 svg,
.square-146 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-146 {
  font-size: 146px;
}

.square-147 {
  width: 147px;
  height: 147px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-147 svg,
.square-147 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-147 {
  font-size: 147px;
}

.square-148 {
  width: 148px;
  height: 148px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-148 svg,
.square-148 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-148 {
  font-size: 148px;
}

.square-149 {
  width: 149px;
  height: 149px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-149 svg,
.square-149 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-149 {
  font-size: 149px;
}

.square-150 {
  width: 150px;
  height: 150px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-150 svg,
.square-150 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-150 {
  font-size: 150px;
}

.square-151 {
  width: 151px;
  height: 151px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-151 svg,
.square-151 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-151 {
  font-size: 151px;
}

.square-152 {
  width: 152px;
  height: 152px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-152 svg,
.square-152 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-152 {
  font-size: 152px;
}

.square-153 {
  width: 153px;
  height: 153px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-153 svg,
.square-153 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-153 {
  font-size: 153px;
}

.square-154 {
  width: 154px;
  height: 154px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-154 svg,
.square-154 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-154 {
  font-size: 154px;
}

.square-155 {
  width: 155px;
  height: 155px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-155 svg,
.square-155 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-155 {
  font-size: 155px;
}

.square-156 {
  width: 156px;
  height: 156px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-156 svg,
.square-156 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-156 {
  font-size: 156px;
}

.square-157 {
  width: 157px;
  height: 157px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-157 svg,
.square-157 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-157 {
  font-size: 157px;
}

.square-158 {
  width: 158px;
  height: 158px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-158 svg,
.square-158 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-158 {
  font-size: 158px;
}

.square-159 {
  width: 159px;
  height: 159px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-159 svg,
.square-159 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-159 {
  font-size: 159px;
}

.square-160 {
  width: 160px;
  height: 160px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-160 svg,
.square-160 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-160 {
  font-size: 160px;
}

.square-161 {
  width: 161px;
  height: 161px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-161 svg,
.square-161 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-161 {
  font-size: 161px;
}

.square-162 {
  width: 162px;
  height: 162px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-162 svg,
.square-162 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-162 {
  font-size: 162px;
}

.square-163 {
  width: 163px;
  height: 163px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-163 svg,
.square-163 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-163 {
  font-size: 163px;
}

.square-164 {
  width: 164px;
  height: 164px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-164 svg,
.square-164 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-164 {
  font-size: 164px;
}

.square-165 {
  width: 165px;
  height: 165px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-165 svg,
.square-165 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-165 {
  font-size: 165px;
}

.square-166 {
  width: 166px;
  height: 166px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-166 svg,
.square-166 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-166 {
  font-size: 166px;
}

.square-167 {
  width: 167px;
  height: 167px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-167 svg,
.square-167 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-167 {
  font-size: 167px;
}

.square-168 {
  width: 168px;
  height: 168px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-168 svg,
.square-168 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-168 {
  font-size: 168px;
}

.square-169 {
  width: 169px;
  height: 169px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-169 svg,
.square-169 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-169 {
  font-size: 169px;
}

.square-170 {
  width: 170px;
  height: 170px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-170 svg,
.square-170 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-170 {
  font-size: 170px;
}

.square-171 {
  width: 171px;
  height: 171px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-171 svg,
.square-171 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-171 {
  font-size: 171px;
}

.square-172 {
  width: 172px;
  height: 172px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-172 svg,
.square-172 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-172 {
  font-size: 172px;
}

.square-173 {
  width: 173px;
  height: 173px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-173 svg,
.square-173 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-173 {
  font-size: 173px;
}

.square-174 {
  width: 174px;
  height: 174px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-174 svg,
.square-174 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-174 {
  font-size: 174px;
}

.square-175 {
  width: 175px;
  height: 175px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-175 svg,
.square-175 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-175 {
  font-size: 175px;
}

.square-176 {
  width: 176px;
  height: 176px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-176 svg,
.square-176 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-176 {
  font-size: 176px;
}

.square-177 {
  width: 177px;
  height: 177px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-177 svg,
.square-177 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-177 {
  font-size: 177px;
}

.square-178 {
  width: 178px;
  height: 178px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-178 svg,
.square-178 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-178 {
  font-size: 178px;
}

.square-179 {
  width: 179px;
  height: 179px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-179 svg,
.square-179 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-179 {
  font-size: 179px;
}

.square-180 {
  width: 180px;
  height: 180px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-180 svg,
.square-180 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-180 {
  font-size: 180px;
}

.square-181 {
  width: 181px;
  height: 181px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-181 svg,
.square-181 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-181 {
  font-size: 181px;
}

.square-182 {
  width: 182px;
  height: 182px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-182 svg,
.square-182 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-182 {
  font-size: 182px;
}

.square-183 {
  width: 183px;
  height: 183px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-183 svg,
.square-183 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-183 {
  font-size: 183px;
}

.square-184 {
  width: 184px;
  height: 184px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-184 svg,
.square-184 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-184 {
  font-size: 184px;
}

.square-185 {
  width: 185px;
  height: 185px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-185 svg,
.square-185 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-185 {
  font-size: 185px;
}

.square-186 {
  width: 186px;
  height: 186px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-186 svg,
.square-186 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-186 {
  font-size: 186px;
}

.square-187 {
  width: 187px;
  height: 187px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-187 svg,
.square-187 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-187 {
  font-size: 187px;
}

.square-188 {
  width: 188px;
  height: 188px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-188 svg,
.square-188 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-188 {
  font-size: 188px;
}

.square-189 {
  width: 189px;
  height: 189px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-189 svg,
.square-189 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-189 {
  font-size: 189px;
}

.square-190 {
  width: 190px;
  height: 190px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-190 svg,
.square-190 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-190 {
  font-size: 190px;
}

.square-191 {
  width: 191px;
  height: 191px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-191 svg,
.square-191 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-191 {
  font-size: 191px;
}

.square-192 {
  width: 192px;
  height: 192px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-192 svg,
.square-192 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-192 {
  font-size: 192px;
}

.square-193 {
  width: 193px;
  height: 193px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-193 svg,
.square-193 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-193 {
  font-size: 193px;
}

.square-194 {
  width: 194px;
  height: 194px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-194 svg,
.square-194 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-194 {
  font-size: 194px;
}

.square-195 {
  width: 195px;
  height: 195px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-195 svg,
.square-195 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-195 {
  font-size: 195px;
}

.square-196 {
  width: 196px;
  height: 196px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-196 svg,
.square-196 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-196 {
  font-size: 196px;
}

.square-197 {
  width: 197px;
  height: 197px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-197 svg,
.square-197 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-197 {
  font-size: 197px;
}

.square-198 {
  width: 198px;
  height: 198px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-198 svg,
.square-198 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-198 {
  font-size: 198px;
}

.square-199 {
  width: 199px;
  height: 199px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-199 svg,
.square-199 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-199 {
  font-size: 199px;
}

.square-200 {
  width: 200px;
  height: 200px;
  display: flex;
  padding: 1px;
  align-items: center;
  justify-content: center;
}
.square-200 svg,
.square-200 img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-200 {
  font-size: 200px;
}

@media (max-width: 992px) {
  h1 {
    font-size: 26px;
  }
}

svg {
  width: 16px;
}

section {
  scroll-margin: 50px;
  width: 95% !important;
  margin: auto;
}

body {
  overflow: hidden;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background: black;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.loading svg {
  width: auto !important;
}
.loading img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  filter: brightness(0.5);
  transform: scale(1.2);
  animation: wiggle 5s ease 0s infinite alternate;
}
.loading svg,
.loading .loading-square {
  position: relative;
  z-index: 2;
}
.loading .loading-square {
  width: 50px;
  height: 50px;
  border-right: 5px solid rgb(255, 255, 255);
  border-radius: 50%;
  border-bottom: 5px solid transparent;
  animation: loading-square 1s linear 0s infinite normal;
}

@keyframes wiggle {
  0% {
    transform: scale(1.2) translateX(-20px);
  }
  100% {
    transform: scale(1.2) translateX(20px);
  }
}
@keyframes loading-square {
  to {
    transform: rotate(360deg);
  }
}
#svg-stage {
  width: 60%;
  max-height: 60vh;
  max-width: 500px;
  overflow: visible;
}

#gradient {
  height: 0;
}

.carousal {
  margin-bottom: 10vh;
}

.pinned {
  padding: 10px;
  height: 100vh;
  padding: 0 !important;
}
.pinned .inside-pin {
  width: 100%;
  box-shadow: 0 0 10px 2px;
  border: 0;
  height: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}
.pinned .inside-pin h1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-90deg) translate(0%, -50%);
  letter-spacing: 10px;
}

.inned::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(31, 35, 84, 0.8117647059);
  backdrop-filter: blur(5px);
  z-index: 2;
}

.cards {
  position: relative;
}

.about-card {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  margin: 0px auto;
  margin-bottom: 50px;
}
.about-card .special-text {
  margin-left: auto;
  font-size: 18px;
  text-transform: uppercase;
}
.about-card .special-content {
  background: rgba(128, 128, 128, 0.1019607843);
  padding: 15px;
  border-radius: 10px;
  border-bottom-right-radius: 40px;
}
.about-card .card-head {
  text-transform: uppercase;
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  gap: 20px;
  position: relative;
}
.about-card .card-head img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-card .card-head svg {
  width: 25px;
}
.about-card .special-card {
  width: 200px;
  padding: 10px;
  border: 2px solid #166cac;
  border-radius: 10px;
  height: auto;
}

.special-heading-parent {
  background: linear-gradient(45deg, #2d6fc6, white);
}

.special-heading-manage {
  top: 15%;
  color: white;
  z-index: 1;
}

#about .container {
  box-shadow: 0 0 10px 5px white;
  border-radius: 15px;
  overflow: hidden;
  animation: shadow-animation 10s ease 0s infinite normal forwards;
}
#about .service {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  text-align: center;
  width: 250px;
  height: 250px;
}
#about .service img {
  width: 150px;
}
#about .partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 25px;
  margin-top: 10px;
}
#about .partners .partner {
  width: 120px;
  height: 130px;
  background: white;
  overflow: hidden;
  padding: 5px;
  border-radius: 15px;
  transition: filter 0.3s ease;
  filter: grayscale(1) brightness(0.8);
}
#about .partners .partner:hover {
  filter: grayscale(0) brightness(1);
}
@media (max-width: 576px) {
  #about .partners .partner {
    filter: grayscale(0) brightness(0.9);
  }
}
#about .partners .partner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@keyframes shadow-animation {
  0%,
  100% {
    box-shadow: 0 0 10px 5px white;
  }
  20% {
    box-shadow: 0 0 10px 5px #f4cb2a;
  }
  40% {
    box-shadow: 0 0 10px 5px #2d6fc6;
  }
  60% {
    box-shadow: 0 0 10px 5px #c6c6c6;
  }
  80% {
    box-shadow: 0 0 10px 5px #d9b47e;
  }
}
.observed.bottom-border::after {
  transition-delay: 300ms;
  transform: scaleX(100%);
}

.bottom-border {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 0 0 7px 0;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .bottom-border {
    width: auto;
  }
}
.bottom-border::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 40%;
  height: 7px;
  border-radius: 1px;
  background-color: #166cac;
  transform-origin: left;
  transition-delay: 300ms;
  transition: transform 1s ease;
  transform: scaleX(0%);
}
.bottom-border.ar::after {
  right: 0;
  transform-origin: right;
}

ul {
  margin-left: 25px;
  text-transform: uppercase;
}
ul.ar {
  margin: 0;
  margin-right: 25px;
}

#infrastructure {
  margin-top: 10vh;
}
#infrastructure .container {
  padding: 15px;
}
@media (max-width: 576px) {
  #infrastructure .container {
    padding: 7px;
  }
}
#infrastructure .container {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px #f4cb2a;
}
#infrastructure .bottom-border::after {
  background-color: #f4cb2a;
}
#infrastructure ul {
  margin-left: 25px;
  text-transform: uppercase;
}
#infrastructure ul.ar {
  margin: 0;
  margin-right: 25px;
}

.projects-table {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
  padding-bottom: 20px;
}
.projects-table table {
  text-align: left;
  border-collapse: collapse;
  width: -moz-max-content;
  width: max-content;
}
.projects-table table.ar {
  text-align: right;
}
.projects-table tr:last-of-type td {
  border: 0;
}
.projects-table th,
.projects-table td {
  border: 3px solid rgba(255, 255, 0, 0.25);
  padding: 10px;
}
.projects-table th {
  background: #f4cb2a;
  color: black;
  border: 3px solid rgba(0, 0, 0, 0.25);
}

#manage .container {
  padding: 15px;
}
@media (max-width: 576px) {
  #manage .container {
    padding: 7px;
  }
}
#manage .container {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px #2d6fc6;
}
#manage .bottom-border::after {
  background-color: #2d6fc6;
}

#supplies .container {
  padding: 15px;
}
@media (max-width: 576px) {
  #supplies .container {
    padding: 7px;
  }
}
#supplies .container {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px #c6c6c6;
}
#supplies .bottom-border::after {
  background-color: #c6c6c6;
}

#interior .container {
  padding: 15px;
}
@media (max-width: 576px) {
  #interior .container {
    padding: 7px;
  }
}
#interior .container {
  border-radius: 10px;
  box-shadow: 0 0 10px 5px #d9b47e;
}
#interior .bottom-border::after {
  background-color: #d9b47e;
}

footer a {
  color: white;
  text-decoration: none;
}

.offcanvas {
  position: fixed;
  z-index: 10;
  background-color: white;
  color: black;
}
.offcanvas.square {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: 0px;
  transition: transform 0.5s ease;
  transform: translate(0%, 150%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.offcanvas.square.show {
  transform: translate(0%, 0%);
}
.offcanvas.square.gototop {
  right: 60px;
}
.offcanvas.square.whats {
  right: 10px;
}
.offcanvas.square.menu-toggle {
  left: 10px;
  gap: 5px;
  left: 10px;
  width: auto;
  padding: 0px 10px;
}
.offcanvas.square.menu-toggle span {
  transition: transform 0.3s ease;
  transform: rotateZ(180deg);
  transform-origin: center;
}
.offcanvas.square.menu-toggle.on span {
  transform: rotateZ(0deg);
}
.offcanvas.square a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  color: black;
}
.offcanvas.square a .icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}
.offcanvas.square a svg {
  width: 100%;
}
.offcanvas.menu {
  top: 50%;
  left: 0;
  transition: transform 0.3s ease;
  transform: translate(-150%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.offcanvas.menu.on {
  transform: translate(0%, -50%);
}
.offcanvas.menu .menu-link {
  width: 101%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 7px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.offcanvas.menu .menu-link:last-of-type {
  border-bottom: 0px solid rgba(128, 128, 128, 0.1607843137);
}
.offcanvas.menu .menu-link .icon {
  width: 40px;
  height: 40px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.offcanvas.menu .menu-link .icon svg {
  width: 35px;
  fill: currentColor !important;
}
.offcanvas.menu .menu-link a {
  height: 40px;
  background: white;
  flex: 1;
  text-decoration: none;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 3px;
  gap: 10px;
}
.offcanvas.menu .menu-link.active:nth-of-type(1),
.offcanvas.menu .menu-link:hover:nth-of-type(1) {
  box-shadow:
    inset -50px 0 0 0px #166cac,
    inset 0 0 0 1px #166cac;
  border: 0;
  color: #166cac;
}
.offcanvas.menu .menu-link.active:nth-of-type(1) a,
.offcanvas.menu .menu-link:hover:nth-of-type(1) a {
  color: #166cac;
}
.offcanvas.menu .menu-link.active:nth-of-type(2),
.offcanvas.menu .menu-link:hover:nth-of-type(2) {
  box-shadow:
    inset -50px 0 0 0px #f4cb2a,
    inset 0 0 0 1px #f4cb2a;
  border: 0;
  color: #f4cb2a;
}
.offcanvas.menu .menu-link.active:nth-of-type(2) a,
.offcanvas.menu .menu-link:hover:nth-of-type(2) a {
  color: #f4cb2a;
}
.offcanvas.menu .menu-link.active:nth-of-type(3),
.offcanvas.menu .menu-link:hover:nth-of-type(3) {
  box-shadow:
    inset -50px 0 0 0px #2d6fc6,
    inset 0 0 0 1px #2d6fc6;
  border: 0;
  color: #2d6fc6;
}
.offcanvas.menu .menu-link.active:nth-of-type(3) a,
.offcanvas.menu .menu-link:hover:nth-of-type(3) a {
  color: #2d6fc6;
}
.offcanvas.menu .menu-link.active:nth-of-type(4),
.offcanvas.menu .menu-link:hover:nth-of-type(4) {
  box-shadow:
    inset -50px 0 0 0px #c6c6c6,
    inset 0 0 0 1px #c6c6c6;
  border: 0;
  color: #c6c6c6;
}
.offcanvas.menu .menu-link.active:nth-of-type(4) a,
.offcanvas.menu .menu-link:hover:nth-of-type(4) a {
  color: #c6c6c6;
}
.offcanvas.menu .menu-link.active:nth-of-type(5),
.offcanvas.menu .menu-link:hover:nth-of-type(5) {
  box-shadow:
    inset -50px 0 0 0px #d9b47e,
    inset 0 0 0 1px #d9b47e;
  border: 0;
  color: #d9b47e;
}
.offcanvas.menu .menu-link.active:nth-of-type(5) a,
.offcanvas.menu .menu-link:hover:nth-of-type(5) a {
  color: #d9b47e;
}
.offcanvas.menu .menu-link.active:nth-of-type(6),
.offcanvas.menu .menu-link:hover:nth-of-type(6) {
  box-shadow:
    inset -50px 0 0 0px rgb(35, 35, 35),
    inset 0 0 0 1px rgb(35, 35, 35);
  border: 0;
  color: rgb(35, 35, 35);
}
.offcanvas.menu .menu-link.active:nth-of-type(6) a,
.offcanvas.menu .menu-link:hover:nth-of-type(6) a {
  color: rgb(35, 35, 35);
}
.offcanvas.menu .menu-link.active:nth-of-type(7),
.offcanvas.menu .menu-link:hover:nth-of-type(7) {
  box-shadow:
    inset -50px 0 0 0px rgb(35, 35, 35),
    inset 0 0 0 1px rgb(35, 35, 35);
  border: 0;
  color: rgb(35, 35, 35);
}
.offcanvas.menu .menu-link.active:nth-of-type(7) a,
.offcanvas.menu .menu-link:hover:nth-of-type(7) a {
  color: rgb(35, 35, 35);
}
.offcanvas.actions {
  bottom: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
}
.offcanvas.actions .square {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7607843137);
  backdrop-filter: blur(3px);
  overflow: hidden;
}
.offcanvas.actions .square a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.offcanvas.actions .square a:hover {
  animation: background-on-hover 8s ease infinite forwards;
}
.offcanvas.actions .square svg {
  width: 65%;
}
.offcanvas.nav {
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 10px;
}
.offcanvas.nav .menu,
.offcanvas.nav .square {
  background: rgba(255, 255, 255, 0.7607843137);
  backdrop-filter: blur(3px);
}
.offcanvas.nav .menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.offcanvas.nav .square {
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.offcanvas.logo {
  top: 0;
  left: 10px;
  width: 80px;
  height: 70px;
  transition: all 0.3s ease;
  background: transparent;
  overflow: hidden;
  padding: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 0px 0px 0px rgb(35, 35, 35);
  margin-top: 10px;
}
.offcanvas.logo img {
  width: 100%;
}
.offcanvas.logo path {
  transition: all 0.3s ease;
}
.offcanvas.logo.about {
  box-shadow: 0 3px 15px 3px rgb(35, 35, 35);
}
.offcanvas.logo.infrastructure {
  box-shadow: 0 3px 15px 3px #f4cb2a;
}
.offcanvas.logo.manage {
  box-shadow: 0 3px 15px 3px #2d6fc6;
}
.offcanvas.logo.supplies {
  box-shadow: 0 3px 15px 3px #c6c6c6;
}
.offcanvas.logo.interior {
  box-shadow: 0 3px 15px 3px #d9b47e;
}
.offcanvas.logo.contact {
  box-shadow: 0 3px 15px 3px rgb(35, 35, 35);
}
.offcanvas.logo svg {
  width: 100%;
  height: 100%;
}

.colors-hover:hover {
  animation: colors-hover 3s ease infinite;
}
.colors-hover:hover a {
  animation: colors-hover 3s ease infinite;
}
.colors-hover:hover svg {
  fill: currentColor;
}

@keyframes colors-hover {
  0% {
    color: #f4cb2a;
  }
  25% {
    color: #2d6fc6;
  }
  50% {
    color: #c6c6c6;
  }
  75% {
    color: #d9b47e;
  }
  100% {
    color: #f4cb2a;
  }
}
