@tailwind base;
@tailwind components;
@tailwind utilities;

@layer base {
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: 222.2 84% 4.9%;
    --radius: 0.5rem;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
  }

  .dark {
    --background: 222.2 84% 4.9%;
    --foreground: 210 40% 98%;
    --card: 222.2 84% 4.9%;
    --card-foreground: 210 40% 98%;
    --popover: 222.2 84% 4.9%;
    --popover-foreground: 210 40% 98%;
    --primary: 210 40% 98%;
    --primary-foreground: 222.2 47.4% 11.2%;
    --secondary: 217.2 32.6% 17.5%;
    --secondary-foreground: 210 40% 98%;
    --muted: 217.2 32.6% 17.5%;
    --muted-foreground: 215 20.2% 65.1%;
    --accent: 217.2 32.6% 17.5%;
    --accent-foreground: 210 40% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 210 40% 98%;
    --border: 217.2 32.6% 17.5%;
    --input: 217.2 32.6% 17.5%;
    --ring: 212.7 26.8% 83.9%;
    --chart-1: 220 70% 50%;
    --chart-2: 160 60% 45%;
    --chart-3: 30 80% 55%;
    --chart-4: 280 65% 60%;
    --chart-5: 340 75% 55%;
  }
}

@layer base {
  * {
    @apply border-border;
  }
  body {
    @apply bg-background text-foreground;
  }
}

body {
  font-family: "Inter", sans-serif;
}
.esconder {
  display: none;
}

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

.gap-2 {
  gap: 8px;
}

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

body,
div,
h1,
h2,
h3,
i,
img,
p,
span {
  margin: -1px 0 0 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Roboto, sans-serif;
}

.u {
  cursor: default;
}

body {
  line-height: 1;
}

body {
  background-color: #ffffff;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

h1,
h1 b,
h1 span,
h2,
h3,
h3 b,
h3 span {
  font-family: Poppins, sans-serif;
}

@media (min-width: 640px) {
  .sm\:gap-2 {
    gap: 12px !important;
  }

  .sm\:gap-12 {
    gap: 64px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

#division-bqFYJs8576601 {
  border: none;
  margin: 0;
  position: relative;
  padding: 5vh 10vw 2vh 10vw;
  background-color: #eeeeee;
}

@media (max-width: 1200px) {
  #division-bqFYJs8576601 {
    padding: 3.75vh 7.5vw 1.5vh 7.5vw;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #division-bqFYJs8576601 {
    margin: 0;
    padding: 3.75vh 1.5vw 1.5vh 1.5vw;
  }
}

.headline-YyIIlh4687396-element h1 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  color: #141414;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .headline-YyIIlh4687396-element h1 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .headline-YyIIlh4687396-element h1 {
    font-size: 4.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

.headline-rBPMik5950968-element h1 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  color: #141414;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .headline-rBPMik5950968-element h1 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .headline-rBPMik5950968-element h1 {
    font-size: 4vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

.headline-rBPMik5950968-element h1 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  color: #141414;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .headline-rBPMik5950968-element h1 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .headline-rBPMik5950968-element h1 {
    font-size: 4vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

#division-yuYhut7816646 {
  border: none;
  margin: 0;
  position: relative;
  padding: 3vh 2vw 3vh 2vw;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  #division-yuYhut7816646 {
    padding: 2.25vh 1.5vw 2.25vh 1.5vw;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #division-yuYhut7816646 {
    margin: 0;
    padding: 1.5vh 1.5vw 1.5vh 1.5vw;
  }
}

