<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'gothammedium';
  src: url('./fonts/gothammedium.woff2') format('woff2'),
      url('./fonts/gothammedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamlight';
  src: url('./fonts/gothamlight.woff2') format('woff2'),
      url('./fonts/gothamlight.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambook';
  src: url('./fonts/gothambook.woff2') format('woff2'),
      url('./fonts/gothambook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothambold';
  src: url('./fonts/gothambold.woff2') format('woff2'),
      url('./fonts/gothambold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamblack';
  src: url('./fonts/gotham-black.woff2') format('woff2'),
      url('./fonts/gotham-black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gothamthin';
  src: url('./fonts/gotham-thin.woff2') format('woff2'),
      url('./fonts/gotham-thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Gotham Book';
  color: #005F83 !important;
  max-width: 1920px;
  margin: auto;
}
.info-bg-brand{
  background-color: #005F83 !important;
}
.info {
  padding: 50px 0;
}

.info-fw-bold {
  font-family: 'Gotham Black';
}

.bg-body-tertiary {
  background-color: #fff !important;
}

.navbar-nav .nav-item:not(:last-child) {
  margin-right: 20px;
}

.text-brand {
  color: #005F83;
}
.text-brand-red {
  color: #DE2537;
}
.text-brand-green {
  color: #48A948;
}
.btn-gradient {
    background: linear-gradient(to right, #02C0FA, #43DA38) !important;
    width: fit-content;
    border: 0;
}
.btn-brand-blue {
  background-color: #282546;
  width: 130px;
}


.hero-banner {
  background-color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-title-text-brand {
  font-family: 'gothamblack';
}
.text-brand {
  color: #005F83 !important;
}



.hero-banner .btn-primary {
  background: transparent;
  border-color: #005F83;
  color: #005F83;
}
.video-wrapper::before{
  position: absolute;
  content: '';
  background: url("../img/elements.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 130%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info-footer-element{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: auto;
  width: 100px;
}
.mb_btn_div .btn-gradient{
  font-size: 1rem;
}

.bg-brand {
  background-color: #005F83 !important;
}
.hbspt-form input::placeholder {
  color: #005F83;
}
.hbspt-form input[type="text"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form select{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005F83 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #005F83;
  width: 100% !important;
  height: 40px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
textarea {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #005F83;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.hbspt-form fieldset, .hbspt-form .hs-input {
  margin: 0 !important;
  width: 100% !important;
}
.hbspt-form .hs-button {
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  background: #005F83;
  border: 0 !important;
  min-width: 175px;
  color: #fff;
  font-family: 'Gotham Book';
  font-size: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.hs_submit {
  margin-top: 25px !important;
}
.hbspt-form .inputs-list label p, .hbspt-form .inputs-list label a {
  color: #fff;
  font-size: 0.8rem;
}
.hbspt-form .inputs-list label {
  color: #ff4444;
  font-size: 0.8rem;
}
.inputs-list{
  padding: 0;
  list-style: none;
}
.hs-form-booleancheckbox-display{
  position: relative;
  padding: 0.375rem 0.75rem;
  margin-top: 10px;
}
.hs-form-booleancheckbox-display .hs-input{
  position: absolute;
  content: '';
  left: 0 !important;
  width: auto !important;
}
.no-list{
  padding-left: 0 !important;
}

.info-footer-bg {
  background-color: #035970 !important;
}
.info-footer .info-content{
  text-align: end;
}

.info-line-height {
  line-height: 2;
}
.info-footer * {
  font-size: .8rem;
}
.dwn-btn{
  display: none;
}
@media (max-width: 1199px) {
    .btn-gradient{
      font-size: 0.8rem;
    }
}
@media (max-width: 767px) {
  .info{
    padding: 30px 15px;
  }
  .navbar-brand {
    max-width: 120px;
  }
  .info-footer-element {
    bottom: -45px;
  }
  .info-btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm);
  }
  .dwn-btn{
    display: block;
    position: fixed;
    right: -75px;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: fit-content !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 9px 15px;
    transform: rotate(270deg);
    border-radius: 10px 10px 0 0;
    z-index: 999;
    letter-spacing: 3px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .info-footer * {
    font-size: .8rem;
    text-align: center !important;
  }
}</pre></body></html>