<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero {
    position: relative;
    margin-bottom: 80px;
}
.hero .col-lg-6 {
    min-height: 750px;
}
.hero .col-lg-6:nth-child(2) {
    position: absolute;
    right: 0;
    height: 100%;
    padding-right: 0;
}
.hero-content {
    padding-top: 126px;
}
.hero-content-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 52px;
    border-radius: 50%;
}
.hero-content-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.hero-content-title {
    margin-bottom: 40px;
}
.hero-content-title h1 {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    color: #06193e;
    font-size: 55px;
    line-height: 55px;
    padding: 0;
    margin: 0;
}
.hero-content-subtitle {
    margin-bottom: 60px;
}
.hero-content-subtitle h2 {
  font-family: Gordita-Regular;
  font-style: normal;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000b20;
  font-size: 26px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.hero-content-subtitle h2 span {
    color: #4fde7b;
}
.hero-content-subtitle-big {
    margin-bottom: 30px;
}
.hero-content-subtitle-big h2 {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000b20;
    font-size: 34px;
    line-height: 50px;
}

.hero-content-subtitle-big h2 span {
    color: #4fde7b;
}
.hero-content-description p {
    color: #000b20;
    font-size: 18px;
    line-height: 32px;
      margin:0;
}
.hero-content-description p:not(:last-child) {
    margin-bottom: 20px;
}
.hero-content-button {
    margin-top: 94px;
}
.hero-content-button a {
    padding: 20px 38px;
}
.hero-content-link {
    margin-top: 60px;
}
.hero-content-link a {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    color: #000b20;
    font-size: 18px;
    line-height: 28px;
}
.hero-information {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hero-information-pins {
    z-index: 9;
}
.hero-information-pins-item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 16px 8px 8px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0,11,32,0.3);
    border-radius: 28px;
}
.hero-information-pins-item:nth-child(1) {
    top: 154px;
    left: -120px;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-animation-duration: 0.6s, 2.6s;
    animation-duration: 0.6s, 2.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
}
.hero-information-pins-item:nth-child(2) {
    top: 60%;
    left: 20%;
    -webkit-animation-delay: 0s, 0.3s;
    animation-delay: 0s, 0.3s;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-animation-duration: 1.6s, 3.6s;
    animation-duration: 1.6s, 3.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
}
.hero-information-pins-item-icon {
    overflow: hidden;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
}
.hero-information-pins-item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-information-pins-item-text {
    font-family: Gordita-Regular;
    font-style: normal;
    font-weight: 400;
    padding-left: 12px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.hero-information-pins-item-text strong {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
}
.hero-information-image {
    width: 100%;
    height: 100%;
    max-height: 750px;
}
.hero-information-image img {
    width: 100%;
    height: 100%;
    max-height: 750px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.hero-information-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    background-color: #001c4f;
}
.hero-information-description p {
    font-family: Gordita-Regular;
    font-style: normal;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
      margin:0;;
}
.hero-information-description p span {
    font-family: Gordita-Medium;
    font-style: normal;
    font-weight: 500;
    color: #4fde7b;
}


@media (max-width: 991px) {
    .hero .row {
      -webkit-box-orient:vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
    .hero .col-lg-6 {
      min-height:auto;
    }
    .hero .col-lg-6:nth-child(2) {
      position:relative;
      padding-left: 0;
    }
    .hero-information-pins-item:nth-child(1) {
      left:12px;
    }	
    .hero-information-description {
      padding:12px;
    }
    .hero-information-description p {
      font-size:12px;
    }	
}

@media (max-width: 767px) {
  .hero {
    margin-bottom:60px;
  }
  .hero-content {
    padding-top:36px;
  }	
  .hero-content-icon {
    width:60px;
    height: 60px;
    margin-bottom: 16px;
  }
  .hero-content-title {
    margin-bottom:16px;
  }
  .hero-content-title h1 {
    font-size:24px;
    line-height: 32px;
  }
  .hero-content-subtitle {
    margin-bottom:18px;
  }
  .hero-content-subtitle h2 {
    font-size:16px;
    line-height: 24px;
  }
  .hero-content-subtitle-big {
    margin-bottom:18px;
  }
  .hero-content-subtitle-big h2 {
    font-size:16px;
    line-height: 24px;
  }
  .hero-content-description p {
    font-size:14px;
    line-height: 22px;
  }
  .hero-content-description p:not(:last-child) {
    margin-bottom:12px;
  }
  .hero-content-link {
    margin-top:20px;
  }
  .hero-content-link a {
    font-size:16px;
    line-height: 24px;
  }
  .hero-information-pins-item {
    padding:4px 8px 4px 4px;
  }
  .hero-information-pins-item:nth-child(1) {
    top:40px;
  }
  .hero-information-pins-item:nth-child(2) {
    top:auto;
    bottom: 80px;
    left: 28px;
  }
  .hero-information-pins-item-icon {
    width:20px;
    height: 20px;
  }
  .hero-information-pins-item-text {
    padding-left:4px;
    font-size: 10px;
    line-height: 14px;
  }	
}</pre></body></html>