.image-JhiBrM7816647-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-JhiBrM7816647-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-JhiBrM7816647-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pulsing_CPHRSg7816647 {
  animation-name: pulsing_CPHRSg7816647;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsing_CPHRSg7816647 {
  0% {
    box-shadow: 0 0 0 0 #00dd00e1;
  }

  80% {
    box-shadow: 0 0 0 12px #00dd0000;
  }
}

a.button-CPHRSg7816647-element {
  background: #00dd00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 2vh auto 2vh auto;
  font-size: 1.49vw;
  box-sizing: border-box;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

a.button-CPHRSg7816647-element:hover {
  filter: brightness(1.2);
}

@media (max-width: 1200px) {
  a.button-CPHRSg7816647-element {
    font-size: 1.69vw;
    margin: 1.32vh auto 1.5vh auto;
    padding: 8px 16px 8px 16px;
  }
}

@media (max-width: 640px) {
  a.button-CPHRSg7816647-element {
    font-size: 3.94vw;
    padding: 12px 24px 12px 24px;
    margin: 1vh auto 1vh auto;
  }
}

.image-qLniXY7816647-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-qLniXY7816647-element img {
    max-width: 80%;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  /* .image-qLniXY7816647-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  } */
}

.image-LaxEvr7816647-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-LaxEvr7816647-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-LaxEvr7816647-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pulsing_AMfQKq7816647 {
  animation-name: pulsing_AMfQKq7816647;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsing_AMfQKq7816647 {
  0% {
    box-shadow: 0 0 0 0 #00dd00e1;
  }

  80% {
    box-shadow: 0 0 0 12px #00dd0000;
  }
}

a.button-AMfQKq7816647-element {
  background: #00dd00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 2vh auto 2vh auto;
  font-size: 1.49vw;
  box-sizing: border-box;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

a.button-AMfQKq7816647-element:hover {
  filter: brightness(1.2);
}

@media (max-width: 1200px) {
  a.button-AMfQKq7816647-element {
    font-size: 1.69vw;
    margin: 1.32vh auto 1.5vh auto;
    padding: 8px 16px 8px 16px;
  }
}

@media (max-width: 640px) {
  a.button-AMfQKq7816647-element {
    font-size: 3.94vw;
    padding: 12px 24px 12px 24px;
    margin: 1vh auto 1vh auto;
  }
}

.image-DyNntG7816647-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-DyNntG7816647-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-DyNntG7816647-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.image-QLNkvL7816647-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-QLNkvL7816647-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-QLNkvL7816647-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pulsing_rsygah7816647 {
  animation-name: pulsing_rsygah7816647;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsing_rsygah7816647 {
  0% {
    box-shadow: 0 0 0 0 #00dd00e1;
  }

  80% {
    box-shadow: 0 0 0 12px #00dd0000;
  }
}

a.button-rsygah7816647-element {
  background: #00dd00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 2vh auto 2vh auto;
  font-size: 1.49vw;
  box-sizing: border-box;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

a.button-rsygah7816647-element:hover {
  filter: brightness(1.2);
}

@media (max-width: 1200px) {
  a.button-rsygah7816647-element {
    font-size: 1.69vw;
    margin: 1.32vh auto 1.5vh auto;
    padding: 8px 16px 8px 16px;
  }
}

@media (max-width: 640px) {
  a.button-rsygah7816647-element {
    font-size: 3.94vw;
    padding: 12px 24px 12px 24px;
    margin: 1vh auto 1vh auto;
  }
}

.image-LzFqtF7816647-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-LzFqtF7816647-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-LzFqtF7816647-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

#division-rCLMHh0164317 {
  border: none;
  margin: 0;
  position: relative;
  padding: 10vh 10vw 3vh 10vw;
  background-color: #0f0022;
  background: radial-gradient(circle, #190047 10%, #0a001c 90%);
}

@media (max-width: 1200px) {
  #division-rCLMHh0164317 {
    padding: 7.5vh 7.5vw 2.25vh 7.5vw;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #division-rCLMHh0164317 {
    margin: 0;
    padding: 7.5vh 1.5vw 1.5vh 1.5vw;
  }
}

.headline-aryaok0164317-element h1 {
  font-size: 2.31vw;
  text-align: center;
  padding-top: 1vh;
  padding-bottom: 2vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .headline-aryaok0164317-element h1 {
    font-size: 2.8vw;
    padding-top: 0.75vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .headline-aryaok0164317-element h1 {
    font-size: 7.5vw;
    padding-top: 0.75vh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

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

.container-tYrMyt9865704-element {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 16px 16px 16px 16px;
  margin: 2vh auto 2vh auto;
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .container-tYrMyt9865704-element {
    margin: 1.32vh auto 1.5vh auto;
    padding: 0.8vh 0.8vw 0.8vh 0.8vw;
  }
}

@media (max-width: 640px) {
  .container-tYrMyt9865704-element {
    margin: 1vh auto 1vh auto;
    padding: 1.5vh 1.5vw 1.5vh 1.5vw;
  }
}

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

.iconText-sbBHYo9865703-element {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  margin: 2vh 0 2vh 0;
  box-sizing: border-box;
  max-width: 100%;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1200px) {
  .iconText-sbBHYo9865703-element {
    margin: 1.32vh 0 1.5vh 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .iconText-sbBHYo9865703-element {
    margin: 1vh 0 1vh 0;
    padding: 0;
  }
}

.icon-CDIzQQ9865703-element {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}

.icon-CDIzQQ9865703-element i {
  color: #ff0000;
  display: block;
  font-size: 48px;
  text-shadow: 1px 1px 48px #ff0000;
}

@media (max-width: 1200px) {
  .icon-CDIzQQ9865703-element i {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .icon-CDIzQQ9865703-element i {
    font-size: 24px;
  }
}

.text-QjErHs9865703-element p {
  font-size: 1.32vw;
  text-align: center;
  padding-top: 0vh;
  padding-bottom: 0vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .text-QjErHs9865703-element p {
    font-size: 1.8vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}

@media (max-width: 640px) {
  .text-QjErHs9865703-element p {
    font-size: 4vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
    text-align: center;
  }
}

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

.iconText-wwrFte9865704-element {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  margin: 2vh 0 2vh 0;
  box-sizing: border-box;
  max-width: 100%;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1200px) {
  .iconText-wwrFte9865704-element {
    margin: 1.32vh 0 1.5vh 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .iconText-wwrFte9865704-element {
    margin: 1vh 0 1vh 0;
    padding: 0;
  }
}

.icon-dXFbrc9865704-element {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}

.icon-dXFbrc9865704-element i {
  color: #00cf2e;
  display: block;
  font-size: 48px;
  text-shadow: 1px 1px 48px #00cf2e;
}

@media (max-width: 1200px) {
  .icon-dXFbrc9865704-element i {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .icon-dXFbrc9865704-element i {
    font-size: 24px;
  }
}

.text-gbiqbC9865704-element p {
  font-size: 1.32vw;
  text-align: center;
  padding-top: 0vh;
  padding-bottom: 0vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .text-gbiqbC9865704-element p {
    font-size: 1.8vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}

@media (max-width: 640px) {
  .text-gbiqbC9865704-element p {
    font-size: 4vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
    text-align: center;
  }
}

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

.container-WRnGbX9520521-element {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 16px 16px 16px 16px;
  margin: 2vh auto 2vh auto;
  box-sizing: border-box;
  max-width: 100%;
}

@media (max-width: 1200px) {
  .container-WRnGbX9520521-element {
    margin: 1.32vh auto 1.5vh auto;
    padding: 0.8vh 0.8vw 0.8vh 0.8vw;
  }
}

@media (max-width: 640px) {
  .container-WRnGbX9520521-element {
    margin: 1vh auto 1vh auto;
    padding: 1.5vh 1.5vw 1.5vh 1.5vw;
  }
}

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

.iconText-znEzJk9776329-element {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  margin: 2vh 0 2vh 0;
  box-sizing: border-box;
  max-width: 100%;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1200px) {
  .iconText-znEzJk9776329-element {
    margin: 1.32vh 0 1.5vh 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .iconText-znEzJk9776329-element {
    margin: 1vh 0 1vh 0;
    padding: 0;
  }
}

.icon-IYMmkf9776329-element {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}

.icon-IYMmkf9776329-element i {
  color: #00cfb8;
  display: block;
  font-size: 48px;
  text-shadow: 1px 1px 48px #4adede;
}

@media (max-width: 1200px) {
  .icon-IYMmkf9776329-element i {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .icon-IYMmkf9776329-element i {
    font-size: 24px;
  }
}

.text-cukrtn9776329-element p {
  font-size: 1.32vw;
  text-align: center;
  padding-top: 0vh;
  padding-bottom: 0vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .text-cukrtn9776329-element p {
    font-size: 1.8vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}

@media (max-width: 640px) {
  .text-cukrtn9776329-element p {
    font-size: 4vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
    text-align: center;
  }
}

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

.iconText-YPBlhI9541712-element {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  text-align: left;
  margin: 2vh 0 2vh 0;
  box-sizing: border-box;
  max-width: 100%;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 1200px) {
  .iconText-YPBlhI9541712-element {
    margin: 1.32vh 0 1.5vh 0;
    padding: 0;
  }
}

@media (max-width: 640px) {
  .iconText-YPBlhI9541712-element {
    margin: 1vh 0 1vh 0;
    padding: 0;
  }
}

.icon-QtXhkY9541714-element {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 0;
  padding-top: 0;
}

.icon-QtXhkY9541714-element i {
  color: #7100ff;
  display: block;
  font-size: 48px;
  text-shadow: 1px 1px 48px #5700ff;
}

@media (max-width: 1200px) {
  .icon-QtXhkY9541714-element i {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .icon-QtXhkY9541714-element i {
    font-size: 24px;
  }
}

.text-anmFzb9541714-element p {
  font-size: 1.32vw;
  text-align: center;
  padding-top: 0vh;
  padding-bottom: 0vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .text-anmFzb9541714-element p {
    font-size: 1.8vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }
}

@media (max-width: 640px) {
  .text-anmFzb9541714-element p {
    font-size: 4vw;
    padding-top: 0vh;
    padding-bottom: 0vh;
    text-align: center;
  }
}

.subheadline-rlMANm0164317-element h2 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  color: #ffe300;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .subheadline-rlMANm0164317-element h2 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .subheadline-rlMANm0164317-element h2 {
    font-size: 7.5vw;
    padding-top: 0.75vh;
    padding-bottom: 0.75vh;
    text-align: center;
  }
}

.headline-JysaXo0164317-element h1 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .headline-JysaXo0164317-element h1 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .headline-JysaXo0164317-element h1 {
    font-size: 5.6vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

.subheadline-bemhvB0164317-element h2 {
  font-size: 1.32vw;
  text-align: center;
  padding-top: vh;
  padding-bottom: 2vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .subheadline-bemhvB0164317-element h2 {
    font-size: 1.8vw;
    padding-top: NaNvh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .subheadline-bemhvB0164317-element h2 {
    font-size: 4vw;
    padding-top: NaNvh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

#division-mHdMCu7201946 {
  border: none;
  margin: 0;
  position: relative;
  padding: 8vh 20vw 0.01vh 20vw;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  #division-mHdMCu7201946 {
    padding: 6vh 15vw 0.001vh 15vw;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #division-mHdMCu7201946 {
    margin: 0;
    padding: 3vh 1.5vw 0.001vh 1.5vw;
  }
}

.description-jApFwv7201946-element h3 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 0vh;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .description-jApFwv7201946-element h3 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 0vh;
  }
}

@media (max-width: 640px) {
  .description-jApFwv7201946-element h3 {
    font-size: 7.5vw;
    padding-top: 1.5vh;
    padding-bottom: 0vh;
    text-align: center;
  }
}

#division-zSbyIJ7148555 {
  border: none;
  margin: 0;
  position: relative;
  padding: 8vh 20vw 8vh 20vw;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  #division-zSbyIJ7148555 {
    padding: 6vh 15vw 6vh 15vw;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #division-zSbyIJ7148555 {
    margin: 0;
    padding: 3vh 1.5vw 1.5vh 1.5vw;
  }
}

.image-uXXiIB7148555-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 60%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-uXXiIB7148555-element img {
    max-width: 54%;
  }
}

@media (max-width: 600px) {
  .image-uXXiIB7148555-element img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}

.description-nPmGlW7148555-element h3 {
  font-size: 1.32vw;
  text-align: left;
  padding-top: 2vh;
  padding-bottom: 1vh;
  color: #4a4a4a;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .description-nPmGlW7148555-element h3 {
    font-size: 1.8vw;
    padding-top: 1.5vh;
    padding-bottom: 0.75vh;
  }
}

@media (max-width: 640px) {
  .description-nPmGlW7148555-element h3 {
    font-size: 4vw;
    padding-top: 1.5vh;
    padding-bottom: 0.75vh;
    text-align: center;
  }
}

#division-QkiGMc0751701 {
  border: none;
  margin: 0;
  position: relative;
  padding: 5vh 10vw 2vh 10vw;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  #division-QkiGMc0751701 {
    padding: 3.75vh 7.5vw 1.5vh 7.5vw;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #division-QkiGMc0751701 {
    margin: 0;
    padding: 3.75vh 1.5vw 1.5vh 1.5vw;
  }
}

.headline-zRsGzN4644624-element h1 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  color: #141414;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .headline-zRsGzN4644624-element h1 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .headline-zRsGzN4644624-element h1 {
    font-size: 4.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

.headline-RsRmij8576601-element h1 {
  font-size: 3.3vw;
  text-align: center;
  padding-top: 2vh;
  padding-bottom: 2vh;
  color: #141414;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: px;
}

@media (max-width: 1200px) {
  .headline-RsRmij8576601-element h1 {
    font-size: 3.5vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }
}

@media (max-width: 640px) {
  .headline-RsRmij8576601-element h1 {
    font-size: 4vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    text-align: center;
  }
}

#division-gvtjpM5937630 {
  border: none;
  margin: 0;
  position: relative;
  padding: 3vh 2vw 3vh 2vw;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  #division-gvtjpM5937630 {
    padding: 2.25vh 1.5vw 2.25vh 1.5vw;
    margin: 0;
  }
}

@media (max-width: 600px) {
  #division-gvtjpM5937630 {
    margin: 0;
    padding: 1.5vh 1.5vw 1.5vh 1.5vw;
  }
}

.image-lMkpwX5937630-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-lMkpwX5937630-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-lMkpwX5937630-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pulsing_lieLoi5937630 {
  animation-name: pulsing_lieLoi5937630;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsing_lieLoi5937630 {
  0% {
    box-shadow: 0 0 0 0 #00dd00e1;
  }

  80% {
    box-shadow: 0 0 0 12px #00dd0000;
  }
}

button.button-lieLoi5937630-element {
  background: #00dd00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 2vh auto 2vh auto;
  font-size: 1.49vw;
  box-sizing: border-box;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

button.button-lieLoi5937630-element:hover {
  filter: brightness(1.2);
}

@media (max-width: 1200px) {
  button.button-lieLoi5937630-element {
    font-size: 1.69vw;
    margin: 1.32vh auto 1.5vh auto;
    padding: 8px 16px 8px 16px;
  }
}

@media (max-width: 640px) {
  button.button-lieLoi5937630-element {
    font-size: 3.94vw;
    padding: 12px 24px 12px 24px;
    margin: 1vh auto 1vh auto;
  }
}

.image-eYDmky5937630-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-eYDmky5937630-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-eYDmky5937630-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.image-zyYonI5937630-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-zyYonI5937630-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-zyYonI5937630-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pulsing_uySYYG5937630 {
  animation-name: pulsing_uySYYG5937630;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsing_uySYYG5937630 {
  0% {
    box-shadow: 0 0 0 0 #00dd00e1;
  }

  80% {
    box-shadow: 0 0 0 12px #00dd0000;
  }
}

button.button-uySYYG5937630-element {
  background: #00dd00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 2vh auto 2vh auto;
  font-size: 1.49vw;
  box-sizing: border-box;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

button.button-uySYYG5937630-element:hover {
  filter: brightness(1.2);
}

@media (max-width: 1200px) {
  button.button-uySYYG5937630-element {
    font-size: 1.69vw;
    margin: 1.32vh auto 1.5vh auto;
    padding: 8px 16px 8px 16px;
  }
}

@media (max-width: 640px) {
  button.button-uySYYG5937630-element {
    font-size: 3.94vw;
    padding: 12px 24px 12px 24px;
    margin: 1vh auto 1vh auto;
  }
}

.image-QkKFdQ5937630-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-QkKFdQ5937630-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-QkKFdQ5937630-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.image-vgWIsa5937630-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-vgWIsa5937630-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-vgWIsa5937630-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.pulsing_ALEzLW5937630 {
  animation-name: pulsing_ALEzLW5937630;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsing_ALEzLW5937630 {
  0% {
    box-shadow: 0 0 0 0 #00dd00e1;
  }

  80% {
    box-shadow: 0 0 0 12px #00dd0000;
  }
}

button.button-ALEzLW5937630-element {
  background: #00dd00;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  padding: 16px 32px 16px 32px;
  font-weight: 600;
  display: block;
  width: fit-content;
  text-align: center;
  margin: 2vh auto 2vh auto;
  font-size: 1.49vw;
  box-sizing: border-box;
  max-width: 100%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

button.button-ALEzLW5937630-element:hover {
  filter: brightness(1.2);
}

@media (max-width: 1200px) {
  button.button-ALEzLW5937630-element {
    font-size: 1.69vw;
    margin: 1.32vh auto 1.5vh auto;
    padding: 8px 16px 8px 16px;
  }
}

@media (max-width: 640px) {
  button.button-ALEzLW5937630-element {
    font-size: 3.94vw;
    padding: 12px 24px 12px 24px;
    margin: 1vh auto 1vh auto;
  }
}

.image-mcXBvD5624666-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 20%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-mcXBvD5624666-element img {
    max-width: 18%;
  }
}

@media (max-width: 600px) {
  .image-mcXBvD5624666-element img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.image-YPggXc5937630-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 100%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-YPggXc5937630-element img {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .image-YPggXc5937630-element img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.faq-container {
  max-width: 800px;
  margin: 50px auto;
  background: radial-gradient(circle, #f4f4f4 10%, #b792ff 90%);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-header {
  text-align: center;
  margin-bottom: 20px;
}

.faq-header h3 {
  font-size: 3.3vw;
  color: #363636;
  line-height: 1.1;
  font-weight: 700;
}

.faq-header h3 span {
  color: #5700ff;
}

@media (max-width: 1200px) {
  .faq-header h3 {
    font-size: 3.5vw;
  }
}

@media (max-width: 640px) {
  .faq-header h3 {
    font-size: 7.5vw;
  }
}

.question {
  background-color: #5700ff;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 15px 20px;
  transition: background-color 0.3s;
}

.question:hover {
  background-color: #6a00ff;
}

.question svg {
  transition: transform 0.3s;
}

.answer {
  color: #000000;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

.faq-container {
  max-width: 800px;
  margin: 50px auto;
  background: radial-gradient(circle, #f4f4f4 10%, #b792ff 90%);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-header {
  text-align: center;
  margin-bottom: 20px;
}

.faq-header h3 {
  font-size: 3.3vw;
  color: #363636;
  line-height: 1.1;
  font-weight: 700;
}

.faq-header h3 span {
  color: #5700ff;
}

@media (max-width: 1200px) {
  .faq-header h3 {
    font-size: 3.5vw;
  }
}

@media (max-width: 640px) {
  .faq-header h3 {
    font-size: 7.5vw;
  }
}

/* .question {
background-color: #5700ff;
border-radius: 4px;
color: #ffffff;
cursor: pointer;
display: flex;
font-weight: 600;
justify-content: space-between;
align-items: center;
margin-bottom: 8px;
padding: 15px 20px;
transition: background-color 0.3s;
}

.question:hover {
background-color: #6a00ff;
}

.question svg {
transition: transform 0.3s;
} */

.question.open svg {
  transform: rotate(90deg);
}

.answer {
  color: #000000;
  max-height: 1000;
  overflow: hidden;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}

.answer.open {
  max-height: 1000px;
  /* Ajuste conforme necessário */
  padding: 10px 20px;
}

@media (max-width: 640px) {
  .question,
  .answer {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  .question,
  .answer {
    font-size: 13px;
  }
}

.frete_gratis {
  width: 100%;
  max-width: 300px !;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-1\/2 {
  left: 50%;
}

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

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

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

.flex {
  display: flex;
}

.h-10 {
  height: 2.5rem;
}

.h-fit {
  height: fit-content;
}

.max-h-12 {
  max-height: 3rem;
}

.min-h-20 {
  min-height: 5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/4 {
  width: 75%;
}

.w-full {
  width: 100%;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-\[330px\] {
  max-width: 330px;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity));
}

.bg-\[\#f00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-2 {
  padding: 0.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity));
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}

.line-through {
  text-decoration-line: line-through;
}

/*
! tailwindcss v3.4.7 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}

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

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

elementor-element:has(#smartplayer) {
  width: 100%;
}

.elementor-element:has(#smartplayer) {
  width: 100%;
}

.image-mcXBvD5624666-element img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.25vh;
  margin-top: 0.25vh;
  max-width: 20%;
  border-radius: 0;
  border: none;
}

@media (max-width: 1200px) {
  .image-mcXBvD5624666-element img {
    max-width: 18%;
  }
}

@media (max-width: 600px) {
  .image-mcXBvD5624666-element img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
