<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.html {
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-color: #F5F5F5;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.3rem 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background-color: #222f89;
  }
  
  .header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .header::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: .5s;
  }
  
  .logo {
    color: #F5F5F5;
    text-decoration: none;
  }

  .logo img {
    width: 6rem;
  }
  
  .navbar a {
    font-size: 1.15rem;
    color: #F5F5F5;
    text-decoration: none;
    margin-left: 2.5rem;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: #222f89;
  }
  
  #check {
    display: none;
  }
  
  .icons {
    position: absolute;
    right: 5%;
    font-size: 2.8rem;
    color: #F5F5F5;
    cursor: pointer;
    display: none;
  }
  
  /* BREAKPOINTS */
  @media (max-width: 992px) {
    .header {
      padding: 1.3rem 5%;
    }
  }
  
  @media (max-width: 768px) {
    .icons {
      display: inline-flex;
    }
  
    #check:checked~.icons #menu-icon {
      display: none;
    }
  
    .icons #close-icon {
      display: none;
    }
  
    #check:checked~.icons #close-icon {
      display: block;
    }
  
    .navbar {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 0;
      overflow: hidden;
      transition: .3s ease;
      background-color: #222f89;
    }
  
    #check:checked~.navbar {
      height: 22rem;
    }
  
    .navbar a {
      display: block;
      font-size: 1.1rem;
      margin: 1.5rem 0;
      text-align: center;
      transform: translateY(-50px);
      opacity: 0;
      transition: .3s ease;
    }
  
    #check:checked~.navbar a {
      transform: translateY(0);
      opacity: 1;
      transition-delay: calc(.15s * var(--i));
    }
  }

.location_head {
    padding-top: 14rem;
    padding-left: 9rem;
    color: #222f89;
    font-family: "scandia-web", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
}

.locater {
    padding-top: 2rem;
    padding-bottom: 6rem;
    text-align: center;
}

.slogan {
    background-color: #222f89;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: flex;
    position: relative;
}

@media screen and (max-width: 844px) {
    .slogan {
        
    }
}


.slogan h1 {
    margin-left: 10rem;
    color: #F5F5F5;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
}

@media screen and (max-width: 844px) {
    .slogan h1 {
        margin: 0;
        padding-left: 4rem;
    }
}

.slogan button {
    background-color: #F5F5F5;
    border: none;
    color: #222f89;
    padding: 2rem 2rem;
    text-align: center;
    text-decoration: none;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 15px;
    position: absolute;
    right: 10rem;
    top: 0.75rem;
}

.slogan button:hover {
    cursor: pointer;
}

@media screen and (max-width: 844px) {
    .slogan button {
        display: none;
    }
}

footer {
    bottom: 0;
}

@media (max-height: 800px) {
    footer {
        position: static;
    }
    header {
        padding-top: 40px;
    }
}

.footer-distributed {
    background-color: #F5F5F5;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 50px 50px 60px 50px;
}

.footer-left img {
    width: 3rem;
}

.footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

.footer-distributed .footer-left {
    width: 30%;
}

.footer-distributed h3 {
    color: #222f89;
    margin: 0;
}


.footer-distributed h3 span {
    color: #222f89;
}

.footer-distributed .footer-links {
    color: #222f89;
    margin: 20px 0 12px;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    text-decoration: none;
    color: inherit;
}

.footer-distributed .footer-company-name {
    color: #222f89;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-distributed .footer-center {
    width: 35%;
}

.footer-distributed .footer-center i {
    background-color: #222f89;
    color: #F5F5F5;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
    
}

.footer-distributed .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
    color: #F5F5F5;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #222f89;
    vertical-align: middle;
    margin: 0;
    font-family: "scandia-web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-distributed .footer-center p a {
    color: #222f89;
    text-decoration: none;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #222f89;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-distributed .footer-company-about span {
    display: block;
    color: #222f89;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "scandia-web", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.footer-distributed .footer-icons {
    margin-top: 25px;
}

.footer-distributed .footer-icons a {
    display: inline-block;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background-color: #222f89;
    border-radius: 2px;
    font-size: 20px;
    color: #F5F5F5;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
}

.footer-icons img {
    margin-right: .2rem;
    width: 35px;
    height: 35px;
}

.footer-icons a img {
    padding: 4px;
}

.footer-distributed .footer-icons a:hover {
    background-color: #304AF0;
}

.footer-links a:hover {
    color: #304AF0;
}

@media (max-width: 844px) {
    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}




</pre></body></html>