/* Eurostile Text Regular */
@font-face {
  font-family: "Eurostile Text";
  src: url("../../fonts/eurostile.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Eurostile Text Bold */
@font-face {
  font-family: "Eurostile Text Bold";
  src: url("../../fonts/eurostile-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
html a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.header {
  background-color: #003B58;
  padding: 32px 0 17px 0;
}
.header-logo {
  padding: 3px 10px 10px 59px;
}
@media (max-width: 525px) {
  .header-logo {
    padding: 0;
    width: 100%;
    justify-content: center;
  }
}
.header-menu .navbar-toggler {
  border-color: white;
}
.header-menu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header-menu .navbar {
  padding: 11px 32px 0 0;
  align-items: flex-start;
}
.header-menu .navbar ul li a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin-left: 25px;
  transition: 0.3s;
  font-size: clamp(12px, 1vw, 16px);
}
.header-menu .navbar ul li a:hover {
  color: #FFCC00;
}
.header-menu .navbar ul li a:before {
  content: "/ ";
  margin: 0 5px 0 15px;
}
@media (max-width: 1210px) {
  .header-menu .navbar ul li a:before {
    margin: 0 5px;
  }
}
.header-button {
  padding: 8px 58px 10px 10px;
  border-radius: 3px;
}
@media (max-width: 1210px) {
  .header-button {
    padding: 8px 8px 10px 10px;
  }
}
@media (max-width: 1000px) {
  .header-button {
    display: none !important;
  }
}
.header-button a {
  background: linear-gradient(270deg, #004360 -83.8%, #13BCFF 137.71%);
  display: inline-block;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-style: Italic;
  font-size: clamp(14px, 3vw, 17px);
  line-height: 80%;
  color: #fff;
  width: 180px;
  height: 30px;
  transition: 0.3s;
}
.header-button a:hover {
  background: #FFCC00;
  color: #000;
  transition: 0.3s;
}

.footer {
  background: rgb(0, 38, 62);
  color: #fff;
  height: 236px;
}
@media (max-width: 1024px) {
  .footer {
    height: auto;
  }
}
.footer-content {
  display: flex;
}
@media (max-width: 1024px) {
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.footer-copyright {
  padding: 45px 0 0 55px;
  text-align: left;
}
@media (max-width: 1024px) {
  .footer-copyright {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-top: 25px;
  }
}
.footer-copyright a {
  display: flex;
}
@media (max-width: 1024px) {
  .footer-copyright a {
    width: 100%;
    justify-content: center;
  }
}
.footer-copyright p {
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  margin: 0;
}
@media (max-width: 1024px) {
  .footer-copyright p {
    padding-top: 30px;
  }
}
.footer-right {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-right .navbar {
  width: 100%;
  padding: 11px 32px 0 0;
  align-items: flex-start;
}
.footer-right .navbar nav {
  justify-content: flex-end;
  padding: 37px 45px 0 0;
}
@media (max-width: 1024px) {
  .footer-right .navbar nav {
    display: flex;
    padding: 25px 0;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .footer-right .navbar ul li {
    padding: 5px 0;
  }
}
.footer-right .navbar ul li a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin-left: 25px;
  transition: 0.3s;
  font-size: clamp(12px, 3vw, 16px);
}
.footer-right .navbar ul li a:hover {
  color: #FFCC00;
}
.footer-right .navbar ul li a:before {
  content: "/ ";
  margin: 0 5px 0 15px;
}
.footer-sponsors {
  padding-right: 34px;
  justify-content: center;
  display: flex;
  width: 73%;
}
@media (max-width: 1024px) {
  .footer-sponsors {
    width: 100%;
    justify-content: center;
    padding-right: 0;
  }
}
.footer-sponsor {
  padding: 0 39px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer-sponsor {
    padding: 0 3%;
  }
}
.footer-sponsor img {
  width: 100%;
  height: auto;
}