@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
.js_reg_auth {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00A228;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akrobat";
  src: url("../assets/fonts/Akrobat-Regular.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  position: relative;
}

a {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, p, ul, ol, li, a {
  margin: 0;
}

.text--white {
  color: #F9F9F9;
}
.text--black {
  color: #0a0a0a;
}
.text--pink {
  color: #F78CD0;
}
.text--green {
  color: #00A228;
}
.text.fz-md {
  font-size: 1.4rem;
}
.text.fz-lg {
  font-size: 1.8rem;
}
.text.ff-akrobat {
  font-family: "Akrobat", sans-serif;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.img {
  width: 100%;
  height: auto;
}
.img--xxs {
  max-width: 70px;
}
.img--md {
  max-width: 200px;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #003A57;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  border-radius: 12px;
  text-decoration: none;
  font-size: 1em;
  color: #F9F9F9;
  background: #003A57;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #F9F9F9;
  background-color: rgb(0, 41, 61.5);
  border: 1px solid rgb(0, 41, 61.5);
  text-decoration: none;
}
.btn-about:focus {
  color: #F9F9F9;
  background-color: rgb(0, 41, 61.5);
  border: 1px solid rgb(0, 41, 61.5);
  text-decoration: none;
}

.a {
  transition: all 0.2s ease;
}
.a:hover {
  color: #CC5BD2;
}
.a:focus {
  color: #CC5BD2;
}

.white-line {
  width: 100%;
  height: 1px;
  background-color: #F9F9F9;
  box-shadow: 0 2px 10px 1px #F9F9F9;
}

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