/* === Reset + element defaults === */
@charset "UTF-8";
a,
b,
body,
cite,
div,
em,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
img,
p,
span,
strong,
u {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bolder;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a > code {
  color: inherit;
}
img,
svg {
  vertical-align: middle;
}
body,
html {
  overflow-x: hidden !important;
}
body {
  font-family: Montserrat, sans-serif;
}
p {
  font-family: Montserrat, regular;
  margin: 0;
}

/* === Component styles === */
.mobile-strip {
  background: transparent linear-gradient(90deg, var(--unnamed-color-7d143b) 0%, var(--unnamed-color-a81d54) 100%) 0% 0%
    no-repeat padding-box;
  background: transparent linear-gradient(90deg, #7d143b 0%, #a81d54 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 26px;
}
@media (min-width: 1000px) {
  .mobile-strip {
    display: none;
  }
}
.top-bar-left {
  position: absolute;
  left: -10px;
  right: 80px;
  height: 40px;
  color: #fff;
  background-color: #98002e;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  overflow: hidden;
  padding: 5px 15px 5px 5px;
}
@media (max-width: 1000px) {
  .top-bar-left {
    display: none;
  }
}
.top-bar-right {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2a3b96;
  height: 40px;
  padding: 5px 5px 15px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  right: -10px;
  width: 150px;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  font-size: 12px;
}
@media (max-width: 1000px) {
  .top-bar-right {
    display: none;
  }
}
.mobile-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 130px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 999px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-logo {
  width: 300px;
  height: 80px;
}
.mobile-logo img {
  width: 100%;
  height: inherit;
}
@media (max-width: 768px) {
  .mobile-logo {
    width: 250px;
    height: 66.66px;
  }
  .mobile-logo img {
    width: 100%;
    height: inherit;
  }
}
.mobile-logo-img {
  width: 300px;
}
.mobile-logo-img:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .mobile-logo-img {
    width: 100px;
  }
}
.footer {
  height: 200px;
  position: relative;
  background-image: linear-gradient(#4689c8, #2a3b96);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  -webkit-letter-spacing: 0.7px;
  -moz-letter-spacing: 0.7px;
  -ms-letter-spacing: 0.7px;
  letter-spacing: 0.7px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}
.footer .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 0.4rem;
  width: 100%;
  max-width: 1230px;
}
.footer .icons span {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
}
.social-icon {
  color: #fff;
}
@media (max-width: 1260px) {
  .footer .icons {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px;
    height: auto;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .footer .wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .wrap a {
    margin-left: 0;
  }
}
.copyright {
  position: relative;
  bottom: 0;
  background-color: #fff;
  width: 100vw;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: #5c6771;
}
.footer-link {
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.footer-link:hover {
  cursor: pointer;
  color: #fff;
}
@media (max-width: 600px) {
  .footer-link {
    margin-left: 93px;
  }
  .footer-link:first-child {
    margin-left: 0;
  }
}
.footer-logo {
  width: 240px;
}
@media (max-width: 600px) {
  .footer-logo {
    width: 295px;
    margin-left: 32px;
  }
}
.main {
  position: relative;
  min-height: 64vh;
}
.nav-logo {
  width: 300px;
  height: 80px;
}
@media (max-width: 768px) {
  .nav-logo {
    width: 150px;
    height: 40px;
  }
}
.desktop-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 30px;
  gap: 20px;
  width: 100vw;
  background-color: #fff;
  height: 150px;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media (max-width: 999px) {
  .desktop-nav {
    gap: 5px;
    display: none;
  }
}
.nav-logo-img {
  width: 300px;
}
.nav-logo-img:hover {
  cursor: pointer;
}
@media (max-width: 1140px) {
  .nav-logo-img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  .nav-logo-img {
    width: 100px;
  }
}
.content-inner {
  padding: 3%;
  background-color: #fff;
  max-width: 1156px;
  margin: 2rem auto;
}
@media (max-width: 1080px) {
  .content-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .content-inner {
    display: block;
    padding: 5%;
  }
}
.content {
  padding: 46px 100px 100px 100px;
  background-image: linear-gradient(rgba(70, 137, 200, 0.2) 2%, #fff 46%, #fff 50%);
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .content {
    display: block;
    padding: 5%;
  }
}
.section-title {
  font-size: 1.25rem;
  text-align: left;
  -webkit-letter-spacing: 2px;
  -moz-letter-spacing: 2px;
  -ms-letter-spacing: 2px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #7d143b;
  margin-bottom: 1rem;
}
@media (max-width: 468px) {
  .section-title {
    font-size: 1.1rem;
  }
}
.hero {
  position: relative;
  width: 100%;
  height: 261px;
  background-image: linear-gradient(#7d143b, #a81d54);
  text-align: center;
}
.hero h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  -webkit-letter-spacing: 3px;
  -moz-letter-spacing: 3px;
  -ms-letter-spacing: 3px;
  letter-spacing: 3px;
}

/* === Custom overrides === */
.desktop-nav {
  justify-content: flex-start !important;
  padding-left: 60px;
}
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
  min-height: 261px;
  height: auto !important;
}
.hero h4 {
  color: white;
  max-width: 90%;
  margin: 0;
  letter-spacing: 1px;
}
.section-title {
  display: inline-block;
  border-bottom: 2px solid #7d143b;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.file-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin: 1.5rem 0;
}
.file-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-decoration: none;
  color: #2d2926;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease,
    color 0.15s ease;
}
.file-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border-color: #98002e;
  color: #98002e;
}
.file-card .badge {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.badge-pdf {
  background: #98002e;
}
.badge-xlsx,
.badge-xlsm {
  background: #2a8540;
}

/* Montserrat — latin subset, weights 300/400/500/700, normal */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(fonts/montserrat-latin.woff2) format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
