@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.banner {
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100dvh;
  background-image: url("images/bg.png");
  background-repeat: no-repeat;
}
@media (max-width: 1023px) and (orientation: landscape) {
  .banner {
    overflow-y: auto;
  }
}
@media (max-width: 1023px) {
  .banner {
    background-image: url("images/bg-mobile.png");
    background-position: top;
    display: flex;
    flex-direction: column;
  }
}
.banner .partners-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 30px;
  border-radius: 20px;
  margin: 34px 30px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1280px) {
  .banner .partners-top {
    padding: 20px 10px;
  }
}
@media (max-width: 1023px) {
  .banner .partners-top {
    padding: 15px 20px;
    margin: 4px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.banner .partners-top img {
  height: 100%;
  width: auto;
  max-height: clamp(40px, 2.5rem + (1vw - 11.52px) * 7.8125, 100px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .banner .partners-top img {
    max-height: 30px;
  }
}
.banner .content-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
@media (max-width: 1023px) {
  .banner .content-overlay {
    display: none;
  }
}
.banner .content-overlay .brush-bg {
  isolation: isolate;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1023px) {
  .banner .content-overlay .brush-bg .brown-bg {
    display: none;
  }
}
.banner .content-overlay .brush-bg img {
  height: auto;
  width: auto;
  max-width: clamp(580px, 36.25rem + (1vw - 11.52px) * 54.6875, 1000px);
  max-height: clamp(580px, 36.25rem + (1vw - 11.52px) * 54.6875, 1000px);
}
.banner .content-overlay .brush-bg .white-bg {
  position: absolute;
  top: 52%;
  left: 57%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
.banner .content-overlay .brush-bg .white-bg img {
  max-width: clamp(500px, 31.25rem + (1vw - 11.52px) * 26.0417, 700px);
  max-height: clamp(500px, 31.25rem + (1vw - 11.52px) * 26.0417, 700px);
}
.banner .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  padding: 12px 0;
  color: #9A7353;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  border-radius: 50px;
  white-space: nowrap;
  width: 758px;
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .banner .text-container {
    font-size: 16px;
    width: 100%;
    height: auto;
    position: static;
    transform: none;
    padding: 15px;
    white-space: unset;
  }
}
.banner .text-container .subtitle {
  color: #1787C0;
}
.banner .text-container .goto-btn {
  color: #000;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  white-space: nowrap;
}
.banner h1 {
  font-weight: 700;
  font-size: 24px;
  color: #DFAC04;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .banner h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.banner .white-bg.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .banner .white-bg.mobile {
    display: block;
    width: 88%;
    height: auto;
    margin: 0 auto;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .banner .white-bg.mobile img {
    width: auto;
    height: 23px;
  }
}

.partners-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  border-radius: 20px;
}
.partners-bottom.desktop {
  display: block;
}
@media (max-width: 1023px) {
  .partners-bottom.desktop {
    display: none;
  }
}
.partners-bottom.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .partners-bottom.mobile {
    display: flex;
    padding: 12px 16px;
    flex-direction: column;
    width: calc(100% - 32px);
    margin: 0 16px 16px 16px;
    position: static;
  }
}
.partners-bottom .logo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(14px, 0.875rem + (1vw - 11.52px) * 4.6875, 50px);
}
@media (max-width: 1023px) {
  .partners-bottom .logo-grid {
    gap: 10px;
    justify-content: center;
  }
}
.partners-bottom .logo-grid img {
  height: 100%;
  width: auto;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1599px) {
  .partners-bottom .logo-grid img {
    max-height: 100px;
  }
}
@media (max-width: 768px) {
  .partners-bottom .logo-grid img {
    max-height: 50px;
  }
}
@media (max-width: 1023px) {
  .partners-bottom .logo-grid img.cg {
    max-height: 40px;
  }
}
@media (max-width: 1023px) {
  .partners-bottom .logo-grid img.cg {
    max-height: 30px;
    max-width: 90px;
  }
}
@media (max-width: 375px) {
  .partners-bottom .logo-grid img.cg {
    max-height: 24px;
    max-width: 75px;
  }
}

.img-fluid {
  width: 100%;
  height: auto;
  max-width: 207px;
}
@media (max-width: 1023px) {
  .img-fluid {
    max-width: 90px;
  }
}

.buttons-container {
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=style.css.map */