<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SITES */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css");
@import url(/slick-theme.css);
@import url(/inter.css);
@import url(/bootstrap-iconpicker.min.css);

 body {
   font-family: 'Inter';
   font-style: normal;
   color: #667085;
 }
 
 h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: var(--theme-header-color);
  margin-bottom: 20px;
}

 h2 {
   font-weight: 600;
   font-size: 36px;
   line-height: 44px;
   letter-spacing: -0.02em;
   color: var(--theme-header-color);
   margin-bottom: 20px;
 }
 
 h3 {
   font-weight: 500;
   font-size: 20px;
   line-height: 30px;
   color: var(--theme-header-color);
 }
 
 h4 {
   font-weight: 500;
   font-size: 18px;
   line-height: 28px;
   color: var(--header-color);
 }
 
 h5 {
   font-weight: 600;
   font-size: 14px;
   line-height: 20px;
   color: var(--bs-link-color);
 }
 
 p {
   font-weight: 400;
   font-size: 20px;
   line-height: 30px;
 }
 
 p.small {
   font-size: 16px;
   line-height: 24px;
 }

 p.smaller {
  font-size: 12px;
  line-height: 24px;
}

.fixed-top {
  right: 20px;
  top: 20px;
}

 .jobs .nav-pills &gt; .active &gt; a,
 .jobs .nav-pills &gt; .active &gt; a:hover,
 .jobs .nav-pills &gt; li &gt; a:hover {
    color: white;
    background-color: var(--theme-link-color, cornflowerblue);
  }
 

  .jobs .nav-link.active {
    background-color: var(--theme-link-color, cornflowerblue) !important;
  }
 
 .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: var(--theme-link-color, cornflowerblue) !important;
  border-color: var(--theme-link-color, cornflowerblue) !important;
}

 img {
   padding: 20px;
 }
 
 section {
   padding-top: 70px;
   padding-bottom: 30px;
 }
 
 nav {
   margin-top: 15px;
 }
 .nav-item {
   margin-left: 10px;
   margin-right: 10px;
 }
 
 @media (min-width: 480px) {
   section {
     padding-bottom: 70px;
   }
 }
 
 i {
   font-size: 2rem; 
   color: var(--theme-link-color);
 }
 
 .nested-fields button i {
   font-size: 1.5rem; 
   color: white;
 }
 
 .popover-body i {
   font-size: 1rem; 
   color: white;
 }
 
 .shaded {
   background: #F9FAFB;
 }
 .collapsible-list a {
    text-decoration: none;
    color: var(--theme-header-color)
  }
  
.collapsible-list i {
  font-size: 1rem;
}
 .list {
   margin-top: 50px;
 }
 .life a {
   text-decoration: none;
 }
 .life i {
   margin-right: 10px;
 }
 .jobs a {
   text-decoration: none;
   color: var(--theme-link-color)
 }
 .jobs i.location {
   font-size: 1.3rem;
   margin-right: 10px;
   margin-top: 3px;
 }
 .jobs i.apply {
   font-size: 1rem;
 }
 .jobs .card p {
   font-size: 16px;
 }
 .jobs .d-flex {
   margin-bottom: -16px;
 }
 
 form section {
   padding-top: 50px;
   padding-bottom: 10px;
 }
</pre></body></html>