.fs-accordion-5 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 5px;
}
.fs-accordion-5 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-10 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
}
.fs-accordion-10 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-15 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 15px;
}
.fs-accordion-15 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-20 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 20px;
}
.fs-accordion-20 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-25 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 25px;
}
.fs-accordion-25 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-30 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 30px;
}
.fs-accordion-30 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-35 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 35px;
}
.fs-accordion-35 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-40 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 40px;
}
.fs-accordion-40 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-45 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 45px;
}
.fs-accordion-45 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.fs-accordion-50 .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 50px;
}
.fs-accordion-50 .accordion-item:not(:first-of-type) {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.carousel-caption {
  bottom: 3rem;
  border-radius: 20px;
  z-index: 10;
}

.carousel-caption-bg {
  background: rgba(160, 160, 160, 0.5);
  padding: 20px;
}

.carousel-item img {
  min-width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  overflow: hidden;
}

.divider {
  min-height: 1rem;
  height: auto;
  text-align: center;
}

.divider-50 {
  min-height: 50px;
  height: auto;
}

.divider-60 {
  min-height: 60px;
  height: auto;
}

.divider-70 {
  min-height: 70px;
  height: auto;
}

.divider-80 {
  min-height: 80px;
  height: auto;
}

.divider-90 {
  min-height: 90px;
  height: auto;
}

.divider-100 {
  min-height: 100px;
  height: auto;
}

.divider-110 {
  min-height: 110px;
  height: auto;
}

.divider-120 {
  min-height: 120px;
  height: auto;
}

.divider-130 {
  min-height: 130px;
  height: auto;
}

.divider-140 {
  min-height: 140px;
  height: auto;
}

.divider-150 {
  min-height: 150px;
  height: auto;
}

.divider-160 {
  min-height: 160px;
  height: auto;
}

.divider-170 {
  min-height: 170px;
  height: auto;
}

.divider-180 {
  min-height: 180px;
  height: auto;
}

.divider-190 {
  min-height: 190px;
  height: auto;
}

.divider-200 {
  min-height: 200px;
  height: auto;
}

.divider-shadow {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 4px 0 4px;
  padding: 4px 0 4px;
  box-shadow: inset 0 0 0.5em #888888;
  border-radius: 0.5rem;
}
.divider-shadow h2 {
  color: #008cba;
}
.divider-shadow h3 {
  color: #eee;
}

#myCookieConsent {
  z-index: 999;
  min-height: 20px;
  font-family: OpenSans, arial, "sans-serif";
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: fixed;
  color: #fff;
  bottom: 0px;
  right: 10px;
  display: none;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#myCookieConsent div {
  padding: 7px 0 0;
}
#myCookieConsent a {
  color: #e99002;
}
#myCookieConsent a:hover {
  color: #febc53;
}
#myCookieConsent a#cookieButton {
  display: inline-block;
  font-size: 1.1em;
  background: #febc53;
  text-decoration: none;
  cursor: pointer;
  padding: 4px 20px;
  float: right;
  border-radius: 20px;
}
#myCookieConsent a#cookieButton:hover {
  background: #e99002;
}

.hero {
  background-repeat: no-repeat;
  background-position: center center;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
}

.imgrow-round-left-10 {
  border-radius: 10px;
}
.imgrow-round-left-10 img {
  border-radius: 10px 0 0 10px;
}

.imgrow-round-right-10 {
  border-radius: 10px;
}
.imgrow-round-right-10 img {
  border-radius: 0 10px 10px 0;
}

.imgrow-round-left-20 {
  border-radius: 20px;
}
.imgrow-round-left-20 img {
  border-radius: 20px 0 0 20px;
}

.imgrow-round-right-20 {
  border-radius: 20px;
}
.imgrow-round-right-20 img {
  border-radius: 0 20px 20px 0;
}

.imgrow-round-left-30 {
  border-radius: 30px;
}
.imgrow-round-left-30 img {
  border-radius: 30px 0 0 30px;
}

.imgrow-round-right-30 {
  border-radius: 30px;
}
.imgrow-round-right-30 img {
  border-radius: 0 30px 30px 0;
}

.imgrow-round-left-40 {
  border-radius: 40px;
}
.imgrow-round-left-40 img {
  border-radius: 40px 0 0 40px;
}

.imgrow-round-right-40 {
  border-radius: 40px;
}
.imgrow-round-right-40 img {
  border-radius: 0 40px 40px 0;
}

.imgrow-round-left-50 {
  border-radius: 50px;
}
.imgrow-round-left-50 img {
  border-radius: 50px 0 0 50px;
}

.imgrow-round-right-50 {
  border-radius: 50px;
}
.imgrow-round-right-50 img {
  border-radius: 0 50px 50px 0;
}

.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accent {
  color: #eee;
}

.thin-border {
  border: 1px solid;
  padding: 16px;
}

.rounded-circle-0 {
  border-radius: 50% !important;
  padding: 0px;
}

.rounded-circle-10 {
  border-radius: 50% !important;
  padding: 10px;
}

.rounded-circle-20 {
  border-radius: 50% !important;
  padding: 20px;
}

