<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {font-family: 'Ubuntu', sans-serif;margin: 0px;line-height:1.5; font-size:16px;}
input[type=text], select, textarea {
    width: 100%;
    padding: 8px;
    border: 0.5px solid black;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
	font-family: 'Ubuntu', sans-serif; font-size:16px;line-height:1.5;
}

input[type=submit] {font-family: 'Ubuntu', sans-serif;margin: 0px;line-height:1.2; font-size:15px;	border-color:transparent;    background-color: #106510;    color: white;    padding: 8px 16px;   border-radius: 24px;    cursor: pointer;}
/*Slide image, text and button*/
.mySlides {
  display: none
}


/* Slideshow container */

.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.slideshow-container2 {
  max-width: 1920px;
  position: relative;
  margin: auto;
}


/* Next &amp; previous buttons */

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #106510;
  font-weight: bold;
  font-size: 28px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}


/* Position the "next button" to the right */

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Caption text */

.text {
  color: #f2f2f2;
  font-size: 35px;
  padding: 8px 12px;
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  text-shadow: 0.5px 0.5px black;
}
.text2 {
  color: #f2f2f2;
  font-size: 50px;
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
  text-shadow: 0.5px 0.5px black;
}

/* The dots/bullets/indicators */

.dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  margin: 0;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #106510;
}


/* Fading animation */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }
  to {
    opacity: 1
  }
}
/*Slide image, text and button*/

.componentcontent_4 {width:671px;margin-left:auto;margin-right:auto;}
.componentcontent_43 {width:425px;margin-left:auto;margin-right:auto;}
.componentcontent_42 {width:800px;margin-left:auto;margin-right:auto;}
.componentcontent_41 {width:671px;text-align:right;margin-left:auto;margin-right:auto;}
.componentcontent_6 {width:1200px;margin-left:auto;margin-right:auto;}
.componentcontent_promo {width:900px;margin-left:auto;margin-right:auto;}
.componentcontent_61{width:1000px;margin-left:auto;margin-right:auto;}
@media screen and (max-width: 1007px) {
	.componentcontent_4 {width:90%;}
	.componentcontent_43 {width:90%;}
	.componentcontent_42 {width:99%;}
	.componentcontent_41 {width:90%;text-align:center;}
	.componentcontent_6 {width:95%;}
	.componentcontent_promo {width:95%;}
	.componentcontent_61 {width:95%;}
	.text2{font-size:25px;}
	
}
@media screen and (width: 1024px) and (height:768px) {
	.componentcontent_6 {width:1000px;}
	.componentcontent_41 {text-align:center;}
}
@media screen and (width: 1024px) and (height:1366px) {
	.componentcontent_6 {width:1000px;}
	.componentcontent_41 {text-align:center;}
}
@media screen and (width: 768px) {
	.componentcontent_6 {width:95%;}
	.componentcontent_promo {width:95%;}
	.componentcontent_61 {width:95%;}
	.componentcontent_41 {text-align:center;}
}</pre></body></html>