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

.responsive-hero.hero-overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.responsive-hero-light.hero-overlay::before {
  background: linear-gradient(0deg,rgba(255,255,255, 0.5),rgba(255,255,255, 0.5));
  background: -moz-linear-gradient(0deg,rgba(255,255,255, 0.5),rgba(255,255,255, 0.5));
  background: -webkit-linear-gradient(0deg,rgba(255,255,255, 0.5),rgba(255,255,255, 0.5));
  background: -ms-linear-gradient(0deg,rgba(255,255,255, 0.5),rgba(255,255,255, 0.5));
}

.responsive-hero.hero-overlay::before,
.responsive-hero.hero-dark.hero-overlay::before {
  background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
  background: -moz-linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
  background: -webkit-linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
  background: -ms-linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5));
}

.responsive-hero .container {
  position: relative;
  z-index: 15;
  min-height: calc(100vh - 66px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.responsive-hero.short-hero .container {
  padding-top: 60px;
  padding-bottom: 40px;
  min-height: 200px;
}

@media screen and (min-width: 768px) {
  .responsive-hero.short-hero .container {
    min-height: 300px;
    padding-top: 180px;
  }
}

@media screen and (min-width: 1170px) {
  .responsive-hero.short-hero .container {
    padding-top: 144px;
  }
}


@media screen and (min-width: 992px) {
  .responsive-hero .container {
    min-height: 670px;
  }
}

@media screen and (max-width: 991px) {
  .responsive-hero h1 {
    font-size: 2.1875rem;
    line-height: 36px;
  }
}

.responsive-hero h2 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .responsive-hero h2 {
    font-size: 36px;
  }
}

.responsive-hero h6 {
  line-height: 20px;
  font-size: 1rem;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .responsive-hero h6 {
    line-height: 30px;
  }
}

.responsive-hero .main-down-chevron {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  color: white;
  z-index: 20;
  opacity: 1;
}

.responsive-hero .responsive-hero-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.responsive-hero .responsive-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slim-header{
	height: 435px;
}

.border-col-blue{
  border-right: 1px solid #0176C7;
}

/* MISC */
#language-alert.select-language-row .close {
  padding: 0;
  top: 0.8rem;
  right: 0.8rem;
  width: initial;
  height: initial;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-shadow: none;
}
#language-alert.select-language-row .close::after,
#language-alert.select-language-row .close::before {
  content: none;
}

@media (max-width: 400px) {
	.slim-header{
		height: 255px;
	}
}


@media screen and (max-width: 767px) {
  .responsive-hero .responsive-hero-background .bg-desktop {
    display: none;
  }
  .mt-mbl-15{
    margin-top: 15px;
  }
  .border-col-blue{
    border-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .responsive-hero .responsive-hero-background .bg-mobile {
    display: none;
  }
}
</pre></body></html>