/*!*************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/flickity/dist/flickity.css ***!
  \*************************************************************************************************************************/
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-cell ---- */

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100% / 75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20% / 25%);
  border-radius: 50%;
  cursor: pointer;
  appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20% / 100%);
}

/*!**************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/simplelightbox/dist/simple-lightbox.css ***!
  \**************************************************************************************************************************************/
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../node_modules/resolve-url-loader/index.js??ruleSet[1].rules[3].use[3]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[4]!../node_modules/import-glob/index.js!./styles/main.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
html, body {
  margin: 0;
  padding: 0;
}

body {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #407886;
  line-height: 1.5;
  font-weight: 400;
}

.sr {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

h1, .h1 {
  margin-top: 0;
  font-size: 34px;
  line-height: 1.2;
}

h2, .h2 {
  margin-top: 0;
  font-size: 34px;
  line-height: 1.2;
}

h3, .h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2;
}

h4, h5, h6 {
  font-size: 16px;
  font-weight: bold;
}

.blue {
  color: #407886;
}

.green {
  color: #567a61;
}

.lightblue {
  color: #e7eef1;
}

a {
  color: #567a61;
}
a:hover {
  color: #407886;
}

img {
  max-width: 100%;
  height: auto !important;
}

.button {
  display: inline-block;
  background: #407886;
  color: #FFFFFF !important;
  padding: 1em 2em;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.bg-green .button {
  background: #FFFFFF;
  color: #567a61 !important;
}
.bg-green .button:hover {
  background: #e7eef1;
}

.bg-blue .button {
  background: #FFFFFF;
  color: #407886 !important;
}
.bg-blue .button:hover {
  background: #e7eef1;
}

.bg-olive .button {
  background: #FFFFFF;
  color: #9faa60 !important;
}
.bg-olive .button:hover {
  background: #e7eef1;
}

header {
  background: #e7eef1;
  display: flex;
  justify-content: space-between;
  gap: 2em;
  padding: 0 4em;
}
header .logo {
  background: #407886;
  padding: 2em 2em 0;
}
header .logo img {
  width: 250px;
}
@media (max-width: 768px) {
  header {
    padding: 0 2em;
    justify-content: center;
  }
}

footer .block {
  margin-bottom: 0;
}
footer .block .logo img {
  width: 170px;
}
footer .block .cols.cols-reverse {
  align-items: center;
}
footer .block .cols .col:first-of-type ul {
  justify-content: flex-end;
}
footer .block .cols .col:last-of-type {
  text-align: right;
}
@media (max-width: 768px) {
  footer .block .cols .col:last-of-type {
    text-align: center;
  }
}
footer .block ul {
  display: flex;
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
  gap: 2em;
}
@media (max-width: 768px) {
  footer .block ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
  }
}

.block {
  padding: 2em;
  margin-bottom: 1em;
}
.block.bg-lightblue {
  background: #e7eef1;
}
.block.bg-blue {
  background: #407886;
  color: #FFFFFF;
}
.block.bg-blue a {
  color: #e7eef1;
}
.block.bg-blue a:hover {
  color: #FFFFFF;
}
.block.bg-green {
  background: #567a61;
  color: #FFFFFF;
}
.block.bg-green a {
  color: #e7eef1;
}
.block.bg-green a:hover {
  color: #FFFFFF;
}
.block.bg-olive {
  background: #9faa60;
  color: #FFFFFF;
}
.block.bg-olive a {
  color: #e7eef1;
}
.block.bg-olive a:hover {
  color: #FFFFFF;
}
.block.bordertop-white {
  border-top: 1em solid #FFFFFF;
}
.block.bordertop-lightblue {
  border-top: 1em solid #e7eef1;
}
.block.bordertop-blue {
  border-top: 1em solid #407886;
}
.block.bordertop-green {
  border-top: 1em solid #407886;
}
.block.bordertop-olive {
  border-top: 1em solid #407886;
}
.block.bordertop-oliveblue {
  border-top: 1em solid #9faa60;
  padding-top: 0.5em;
}
.block.bordertop-oliveblue::before {
  content: "";
  display: block;
  border-top: 1em solid #407886;
  margin: 0 -2em 2em;
}
.block.borderbtm-white {
  border-bottom: 1em solid #FFFFFF;
}
.block.borderbtm-lightblue {
  border-bottom: 1em solid #e7eef1;
}
.block.borderbtm-blue {
  border-bottom: 1em solid #407886;
}
.block.borderbtm-green {
  border-bottom: 1em solid #407886;
}
.block.borderbtm-olive {
  border-bottom: 1em solid #407886;
}
.block.borderbtm-oliveblue {
  border-bottom: 1em solid #407886;
  padding-bottom: 0.5em;
}
.block.borderbtm-oliveblue::after {
  content: "";
  display: block;
  border-bottom: 1em solid #9faa60;
  margin: 2em -2em 0;
}

.cols {
  display: flex;
  gap: 2em;
}
.cols.cols-reverse {
  flex-direction: row-reverse;
}
.cols .col {
  flex: 1 0 0;
}
@media (max-width: 768px) {
  .cols {
    flex-direction: column !important;
    gap: 1em;
  }
}

.flexcontent .cols {
  margin: 2em 0;
}

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