body {
  font-family: "Anek Latin", sans-serif;
  color: #004F5C;
}

.text-zinc-900 {
  color: #004F5C !important;
}

h1, h2, h3, h4, h6 {
  font-weight: 700 !important;
  letter-spacing: -0.8px;
  line-height: 1;
  font-family: "Anek Latin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-bottom: 15px !important;
  font-variation-settings: "wdth" 125;
}

h1 {
  font-size: 4em !important;
  margin-bottom: 25px !important;
}

h2 {
  font-size: 2.5em !important;
  margin-bottom: 25px !important;
}

h3 {
  font-size: 1.125rem !important;
}

p {
  margin-bottom: 15px !important;
}

iframe {
  border-radius: 15px;
}

.tag {
  --tw-text-opacity: 1;
  color: rgb(161 161 170/var(--tw-text-opacity, 1));
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 2px;
  font-weight: 600;
}

.large-font {
  font-size: 1.5em;
}

.underline-text {
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.underline-text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66%;
  height: 1px;
  background-color: #000;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

p a, .column-item ul li a {
  text-decoration: underline;
}

body {
  font-family: "Inter", sans-serif;
}

@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-infinite-scroll {
  animation: infinite-scroll 30s linear infinite;
  width: max-content;
}

.animate-infinite-scroll:hover {
  animation-play-state: paused;
}

footer strong {
  color: #F5ED6F;
}

.small-banner-height {
  min-height: 50vh !important;
}

.column-item {
  margin-bottom: 30px;
}

.column-item img {
  border-radius: 15px;
}

.first-footer-item h2 {
  font-size: 1.5rem !important;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .first-footer-item h2 {
    margin-top: 50px;
  }
}

.bg-img video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

@media (max-width: 767px) {
  .columns-row {
    gap: 0 !important;
  }
}
._form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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