<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.site-banner {
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	/* min-height: 70vh; */
	padding-top: 100px;
	padding-bottom: 100px;
	background: rgb(14, 100, 201);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.site-banner .carousel-item {
	position: static;
}

.site-banner .carousel-item .img-wrapper {
	position: relative;
}

.site-banner .carousel-item img {
	max-height: 400px;
}

.carousel-caption {
	text-align: left;
	position: static;
	padding-top: 80px;

}

.carousel-caption h2,
.carousel-caption h4 {
	font-size: 30px;
	color: #fff;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.carousel-caption p {
	font-size: 22px !important;
	color: #fff;
}

#whitestrokeCarousel .carousel-indicators {
	display: block;
	justify-content: center;
	bottom: 0;
	margin: 0;
	width: 160px;
	height: 40px;
	position: absolute;
	text-align: right;
	margin: 0;
	left: auto;
	right: 0;
	bottom: 100px;
	padding-left: 30px;
}

#whitestrokeCarousel .carousel-indicators:after {
	content: "/ " attr(data-indicator);
	position: relative;
	right: 45px;
	color: #ffffff;
	text-indent: unset;
	font-size: 22px;
	font-weight: bold;
	height: 40px;
	line-height: 1.6;
}

#whitestrokeCarousel .carousel-indicators li {
	width: 36px;
	line-height: 1.6;
	background-color: transparent;
	color: #ffffff;
	text-indent: unset;
	font-size: 22px;
	font-weight: bold;
	visibility: hidden;
	position: absolute;
	border: none;
	padding: 0;
	margin: 0;
}

#whitestrokeCarousel .carousel-indicators li.active {
	visibility: visible;
	color: #ffffff;
}

#whitestrokeCarousel .carousel-indicators-container {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
}

.carousel-control-next,
.carousel-control-prev {
	display: none;
	/* width: 50px;
  height: 50px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  opacity: 1;
  background-color: rgb(255, 217, 136);
  border-radius: 25px; */
}

/* .carousel-control-prev {
  left: 20px;
  right: auto;
}

.carousel-control-next {
  right: 20px;
  left: auto;
} */

@media (min-width: 992px) {

	.carousel-caption h2 {
		font-size: calc(50rem / 16);
	}

	.carousel-caption p {
		font-size: calc(24rem / 16);
	}

	.carousel-nav-container {
		display: flex;
	}
}

.div {
	display: block;
	position: relative;
	top: -2px;
	height: 200px;
	background-image: url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 1920 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"&gt;&lt;path fill="rgba(15, 100, 200, 1)" d="M 0 0 C 97.10000000000001 0 873.9 110 971 110 L 971 110 L 971 0 L 0 0 Z" stroke-width="0"&gt;&lt;/path&gt; &lt;path fill="rgba(15, 100, 200, 1)" d="M 970 110 C 1063.3 110 1809.7 0 1903 0 L 1903 0 L 1903 0 L 970 0 Z" stroke-width="0"&gt;&lt;/path&gt; &lt;/svg&gt;');
	background-size: cover;
	background-repeat: no-repeat;
   }
   
   @media (max-width:1919px) {
	.div {
	  background-size: contain;
	}
   }
   
   </pre></body></html>