.rounded-circle-30 {
  border-radius: 50% !important;
  padding: 30px;
}

.rounded-circle-40 {
  border-radius: 50% !important;
  padding: 40px;
}

.rounded-circle-50 {
  border-radius: 50% !important;
  padding: 50px;
}

.rounded-circle-60 {
  border-radius: 50% !important;
  padding: 60px;
}

.rounded-circle-70 {
  border-radius: 50% !important;
  padding: 70px;
}

.rounded-circle-80 {
  border-radius: 50% !important;
  padding: 80px;
}

.rounded-circle-90 {
  border-radius: 50% !important;
  padding: 90px;
}

.rounded-circle-100 {
  border-radius: 50% !important;
  padding: 100px;
}

.grid-border-5 {
  border: 5px solid transparent;
}

.grid-border-10 {
  border: 10px solid transparent;
}

.grid-border-15 {
  border: 15px solid transparent;
}

.grid-border-20 {
  border: 20px solid transparent;
}

.grid-border-25 {
  border: 25px solid transparent;
}

.grid-border-30 {
  border: 30px solid transparent;
}

.grid-border-35 {
  border: 35px solid transparent;
}

.grid-border-40 {
  border: 40px solid transparent;
}

.grid-border-45 {
  border: 45px solid transparent;
}

.grid-border-50 {
  border: 50px solid transparent;
}

.shadow-right-5 {
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-10 {
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-15 {
  box-shadow: 15px 15px 15px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-20 {
  box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-25 {
  box-shadow: 25px 25px 25px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-30 {
  box-shadow: 30px 30px 30px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-35 {
  box-shadow: 35px 35px 35px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-40 {
  box-shadow: 40px 40px 40px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-45 {
  box-shadow: 45px 45px 45px 0 rgba(0, 0, 0, 0.4);
}

.shadow-right-50 {
  box-shadow: 50px 50px 50px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-5 {
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-10 {
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-15 {
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-20 {
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-25 {
  box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-30 {
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-35 {
  box-shadow: 0px 0px 35px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-40 {
  box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-45 {
  box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.4);
}

.shadow-center-50 {
  box-shadow: 0px 0px 50px 0 rgba(0, 0, 0, 0.4);
}

.border-round-5 {
  border-radius: 10px;
}

.border-round-10 {
  border-radius: 20px;
}

.border-round-15 {
  border-radius: 30px;
}

.border-round-20 {
  border-radius: 40px;
}

.border-round-25 {
  border-radius: 50px;
}

.border-round-30 {
  border-radius: 60px;
}

.border-round-35 {
  border-radius: 70px;
}

.border-round-40 {
  border-radius: 80px;
}

.border-round-45 {
  border-radius: 90px;
}

.border-round-50 {
  border-radius: 100px;
}

.hbright-50:hover {
  -webkit-filter: brightness(0.5);
  -moz-filter: brightness(0.5);
  -o-filter: brightness(0.5);
  -ms-filter: brightness(0.5);
  filter: brightness(0.5);
}

.hbright-60:hover {
  -webkit-filter: brightness(0.6);
  -moz-filter: brightness(0.6);
  -o-filter: brightness(0.6);
  -ms-filter: brightness(0.6);
  filter: brightness(0.6);
}

.hbright-70:hover {
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
}

.hbright-80:hover {
  -webkit-filter: brightness(0.8);
  -moz-filter: brightness(0.8);
  -o-filter: brightness(0.8);
  -ms-filter: brightness(0.8);
  filter: brightness(0.8);
}

.hbright-90:hover {
  -webkit-filter: brightness(0.9);
  -moz-filter: brightness(0.9);
  -o-filter: brightness(0.9);
  -ms-filter: brightness(0.9);
  filter: brightness(0.9);
}

.hbright-100:hover {
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  -ms-filter: brightness(1);
  filter: brightness(1);
}

.hbright-110:hover {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  -ms-filter: brightness(1.1);
  filter: brightness(1.1);
}

.hbright-120:hover {
  -webkit-filter: brightness(1.2);
  -moz-filter: brightness(1.2);
  -o-filter: brightness(1.2);
  -ms-filter: brightness(1.2);
  filter: brightness(1.2);
}

.hbright-130:hover {
  -webkit-filter: brightness(1.3);
  -moz-filter: brightness(1.3);
  -o-filter: brightness(1.3);
  -ms-filter: brightness(1.3);
  filter: brightness(1.3);
}

.hbright-140:hover {
  -webkit-filter: brightness(1.4);
  -moz-filter: brightness(1.4);
  -o-filter: brightness(1.4);
  -ms-filter: brightness(1.4);
  filter: brightness(1.4);
}

.hbright-150:hover {
  -webkit-filter: brightness(1.5);
  -moz-filter: brightness(1.5);
  -o-filter: brightness(1.5);
  -ms-filter: brightness(1.5);
  filter: brightness(1.5);
}

body {
  min-height: 75rem;
  padding-top: 56px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  color: #008cba;
}

/*# sourceMappingURL=main.css.map */
