@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Inter:500,700,400");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
}
/* a blue color as a generic focus style */
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
}
/* ===== FOOTER ===== */
.screen .footer {
  display: flex;
  flex-direction: column;
  padding: 80px 80px 0;
  background-color: #001a3d;
  gap: 48px;
  width: 100%;
  box-sizing: border-box;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  width: 100%;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  min-height: 244px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.footer-logo-img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.footer-name {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
  white-space: nowrap;
}

.footer-name-en {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #8ec5ff;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  white-space: nowrap;
}

.footer-brand-desc {
  width: 100%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.6);
  font-size: 16px;
  line-height: 26px;
}

.footer-social-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.footer-social-wrap .footer-social-link {
  display: inline-block;
  flex-shrink: 0;
}
.footer-social-wrap .footer-social,
.footer-social {
  display: block;
  position: static;
  width: 36px;
  height: 36px;
  object-fit: contain;
  vertical-align: middle;
}
.screen .footer-social-wrap .footer-social {
  display: block;
  position: static;
  width: 36px;
  height: 36px;
  max-width: none;
}

.footer-links-col {
  position: relative;
  width: 100%;
  height: 244px;
}

.footer-newsletter-col {
  position: relative;
  width: 100%;
  height: 200px;
}

.footer-col-heading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-col-title {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
}

.footer-col-bar {
  width: 32px;
  height: 4px;
  background-color: #003399;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.footer-list li {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.6);
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  white-space: nowrap;
}

.footer-newsletter-desc {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.6);
  font-size: 16px;
  line-height: 24px;
}

.footer-newsletter-form {
  display: flex;
  gap: 8px;
  position: absolute;
  top: 132px;
  left: 0;
  width: 100%;
  height: 50px;
  align-items: flex-start;
}

.footer-email-input {
  flex: 1;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.footer-subscribe-btn {
  all: unset;
  box-sizing: border-box;
  width: 64px;
  height: 50px;
  background-color: #003399;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 61px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.4);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  margin: 0;
}

.footer-bottom-links {
  display: flex;
  gap: 32px;
  align-items: center;
}

.footer-bottom-links span {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: rgba(219, 234, 254, 0.4);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}

/* ===== HEADER ===== */
.screen .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  box-sizing: border-box;
}

.screen .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 43px;
}

.screen .header-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.screen .header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.screen .header-logo-img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.screen .header-logo-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.screen .header-name {
  font-family: "Inter", Helvetica;
  font-weight: 700;
  color: #003399;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 28px;
  white-space: nowrap;
}

.screen .header-name-en {
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #6a7282;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 15px;
  white-space: nowrap;
}

.screen .navigation {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.screen .nav-btn {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: "Inter", Helvetica;
  font-weight: 500;
  color: #364153;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.screen .nav-btn.nav-active {
  color: #003399;
  font-weight: 700;
}

.screen .nav-icon {
  width: 14px;
  height: 14px;
}

.screen .nav-cta {
  all: unset;
  box-sizing: border-box;
  height: 36px;
  padding: 0 20px;
  background-color: #003399;
  border-radius: 9999px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}