.site-button {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6em !important;
  transition: all 0.2s linear;
  border: 2px solid #37B7FF;
  padding: 10px 20px;
  border-radius: 15px;
  color: #37B7FF;
  text-decoration: none;
  display: inline-block;
}
.site-button:hover {
  transition: all 0.2s linear;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.site-button:active {
  transition: all 0.2s linear;
  background-color: #001426;
  border-color: #001426;
  color: #001426;
}
.site-button.primary-btn {
  background-color: #37B7FF;
  color: white;
}
.site-button.primary-btn:active {
  background-color: #001426;
}
.site-button.secondary-btn {
  background-color: white;
}
.site-button.large {
  font-size: 26px;
}

a, p, li, ol, ul {
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
  color: #001426;
  font-size: 18px;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p, .light li, .light ol, .light ul {
  color: white !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.3em;
  margin: 0 !important;
}

h1 {
  font-size: 80px;
  font-weight: bold;
}

h3 {
  font-size: 33px;
  font-weight: 600;
  color: #0B3B68;
}

h4 {
  font-size: 32px;
  font-weight: 300;
}

.blue {
  color: #37B7FF;
}

.site-section {
  padding: 80px 0px;
  box-sizing: border-box;
}
.site-section .site-row {
  padding: 40px 0px;
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}

.site-header {
  transition: all 0.3s linear;
}
.site-header.header-fixed {
  transition: all 0.3s linear;
  background: #021e37;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.2509803922);
}
.site-header.floating-header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
}
.site-header .navigation {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: center;
}
.site-header .navigation .site-logo {
  display: flex;
  align-items: center;
}
.site-header .navigation .site-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.site-header .navigation .site-menu .site-menu-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6em;
  color: white;
}

.site-body .site-button {
  margin-top: 36px;
}
.site-body .site-section {
  position: relative;
}
.site-body .site-section#section2 {
  background-image: url(../assets/section-bg-1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15vh 0px;
}
.site-body .site-section#section2 p {
  line-height: 2.5em;
}
.site-body .site-section#section2 .site-row .site-column:last-child, .site-body .site-section#section3 .site-row .site-column:last-child {
  max-width: 500px;
}
.site-body .site-section .site-row {
  display: flex;
  align-items: center;
  gap: 100px;
}
.site-body .site-section .site-row .site-column {
  flex: 1;
}
.site-body .site-section .site-row .site-column img {
  width: 100%;
}
.site-body .site-section .site-row.cta-card {
  padding: 60px 85px;
  align-items: center;
  border: 2px solid #001426;
  border-radius: 33px;
  background-color: #F4FAFF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1411764706);
}
.site-body .site-section .site-row.cta-card img {
  border-radius: 30px;
}
.site-body .site-section.hero-banner {
  display: flex;
  align-items: center;
  height: 100vh;
  padding: 0 !important;
}
.site-body .site-section#landing-hero {
  background: linear-gradient(119deg, #001426 0%, #0B3B68 101.52%);
}
.site-body .site-section#landing-hero .site-row .site-column {
  max-width: 420px;
  margin-left: 0;
  z-index: 9999;
}
.site-body .site-section#landing-hero .site-row .banner-image {
  height: 80vh;
  position: absolute;
  top: 70%;
  transform: translateY(-70%);
  right: 10%;
  bottom: 0;
}
.site-body .site-section#landing-hero .site-row .banner-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.site-footer {
  padding: 80px 0px;
  background: linear-gradient(119deg, #001426 0%, #0B3B68 101.52%);
}
.site-footer .footer-row {
  max-width: 1280px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer .navigation {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: center;
}
.site-footer .navigation .site-logo {
  display: flex;
  align-items: center;
}
.site-footer .navigation .site-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}
.site-footer .navigation .site-menu .site-menu-item {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6em;
  color: white;
  text-decoration: none;
}
.site-footer .navigation .site-menu .site-menu-item.has-icon {
  display: flex;
  align-items: center;
}
.site-footer .navigation .site-menu .site-menu-item.has-icon:before {
  margin-right: 12px;
}
.site-footer .navigation .site-menu .site-menu-item.email-icon:before {
  content: url(../assets/email-icon.svg);
}
.site-footer .navigation .site-menu .site-menu-item.phone-icon:before {
  content: url(../assets/phone-icon.svg);
}
.site-footer .navigation .site-menu .site-menu-item.pin-icon:before {
  content: url(../assets/pin-icon.svg);
}
.site-footer .navigation .site-menu.column-alignment {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}/*# sourceMappingURL=style.css.map */