@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../../../dependencies/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../../../dependencies/slick-carousel/slick/fonts/slick.eot");
  src: url("./../../../dependencies/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./../../../dependencies/slick-carousel/slick/fonts/slick.woff") format("woff"), url("./../../../dependencies/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("./../../../dependencies/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #D80000;
  --orange: #fd7e14;
  --yellow: #F5BD29;
  --green: #025027;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #333333;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #025027;
  --info: #17a2b8;
  --warning: #F5BD29;
  --danger: #D80000;
  --light: #f8f9fa;
  --dark: #333333;
  --breakpoint-mobile: 0;
  --breakpoint-xs: 400px;
  --breakpoint-xssm: 500px;
  --breakpoint-sm: 600px;
  --breakpoint-md: 740px;
  --breakpoint-mdlg: 900px;
  --breakpoint-lg: 1160px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(17, 17, 17, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006631;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #4b9428;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-mobile {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1300px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-mdlg,
.col-mdlg-auto, .col-mdlg-12, .col-mdlg-11, .col-mdlg-10, .col-mdlg-9, .col-mdlg-8, .col-mdlg-7, .col-mdlg-6, .col-mdlg-5, .col-mdlg-4, .col-mdlg-3, .col-mdlg-2, .col-mdlg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xssm,
.col-xssm-auto, .col-xssm-12, .col-xssm-11, .col-xssm-10, .col-xssm-9, .col-xssm-8, .col-xssm-7, .col-xssm-6, .col-xssm-5, .col-xssm-4, .col-xssm-3, .col-xssm-2, .col-xssm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 400px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 500px) {
  .col-xssm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xssm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xssm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xssm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xssm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xssm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xssm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xssm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xssm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xssm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xssm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xssm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xssm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xssm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xssm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xssm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xssm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xssm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xssm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xssm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xssm-first {
    order: -1;
  }

  .order-xssm-last {
    order: 13;
  }

  .order-xssm-0 {
    order: 0;
  }

  .order-xssm-1 {
    order: 1;
  }

  .order-xssm-2 {
    order: 2;
  }

  .order-xssm-3 {
    order: 3;
  }

  .order-xssm-4 {
    order: 4;
  }

  .order-xssm-5 {
    order: 5;
  }

  .order-xssm-6 {
    order: 6;
  }

  .order-xssm-7 {
    order: 7;
  }

  .order-xssm-8 {
    order: 8;
  }

  .order-xssm-9 {
    order: 9;
  }

  .order-xssm-10 {
    order: 10;
  }

  .order-xssm-11 {
    order: 11;
  }

  .order-xssm-12 {
    order: 12;
  }

  .offset-xssm-0 {
    margin-left: 0;
  }

  .offset-xssm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xssm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xssm-3 {
    margin-left: 25%;
  }

  .offset-xssm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xssm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xssm-6 {
    margin-left: 50%;
  }

  .offset-xssm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xssm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xssm-9 {
    margin-left: 75%;
  }

  .offset-xssm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xssm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 740px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 900px) {
  .col-mdlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-mdlg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-mdlg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-mdlg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-mdlg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-mdlg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-mdlg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-mdlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-mdlg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-mdlg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-mdlg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-mdlg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-mdlg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-mdlg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-mdlg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-mdlg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-mdlg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-mdlg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-mdlg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-mdlg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-mdlg-first {
    order: -1;
  }

  .order-mdlg-last {
    order: 13;
  }

  .order-mdlg-0 {
    order: 0;
  }

  .order-mdlg-1 {
    order: 1;
  }

  .order-mdlg-2 {
    order: 2;
  }

  .order-mdlg-3 {
    order: 3;
  }

  .order-mdlg-4 {
    order: 4;
  }

  .order-mdlg-5 {
    order: 5;
  }

  .order-mdlg-6 {
    order: 6;
  }

  .order-mdlg-7 {
    order: 7;
  }

  .order-mdlg-8 {
    order: 8;
  }

  .order-mdlg-9 {
    order: 9;
  }

  .order-mdlg-10 {
    order: 10;
  }

  .order-mdlg-11 {
    order: 11;
  }

  .order-mdlg-12 {
    order: 12;
  }

  .offset-mdlg-0 {
    margin-left: 0;
  }

  .offset-mdlg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-mdlg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-mdlg-3 {
    margin-left: 25%;
  }

  .offset-mdlg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-mdlg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-mdlg-6 {
    margin-left: 50%;
  }

  .offset-mdlg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-mdlg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-mdlg-9 {
    margin-left: 75%;
  }

  .offset-mdlg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-mdlg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1160px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #025027 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #011e0f !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #F5BD29 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e1a60a !important;
}

.bg-danger {
  background-color: #D80000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a50000 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #333333 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #025027 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #F5BD29 !important;
}

.border-danger {
  border-color: #D80000 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #333333 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 400px) {
  .d-xs-none {
    display: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 500px) {
  .d-xssm-none {
    display: none !important;
  }

  .d-xssm-inline {
    display: inline !important;
  }

  .d-xssm-inline-block {
    display: inline-block !important;
  }

  .d-xssm-block {
    display: block !important;
  }

  .d-xssm-table {
    display: table !important;
  }

  .d-xssm-table-row {
    display: table-row !important;
  }

  .d-xssm-table-cell {
    display: table-cell !important;
  }

  .d-xssm-flex {
    display: flex !important;
  }

  .d-xssm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 600px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 740px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 900px) {
  .d-mdlg-none {
    display: none !important;
  }

  .d-mdlg-inline {
    display: inline !important;
  }

  .d-mdlg-inline-block {
    display: inline-block !important;
  }

  .d-mdlg-block {
    display: block !important;
  }

  .d-mdlg-table {
    display: table !important;
  }

  .d-mdlg-table-row {
    display: table-row !important;
  }

  .d-mdlg-table-cell {
    display: table-cell !important;
  }

  .d-mdlg-flex {
    display: flex !important;
  }

  .d-mdlg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1160px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 400px) {
  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 500px) {
  .flex-xssm-row {
    flex-direction: row !important;
  }

  .flex-xssm-column {
    flex-direction: column !important;
  }

  .flex-xssm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xssm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xssm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xssm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xssm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xssm-fill {
    flex: 1 1 auto !important;
  }

  .flex-xssm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xssm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xssm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xssm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xssm-start {
    justify-content: flex-start !important;
  }

  .justify-content-xssm-end {
    justify-content: flex-end !important;
  }

  .justify-content-xssm-center {
    justify-content: center !important;
  }

  .justify-content-xssm-between {
    justify-content: space-between !important;
  }

  .justify-content-xssm-around {
    justify-content: space-around !important;
  }

  .align-items-xssm-start {
    align-items: flex-start !important;
  }

  .align-items-xssm-end {
    align-items: flex-end !important;
  }

  .align-items-xssm-center {
    align-items: center !important;
  }

  .align-items-xssm-baseline {
    align-items: baseline !important;
  }

  .align-items-xssm-stretch {
    align-items: stretch !important;
  }

  .align-content-xssm-start {
    align-content: flex-start !important;
  }

  .align-content-xssm-end {
    align-content: flex-end !important;
  }

  .align-content-xssm-center {
    align-content: center !important;
  }

  .align-content-xssm-between {
    align-content: space-between !important;
  }

  .align-content-xssm-around {
    align-content: space-around !important;
  }

  .align-content-xssm-stretch {
    align-content: stretch !important;
  }

  .align-self-xssm-auto {
    align-self: auto !important;
  }

  .align-self-xssm-start {
    align-self: flex-start !important;
  }

  .align-self-xssm-end {
    align-self: flex-end !important;
  }

  .align-self-xssm-center {
    align-self: center !important;
  }

  .align-self-xssm-baseline {
    align-self: baseline !important;
  }

  .align-self-xssm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 600px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 740px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 900px) {
  .flex-mdlg-row {
    flex-direction: row !important;
  }

  .flex-mdlg-column {
    flex-direction: column !important;
  }

  .flex-mdlg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-mdlg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-mdlg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-mdlg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-mdlg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-mdlg-fill {
    flex: 1 1 auto !important;
  }

  .flex-mdlg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-mdlg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-mdlg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-mdlg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-mdlg-start {
    justify-content: flex-start !important;
  }

  .justify-content-mdlg-end {
    justify-content: flex-end !important;
  }

  .justify-content-mdlg-center {
    justify-content: center !important;
  }

  .justify-content-mdlg-between {
    justify-content: space-between !important;
  }

  .justify-content-mdlg-around {
    justify-content: space-around !important;
  }

  .align-items-mdlg-start {
    align-items: flex-start !important;
  }

  .align-items-mdlg-end {
    align-items: flex-end !important;
  }

  .align-items-mdlg-center {
    align-items: center !important;
  }

  .align-items-mdlg-baseline {
    align-items: baseline !important;
  }

  .align-items-mdlg-stretch {
    align-items: stretch !important;
  }

  .align-content-mdlg-start {
    align-content: flex-start !important;
  }

  .align-content-mdlg-end {
    align-content: flex-end !important;
  }

  .align-content-mdlg-center {
    align-content: center !important;
  }

  .align-content-mdlg-between {
    align-content: space-between !important;
  }

  .align-content-mdlg-around {
    align-content: space-around !important;
  }

  .align-content-mdlg-stretch {
    align-content: stretch !important;
  }

  .align-self-mdlg-auto {
    align-self: auto !important;
  }

  .align-self-mdlg-start {
    align-self: flex-start !important;
  }

  .align-self-mdlg-end {
    align-self: flex-end !important;
  }

  .align-self-mdlg-center {
    align-self: center !important;
  }

  .align-self-mdlg-baseline {
    align-self: baseline !important;
  }

  .align-self-mdlg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1160px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 400px) {
  .float-xs-left {
    float: left !important;
  }

  .float-xs-right {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }
}
@media (min-width: 500px) {
  .float-xssm-left {
    float: left !important;
  }

  .float-xssm-right {
    float: right !important;
  }

  .float-xssm-none {
    float: none !important;
  }
}
@media (min-width: 600px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 740px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 900px) {
  .float-mdlg-left {
    float: left !important;
  }

  .float-mdlg-right {
    float: right !important;
  }

  .float-mdlg-none {
    float: none !important;
  }
}
@media (min-width: 1160px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.6rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.6rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.6rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.6rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.6rem !important;
}

.m-2 {
  margin: 1.2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.2rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.2rem !important;
}

.m-3 {
  margin: 2.4rem !important;
}

.mt-3,
.my-3 {
  margin-top: 2.4rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 2.4rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 2.4rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 2.4rem !important;
}

.m-4 {
  margin: 3.6rem !important;
}

.mt-4,
.my-4 {
  margin-top: 3.6rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 3.6rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 3.6rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 3.6rem !important;
}

.m-5 {
  margin: 7.2rem !important;
}

.mt-5,
.my-5 {
  margin-top: 7.2rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 7.2rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 7.2rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 7.2rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.6rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.6rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.6rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.6rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.6rem !important;
}

.p-2 {
  padding: 1.2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.2rem !important;
}

.p-3 {
  padding: 2.4rem !important;
}

.pt-3,
.py-3 {
  padding-top: 2.4rem !important;
}

.pr-3,
.px-3 {
  padding-right: 2.4rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 2.4rem !important;
}

.pl-3,
.px-3 {
  padding-left: 2.4rem !important;
}

.p-4 {
  padding: 3.6rem !important;
}

.pt-4,
.py-4 {
  padding-top: 3.6rem !important;
}

.pr-4,
.px-4 {
  padding-right: 3.6rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 3.6rem !important;
}

.pl-4,
.px-4 {
  padding-left: 3.6rem !important;
}

.p-5 {
  padding: 7.2rem !important;
}

.pt-5,
.py-5 {
  padding-top: 7.2rem !important;
}

.pr-5,
.px-5 {
  padding-right: 7.2rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 7.2rem !important;
}

.pl-5,
.px-5 {
  padding-left: 7.2rem !important;
}

.m-n1 {
  margin: -0.6rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.6rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.6rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.6rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.6rem !important;
}

.m-n2 {
  margin: -1.2rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1.2rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.2rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.2rem !important;
}

.m-n3 {
  margin: -2.4rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -2.4rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -2.4rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -2.4rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -2.4rem !important;
}

.m-n4 {
  margin: -3.6rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -3.6rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -3.6rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -3.6rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -3.6rem !important;
}

.m-n5 {
  margin: -7.2rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -7.2rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -7.2rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -7.2rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -7.2rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 400px) {
  .m-xs-0 {
    margin: 0 !important;
  }

  .mt-xs-0,
.my-xs-0 {
    margin-top: 0 !important;
  }

  .mr-xs-0,
.mx-xs-0 {
    margin-right: 0 !important;
  }

  .mb-xs-0,
.my-xs-0 {
    margin-bottom: 0 !important;
  }

  .ml-xs-0,
.mx-xs-0 {
    margin-left: 0 !important;
  }

  .m-xs-1 {
    margin: 0.6rem !important;
  }

  .mt-xs-1,
.my-xs-1 {
    margin-top: 0.6rem !important;
  }

  .mr-xs-1,
.mx-xs-1 {
    margin-right: 0.6rem !important;
  }

  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 0.6rem !important;
  }

  .ml-xs-1,
.mx-xs-1 {
    margin-left: 0.6rem !important;
  }

  .m-xs-2 {
    margin: 1.2rem !important;
  }

  .mt-xs-2,
.my-xs-2 {
    margin-top: 1.2rem !important;
  }

  .mr-xs-2,
.mx-xs-2 {
    margin-right: 1.2rem !important;
  }

  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 1.2rem !important;
  }

  .ml-xs-2,
.mx-xs-2 {
    margin-left: 1.2rem !important;
  }

  .m-xs-3 {
    margin: 2.4rem !important;
  }

  .mt-xs-3,
.my-xs-3 {
    margin-top: 2.4rem !important;
  }

  .mr-xs-3,
.mx-xs-3 {
    margin-right: 2.4rem !important;
  }

  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 2.4rem !important;
  }

  .ml-xs-3,
.mx-xs-3 {
    margin-left: 2.4rem !important;
  }

  .m-xs-4 {
    margin: 3.6rem !important;
  }

  .mt-xs-4,
.my-xs-4 {
    margin-top: 3.6rem !important;
  }

  .mr-xs-4,
.mx-xs-4 {
    margin-right: 3.6rem !important;
  }

  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 3.6rem !important;
  }

  .ml-xs-4,
.mx-xs-4 {
    margin-left: 3.6rem !important;
  }

  .m-xs-5 {
    margin: 7.2rem !important;
  }

  .mt-xs-5,
.my-xs-5 {
    margin-top: 7.2rem !important;
  }

  .mr-xs-5,
.mx-xs-5 {
    margin-right: 7.2rem !important;
  }

  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 7.2rem !important;
  }

  .ml-xs-5,
.mx-xs-5 {
    margin-left: 7.2rem !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .pt-xs-0,
.py-xs-0 {
    padding-top: 0 !important;
  }

  .pr-xs-0,
.px-xs-0 {
    padding-right: 0 !important;
  }

  .pb-xs-0,
.py-xs-0 {
    padding-bottom: 0 !important;
  }

  .pl-xs-0,
.px-xs-0 {
    padding-left: 0 !important;
  }

  .p-xs-1 {
    padding: 0.6rem !important;
  }

  .pt-xs-1,
.py-xs-1 {
    padding-top: 0.6rem !important;
  }

  .pr-xs-1,
.px-xs-1 {
    padding-right: 0.6rem !important;
  }

  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 0.6rem !important;
  }

  .pl-xs-1,
.px-xs-1 {
    padding-left: 0.6rem !important;
  }

  .p-xs-2 {
    padding: 1.2rem !important;
  }

  .pt-xs-2,
.py-xs-2 {
    padding-top: 1.2rem !important;
  }

  .pr-xs-2,
.px-xs-2 {
    padding-right: 1.2rem !important;
  }

  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 1.2rem !important;
  }

  .pl-xs-2,
.px-xs-2 {
    padding-left: 1.2rem !important;
  }

  .p-xs-3 {
    padding: 2.4rem !important;
  }

  .pt-xs-3,
.py-xs-3 {
    padding-top: 2.4rem !important;
  }

  .pr-xs-3,
.px-xs-3 {
    padding-right: 2.4rem !important;
  }

  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 2.4rem !important;
  }

  .pl-xs-3,
.px-xs-3 {
    padding-left: 2.4rem !important;
  }

  .p-xs-4 {
    padding: 3.6rem !important;
  }

  .pt-xs-4,
.py-xs-4 {
    padding-top: 3.6rem !important;
  }

  .pr-xs-4,
.px-xs-4 {
    padding-right: 3.6rem !important;
  }

  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 3.6rem !important;
  }

  .pl-xs-4,
.px-xs-4 {
    padding-left: 3.6rem !important;
  }

  .p-xs-5 {
    padding: 7.2rem !important;
  }

  .pt-xs-5,
.py-xs-5 {
    padding-top: 7.2rem !important;
  }

  .pr-xs-5,
.px-xs-5 {
    padding-right: 7.2rem !important;
  }

  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 7.2rem !important;
  }

  .pl-xs-5,
.px-xs-5 {
    padding-left: 7.2rem !important;
  }

  .m-xs-n1 {
    margin: -0.6rem !important;
  }

  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -0.6rem !important;
  }

  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -0.6rem !important;
  }

  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -0.6rem !important;
  }

  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -0.6rem !important;
  }

  .m-xs-n2 {
    margin: -1.2rem !important;
  }

  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -1.2rem !important;
  }

  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -1.2rem !important;
  }

  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -1.2rem !important;
  }

  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -1.2rem !important;
  }

  .m-xs-n3 {
    margin: -2.4rem !important;
  }

  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -2.4rem !important;
  }

  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -2.4rem !important;
  }

  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -2.4rem !important;
  }

  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -2.4rem !important;
  }

  .m-xs-n4 {
    margin: -3.6rem !important;
  }

  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -3.6rem !important;
  }

  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -3.6rem !important;
  }

  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -3.6rem !important;
  }

  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -3.6rem !important;
  }

  .m-xs-n5 {
    margin: -7.2rem !important;
  }

  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -7.2rem !important;
  }

  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -7.2rem !important;
  }

  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -7.2rem !important;
  }

  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -7.2rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mt-xs-auto,
.my-xs-auto {
    margin-top: auto !important;
  }

  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-auto,
.my-xs-auto {
    margin-bottom: auto !important;
  }

  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 500px) {
  .m-xssm-0 {
    margin: 0 !important;
  }

  .mt-xssm-0,
.my-xssm-0 {
    margin-top: 0 !important;
  }

  .mr-xssm-0,
.mx-xssm-0 {
    margin-right: 0 !important;
  }

  .mb-xssm-0,
.my-xssm-0 {
    margin-bottom: 0 !important;
  }

  .ml-xssm-0,
.mx-xssm-0 {
    margin-left: 0 !important;
  }

  .m-xssm-1 {
    margin: 0.6rem !important;
  }

  .mt-xssm-1,
.my-xssm-1 {
    margin-top: 0.6rem !important;
  }

  .mr-xssm-1,
.mx-xssm-1 {
    margin-right: 0.6rem !important;
  }

  .mb-xssm-1,
.my-xssm-1 {
    margin-bottom: 0.6rem !important;
  }

  .ml-xssm-1,
.mx-xssm-1 {
    margin-left: 0.6rem !important;
  }

  .m-xssm-2 {
    margin: 1.2rem !important;
  }

  .mt-xssm-2,
.my-xssm-2 {
    margin-top: 1.2rem !important;
  }

  .mr-xssm-2,
.mx-xssm-2 {
    margin-right: 1.2rem !important;
  }

  .mb-xssm-2,
.my-xssm-2 {
    margin-bottom: 1.2rem !important;
  }

  .ml-xssm-2,
.mx-xssm-2 {
    margin-left: 1.2rem !important;
  }

  .m-xssm-3 {
    margin: 2.4rem !important;
  }

  .mt-xssm-3,
.my-xssm-3 {
    margin-top: 2.4rem !important;
  }

  .mr-xssm-3,
.mx-xssm-3 {
    margin-right: 2.4rem !important;
  }

  .mb-xssm-3,
.my-xssm-3 {
    margin-bottom: 2.4rem !important;
  }

  .ml-xssm-3,
.mx-xssm-3 {
    margin-left: 2.4rem !important;
  }

  .m-xssm-4 {
    margin: 3.6rem !important;
  }

  .mt-xssm-4,
.my-xssm-4 {
    margin-top: 3.6rem !important;
  }

  .mr-xssm-4,
.mx-xssm-4 {
    margin-right: 3.6rem !important;
  }

  .mb-xssm-4,
.my-xssm-4 {
    margin-bottom: 3.6rem !important;
  }

  .ml-xssm-4,
.mx-xssm-4 {
    margin-left: 3.6rem !important;
  }

  .m-xssm-5 {
    margin: 7.2rem !important;
  }

  .mt-xssm-5,
.my-xssm-5 {
    margin-top: 7.2rem !important;
  }

  .mr-xssm-5,
.mx-xssm-5 {
    margin-right: 7.2rem !important;
  }

  .mb-xssm-5,
.my-xssm-5 {
    margin-bottom: 7.2rem !important;
  }

  .ml-xssm-5,
.mx-xssm-5 {
    margin-left: 7.2rem !important;
  }

  .p-xssm-0 {
    padding: 0 !important;
  }

  .pt-xssm-0,
.py-xssm-0 {
    padding-top: 0 !important;
  }

  .pr-xssm-0,
.px-xssm-0 {
    padding-right: 0 !important;
  }

  .pb-xssm-0,
.py-xssm-0 {
    padding-bottom: 0 !important;
  }

  .pl-xssm-0,
.px-xssm-0 {
    padding-left: 0 !important;
  }

  .p-xssm-1 {
    padding: 0.6rem !important;
  }

  .pt-xssm-1,
.py-xssm-1 {
    padding-top: 0.6rem !important;
  }

  .pr-xssm-1,
.px-xssm-1 {
    padding-right: 0.6rem !important;
  }

  .pb-xssm-1,
.py-xssm-1 {
    padding-bottom: 0.6rem !important;
  }

  .pl-xssm-1,
.px-xssm-1 {
    padding-left: 0.6rem !important;
  }

  .p-xssm-2 {
    padding: 1.2rem !important;
  }

  .pt-xssm-2,
.py-xssm-2 {
    padding-top: 1.2rem !important;
  }

  .pr-xssm-2,
.px-xssm-2 {
    padding-right: 1.2rem !important;
  }

  .pb-xssm-2,
.py-xssm-2 {
    padding-bottom: 1.2rem !important;
  }

  .pl-xssm-2,
.px-xssm-2 {
    padding-left: 1.2rem !important;
  }

  .p-xssm-3 {
    padding: 2.4rem !important;
  }

  .pt-xssm-3,
.py-xssm-3 {
    padding-top: 2.4rem !important;
  }

  .pr-xssm-3,
.px-xssm-3 {
    padding-right: 2.4rem !important;
  }

  .pb-xssm-3,
.py-xssm-3 {
    padding-bottom: 2.4rem !important;
  }

  .pl-xssm-3,
.px-xssm-3 {
    padding-left: 2.4rem !important;
  }

  .p-xssm-4 {
    padding: 3.6rem !important;
  }

  .pt-xssm-4,
.py-xssm-4 {
    padding-top: 3.6rem !important;
  }

  .pr-xssm-4,
.px-xssm-4 {
    padding-right: 3.6rem !important;
  }

  .pb-xssm-4,
.py-xssm-4 {
    padding-bottom: 3.6rem !important;
  }

  .pl-xssm-4,
.px-xssm-4 {
    padding-left: 3.6rem !important;
  }

  .p-xssm-5 {
    padding: 7.2rem !important;
  }

  .pt-xssm-5,
.py-xssm-5 {
    padding-top: 7.2rem !important;
  }

  .pr-xssm-5,
.px-xssm-5 {
    padding-right: 7.2rem !important;
  }

  .pb-xssm-5,
.py-xssm-5 {
    padding-bottom: 7.2rem !important;
  }

  .pl-xssm-5,
.px-xssm-5 {
    padding-left: 7.2rem !important;
  }

  .m-xssm-n1 {
    margin: -0.6rem !important;
  }

  .mt-xssm-n1,
.my-xssm-n1 {
    margin-top: -0.6rem !important;
  }

  .mr-xssm-n1,
.mx-xssm-n1 {
    margin-right: -0.6rem !important;
  }

  .mb-xssm-n1,
.my-xssm-n1 {
    margin-bottom: -0.6rem !important;
  }

  .ml-xssm-n1,
.mx-xssm-n1 {
    margin-left: -0.6rem !important;
  }

  .m-xssm-n2 {
    margin: -1.2rem !important;
  }

  .mt-xssm-n2,
.my-xssm-n2 {
    margin-top: -1.2rem !important;
  }

  .mr-xssm-n2,
.mx-xssm-n2 {
    margin-right: -1.2rem !important;
  }

  .mb-xssm-n2,
.my-xssm-n2 {
    margin-bottom: -1.2rem !important;
  }

  .ml-xssm-n2,
.mx-xssm-n2 {
    margin-left: -1.2rem !important;
  }

  .m-xssm-n3 {
    margin: -2.4rem !important;
  }

  .mt-xssm-n3,
.my-xssm-n3 {
    margin-top: -2.4rem !important;
  }

  .mr-xssm-n3,
.mx-xssm-n3 {
    margin-right: -2.4rem !important;
  }

  .mb-xssm-n3,
.my-xssm-n3 {
    margin-bottom: -2.4rem !important;
  }

  .ml-xssm-n3,
.mx-xssm-n3 {
    margin-left: -2.4rem !important;
  }

  .m-xssm-n4 {
    margin: -3.6rem !important;
  }

  .mt-xssm-n4,
.my-xssm-n4 {
    margin-top: -3.6rem !important;
  }

  .mr-xssm-n4,
.mx-xssm-n4 {
    margin-right: -3.6rem !important;
  }

  .mb-xssm-n4,
.my-xssm-n4 {
    margin-bottom: -3.6rem !important;
  }

  .ml-xssm-n4,
.mx-xssm-n4 {
    margin-left: -3.6rem !important;
  }

  .m-xssm-n5 {
    margin: -7.2rem !important;
  }

  .mt-xssm-n5,
.my-xssm-n5 {
    margin-top: -7.2rem !important;
  }

  .mr-xssm-n5,
.mx-xssm-n5 {
    margin-right: -7.2rem !important;
  }

  .mb-xssm-n5,
.my-xssm-n5 {
    margin-bottom: -7.2rem !important;
  }

  .ml-xssm-n5,
.mx-xssm-n5 {
    margin-left: -7.2rem !important;
  }

  .m-xssm-auto {
    margin: auto !important;
  }

  .mt-xssm-auto,
.my-xssm-auto {
    margin-top: auto !important;
  }

  .mr-xssm-auto,
.mx-xssm-auto {
    margin-right: auto !important;
  }

  .mb-xssm-auto,
.my-xssm-auto {
    margin-bottom: auto !important;
  }

  .ml-xssm-auto,
.mx-xssm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.6rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.6rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.6rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.6rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.6rem !important;
  }

  .m-sm-2 {
    margin: 1.2rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 1.2rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1.2rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1.2rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1.2rem !important;
  }

  .m-sm-3 {
    margin: 2.4rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 2.4rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 2.4rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 2.4rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 2.4rem !important;
  }

  .m-sm-4 {
    margin: 3.6rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 3.6rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 3.6rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 3.6rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 3.6rem !important;
  }

  .m-sm-5 {
    margin: 7.2rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 7.2rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 7.2rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 7.2rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 7.2rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.6rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.6rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.6rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.6rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.6rem !important;
  }

  .p-sm-2 {
    padding: 1.2rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 1.2rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 1.2rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1.2rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 1.2rem !important;
  }

  .p-sm-3 {
    padding: 2.4rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 2.4rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 2.4rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 2.4rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 2.4rem !important;
  }

  .p-sm-4 {
    padding: 3.6rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 3.6rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 3.6rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 3.6rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 3.6rem !important;
  }

  .p-sm-5 {
    padding: 7.2rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 7.2rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 7.2rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 7.2rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 7.2rem !important;
  }

  .m-sm-n1 {
    margin: -0.6rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.6rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.6rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.6rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.6rem !important;
  }

  .m-sm-n2 {
    margin: -1.2rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -1.2rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -1.2rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -1.2rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -1.2rem !important;
  }

  .m-sm-n3 {
    margin: -2.4rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -2.4rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -2.4rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -2.4rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -2.4rem !important;
  }

  .m-sm-n4 {
    margin: -3.6rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -3.6rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -3.6rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -3.6rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -3.6rem !important;
  }

  .m-sm-n5 {
    margin: -7.2rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -7.2rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -7.2rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -7.2rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -7.2rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 740px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.6rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.6rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.6rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.6rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.6rem !important;
  }

  .m-md-2 {
    margin: 1.2rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 1.2rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 1.2rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 1.2rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 1.2rem !important;
  }

  .m-md-3 {
    margin: 2.4rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 2.4rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 2.4rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 2.4rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 2.4rem !important;
  }

  .m-md-4 {
    margin: 3.6rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 3.6rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 3.6rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 3.6rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 3.6rem !important;
  }

  .m-md-5 {
    margin: 7.2rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 7.2rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 7.2rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 7.2rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 7.2rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.6rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.6rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.6rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.6rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.6rem !important;
  }

  .p-md-2 {
    padding: 1.2rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 1.2rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 1.2rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 1.2rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 1.2rem !important;
  }

  .p-md-3 {
    padding: 2.4rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 2.4rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 2.4rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 2.4rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 2.4rem !important;
  }

  .p-md-4 {
    padding: 3.6rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 3.6rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 3.6rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 3.6rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 3.6rem !important;
  }

  .p-md-5 {
    padding: 7.2rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 7.2rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 7.2rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 7.2rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 7.2rem !important;
  }

  .m-md-n1 {
    margin: -0.6rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.6rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.6rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.6rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.6rem !important;
  }

  .m-md-n2 {
    margin: -1.2rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -1.2rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -1.2rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -1.2rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -1.2rem !important;
  }

  .m-md-n3 {
    margin: -2.4rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -2.4rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -2.4rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -2.4rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -2.4rem !important;
  }

  .m-md-n4 {
    margin: -3.6rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -3.6rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -3.6rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -3.6rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -3.6rem !important;
  }

  .m-md-n5 {
    margin: -7.2rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -7.2rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -7.2rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -7.2rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -7.2rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 900px) {
  .m-mdlg-0 {
    margin: 0 !important;
  }

  .mt-mdlg-0,
.my-mdlg-0 {
    margin-top: 0 !important;
  }

  .mr-mdlg-0,
.mx-mdlg-0 {
    margin-right: 0 !important;
  }

  .mb-mdlg-0,
.my-mdlg-0 {
    margin-bottom: 0 !important;
  }

  .ml-mdlg-0,
.mx-mdlg-0 {
    margin-left: 0 !important;
  }

  .m-mdlg-1 {
    margin: 0.6rem !important;
  }

  .mt-mdlg-1,
.my-mdlg-1 {
    margin-top: 0.6rem !important;
  }

  .mr-mdlg-1,
.mx-mdlg-1 {
    margin-right: 0.6rem !important;
  }

  .mb-mdlg-1,
.my-mdlg-1 {
    margin-bottom: 0.6rem !important;
  }

  .ml-mdlg-1,
.mx-mdlg-1 {
    margin-left: 0.6rem !important;
  }

  .m-mdlg-2 {
    margin: 1.2rem !important;
  }

  .mt-mdlg-2,
.my-mdlg-2 {
    margin-top: 1.2rem !important;
  }

  .mr-mdlg-2,
.mx-mdlg-2 {
    margin-right: 1.2rem !important;
  }

  .mb-mdlg-2,
.my-mdlg-2 {
    margin-bottom: 1.2rem !important;
  }

  .ml-mdlg-2,
.mx-mdlg-2 {
    margin-left: 1.2rem !important;
  }

  .m-mdlg-3 {
    margin: 2.4rem !important;
  }

  .mt-mdlg-3,
.my-mdlg-3 {
    margin-top: 2.4rem !important;
  }

  .mr-mdlg-3,
.mx-mdlg-3 {
    margin-right: 2.4rem !important;
  }

  .mb-mdlg-3,
.my-mdlg-3 {
    margin-bottom: 2.4rem !important;
  }

  .ml-mdlg-3,
.mx-mdlg-3 {
    margin-left: 2.4rem !important;
  }

  .m-mdlg-4 {
    margin: 3.6rem !important;
  }

  .mt-mdlg-4,
.my-mdlg-4 {
    margin-top: 3.6rem !important;
  }

  .mr-mdlg-4,
.mx-mdlg-4 {
    margin-right: 3.6rem !important;
  }

  .mb-mdlg-4,
.my-mdlg-4 {
    margin-bottom: 3.6rem !important;
  }

  .ml-mdlg-4,
.mx-mdlg-4 {
    margin-left: 3.6rem !important;
  }

  .m-mdlg-5 {
    margin: 7.2rem !important;
  }

  .mt-mdlg-5,
.my-mdlg-5 {
    margin-top: 7.2rem !important;
  }

  .mr-mdlg-5,
.mx-mdlg-5 {
    margin-right: 7.2rem !important;
  }

  .mb-mdlg-5,
.my-mdlg-5 {
    margin-bottom: 7.2rem !important;
  }

  .ml-mdlg-5,
.mx-mdlg-5 {
    margin-left: 7.2rem !important;
  }

  .p-mdlg-0 {
    padding: 0 !important;
  }

  .pt-mdlg-0,
.py-mdlg-0 {
    padding-top: 0 !important;
  }

  .pr-mdlg-0,
.px-mdlg-0 {
    padding-right: 0 !important;
  }

  .pb-mdlg-0,
.py-mdlg-0 {
    padding-bottom: 0 !important;
  }

  .pl-mdlg-0,
.px-mdlg-0 {
    padding-left: 0 !important;
  }

  .p-mdlg-1 {
    padding: 0.6rem !important;
  }

  .pt-mdlg-1,
.py-mdlg-1 {
    padding-top: 0.6rem !important;
  }

  .pr-mdlg-1,
.px-mdlg-1 {
    padding-right: 0.6rem !important;
  }

  .pb-mdlg-1,
.py-mdlg-1 {
    padding-bottom: 0.6rem !important;
  }

  .pl-mdlg-1,
.px-mdlg-1 {
    padding-left: 0.6rem !important;
  }

  .p-mdlg-2 {
    padding: 1.2rem !important;
  }

  .pt-mdlg-2,
.py-mdlg-2 {
    padding-top: 1.2rem !important;
  }

  .pr-mdlg-2,
.px-mdlg-2 {
    padding-right: 1.2rem !important;
  }

  .pb-mdlg-2,
.py-mdlg-2 {
    padding-bottom: 1.2rem !important;
  }

  .pl-mdlg-2,
.px-mdlg-2 {
    padding-left: 1.2rem !important;
  }

  .p-mdlg-3 {
    padding: 2.4rem !important;
  }

  .pt-mdlg-3,
.py-mdlg-3 {
    padding-top: 2.4rem !important;
  }

  .pr-mdlg-3,
.px-mdlg-3 {
    padding-right: 2.4rem !important;
  }

  .pb-mdlg-3,
.py-mdlg-3 {
    padding-bottom: 2.4rem !important;
  }

  .pl-mdlg-3,
.px-mdlg-3 {
    padding-left: 2.4rem !important;
  }

  .p-mdlg-4 {
    padding: 3.6rem !important;
  }

  .pt-mdlg-4,
.py-mdlg-4 {
    padding-top: 3.6rem !important;
  }

  .pr-mdlg-4,
.px-mdlg-4 {
    padding-right: 3.6rem !important;
  }

  .pb-mdlg-4,
.py-mdlg-4 {
    padding-bottom: 3.6rem !important;
  }

  .pl-mdlg-4,
.px-mdlg-4 {
    padding-left: 3.6rem !important;
  }

  .p-mdlg-5 {
    padding: 7.2rem !important;
  }

  .pt-mdlg-5,
.py-mdlg-5 {
    padding-top: 7.2rem !important;
  }

  .pr-mdlg-5,
.px-mdlg-5 {
    padding-right: 7.2rem !important;
  }

  .pb-mdlg-5,
.py-mdlg-5 {
    padding-bottom: 7.2rem !important;
  }

  .pl-mdlg-5,
.px-mdlg-5 {
    padding-left: 7.2rem !important;
  }

  .m-mdlg-n1 {
    margin: -0.6rem !important;
  }

  .mt-mdlg-n1,
.my-mdlg-n1 {
    margin-top: -0.6rem !important;
  }

  .mr-mdlg-n1,
.mx-mdlg-n1 {
    margin-right: -0.6rem !important;
  }

  .mb-mdlg-n1,
.my-mdlg-n1 {
    margin-bottom: -0.6rem !important;
  }

  .ml-mdlg-n1,
.mx-mdlg-n1 {
    margin-left: -0.6rem !important;
  }

  .m-mdlg-n2 {
    margin: -1.2rem !important;
  }

  .mt-mdlg-n2,
.my-mdlg-n2 {
    margin-top: -1.2rem !important;
  }

  .mr-mdlg-n2,
.mx-mdlg-n2 {
    margin-right: -1.2rem !important;
  }

  .mb-mdlg-n2,
.my-mdlg-n2 {
    margin-bottom: -1.2rem !important;
  }

  .ml-mdlg-n2,
.mx-mdlg-n2 {
    margin-left: -1.2rem !important;
  }

  .m-mdlg-n3 {
    margin: -2.4rem !important;
  }

  .mt-mdlg-n3,
.my-mdlg-n3 {
    margin-top: -2.4rem !important;
  }

  .mr-mdlg-n3,
.mx-mdlg-n3 {
    margin-right: -2.4rem !important;
  }

  .mb-mdlg-n3,
.my-mdlg-n3 {
    margin-bottom: -2.4rem !important;
  }

  .ml-mdlg-n3,
.mx-mdlg-n3 {
    margin-left: -2.4rem !important;
  }

  .m-mdlg-n4 {
    margin: -3.6rem !important;
  }

  .mt-mdlg-n4,
.my-mdlg-n4 {
    margin-top: -3.6rem !important;
  }

  .mr-mdlg-n4,
.mx-mdlg-n4 {
    margin-right: -3.6rem !important;
  }

  .mb-mdlg-n4,
.my-mdlg-n4 {
    margin-bottom: -3.6rem !important;
  }

  .ml-mdlg-n4,
.mx-mdlg-n4 {
    margin-left: -3.6rem !important;
  }

  .m-mdlg-n5 {
    margin: -7.2rem !important;
  }

  .mt-mdlg-n5,
.my-mdlg-n5 {
    margin-top: -7.2rem !important;
  }

  .mr-mdlg-n5,
.mx-mdlg-n5 {
    margin-right: -7.2rem !important;
  }

  .mb-mdlg-n5,
.my-mdlg-n5 {
    margin-bottom: -7.2rem !important;
  }

  .ml-mdlg-n5,
.mx-mdlg-n5 {
    margin-left: -7.2rem !important;
  }

  .m-mdlg-auto {
    margin: auto !important;
  }

  .mt-mdlg-auto,
.my-mdlg-auto {
    margin-top: auto !important;
  }

  .mr-mdlg-auto,
.mx-mdlg-auto {
    margin-right: auto !important;
  }

  .mb-mdlg-auto,
.my-mdlg-auto {
    margin-bottom: auto !important;
  }

  .ml-mdlg-auto,
.mx-mdlg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1160px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.6rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.6rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.6rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.6rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.6rem !important;
  }

  .m-lg-2 {
    margin: 1.2rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 1.2rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1.2rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1.2rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1.2rem !important;
  }

  .m-lg-3 {
    margin: 2.4rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 2.4rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 2.4rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 2.4rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 2.4rem !important;
  }

  .m-lg-4 {
    margin: 3.6rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 3.6rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 3.6rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 3.6rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 3.6rem !important;
  }

  .m-lg-5 {
    margin: 7.2rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 7.2rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 7.2rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 7.2rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 7.2rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.6rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.6rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.6rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.6rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.6rem !important;
  }

  .p-lg-2 {
    padding: 1.2rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.2rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.2rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.2rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.2rem !important;
  }

  .p-lg-3 {
    padding: 2.4rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 2.4rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 2.4rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 2.4rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 2.4rem !important;
  }

  .p-lg-4 {
    padding: 3.6rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 3.6rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 3.6rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 3.6rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 3.6rem !important;
  }

  .p-lg-5 {
    padding: 7.2rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 7.2rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 7.2rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 7.2rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 7.2rem !important;
  }

  .m-lg-n1 {
    margin: -0.6rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.6rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.6rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.6rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.6rem !important;
  }

  .m-lg-n2 {
    margin: -1.2rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1.2rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1.2rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1.2rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1.2rem !important;
  }

  .m-lg-n3 {
    margin: -2.4rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -2.4rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -2.4rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -2.4rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -2.4rem !important;
  }

  .m-lg-n4 {
    margin: -3.6rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -3.6rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -3.6rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -3.6rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -3.6rem !important;
  }

  .m-lg-n5 {
    margin: -7.2rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -7.2rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -7.2rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -7.2rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -7.2rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.6rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.6rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.6rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.6rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.6rem !important;
  }

  .m-xl-2 {
    margin: 1.2rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.2rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.2rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.2rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.2rem !important;
  }

  .m-xl-3 {
    margin: 2.4rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 2.4rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 2.4rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 2.4rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 2.4rem !important;
  }

  .m-xl-4 {
    margin: 3.6rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 3.6rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 3.6rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 3.6rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 3.6rem !important;
  }

  .m-xl-5 {
    margin: 7.2rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 7.2rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 7.2rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 7.2rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 7.2rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.6rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.6rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.6rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.6rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.6rem !important;
  }

  .p-xl-2 {
    padding: 1.2rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.2rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.2rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.2rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.2rem !important;
  }

  .p-xl-3 {
    padding: 2.4rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 2.4rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 2.4rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 2.4rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 2.4rem !important;
  }

  .p-xl-4 {
    padding: 3.6rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 3.6rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 3.6rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 3.6rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 3.6rem !important;
  }

  .p-xl-5 {
    padding: 7.2rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 7.2rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 7.2rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 7.2rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 7.2rem !important;
  }

  .m-xl-n1 {
    margin: -0.6rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.6rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.6rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.6rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.6rem !important;
  }

  .m-xl-n2 {
    margin: -1.2rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1.2rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1.2rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1.2rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1.2rem !important;
  }

  .m-xl-n3 {
    margin: -2.4rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -2.4rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -2.4rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -2.4rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -2.4rem !important;
  }

  .m-xl-n4 {
    margin: -3.6rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -3.6rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -3.6rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -3.6rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -3.6rem !important;
  }

  .m-xl-n5 {
    margin: -7.2rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -7.2rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -7.2rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -7.2rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -7.2rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 400px) {
  .text-xs-left {
    text-align: left !important;
  }

  .text-xs-right {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 500px) {
  .text-xssm-left {
    text-align: left !important;
  }

  .text-xssm-right {
    text-align: right !important;
  }

  .text-xssm-center {
    text-align: center !important;
  }
}
@media (min-width: 600px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 740px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 900px) {
  .text-mdlg-left {
    text-align: left !important;
  }

  .text-mdlg-right {
    text-align: right !important;
  }

  .text-mdlg-center {
    text-align: center !important;
  }
}
@media (min-width: 1160px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #025027 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #000503 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #F5BD29 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c89409 !important;
}

.text-danger {
  color: #D80000 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #8c0000 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #333333 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(17, 17, 17, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.print-block {
  display: block !important;
}

.print-inline {
  display: inline !important;
}

.print-hide {
  display: none !important;
}

.tab-content {
  display: block !important;
}

.btn.btn-dark, .btn-dark.button {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.btn.btn-dark:hover, .btn-dark.button:hover {
  background-color: #fff;
  color: #111;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 102, 49, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 102, 49, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 102, 49, 0);
  }
}
@keyframes infinite-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

a > svg,
button > svg {
  pointer-events: none;
}

@media (min-width: 0) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 0) {
  .block-mobile {
    display: block !important;
  }
}

@media (min-width: 0) {
  .inline-mobile {
    display: inline !important;
  }
}

@media (min-width: 400px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 400px) {
  .block-xs {
    display: block !important;
  }
}

@media (min-width: 400px) {
  .inline-xs {
    display: inline !important;
  }
}

@media (min-width: 500px) {
  .hide-xssm {
    display: none !important;
  }
}

@media (min-width: 500px) {
  .block-xssm {
    display: block !important;
  }
}

@media (min-width: 500px) {
  .inline-xssm {
    display: inline !important;
  }
}

@media (min-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .block-sm {
    display: block !important;
  }
}

@media (min-width: 600px) {
  .inline-sm {
    display: inline !important;
  }
}

@media (min-width: 740px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 740px) {
  .block-md {
    display: block !important;
  }
}

@media (min-width: 740px) {
  .inline-md {
    display: inline !important;
  }
}

@media (min-width: 900px) {
  .hide-mdlg {
    display: none !important;
  }
}

@media (min-width: 900px) {
  .block-mdlg {
    display: block !important;
  }
}

@media (min-width: 900px) {
  .inline-mdlg {
    display: inline !important;
  }
}

@media (min-width: 1160px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 1160px) {
  .block-lg {
    display: block !important;
  }
}

@media (min-width: 1160px) {
  .inline-lg {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .block-xl {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .inline-xl {
    display: inline !important;
  }
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 400px) {
  #responsive-status {
    font-family: "xs";
    min-width: 400px;
  }
}
@media (min-width: 500px) {
  #responsive-status {
    font-family: "xssm";
    min-width: 500px;
  }
}
@media (min-width: 600px) {
  #responsive-status {
    font-family: "sm";
    min-width: 600px;
  }
}
@media (min-width: 740px) {
  #responsive-status {
    font-family: "md";
    min-width: 740px;
  }
}
@media (min-width: 900px) {
  #responsive-status {
    font-family: "mdlg";
    min-width: 900px;
  }
}
@media (min-width: 1160px) {
  #responsive-status {
    font-family: "lg";
    min-width: 1160px;
  }
}
@media (min-width: 1280px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1280px;
  }
}

.ex_options + p,
.ex_options + h1,
.ex_options + h2,
.ex_options + h3 {
  margin-top: 0;
}

body {
  text-align: center;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
}

.flexboxtweener,
.flexboxtweener body,
.flexboxtweener .site-wrapper {
  height: 100%;
}

.flexbox body {
  min-height: 100vh;
}
.flexbox .site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 739px) {
  .flexbox .site-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
.flexbox .site-canvas {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.flexbox .site-content {
  flex: 1 0 auto;
}

.site-wrapper.is-fixed {
  position: fixed;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1160px) {
  .container {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.container .container,
.container .alerts {
  padding: 0;
  min-width: 0;
}

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 2.8rem;
}

.pull-left,
.pull-right {
  max-width: 47%;
  margin-bottom: 1%;
}

.pull-left {
  float: left;
  margin-right: 3%;
}

.pull-right {
  float: right;
  margin-left: 3%;
}

@media (min-width: 600px) {
  .floatleft,
.floatright,
.float-left,
.float-right {
    max-width: 47%;
    margin-bottom: 1%;
  }

  .floatleft,
.float-left {
    float: left;
    margin-right: 3%;
  }

  .floatright,
.float-right {
    float: right;
    margin-left: 3%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

a {
  color: #006631;
  text-decoration: underline;
}
a:visited {
  color: #006631;
}
a:hover {
  color: #4b9428;
}
a:active {
  color: #025027;
}
a:hover {
  text-decoration: none;
}

.go-back {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}

.more {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}

.cover-link {
  position: relative;
}
.cover-link .col {
  position: static;
}
.cover-link .more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.alert-message.info {
  position: relative;
  margin: 0 0 2.8rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #333333;
  background-color: #fff;
  border-color: #007bff;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #007bff;
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info ul {
  margin-top: 0;
}
.alert-message.info ul li + li {
  margin-top: 0;
}
.alert-message.info .alert-message__close,
.alert-message.info .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #007bff;
}
.alert-message.info .alert-message__close:hover,
.alert-message.info .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.warning {
  position: relative;
  margin: 0 0 2.8rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #333333;
  background-color: #fff;
  border-color: #F5BD29;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #F5BD29;
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning ul {
  margin-top: 0;
}
.alert-message.warning ul li + li {
  margin-top: 0;
}
.alert-message.warning .alert-message__close,
.alert-message.warning .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #F5BD29;
}
.alert-message.warning .alert-message__close:hover,
.alert-message.warning .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.error {
  position: relative;
  margin: 0 0 2.8rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #333333;
  background-color: #fff;
  border-color: #D80000;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #D80000;
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error ul {
  margin-top: 0;
}
.alert-message.error ul li + li {
  margin-top: 0;
}
.alert-message.error .alert-message__close,
.alert-message.error .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #D80000;
}
.alert-message.error .alert-message__close:hover,
.alert-message.error .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.success {
  position: relative;
  margin: 0 0 2.8rem;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #333333;
  background-color: #fff;
  border-color: #4b9428;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #4b9428;
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success ul {
  margin-top: 0;
}
.alert-message.success ul li + li {
  margin-top: 0;
}
.alert-message.success .alert-message__close,
.alert-message.success .alert-message__close:not(.btn):not(.button) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #4b9428;
}
.alert-message.success .alert-message__close:hover,
.alert-message.success .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alerts {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .alerts {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1160px) {
  .alerts {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.alerts .container,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

blockquote {
  margin: 2.8rem 0;
  padding-block: 0.5em;
  padding-inline: 3rem;
  position: relative;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
  color: #006631;
}
@media (min-width: 600px) {
  blockquote {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 600px) {
  blockquote {
    padding-inline: 6rem;
  }
}
blockquote:before, blockquote:after {
  inline-size: 2.5rem;
  aspect-ratio: 1;
  position: absolute;
  background-image: url("../../images/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 600px) {
  blockquote:before, blockquote:after {
    inline-size: 4.2rem;
  }
}
blockquote:before {
  content: "";
  left: 0.5rem;
  top: 0.3em;
}
blockquote:after {
  content: "";
  right: 0.3rem;
  bottom: 0.3rem;
  transform: rotate(180deg);
}
blockquote + cite, blockquote + p > cite {
  padding: 0 0.75em 0.4em;
  display: inline-block;
  font-family: "Source Serif Pro", serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
}
@media (min-width: 600px) {
  blockquote + cite, blockquote + p > cite {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
blockquote + p, blockquote + cite {
  margin-top: -0.5em;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .button {
  position: relative;
  float: left;
}
.btn-group > .btn:not(:first-child):not(:last-child), .btn-group > .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:hover, .btn-group > .button:hover,
.btn-group > .btn:active,
.btn-group > .button:active,
.btn-group > .btn.is-active,
.btn-group > .is-active.button,
.btn-group > .btn.open,
.btn-group > .open.button {
  z-index: 2;
}

.btn, .button {
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 3px;
  font-weight: 400;
  line-height: normal;
  border: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0.5rem 0;
  cursor: pointer;
  background-image: none;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  text-decoration: none;
}
.btn:active, .button:active, .btn.open, .open.button {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}

.btn.disabled, .disabled.button, .btn[disabled], [disabled].button {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn, .button, .btn:visited, .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.open, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].open {
  color: #fff;
  background-color: #006631;
  border-color: transparent;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  color: #fff;
  background-color: #025027;
  border-color: transparent;
}
.btn:active, .button:active, .btn.open, .open.button {
  color: #fff;
  background-color: #333333;
  border-color: transparent;
}

.btn--grey.disabled, .btn--grey[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn--grey, .btn--grey:visited, .btn--grey.disabled, .btn--grey.disabled:hover, .btn--grey.disabled:focus, .btn--grey.disabled:active, .btn--grey.disabled.open, .btn--grey[disabled], .btn--grey[disabled]:hover, .btn--grey[disabled]:focus, .btn--grey[disabled]:active, .btn--grey[disabled].open {
  color: #333333;
  background-color: #ced4da;
  border-color: transparent;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.btn--grey:hover, .btn--grey:focus {
  color: #333333;
  background-color: #bfc7cf;
  border-color: transparent;
}
.btn--grey:active, .btn--grey.open {
  color: #333333;
  background-color: #b1bbc4;
  border-color: transparent;
}

.btn, .button {
  font-size: 1.6rem;
  padding-top: 1.1rem;
  padding-right: 1.5rem;
  padding-bottom: 1.1rem;
  padding-left: 1.5rem;
  width: auto;
  height: 4.5rem;
}
.btn.btn--next, .btn--next.button {
  border-top-right-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
}
.btn.btn--prev, .btn--prev.button {
  border-top-left-radius: 2.25rem;
  border-bottom-left-radius: 2.25rem;
}
.btn.btn--round, .btn--round.button {
  border-radius: 2.25rem;
}

.btn--form {
  font-size: 1.6rem;
  padding-top: 0.9rem;
  padding-right: 1.5rem;
  padding-bottom: 0.9rem;
  padding-left: 1.5rem;
  width: auto;
  height: 4rem;
}
.btn--form.btn--next {
  border-top-right-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
}
.btn--form.btn--prev {
  border-top-left-radius: 2.25rem;
  border-bottom-left-radius: 2.25rem;
}
.btn--form.btn--round {
  border-radius: 2.25rem;
}

.btn--sm {
  font-size: 1.6rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: auto;
  height: 4rem;
}
.btn--sm.btn--next {
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
.btn--sm.btn--prev {
  border-top-left-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
}
.btn--sm.btn--round {
  border-radius: 1.4rem;
}

.btn--lg {
  font-size: 2rem;
  padding-top: 1.6rem;
  padding-right: 2.4rem;
  padding-bottom: 1.6rem;
  padding-left: 2.4rem;
  width: auto;
  height: auto;
}
.btn--lg.btn--next {
  border-top-right-radius: 3rem;
  border-bottom-right-radius: 3rem;
}
.btn--lg.btn--prev {
  border-top-left-radius: 3rem;
  border-bottom-left-radius: 3rem;
}
.btn--lg.btn--round {
  border-radius: 3rem;
}

.btn--square {
  font-size: 1.4rem;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 4rem;
  height: 4rem;
}
.btn--square.btn--next {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.btn--square.btn--prev {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.btn--square.btn--round {
  border-radius: 2rem;
}

.btn--square-sm {
  font-size: 1.4rem;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 4px;
  padding-left: 0;
  width: 3rem;
  height: 3rem;
}
.btn--square-sm.btn--next {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.btn--square-sm.btn--prev {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.btn--square-sm.btn--round {
  border-radius: 1.5rem;
}

button[disabled],
fieldset[disabled] button,
.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none !important;
}

.btn--full {
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn--loading.is-loading {
  color: transparent;
  position: relative;
}
.btn--loading.is-loading:before {
  content: "";
  height: 18px;
  width: 18px;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(0, 102, 49, 0.3);
  border-top-color: rgba(0, 102, 49, 0.9);
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn--square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
}
.btn--square .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.no-btn {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

.button-small {
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 3px;
  font-weight: 400;
  line-height: normal;
  border: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 0.5rem 0;
  cursor: pointer;
  background-image: none;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.6rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: auto;
  height: 4rem;
}
.button-small:hover, .button-small:focus {
  text-decoration: none;
}
.button-small:active, .button-small.open {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.button-small.btn--next {
  border-top-right-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
.button-small.btn--prev {
  border-top-left-radius: 1.4rem;
  border-bottom-left-radius: 1.4rem;
}
.button-small.btn--round {
  border-radius: 1.4rem;
}
.button-small.disabled, .button-small[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.button-small, .button-small:visited, .button-small.disabled, .button-small.disabled:hover, .button-small.disabled:focus, .button-small.disabled:active, .button-small.disabled.open, .button-small[disabled], .button-small[disabled]:hover, .button-small[disabled]:focus, .button-small[disabled]:active, .button-small[disabled].open {
  color: #fff;
  background-color: #006631;
  border-color: transparent;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.button-small:hover, .button-small:focus {
  color: #fff;
  background-color: #025027;
  border-color: transparent;
}
.button-small:active, .button-small.open {
  color: #fff;
  background-color: #333333;
  border-color: transparent;
}

.js-captcha {
  min-height: 60px;
  display: flex;
}
.formitem .js-captcha ~ .formfield {
  clear: both;
  width: 180px;
}

.captcha__refresh {
  margin: 0;
}

.captcha__img {
  margin-right: 1rem;
}

code {
  font-size: 100%;
  color: #333333;
  word-break: break-word;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video,
.embed-container .mce-preview-object,
.embed-container .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.error-message {
  font-style: italic;
  color: #D80000;
}

fieldset {
  margin: 0;
  border: 1px solid #F1F7E2;
  padding: 1.5rem 2rem;
  background-color: #F1F7E2;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.flex-ticks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.flex-ticks > * {
  flex: 0 0 100%;
}

.formError {
  position: relative;
  color: #fff;
  background-color: #D80000;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 0.5rem;
  border-radius: 0;
}
.formError:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #D80000;
  border-top: 0;
  height: 0;
  width: 0;
  left: 0.5rem;
  top: -0.5rem;
}
.formError:empty {
  display: none;
}

.custom-select {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid;
  border-color: #80b398;
  overflow: hidden;
  background-color: #e5efea;
  position: relative;
  width: 100%;
  border-radius: 0;
}
.custom-select:hover {
  border-color: #006631;
}
.custom-select.focus {
  border-color: #006631;
}
.custom-select .formfield,
.custom-select select {
  margin: 0;
  padding: 0.8rem 1rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select .formfield:focus,
.custom-select select:focus {
  outline: none;
}
.custom-select select,
.custom-select select.formfield {
  padding-right: 2.4rem;
}
.custom-select select {
  padding: 0.7rem 0.9rem;
  padding-right: 3.6rem;
}
.custom-select:before, .custom-select:after {
  right: 1rem;
}
.custom-select:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #80b398;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: calc(50% + 1px);
}
.custom-select:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #80b398;
  border-top: 0;
  height: 0;
  width: 0;
  bottom: calc(50% + 1px);
}
.custom-select:hover:before {
  border-top-color: #006631;
}
.custom-select:hover:after {
  border-bottom-color: #006631;
}
.custom-select:focus:before {
  border-top-color: #006631;
}
.custom-select:focus:after {
  border-bottom-color: #006631;
}

.custom-input {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 1px solid;
  border-color: #80b398;
  overflow: hidden;
  background-color: #e5efea;
  position: relative;
  width: 100%;
  border-radius: 0;
}
.custom-input:hover {
  border-color: #006631;
}
.custom-input.focus {
  border-color: #006631;
}
.custom-input .formfield,
.custom-input select {
  margin: 0;
  padding: 0.8rem 1rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-input .formfield:focus,
.custom-input select:focus {
  outline: none;
}
.custom-input select,
.custom-input select.formfield {
  padding-right: 2.4rem;
}
.custom-input textarea.formfield {
  resize: none;
}

html[data-useragent*="MSIE 9.0"] .custom-select:after,
html[data-useragent*="MSIE 10.0"] .custom-select:after,
html[data-useragent*="MSIE 11.0"] .custom-select:after,
html[data-useragent*="rv:11.0"] .custom-select:after {
  background-color: transparent;
  content: "";
}
html[data-useragent*="MSIE 9.0"] .custom-select select,
html[data-useragent*="MSIE 10.0"] .custom-select select,
html[data-useragent*="MSIE 11.0"] .custom-select select,
html[data-useragent*="rv:11.0"] .custom-select select {
  padding-right: 0.9rem;
  background-color: #fff;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

.formitem .loading-anim {
  display: none;
}

.formfield + .loading-anim {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-left: 0;
  background-size: 2rem 2rem;
  left: auto;
  right: 2rem;
  top: 3.8rem;
  display: none;
}
.formfield.is-loading + .loading-anim {
  display: block;
}

input,
button,
select,
textarea {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #80b398;
  padding: 0.8rem 1rem;
  line-height: normal;
  outline: none;
  color: #333333;
  background-color: #e5efea;
  border-radius: 0;
}
.formfield:hover,
select:hover {
  border-color: #006631;
}
.formfield:focus,
select:focus {
  border-color: #006631;
}
.formfield.error,
select.error {
  border: 1px solid;
}
.formfield[disabled], .formfield[disabled]:hover, .formfield[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:focus {
  color: rgba(51, 51, 51, 0.5);
  background-color: rgba(229, 239, 234, 0.5);
  border-color: rgba(128, 179, 152, 0.5);
}

input.formfield,
select {
  height: 4rem;
}

input.formfield--sm {
  height: 3rem;
  padding: 0.5rem;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select {
  border-color: #80b398;
  background-color: #e5efea;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: #006631;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: #006631;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid;
}

select {
  padding: 0.7rem 0.9rem;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
    padding-right: 0.3rem;
  }

  select,
select[size="0"],
select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 2rem;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #111));
    border: 0;
    color: #fff;
    font: 1.3rem/1.7rem "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 1.5rem 1.5rem 1.7rem;
    text-shadow: #111 0 0 1px;
    min-height: 1.6rem;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666;
  }
}
textarea {
  min-height: 4rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto;
}

optgroup {
  color: #333333;
  font-style: normal;
  font-weight: normal;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.formgroup {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.formgroup .formfield {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup .formfield:hover, .formgroup .formfield:focus, .formgroup .formfield:active {
  z-index: 3;
}

.formgroup__addon,
.formgroup__btn,
.formgroup .formfield {
  display: flex;
  align-items: center;
}
.formgroup__addon:not(:first-child):not(:last-child),
.formgroup__btn:not(:first-child):not(:last-child),
.formgroup .formfield:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.formgroup__addon,
.formgroup__btn {
  white-space: nowrap;
  vertical-align: middle;
}

.formgroup__addon {
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #333333;
  text-align: center;
  background-color: #F1F7E2;
  border: 1px solid #80b398;
  border-radius: 0;
}
.formgroup__addon input[type=radio],
.formgroup__addon input[type=checkbox] {
  margin-top: 0;
}

.formgroup .formfield:not(:last-child),
.formgroup__addon:not(:last-child),
.formgroup__btn:not(:last-child) > .btn,
.formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group > .btn,
.formgroup__btn:not(:last-child) > .btn-group > .button,
.formgroup__btn:not(:last-child) > .dropdown-toggle,
.formgroup__btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .button:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.formgroup__addon:not(:last-child) {
  border-right: 0;
}

.formgroup .formfield:not(:first-child),
.formgroup__addon:not(:first-child),
.formgroup__btn:not(:first-child) > .btn,
.formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group > .btn,
.formgroup__btn:not(:first-child) > .btn-group > .button,
.formgroup__btn:not(:first-child) > .dropdown-toggle,
.formgroup__btn:not(:last-child) > .btn:not(:first-child),
.formgroup__btn:not(:last-child) > .button:not(:first-child),
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formfield + .formgroup__addon:not(:first-child) {
  border-left: 0;
}

.formgroup__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.formgroup__btn > .btn, .formgroup__btn > .button {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup__btn > .btn + .btn, .formgroup__btn > .button + .btn, .formgroup__btn > .btn + .button, .formgroup__btn > .button + .button {
  margin-left: -1px;
}
.formgroup__btn > .btn:hover, .formgroup__btn > .button:hover, .formgroup__btn > .btn:focus, .formgroup__btn > .button:focus, .formgroup__btn > .btn:active, .formgroup__btn > .button:active {
  z-index: 3;
}
.formgroup__btn:not(:last-child) > .btn, .formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.formgroup__btn:not(:first-child) > .btn, .formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.formgroup__btn:not(:first-child) > .btn:hover, .formgroup__btn:not(:first-child) > .button:hover, .formgroup__btn:not(:first-child) > .btn:focus, .formgroup__btn:not(:first-child) > .button:focus, .formgroup__btn:not(:first-child) > .btn:active, .formgroup__btn:not(:first-child) > .button:active,
.formgroup__btn:not(:first-child) > .btn-group:hover,
.formgroup__btn:not(:first-child) > .btn-group:focus,
.formgroup__btn:not(:first-child) > .btn-group:active {
  z-index: 3;
}

.formitem {
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 2.3rem;
}
.formitem > * {
  float: left;
}
.formitem.formitem--align-right > * {
  float: right;
}
.formitem.formitem--flat {
  padding-bottom: 0;
}
.formitem.formitem--flat:before {
  display: none;
}
.formitem > .label {
  float: none;
  display: block;
}
.formitem .formfield,
.formitem select {
  width: 100%;
}
.formitem label.error {
  clear: left;
  font-weight: bold;
  color: #D80000;
}

.formitem--align-right .btn, .formitem--align-right .button {
  margin-right: 0;
  margin-left: 1rem;
}

.formitem .btn + .btn, .formitem .button + .btn, .formitem .btn + .button, .formitem .button + .button {
  margin-left: 1rem;
}

.formrow--last .formitem {
  padding-bottom: 0;
}

::-webkit-input-placeholder {
  color: #898F9C;
  font-style: italic;
}

::-moz-placeholder {
  color: #898F9C;
  font-style: italic;
}

input:-moz-placeholder {
  color: #898F9C;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #898F9C;
  font-style: italic;
}

.rating {
  padding: 0.5rem 0 0;
}
.rating label {
  float: right;
  width: 4.2rem;
  height: 4.2rem;
  font-size: 4.2rem;
  line-height: 1;
  cursor: pointer;
}
.rating label:before {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "☆";
}
.rating label span {
  display: none;
}
.rating input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input.checked ~ label:before {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "★";
}
.rating input:checked ~ label:before {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "★";
}
.rating:hover input ~ label:before {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "☆";
}
.rating:hover label:hover:before,
.rating:hover label:hover ~ label:before {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "★";
}

.formrow {
  font-size: 0.1%;
  font-size: 0;
  line-height: 0;
  word-spacing: -0.3em;
}
.formrow .label {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #333333;
  margin-bottom: 0;
  word-spacing: normal;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}
.formrow .label.req:after, .formrow .label.required:after {
  content: "*";
  color: #D80000;
  font-weight: bold;
  font-size: 1.2em;
}
.formrow > .label {
  display: none;
}

.formrow--static {
  margin-right: -1rem;
}
.formrow--static .formitem {
  padding-right: 1rem;
  z-index: 2;
}
.formrow--static .formitem:last-child {
  margin-right: -99px;
}
.formrow--static .formitem:before {
  content: " ";
  display: block;
  font-size: 1.6rem;
  line-height: 2.8rem;
  height: 2.8rem;
  margin-top: -2.8rem;
  z-index: 1;
}
.formrow--static .formitem .rating label {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
}
.formrow--static .col-1of1, .formrow--static .formrow .formitem.col-1of1 {
  width: 100%;
}
.formrow--static .col-1of2, .formrow--static .formrow .formitem.col-1of2 {
  width: 50%;
}
.formrow--static .col-1of3, .formrow--static .formrow .formitem.col-1of3 {
  width: 33.33333333%;
}
.formrow--static .col-2of3, .formrow--static .formrow .formitem.col-2of3 {
  width: 66.66666666%;
}
.formrow--static .col-1of4, .formrow--static .formrow .formitem.col-1of4 {
  width: 25%;
}
.formrow--static .col-3of4, .formrow--static .formrow .formitem.col-3of4 {
  width: 75%;
}
.formrow--static .col-1of5, .formrow--static .formrow .formitem.col-1of5 {
  width: 20%;
}
.formrow--static .col-2of5, .formrow--static .formrow .formitem.col-2of5 {
  width: 40%;
}
.formrow--static .col-3of5, .formrow--static .formrow .formitem.col-3of5 {
  width: 60%;
}
.formrow--static .col-4of5, .formrow--static .formrow .formitem.col-4of5 {
  width: 80%;
}

.custom-ticks input[type=checkbox],
.custom-ticks input[type=radio] {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.custom-ticks label span {
  position: relative;
  z-index: 1;
  padding-left: 0.5rem;
  padding-right: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-ticks label span:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: auto;
  left: -2rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.6rem;
  color: #20c997;
  background-color: #fff;
  text-align: center;
}
.custom-ticks input[type=radio] + span:before {
  box-shadow: inset 0 0 0 1px #80b398;
  border-radius: 1rem;
}
.custom-ticks label:hover input[type=radio] span:before {
  box-shadow: inset 0 0 0 1px #006631;
}
.custom-ticks label input[type=radio]:checked + span:before {
  background-color: #fff;
  border-color: transparent;
  box-shadow: inset 0 0 0 6px #006631;
}
.custom-ticks input[type=checkbox] + span:before {
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #80b398;
}
.custom-ticks label:hover input[type=checkbox] span:before {
  border-color: #006631;
}
.user-is-tabbing .custom-ticks label input[type=checkbox]:focus + span:before {
  box-shadow: 0 0 0 0.3rem rgba(0, 102, 49, 0.7);
}
.user-is-tabbing .custom-ticks label input[type=radio]:focus + span:before {
  outline: 0.3rem solid rgba(0, 102, 49, 0.7);
}
.custom-ticks label input[type=checkbox]:checked + span:before {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "";
  color: #006631;
  border-color: #006631;
  background-color: #006631;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-ticks label input[type=checkbox]:not(:checked).checked-children + span:before {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "";
  color: #006631;
  border-color: #006631;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23006631%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-ticks label input[type=checkbox][disabled] + span:before {
  filter: grayscale(1);
  pointer-events: none;
}

.ticks {
  padding: 0.5rem 0 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.ticks label {
  transition: all 0.2s;
  margin: 0;
  display: inline-block;
  color: #333333;
}
.ticks label:hover {
  color: #333333;
}
.ticks label input.checked ~ span {
  color: #333333;
}
.ticks label input:checked ~ span {
  color: #333333;
}
.ticks label > span {
  display: block;
  margin: 0 1.5rem 0.5rem 2rem;
  cursor: default;
}
.ticks label input[type=checkbox],
.ticks label input[type=radio] {
  float: left;
  margin: 0.4rem -0.9rem 0 0;
}
.ticks label input[type=checkbox].error ~ span,
.ticks label input[type=radio].error ~ span {
  color: #D80000;
}

@media (min-width: 600px) {
  fieldset {
    margin: 0;
  }

  .formrow {
    margin-right: -1rem;
  }

  .formitem {
    padding-right: 1rem;
    z-index: 2;
  }
  .formitem:last-child {
    margin-right: -99px;
  }
  .formitem:before {
    content: " ";
    display: block;
    font-size: 1.6rem;
    line-height: 2.8rem;
    height: 2.8rem;
    margin-top: -2.8rem;
    z-index: 1;
  }
  .formitem .rating label {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
  }

  .grid {
    margin-right: -1rem;
  }
  .grid::after {
    display: block;
    clear: both;
    content: "";
  }

  .grid [class^=col-],
.grid [class*=" col-"] {
    float: left;
    padding-right: 1rem;
  }

  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%;
  }

  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%;
  }

  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%;
  }

  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%;
  }

  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%;
  }

  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%;
  }

  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%;
  }

  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%;
  }

  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%;
  }

  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%;
  }
}
@media (min-width: 1160px) {
  .wideform .formrow {
    padding-left: 25%;
  }
  .wideform .formrow > .label {
    font-size: 1.6rem;
    line-height: 2.8rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.3333333333%;
    padding: 1.3rem 1rem 2rem 0.3333333333rem;
    width: 33.3333333333%;
    text-align: right;
  }
  .wideform .formrow .formitem {
    vertical-align: top;
  }
  .wideform .formrow .formitem:before {
    content: none;
  }
  .wideform .formrow .formitem > .label {
    display: none;
  }
  .wideform .formrow .formitem .ticks,
.wideform .formrow .formitem .rating {
    padding-top: 1.3rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-wrap: pretty;
}

h1, .h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}

h2, .h2 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}

h3, .h3 {
  font-size: 2.1rem;
  line-height: 2.8rem;
}
@media (min-width: 600px) {
  h3, .h3 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 600px) {
  h4, .h4 {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 600px) {
  h5, .h5 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h1, .h1,
h2:has(.sub-heading), .h2:has(.sub-heading) {
  color: #006631;
}
h1 .sub-heading, .h1 .sub-heading,
h2:has(.sub-heading) .sub-heading, .h2:has(.sub-heading) .sub-heading {
  color: #333333;
}

p + h2,
p + .h2,
p + h3,
p + .h3,
p + h4,
p + .h4,
p + h5,
p + .h5 {
  margin-top: 2.8rem;
}

.hamburger {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  cursor: pointer;
  height: 17px;
  width: 2.2rem;
}
.hamburger__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #006631;
  height: 3px;
  transition: all 0.4s ease;
}
.hamburger__bar:nth-child(1) {
  top: 0;
}
.hamburger__bar:nth-child(2) {
  top: 7px;
}
.hamburger__bar:nth-child(3) {
  top: 14px;
}
[aria-expanded=true] > .hamburger > .hamburger__bar:nth-child(1), [aria-expanded=true] > .hamburger > .hamburger__bar:nth-child(3), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(1), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(3) {
  top: 7px;
}
[aria-expanded=true] > .hamburger > .hamburger__bar:nth-child(1), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(1) {
  transform: rotate(45deg);
}
[aria-expanded=true] > .hamburger > .hamburger__bar:nth-child(2), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(2) {
  background-color: transparent;
}
[aria-expanded=true] > .hamburger > .hamburger__bar:nth-child(3), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(3) {
  transform: rotate(-45deg);
}

hr {
  border: 0;
  border-bottom: 1px solid #80b398;
  height: 1px;
  margin: 2.8rem 0 2.8rem;
  padding: 0;
  clear: both;
}

.icon-play {
  position: relative;
}
.icon-play .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  color: #fff;
  filter: drop-shadow(0 0 10px black);
}
@media (min-width: 400px) {
  .icon-play .icon {
    width: 5rem;
    height: 5rem;
  }
}
.icon-play:hover .icon {
  animation: nudge 0.7s ease-in-out;
}

@keyframes nudge {
  0% {
    transform: translateX(-50%) translateY(-50%);
  }
  30% {
    transform: translateX(calc(-50% - 5px)) translateY(-50%);
  }
  50% {
    transform: translateX(calc(-50% + 5px)) translateY(-50%);
  }
  70% {
    transform: translateX(calc(-50% - 2px)) translateY(-50%);
  }
  100% {
    transform: translateX(-50%) translateY(-50%);
  }
}
/**
 * Visually hidden accessible label
 * Using styles that do not hide the text in screen readers
 * We use !important because we should not apply other styles to this hidden alternative text
 */
.icon-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/**
 * Basic icon styles
 */
.icon {
  display: inline-block;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/**
 * Icon shown alongside text
 */
.icon--text {
  vertical-align: -0.125em;
}

/**
 * Icon sizes
 */
.icon--xs {
  width: 0.75em;
  height: 0.75em;
}

.icon--sm {
  width: 0.875em;
  height: 0.875em;
}

.icon--lg {
  width: 1.33em;
  height: 1.33em;
}

.icon--xl {
  width: 1.5em;
  height: 1.5em;
}

.icon--2x {
  width: 2em;
  height: 2em;
}

.icon--3x {
  width: 3em;
  height: 3em;
}

.icon--4x {
  width: 4em;
  height: 4em;
}

.icon--5x {
  width: 5em;
  height: 5em;
}

/**
 * Icon transformation
 */
.icon--rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.icon--rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.icon--rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.icon--flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.icon--flip-h.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .icon--rotate-90,
:root .icon--rotate-180,
:root .icon--rotate-270,
:root .icon--flip-h,
:root .icon--flip-v {
  filter: none;
}

/**
 * Spinning animation
 */
.icon--spin {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn .icon, .button .icon {
  vertical-align: -0.25rem;
}

.icon--more {
  width: 1rem;
  height: 1rem;
  vertical-align: 0rem;
  margin-left: 0.5rem;
}

.icon--go-back {
  width: 1rem;
  height: 1rem;
  vertical-align: 0rem;
  margin-right: 0.5rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  transition: 0.5s opacity ease-out;
  opacity: 1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keytoggle {
  border: 0;
  background-color: transparent;
  padding: 0 0.3rem;
  color: inherit;
}

.formitem .label-addon {
  display: block;
  float: none;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0.5rem 0;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

ul,
ol {
  margin: 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 1.4rem;
}
ul li + li,
ol li + li {
  margin-top: 0.7rem;
}

ul {
  padding-left: 1.8rem;
  list-style-type: disc;
}

ol {
  list-style-type: decimal-leading-zero;
}

.loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(17, 17, 17, 0.1);
  border-top-color: #006631;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2rem;
  width: 4rem;
  height: 4rem;
  border: 4px solid rgba(17, 17, 17, 0.1);
  border-top-color: #006631;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}
.site-header .loading {
  width: 2rem;
  height: 2rem;
  border: 2px solid rgba(17, 17, 17, 0.1);
  border-top-color: #006631;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
  margin: 1rem 4rem 0 0;
  position: relative;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.no-entries {
  display: inline-block;
  padding: 1rem;
  border: 1px dashed #e83e8c;
  background-color: rgba(232, 62, 140, 0.15);
}

td.no-entries {
  display: table-cell;
}

.orderdesc,
.orderasc {
  position: relative;
  float: right;
}
.orderdesc::before,
.orderasc::before {
  bottom: 1rem;
}

.orderasc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid;
  border-top: 0;
  height: 0;
  width: 0;
}

.orderdesc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid;
  border-bottom: 0;
  height: 0;
  width: 0;
}

p, .p {
  margin: 0;
}

.lead {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.small {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.p {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.skip-to-content-link {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 1rem 2rem;
  border: 1px solid;
  background: #fff;
  transform: translateX(-50%) translateY(-150%);
  transition: transform 0.3s;
  z-index: 999;
  font-size: 2rem;
}

.skip-to-content-link:focus {
  transform: translateX(-50%) translateY(50%);
}

table {
  max-width: 100%;
}

th {
  text-align: left;
}

table:not([class]),
table[class=""],
table.table--default {
  border-collapse: collapse;
}
table:not([class]) th,
table:not([class]) td,
table[class=""] th,
table[class=""] td,
table.table--default th,
table.table--default td {
  text-align: left;
  padding: 1rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  line-height: 2.8rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table td {
  font-weight: 400;
}
.table th {
  font-weight: 700;
}
.table .cright {
  text-align: right;
}
.table td.is-active > td, .table td.is-active > th, .table tr > th.is-active > td, .table tr > th.is-active > th,
.table tr.is-active > td,
.table tr.is-active > th {
  background-color: rgba(0, 102, 49, 0.1);
}
.table td.info > td, .table td.info > th, .table tr > th.info > td, .table tr > th.info > th,
.table tr.info > td,
.table tr.info > th {
  background-color: rgba(0, 123, 255, 0.1);
}
.table td.success > td, .table td.success > th, .table tr > th.success > td, .table tr > th.success > th,
.table tr.success > td,
.table tr.success > th {
  background-color: rgba(75, 148, 40, 0.1);
}
.table td.warning > td, .table td.warning > th, .table tr > th.warning > td, .table tr > th.warning > th,
.table tr.warning > td,
.table tr.warning > th {
  background-color: rgba(245, 189, 41, 0.1);
}
.table td.error > td, .table td.error > th, .table tr > th.error > td, .table tr > th.error > th,
.table tr.error > td,
.table tr.error > th {
  background-color: rgba(216, 0, 0, 0.1);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table caption + thead tr:first-child > th,
.table caption + thead tr:first-child > td,
.table colgroup + thead tr:first-child > th,
.table colgroup + thead tr:first-child > td,
.table thead:first-child tr:first-child > th,
.table thead:first-child tr:first-child > td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #F1F7E2;
}

.table--bordered {
  border: 1px solid #dee2e6;
}
.table--bordered th,
.table--bordered td {
  border: 1px solid #dee2e6;
}
.table--bordered thead th,
.table--bordered thead td {
  border-bottom-width: 2px;
}

.table--striped tbody tr:nth-child(odd) > td,
.table--striped tbody tr:nth-child(odd) > th {
  background-color: #F1F7E2;
}

.table--hover tbody tr:hover > td,
.table--hover tbody tr:hover > th {
  background-color: rgba(0, 102, 49, 0.1);
}

@media (max-width: 599px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 2.8rem;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dee2e6;
    -webkit-overflow-scrolling: touch;
  }
  .table--responsive-scroll > .table {
    margin-bottom: 0;
  }
  .table--responsive-scroll > .table th,
.table--responsive-scroll > .table td {
    white-space: nowrap;
  }
  .table--responsive-scroll > .table--bordered {
    border: 0;
  }
  .table--responsive-scroll > .table--bordered th:first-child,
.table--responsive-scroll > .table--bordered td:first-child {
    border-left: 0;
  }
  .table--responsive-scroll > .table--bordered th:last-child,
.table--responsive-scroll > .table--bordered td:last-child {
    border-right: 0;
  }
  .table--responsive-scroll > .table--bordered > tbody > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tbody > tr:last-child > td,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 599px) {
  .table--responsive-vertical > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table--responsive-vertical > table > thead,
.table--responsive-vertical > table > tfoot {
    display: none;
  }
  .table--responsive-vertical > table > tbody {
    display: block;
  }
  .table--responsive-vertical > table > tbody > tr {
    display: block;
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-bottom: 0.75rem;
  }
  .table--responsive-vertical > table > tbody > tr > td,
.table--responsive-vertical > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    min-height: 4.8rem;
  }
  .table--responsive-vertical > table > tbody > tr > td[data-title]:before,
.table--responsive-vertical > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

.keywords {
  line-height: 36px;
  margin-top: 2.8rem;
  display: flex;
  flex-wrap: wrap;
}

.tag {
  display: inline-block;
  flex: 0 0 auto;
  margin-right: 2.8rem;
  margin-bottom: 1rem;
  height: 36px;
  font-size: 1.6rem;
  line-height: 36px;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  position: relative;
  background-color: #e4f0c6;
  border-right: 0;
  color: #006631;
  border-right: none;
  padding: 0 1.6rem 0 1rem;
  text-decoration: none;
  z-index: 3;
  border-radius: 5px 0 0 5px;
}
.tag:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.8rem solid transparent;
  border-left: 1.8rem solid #e4f0c6;
  border-right: 0;
  height: 0;
  width: 0;
  left: 100%;
  top: 0;
  z-index: 1;
}
.tag:before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 15px;
  right: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  box-shadow: -1px -1px 1px #424444;
  box-shadow: -1px -1px 1px rgba(17, 17, 17, 0.5);
}

a.tag:hover,
button.tag:hover {
  background-color: #d6e9a7;
  color: #006631;
}
a.tag:hover:after,
button.tag:hover:after {
  border-left-color: #d6e9a7;
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.text-error {
  color: #D80000;
}

.to-top {
  position: absolute;
  right: 1rem;
  top: -3.5rem;
  width: 4rem;
  height: 4rem;
  background-color: #4b9428;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 12px rgba(17, 17, 17, 0.15);
}
.to-top .icon {
  width: 50%;
  height: 50%;
}
.to-top:hover {
  background-color: #95c11f;
}
@media (min-width: 400px) {
  .to-top {
    right: 2rem;
  }
}
@media (min-width: 600px) {
  .to-top {
    width: 5rem;
    height: 5rem;
    top: -4rem;
  }
}

/* todo */
.todo {
  z-index: 9999;
  position: absolute;
  background: deeppink;
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  padding: 1px 3px;
  border-radius: 3px;
  overflow: hidden;
  max-width: 24px;
  max-height: 17px;
  margin: 0 !important;
}

.todo:before {
  content: "2do";
  margin-right: 5px;
}

.todo:hover {
  text-indent: 0;
  max-width: none;
  max-height: none;
}

.todo--big {
  position: relative;
  max-width: 35px;
  max-height: 30px;
  line-height: 20px;
  font-size: 16px;
  padding: 5px;
}

.todo--full {
  position: relative;
  max-width: none;
  width: 100%;
}

.tooltip {
  position: relative;
}
.tooltip:before, .tooltip:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.tooltip:before {
  content: "" !important;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
}
.tooltip:after {
  content: attr(data-tooltip);
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Source Serif Pro", serif;
  text-align: center;
  white-space: nowrap;
  max-width: 24rem;
  overflow: hidden;
  padding: 0.6rem 1rem;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  z-index: 100000;
}
.tooltip:hover:not(.dropdown__toggle--open):before {
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.35s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.35s;
  opacity: 1;
}
.tooltip:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s;
}
.tooltip:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.tooltip:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip:hover:after {
  transform: translate(-50%, -8px);
}

.tooltip--top-left:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-left:after {
  bottom: 100%;
  right: 0;
  transform: translate(0, 12px);
}
.tooltip--top-left:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-left:hover:after {
  transform: translate(0, -8px);
}

.tooltip--top-right:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-right:after {
  bottom: 100%;
  left: 0;
  right: auto;
  transform: translate(0, 12px);
}
.tooltip--top-right:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-right:hover:after {
  transform: translate(0, -8px);
}

.tooltip--bottom:before {
  left: 50%;
  top: auto;
  bottom: -2px;
  transform: translate(-50%, calc(50% + 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-bottom: 0.4rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.tooltip--bottom:after {
  left: 50%;
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -12px);
}
.tooltip--bottom:hover:before {
  transform: translate(-50%, calc(50% + 4px));
}
.tooltip--bottom:hover:after {
  transform: translate(-50%, 8px);
}

.tooltip--left:before {
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-left: 0.4rem solid #333;
  border-right: 0;
  height: 0;
  width: 0;
}
.tooltip--left:after {
  left: auto;
  right: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--left:hover:before {
  transform: translate(4px, -50%);
}
.tooltip--left:hover:after {
  transform: translate(-10px, -50%);
}

.tooltip--right:before {
  right: auto;
  left: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-right: 0.4rem solid #333;
  border-left: 0;
  height: 0;
  width: 0;
}
.tooltip--right:after {
  right: auto;
  left: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--right:hover:before {
  transform: translate(-4px, -50%);
}
.tooltip--right:hover:after {
  transform: translate(10px, -50%);
}

.tooltip--multiline:after {
  min-width: 18rem;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.tooltip.tooltip--bottom:before {
  border-bottom-color: #333333;
}
.tooltip.tooltip--left:before {
  border-left-color: #333333;
}
.tooltip.tooltip--right:before {
  border-right-color: #333333;
}
.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #333333;
}
.tooltip:after {
  color: #fff;
  background-color: #333333;
}

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #D80000;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #D80000;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #D80000;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #D80000;
}
.tooltip--error:after {
  color: #fff;
  background-color: #D80000;
}

.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #F5BD29;
}
.tooltip--warning.tooltip--left:before {
  border-left-color: #F5BD29;
}
.tooltip--warning.tooltip--right:before {
  border-right-color: #F5BD29;
}
.tooltip--warning:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #F5BD29;
}
.tooltip--warning:after {
  color: #fff;
  background-color: #F5BD29;
}

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #4b9428;
}
.tooltip--success.tooltip--left:before {
  border-left-color: #4b9428;
}
.tooltip--success.tooltip--right:before {
  border-right-color: #4b9428;
}
.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #4b9428;
}
.tooltip--success:after {
  color: #fff;
  background-color: #4b9428;
}

@media (min-width: 900px) {
  .whitespaced-content {
    max-width: 67%;
  }
}

.embed-container--youtube:before, .embed-container--youtube:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  z-index: 100;
}
.embed-container--youtube:before {
  top: 0;
}
.embed-container--youtube:after {
  bottom: 0;
}

.youtube {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
}

.youtube img {
  width: 100%;
  height: auto !important;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: rgba(17, 17, 17, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  border-radius: 6px;
}
.youtube .play-button:hover {
  background-color: #f00;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.accordion .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 2rem;
  margin: 0;
  color: #333333;
}
.accordion .accordion__toggle:hover {
  color: #006631;
}
.accordion .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateX(180deg);
}
.accordion .accordion__icon {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.6rem;
  transition: transform 0.4s linear;
}
.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 1.4rem 0 0 2rem;
}
.accordion .accordion__content + .accordion__toggle {
  margin-top: 2.8rem;
}

.articles-entries::after {
  display: block;
  clear: both;
  content: "";
}

.articles-entry {
  position: relative;
}
.articles-entry::after {
  display: block;
  clear: both;
  content: "";
}
.articles-entry .ex_items {
  margin-top: 0;
}
.articles-entry .articles-entry__image {
  position: relative;
}
.articles-entry .articles-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.articles-entry .articles-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles-entry .articles-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.articles-entry .articles-entry__title {
  font-style: normal;
  font-weight: 700;
}
.articles-entry .articles-entry__teaser {
  margin-top: 2.8rem;
}
.articles-entry .articles-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.articles-entry .price {
  display: block;
  margin-top: 1.4rem;
}
.articles-entry .price__current {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
}
.articles-entry .price__current--discounted {
  color: #D80000;
}
.articles-entry .price__strike {
  color: #898F9C;
  text-decoration: line-through;
}
.articles-entry .price__multiple {
  display: block;
  margin-top: 1.4rem;
}

.articles-entry__basic-rate {
  display: block;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #898F9C;
  margin-top: 0;
  font-weight: 400;
}

.articles-entry__amount {
  width: 7rem;
}

.articles-entry__vat-shipping {
  position: relative;
  z-index: 20;
  margin-top: 1.4rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.articles-entry__prices {
  position: relative;
}

.articles-entry__reserve {
  display: inline-block;
  vertical-align: middle;
}

.blog-teaser {
  position: relative;
  padding-bottom: 5.6rem;
}

.blog-teaser__link .more:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.blog-teaser__text {
  padding-top: 2.8rem;
}

@media (min-width: 600px) {
  .blog-teaser {
    display: flex;
  }

  .blog-teaser__image {
    flex: 0 0 38%;
  }

  .blog-teaser__text {
    flex: 0 0 62%;
    padding-top: 0;
    padding-left: 2.4rem;
  }
}
.card {
  display: block;
  padding: 2rem;
  background-color: #F1F7E2;
}

.card--small {
  padding: 1rem;
}

.card--white {
  background-color: #fff;
}

.carousel-arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
.carousel-arrows .carousel-btn {
  pointer-events: initial;
}
@media (min-width: 1280px) {
  .carousel-arrows {
    left: -4rem;
    right: -4rem;
  }
}

.carousel-btn {
  pointer-events: initial;
  width: 4rem;
  height: 4rem;
  border: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  padding: 0;
  color: #4b9428;
}
.carousel-btn:hover {
  opacity: 1;
  color: #006631;
}
.carousel-btn.slick-disabled {
  opacity: 0;
}
.carousel-btn .icon {
  width: 3rem !important;
  height: 3rem !important;
  pointer-events: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 4rem;
}

.slick-dots {
  bottom: -4rem;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slick-dots li button:before {
  position: relative;
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  opacity: 1;
  background-color: #fff;
  border: 1px solid #4b9428;
}
.slick-dots li button:hover:before {
  background-color: rgba(75, 148, 40, 0.2);
}
.slick-dots li.slick-active button:before {
  background-color: #4b9428;
}

.cert {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-left: -1rem;
  margin-right: -1rem;
}

.cert__image,
.cert__text {
  flex: 1 0 50%;
  padding: 0 1rem;
  margin: 1rem 0;
}

.cert__image {
  max-width: 281px;
}

.cert__text {
  -webkit-hyphens: auto;
          hyphens: auto;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.cert__text a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 399px) {
  .cert__image,
.cert__text {
    flex: 0 0 100%;
  }
}
@media (min-width: 400px) and (max-width: 739px) {
  .cert__image,
.cert__text {
    flex: 0 0 50%;
  }
}
@media (min-width: 740px) and (max-width: 899px) {
  .cert__image,
.cert__text {
    flex: 0 0 100%;
  }
}
.dropdown__caret {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  vertical-align: 0rem;
}
.dropdown__caret .icon {
  width: 1.1rem;
  height: 1.1rem;
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dropdown > ul,
.dropdown > .dropdown__content,
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  display: none;
  position: absolute;
  left: 0;
  min-width: 16rem;
  margin: 0;
  padding: 1.5rem;
  z-index: 50;
  background-color: #fff;
  border: 1px solid rgba(17, 17, 17, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.175);
  top: 100%;
  bottom: auto;
}
.dropdown > ul,
.dropdown .dropdown__sublist > ul {
  list-style: none;
  padding: 0;
}
.dropdown > ul li,
.dropdown .dropdown__sublist > ul li {
  margin-top: 0;
}
.dropdown > ul li a,
.dropdown .dropdown__sublist > ul li a {
  display: block;
  padding: 0.8rem 1.5rem;
  clear: both;
  color: #212529;
  white-space: nowrap;
}
.dropdown > ul li a:hover,
.dropdown .dropdown__sublist > ul li a:hover {
  color: #333333;
  background-color: rgba(0, 102, 49, 0.1);
}
.dropdown > ul li.is-active > a,
.dropdown .dropdown__sublist > ul li.is-active > a {
  color: #006631;
  background-color: #fff;
}
.dropdown .dropdown__divider,
.dropdown .dropdown__sublist .dropdown__divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #898F9C;
}
.dropdown.js-dropdown--initialized > .dropdown__toggle:after,
.dropdown .dropdown__sublist.js-dropdown--initialized > .dropdown__toggle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #212529;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--left > ul,
.dropdown.dropdown--left > .dropdown__content, .dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content, .dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  margin-top: 1.2rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before, .dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before, .dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 1.2rem solid transparent;
  border-bottom: 1.2rem solid rgba(17, 17, 17, 0.15);
  border-top: 0;
  height: 0;
  width: 0;
  top: -1.2rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after, .dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after, .dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.1rem solid transparent;
  border-bottom: 1.1rem solid #fff;
  border-top: 0;
  height: 0;
  width: 0;
  top: -1.1rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before {
  left: 0.9rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after {
  left: 1rem;
}
.dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content {
  left: auto;
  right: 0;
}
.dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before {
  right: 0.9rem;
}
.dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after {
  right: 1rem;
}
.dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown .dropdown__sublist {
  position: relative;
}
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown .dropdown__sublist .dropdown__toggle {
  padding-right: 4rem;
}
.dropdown .dropdown__sublist .keytoggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
}
.dropdown .dropdown__sublist .keytoggle .dropdown__caret {
  border: 0.5rem solid transparent;
  border-left: 0.5rem solid #212529;
  border-right: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards > ul,
.dropdown.dropdown--upwards > .dropdown__content {
  top: auto;
  bottom: 100%;
}
.dropdown.dropdown--upwards.js-dropdown--initialized > .dropdown__toggle:after {
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #212529;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.dropdown--left > ul,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content, .dropdown.dropdown--upwards.dropdown--right > ul,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content, .dropdown.dropdown--upwards.dropdown--center > ul,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:before,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--right > ul:before,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--center > ul:before,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 1.2rem solid transparent;
  border-top: 1.2rem solid rgba(17, 17, 17, 0.15);
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -1.2rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:after,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--right > ul:after,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--center > ul:after,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 1.1rem solid transparent;
  border-top: 1.1rem solid #fff;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -1.1rem;
}

.gallery-teaser {
  display: flex;
  flex-wrap: wrap;
  margin: -2px;
}

.gallery-teaser-item {
  flex: 0 0 50%;
  padding: 2px;
}
@media (min-width: 500px) {
  .gallery-teaser-item {
    flex: 0 0 33.3333333333%;
  }
}
@media (min-width: 740px) {
  .gallery-teaser-item {
    flex: 0 0 25%;
  }
}
.gallery-teaser-item a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
.gallery-teaser-item a:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -200%;
  right: -200%;
  bottom: -200%;
  z-index: 1;
  transform: scale(0);
  opacity: 0;
  transition: all 1.2s ease;
  background: rgba(0, 102, 49, 0);
  background: radial-gradient(circle, #006631 0%, rgba(0, 102, 49, 0.1) 33%, rgba(0, 102, 49, 0) 66%, rgba(0, 102, 49, 0) 100%);
}
.gallery-teaser-item .icon {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  color: #fff;
  opacity: 0;
  transform: scale(1.3);
  transition: transform 3s ease-out, opacity 1.2s ease, filter 3s ease-out;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(6px 6px 7px rgba(0, 0, 0, 0.7));
}
.gallery-teaser-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1.2s ease;
}
.gallery-teaser-item:hover a:after {
  transform: scale(2.5);
  opacity: 0.65;
}
.gallery-teaser-item:hover .icon {
  opacity: 1;
  transform: scale(1);
  transition: all 1.2s ease;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.7));
}
.gallery-teaser-item:hover img {
  filter: contrast(1.5) grayscale(1);
  transition: filter 1.2s ease;
}

.gallery-links {
  margin-top: 1.4rem;
}

.image-grid {
  position: relative;
  margin: -2px;
}
.image-grid::after {
  display: block;
  clear: both;
  content: "";
}

.image-grid-sizer,
.image-grid-item {
  width: 50%;
}
@media (min-width: 500px) {
  .image-grid-sizer,
.image-grid-item {
    width: 33.333%;
  }
}

.image-grid-item {
  float: left;
  padding: 2px;
  transition: all 0.75s ease-out;
}
.image-grid-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.image-grid-item a:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -200%;
  right: -200%;
  bottom: -200%;
  z-index: 1;
  transform: scale(0);
  opacity: 0;
  transition: all 1.2s ease;
  background: rgba(0, 102, 49, 0);
  background: radial-gradient(circle, #006631 0%, rgba(0, 102, 49, 0.1) 33%, rgba(0, 102, 49, 0) 66%, rgba(0, 102, 49, 0) 100%);
}
.image-grid-item .icon {
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
  width: 4rem;
  height: 4rem;
  color: #fff;
  opacity: 0;
  transform: scale(1.3);
  transition: transform 3s ease-out, opacity 1.2s ease, filter 3s ease-out;
  pointer-events: none;
  z-index: 2;
  filter: drop-shadow(6px 6px 7px rgba(0, 0, 0, 0.7));
}
.image-grid-item:hover a:after {
  transform: scale(2.5);
  opacity: 0.65;
}
.image-grid-item:hover .icon {
  opacity: 1;
  transform: scale(1);
  transition: all 1.2s ease;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.7));
}
.image-grid-item:hover img {
  filter: contrast(1.5) grayscale(1);
  transition: filter 1.2s ease;
}

.image-grid-item img {
  display: block;
  max-width: 100%;
  transition: all 0.75s ease-out;
}

.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mfp-zoom-out-cur {
  cursor: default !important;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.9);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-ajax-holder .mfp-content {
  background-color: #fff;
}

.mfp-figure:after {
  background-color: #fff;
}

.mfp-preloader.mfp-preloader {
  margin: 0 auto;
}
.mfp-preloader.mfp-preloader:after {
  content: "";
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: #006631;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}
.mfp-s-error .mfp-preloader.mfp-preloader:after {
  display: none;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-image-holder {
  overflow: hidden;
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-with-anim,
.mfp-fade-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-with-anim,
.mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-fade-in.mfp-removing .mfp-with-anim,
.mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ibase.mfp-bg {
  background-image: linear-gradient(to bottom, #334251 0%, #65809D 50%, #334251 100%);
}

.mfp-ibase .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mfp-open .mfp-figure {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  min-height: 30rem;
}
.map .marker p {
  margin-top: 0;
}

.directions {
  margin-top: 2.8rem;
}

@media (max-width: 739px) {
  .news-entry--details .images {
    display: flex;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .news-entry--details .images {
    margin-left: -1rem;
    margin-right: -1rem;
    justify-content: stretch;
  }
  .news-entry--details .images a {
    padding-left: 1rem;
    padding-right: 1rem;
    flex: 1 1 auto;
  }
}
@media (min-width: 740px) {
  .news-entry--details .news-entry__text {
    order: 1;
  }
  .news-entry--details .news-entry__images {
    order: 2;
  }
  .news-entry--details .images a {
    display: block;
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

.news-entries--overview {
  margin-top: 2.8rem;
}

.news-entry--overview {
  position: relative;
  margin-bottom: 5.6rem;
}
.news-entry--overview::after {
  display: block;
  clear: both;
  content: "";
}
.news-entry--overview .ex_items {
  margin-top: 0;
}
.news-entry--overview .news-entry__image {
  position: relative;
}
.news-entry--overview .news-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.news-entry--overview .news-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-entry--overview .news-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.news-entry--overview .news-entry__title {
  font-style: normal;
  font-weight: 700;
}
.news-entry--overview .news-entry__teaser {
  margin-top: 2.8rem;
}
.news-entry--overview .news-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.news-entry--overview .news-entry__date {
  font-size: 1.5rem;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}
.news-entry--overview .news-entry__teaser {
  margin-top: 0;
}
@media (max-width: 599px) {
  .news-entry--overview .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 15rem;
  }
  .news-entry--overview .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .news-entry--overview {
    display: flex;
  }
  .news-entry--overview .news-entry__image {
    flex: 0 0 15rem;
    max-width: 15rem;
    order: 2;
  }
  .news-entry--overview .news-entry__text {
    flex-grow: 1;
    padding-right: 2rem;
    order: 1;
  }
}

.news-entries--teaser {
  margin-top: 2.8rem;
}

.news-entry--teaser {
  position: relative;
  margin-bottom: 5.6rem;
}
.news-entry--teaser .news-entry__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.news-entry--teaser .image-wrapper {
  padding-bottom: 66.6666666666%;
}
@media (max-width: 599px) {
  .news-entry--teaser .news-entry__text {
    margin-top: 1.4rem;
  }
}
@media (min-width: 600px) and (max-width: 739px) {
  .news-entry--teaser {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .news-entry--teaser .news-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
  }
  .news-entry--teaser .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 740px) {
  .news-entry--teaser {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
  .news-entry--teaser .news-entry__text {
    margin-top: 1.4rem;
  }
}
@media (min-width: 1280px) {
  .news-entry--teaser {
    -webkit-hyphens: none;
            hyphens: none;
  }
  .news-entry--teaser .news-entry__text {
    margin-top: 1.4rem;
  }
}

.page-section {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.page-section--narrow {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.page-section--heading {
  padding-top: 0;
  padding-bottom: 0;
}
.page-section--heading h2, .page-section--heading .h2,
.page-section--heading h3, .page-section--heading .h3,
.page-section--heading h4, .page-section--heading .h4 {
  padding-bottom: 1.4rem;
}
.page-section--heading h1, .page-section--heading .h1 {
  padding-bottom: 2.8rem;
}

.page-section--top {
  padding-top: 0;
}

.page-section--bottom {
  padding-bottom: 0;
}

.page-section--dark {
  background-color: #F1F7E2;
}

.page-section--darker {
  background-color: #e4f0c6;
}

.page-section--hr {
  padding-top: 0;
  padding-bottom: 0;
}
.page-section--hr hr {
  margin: 0;
}

.page-section--quote .container {
  text-align: center;
}

.page__intro {
  max-width: 79rem;
}

.col-images {
  text-align: center;
}

.pageselector {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageselector .pageselector__item--prev,
.pageselector .pageselector__item--next,
.pageselector .p-num,
.pageselector .p-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #95c11f;
  color: #006631;
  margin: 0 -1px 0 0;
  font-weight: 600;
  border-radius: 2px;
}
.pageselector .pageselector__item--prev:hover,
.pageselector .pageselector__item--next:hover,
.pageselector .p-num:hover {
  background-color: #e4f0c6;
  text-decoration: none;
}
.pageselector .p-current {
  font-weight: 700;
  background-color: #d6e9a7;
  color: #333333;
}
.pageselector .pageselector__item--off {
  opacity: 0.3;
  pointer-events: none;
}
.pageselector .pageSelector {
  display: flex;
}
.pageselector .p-ellipsis {
  margin: 0 3px;
}

.privacy-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  z-index: 999999999999 !important;
  animation-name: comeUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  animation-delay: 1.5s;
  animation-fill-mode: both;
  background-color: rgba(1, 30, 15, 0.95);
  transform: translateY(150%);
}
.privacy-notice,
.privacy-notice p {
  color: #333333;
}
.privacy-notice a:not(.btn):not(.button):hover {
  text-decoration: underline;
}

.privacy-notice__container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.privacy-notice__content {
  margin: 0 auto;
  max-width: 1300px;
  text-align: left;
}

@keyframes comeUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.privacy-notice--simple .privacy-notice__content {
  padding: 2rem;
}
.privacy-notice--simple .privacy-notice__content::after {
  display: block;
  clear: both;
  content: "";
}
.privacy-notice--simple p {
  margin: 0 7rem 0 0;
}
.privacy-notice--simple .btn, .privacy-notice--simple .button {
  float: right;
}

.privacy-notice--advanced {
  left: unset;
  right: unset;
  background-color: transparent;
  width: 100%;
  top: 0;
  background-color: rgba(17, 17, 17, 0.6);
  animation-name: none;
  transform: translateY(0);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.privacy-notice--advanced .privacy-notice__container {
  background-color: #fff;
  border: 2px solid #006631;
  min-width: unset;
  max-width: 56rem;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.privacy-notice--advanced .privacy-notice__content {
  padding: 2rem 1rem;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 400px) {
  .privacy-notice--advanced .privacy-notice__content {
    padding: 2rem;
  }
}
@media (min-width: 600px) {
  .privacy-notice--advanced .privacy-notice__content {
    padding: 3rem 4rem;
    font-size: 1.8rem;
  }
}
.privacy-notice--advanced .privacy-notice__logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 18rem;
}
.privacy-notice--advanced .privacy-notice__text {
  flex-grow: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 400px) {
  .privacy-notice--advanced .privacy-notice__text {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(0, 102, 49, 0.4);
    border-bottom: 1px solid rgba(0, 102, 49, 0.4);
  }
}
.privacy-notice--advanced .privacy-notice__text a {
  font-weight: 700;
  cursor: pointer;
}
.privacy-notice--advanced .privacy-notice__buttons {
  padding: 0 1rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.privacy-notice--advanced .privacy-notice__buttons .btn, .privacy-notice--advanced .privacy-notice__buttons .button {
  margin: 0 1rem;
  display: block;
}
.privacy-notice--advanced .privacy-notice__footer {
  margin-top: 2rem;
  text-align: center;
  font-weight: 600;
}
.privacy-notice--advanced p {
  max-width: 80rem;
}
.privacy-notice--advanced .custom-ticks input[type=checkbox] + span:before {
  background-color: rgba(0, 5, 3, 0.95);
}
.privacy-notice--advanced .ticks label > span,
.privacy-notice--advanced .ticks label input:checked + span {
  color: #fff;
}
@media (min-width: 1160px) {
  .privacy-notice--advanced .privacy-notice__form {
    display: flex;
  }
}

.privacy-notice-popup {
  display: none;
  background-color: #fff;
  border: 2px solid #006631;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 56rem;
  padding: 2rem 1rem;
}
@media (min-width: 400px) {
  .privacy-notice-popup {
    padding: 2rem;
  }
}
@media (min-width: 600px) {
  .privacy-notice-popup {
    font-size: 1.8rem;
    padding: 3rem;
  }
}
.mfp-content .privacy-notice-popup {
  display: block;
}
.privacy-notice-popup .h2,
.privacy-notice-popup h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #006631;
  border-bottom: 1px solid #4b9428;
}
@media (min-width: 600px) {
  .privacy-notice-popup .h2,
.privacy-notice-popup h2 {
    font-size: 2.5rem;
  }
}

.privacy-notice-popup__form {
  margin-top: 2rem;
}
.privacy-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid rgba(0, 102, 49, 0.4);
}
.privacy-notice-popup__form .accordion > label {
  padding: 1rem 0;
}
.privacy-notice-popup__form .accordion > label span {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 1rem;
  font-weight: 600;
}
.privacy-notice-popup__form .accordion__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4.5rem;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.privacy-notice-popup__form .accordion__toggle .icon {
  width: 1.6rem;
  height: 1.8rem;
  position: relative;
  top: auto;
  left: auto;
}
.privacy-notice-popup__form .accordion__content {
  padding-left: 3rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.privacy-notice-popup__form .accordion__content .ticks label {
  display: block;
}
.privacy-notice-popup__form > .ticks {
  margin-bottom: 1rem;
}

.products-entries {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.products-entry {
  flex: 0 0 50%;
  padding: 0.5rem;
}

.products-entry__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.products-entry__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products-entry__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
}
.products-entry__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #006631;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0);
  opacity: 0;
  transition: all 0.75s ease;
}
.products-entry__link:hover {
  text-decoration: none;
}
.products-entry__link:hover:after {
  transform: scale(1);
  opacity: 1;
  transition: all 0.25s ease;
}
.products-entry__link:hover .products-entry__icon,
.products-entry__link:hover .products-entry__name {
  color: #fff;
  transition: color 0.25s ease;
}

.products-entry__icon,
.products-entry__name {
  color: #006631;
  transition: color 0.75s ease;
}

.products-entry__icon {
  position: relative;
  width: 40%;
  height: 40%;
  z-index: 2;
}

.products-entry__name {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  text-align: center;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  font-size: 16px;
  z-index: 2;
}
.products-entry__name .icon {
  display: none;
}

@media (min-width: 400px) {
  .products-entry {
    flex: 0 0 45%;
  }
}
@media (min-width: 600px) {
  .products-entry {
    flex: 0 0 25%;
  }

  .products-entry__name {
    font-size: 15px;
  }
}
@media (min-width: 740px) {
  .products-entry {
    flex: 0 0 22%;
  }

  .products-entry__name {
    font-size: 17px;
  }
}
@media (min-width: 1160px) {
  .products-entry__name {
    font-size: 22px;
    padding-top: 1rem;
  }
}
@media (min-width: 1280px) {
  .products-entry__name {
    font-size: 24px;
  }
}
.quotes-grid {
  display: grid;
  grid-template-rows: auto;
  gap: 1.5em;
}

.quotes-entry {
  display: grid;
  grid-template-columns: min(20rem, calc(50% - 0.5em)) 1fr;
  gap: 1em;
}

.quotes-entry__image img {
  display: block;
  margin-inline: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  inline-size: 100%;
}

.quotes-entry__author {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 1rem;
}

@media (min-width: 900px) {
  .quotes-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quotes-entry {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: center;
    text-align: center;
  }

  .quotes-entry:nth-child(even) > *:first-child {
    order: 2;
  }
}
.select-attachments {
  position: relative;
  padding-top: 0.5rem;
  width: 100%;
}
.select-attachments::after {
  display: block;
  clear: both;
  content: "";
}
.select-attachments .btn:before, .select-attachments .button:before, .select-attachments .btn:after, .select-attachments .button:after {
  display: none;
}
.select-attachments .btn .icon, .select-attachments .button .icon {
  display: none;
}

.select-attachments__list {
  font-size: 1.8rem;
  line-height: 2.8rem;
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
  background-color: #e5efea;
  border: 1px solid #80b398;
  border-radius: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  z-index: 4;
}

.select-attachments__list {
  min-height: 6rem;
  max-height: 30.2rem;
  overflow: hidden;
  overflow-y: auto;
}
.select-attachments__list .no-entries {
  display: block;
  padding: 0.4rem;
  color: #898F9C;
  font-style: italic;
}

.select-attachments__item {
  position: relative;
  height: 4rem;
}
.select-attachments__item + .select-attachments__item {
  border-top: 1px solid #898F9C;
}
.select-attachments__item .file-name,
.select-attachments__item .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
}
.select-attachments__item .file-name {
  left: 3rem;
  right: 4rem;
  line-height: normal;
  padding: 0.8rem 1rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 2;
}
.select-attachments__item .progress-bar {
  left: 0;
  right: 0;
  background-color: rgba(0, 102, 49, 0.25);
  z-index: 1;
}
.select-attachments__item .progress-bar__inner {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.25s linear;
}
.select-attachments__item .file-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 4rem;
  bottom: 0;
  line-height: 4rem;
  text-align: center;
  z-index: 2;
}
.select-attachments__item .file-status .icon:before {
  font-style: normal;
  font-family: "Source Serif Pro", serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.select-attachments__item .file-status .icon-success {
  color: #4b9428;
}
.select-attachments__item .file-status .icon-success:before {
  content: ✔;
}
.select-attachments__item .remove-file {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.select-attachments__item .remove-file .icon:before {
  font-style: normal;
  content: x;
  font-family: "Source Serif Pro", serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #898F9C;
}
.select-attachments__item .remove-file:hover .icon:before {
  color: #D80000;
}

.share ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.share .shariff-button {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 4rem;
  height: 4rem;
}
.share .shariff-button:hover {
  background-color: rgba(0, 102, 49, 0.1);
}
.share .shariff-button a {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.share .shariff-button a:before, .share .shariff-button a:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.share .shariff-button a:before {
  content: "" !important;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
}
.share .shariff-button a:after {
  content: attr(title);
  font-size: 1.4rem;
  line-height: 1.6rem;
  font-family: "Source Serif Pro", serif;
  text-align: center;
  white-space: nowrap;
  max-width: 24rem;
  overflow: hidden;
  padding: 0.6rem 1rem;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  z-index: 100000;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):before {
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.3s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.3s;
  opacity: 1;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.2s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.2s;
}
.share .shariff-button a:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.4rem solid transparent;
  border-top: 0.4rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.share .shariff-button a:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.share .shariff-button a:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.share .shariff-button a:hover:after {
  transform: translate(-50%, -8px);
}
.share .shariff-button a.tooltip--bottom:before {
  border-bottom-color: #333333;
}
.share .shariff-button a.tooltip--left:before {
  border-left-color: #333333;
}
.share .shariff-button a.tooltip--right:before {
  border-right-color: #333333;
}
.share .shariff-button a:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #333333;
}
.share .shariff-button a:after {
  color: #fff;
  background-color: #333333;
}
.share .shariff-button + .shariff-button {
  margin-left: 0.5rem;
}
.share .fa,
.share .icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.share .share_text {
  display: none;
}
.share .facebook .icon {
  color: #3b5998;
}
.share .twitter .icon {
  color: #1da1f2;
}
.share .googleplus .icon {
  color: #dd4b39;
}
.share .whatsapp .icon {
  color: #25d366;
}
.share .mail .icon {
  color: #999;
}
.share .xing .icon {
  color: #026466;
}
.share .linkedin .icon {
  color: #0077b5;
}
.share .pinterest .icon {
  color: #bd081c;
}
.share .reddit .icon {
  color: #ff4500;
}

.tabs .tabs__list {
  list-style: none;
  padding-left: 0;
  display: flex;
  border: none;
  gap: clamp(1.2rem, 2vw, 2.2rem);
}
.tabs .tabs__list > li {
  margin: 0;
  display: flex;
}
.tabs .tabs__list > li > a {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  align-items: flex-end;
  padding: 0.625rem 0;
  text-decoration: none;
  font-weight: 600;
  color: #333333;
  border: 2px solid transparent;
}
.tabs .tabs__list > li > a:hover {
  border-bottom-color: #95c11f;
}
.tabs .tabs__list > li > a[aria-selected=true] {
  color: #006631;
  border: 2px solid transparent;
  border-bottom-color: #95c11f;
}
.tabs .tabs__content {
  margin-top: calc(2.8rem * 1.5);
}

.teaser {
  position: relative;
  margin-bottom: 5.6rem;
}

.teaser__link a:after,
a.teaser__link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.teaser__text {
  margin-top: 1.4rem;
}

.testimonials .container {
  position: relative;
}

.testimonials__main {
  margin-top: 2.8rem;
}

.testimonials__decoration {
  display: block;
  position: absolute;
  width: 15rem;
  height: 29rem;
  left: -2rem;
  bottom: -15rem;
  transform: rotate(95deg) scaleX(-1);
  background: url(../../images/flower_blog.svg) no-repeat;
}

.text-carousel {
  position: relative;
  background-color: #fff;
  margin-left: -1rem;
  margin-right: -1rem;
}
.text-carousel .slick:not(.slick-initialized) .text-carousel__slide:not(:first-child) {
  display: none;
}
@media (min-width: 400px) {
  .text-carousel {
    margin-left: 0;
    margin-right: 0;
  }
}

.text-carousel__slide {
  padding: 2.5rem 4rem 2rem;
}

.text-carousel__content {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  margin-top: 1.8666666667rem;
}
@media (min-width: 740px) {
  .text-carousel__content {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.text-carousel__name {
  font-size: 1.6rem;
}

.text-carousel__brandmark {
  position: absolute;
  right: 2.5rem;
  bottom: 2.5rem;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 40px;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ced4da;
  left: 50%;
  margin-left: -1.5px;
}

.timeline-entry {
  margin-bottom: 20px;
  position: relative;
}

.timeline-entry:before,
.timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-entry:after {
  clear: both;
}

.timeline-entry:before,
.timeline-entry:after {
  content: " ";
  display: table;
}

.timeline-entry:after {
  clear: both;
}

.timeline-entry__panel {
  width: 44%;
  float: left;
  background-color: #F1F7E2;
  border-radius: 3px;
  padding: 20px;
  position: relative;
  transition: all 0.4s ease;
}

.timeline-entry__panel:after {
  position: absolute;
  top: 20px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #F1F7E2;
  border-right: 0 solid #F1F7E2;
  border-bottom: 14px solid transparent;
  content: "";
  transition: all 0.4s ease;
}

.timeline-entry__badge {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1em;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -26px;
  background-color: #dee2e6;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  transition: all 0.4s ease;
}

.timeline-entry--inverted .timeline-entry__panel {
  float: right;
}

.timeline-entry--inverted .timeline-entry__panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline-entry--inverted .timeline-entry__panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-entry__title {
  margin-top: 0;
  margin-bottom: 1.4rem;
  color: inherit;
  font-size: 2.1rem;
  line-height: 2.8rem;
}
@media (min-width: 600px) {
  .timeline-entry__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.timeline-entry__body > p,
.timeline-entry__body > ul {
  margin-bottom: 0;
}

.timeline-entry__body > p + * {
  margin-top: 1.4rem;
}

@media (max-width: 739px) {
  ul.timeline:before {
    left: 20px;
  }

  .timeline-entry__panel {
    width: calc(100% - 65px);
  }

  .timeline-entry__badge {
    left: -5px;
    margin-left: 0;
    top: 10px;
  }

  .timeline-entry__panel {
    float: right;
    padding: 2rem 1rem;
    font-size: 1.6rem;
    line-height: 2.2rem;
    -webkit-hyphens: auto;
            hyphens: auto;
  }

  .timeline-entry__panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline-entry__panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
.timeline li:hover .timeline-entry__badge {
  background-color: #006631;
  color: #fff;
  transform: scale(1.2);
}
.timeline li:hover .timeline-entry__panel {
  background-color: #e4f0c6;
}
.timeline li:hover .timeline-entry__panel:after {
  border-left-color: #e4f0c6;
  border-right-color: #e4f0c6;
}

.video-entries {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 500px) {
  .video-entries {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
}
.video-entries, .video-entries .ex_items {
  display: flex;
  flex-wrap: wrap;
}
.video-entries .ex_items {
  flex: 0 0 100%;
}

.video-entry {
  flex: 0 0 100%;
  margin-bottom: 5.6rem;
  padding: 0 1rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 500px) {
  .video-entry {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.2rem;
  }
}
@media (min-width: 900px) {
  .video-entry {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
  }
}

.video-entry__video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-entry__video a:focus {
  background-color: #006631;
}
.video-entry__video a:focus img {
  opacity: 0.5;
}
.video-entry__video img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.video-entry__text {
  margin-top: 1.4rem;
}

.video-entry--featured {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 900px) {
  .video-entry--featured {
    display: flex;
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }
  .video-entry--featured .video-entry__video {
    flex: 0 0 66.6666666%;
    max-width: 66.6666666%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .video-entry--featured .video-entry__text {
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-top: 0;
  }
}

.site-content > .breadcrumb {
  top: -2rem;
}

.breadcrumb {
  position: relative;
}
.breadcrumb .container {
  height: 2rem;
  overflow-y: hidden;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  padding-right: 2rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 2.4rem;
  line-height: 2rem;
  white-space: nowrap;
}
.breadcrumb li:last-child .icon {
  display: none;
}
.breadcrumb a {
  text-decoration: none;
  color: #898F9C;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #006631;
}
.breadcrumb li:last-child a {
  color: #333333;
  pointer-events: none;
  cursor: default;
}
.breadcrumb .icon {
  position: absolute;
  top: 0.6rem;
  right: 0.5rem;
  width: 0.9rem;
  height: 0.9rem;
  color: #898F9C;
}

.breadcrumb__spacer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav-footer {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.nav-footer li + li {
  margin-top: 1rem;
}

.nav-footer__column + .nav-footer__column {
  margin-top: 1rem;
}

@media (min-width: 740px) {
  .nav-footer {
    display: flex;
  }

  .nav-footer__column {
    flex: 0 0 20rem;
  }
  .nav-footer__column + .nav-footer__column {
    margin-top: 0;
  }
}
.nav-lang {
  position: absolute;
  top: 1rem;
  left: 0;
  text-transform: uppercase;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.nav-lang .dropdown__content {
  min-width: 6.6rem;
  padding: 1rem;
}
.nav-lang .dropdown__content ul {
  list-style: none;
  padding: 0;
}
.nav-lang .dropdown__content li {
  margin: 0;
}
.nav-lang .dropdown__content a {
  display: flex;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
}
.nav-lang .dropdown__content a:hover {
  background-color: #e4f0c6;
  text-decoration: none;
}
.nav-lang .dropdown__content a.is-active {
  background-color: #d6e9a7;
}

@media (max-width: 1159px) {
  .nav-lang .dropdown__toggle {
    display: flex;
    height: 4rem;
    width: 4.5rem;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1160px) {
  .nav-lang {
    top: 0rem;
    left: auto;
    right: 0;
  }
  .nav-lang .dropdown__toggle {
    display: block;
    padding: 1rem 0 0 1rem;
    color: #333333;
  }
}
@media (max-width: 1159px) {
  .nav-main {
    position: relative;
    z-index: 2;
  }
  .nav-main li a {
    font-weight: 600;
  }
  .nav-main > ul > li > a {
    background-color: #4b9428;
    color: #fff;
  }
  .nav-main .dropdown__content {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: #fff;
  }
}
@media (min-width: 1160px) {
  .nav-main {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .nav-main .nav-mobile-back {
    display: none;
  }
  .nav-main > ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 8rem;
  }
  .nav-main > ul > li {
    margin-left: 1rem;
  }
}
@media (min-width: 1160px) and (min-width: 1280px) {
  .nav-main > ul > li {
    margin-left: 3rem;
  }
}
@media (min-width: 1160px) {
  .nav-main > ul > li > a {
    display: block;
    height: 4.6rem;
    padding: 0.5rem 1rem 0;
    font-weight: 600;
  }
}
@media (min-width: 1160px) {
  .nav-main > ul > li.is-active > a,
.nav-main > ul > li > a[aria-expanded=true] {
    background-color: #e4f0c6;
  }
}
@media (min-width: 1160px) {
  .nav-main > ul > li.js-slidedown--switch > a {
    padding-right: 2.9rem;
    position: relative;
  }
  .nav-main > ul > li.js-slidedown--switch > a .keytoggle {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
  }
}
@media (min-width: 1160px) {
  .nav-main > ul > .js-slidedown--switch {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    position: static;
  }
  .nav-main > ul > .js-slidedown--switch > ul,
.nav-main > ul > .js-slidedown--switch > .dropdown__content,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > ul,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > .dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 16rem;
    margin: 0;
    padding: 1.5rem;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 6px 12px rgba(17, 17, 17, 0.175);
    top: 100%;
    bottom: auto;
  }
  .nav-main > ul > .js-slidedown--switch > ul,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > ul {
    list-style: none;
    padding: 0;
  }
  .nav-main > ul > .js-slidedown--switch > ul li,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > ul li {
    margin-top: 0;
  }
  .nav-main > ul > .js-slidedown--switch > ul li a,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > ul li a {
    display: block;
    padding: 0.8rem 1.5rem;
    clear: both;
    color: #333;
    white-space: nowrap;
  }
  .nav-main > ul > .js-slidedown--switch > ul li a:hover,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > ul li a:hover {
    color: #333;
    background-color: #eee;
  }
  .nav-main > ul > .js-slidedown--switch > ul li.is-active > a,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > ul li.is-active > a {
    color: #1099cb;
    background-color: #fff;
  }
  .nav-main > ul > .js-slidedown--switch .dropdown__divider,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist .dropdown__divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #bbb;
  }
  .nav-main > ul > .js-slidedown--switch.js-dropdown--initialized > .dropdown__toggle:after,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist.js-dropdown--initialized > .dropdown__toggle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2rem;
    border: 0.5rem solid transparent;
    border-top: 0.5rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--left > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--left > .dropdown__content, .nav-main > ul > .js-slidedown--switch.dropdown--right > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--right > .dropdown__content, .nav-main > ul > .js-slidedown--switch.dropdown--center > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--center > .dropdown__content {
    margin-top: 1.2rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--left > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--left > .dropdown__content:before, .nav-main > ul > .js-slidedown--switch.dropdown--right > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--right > .dropdown__content:before, .nav-main > ul > .js-slidedown--switch.dropdown--center > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 1.2rem solid transparent;
    border-bottom: 1.2rem solid #bbb;
    border-top: 0;
    height: 0;
    width: 0;
    top: -1.2rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--left > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--left > .dropdown__content:after, .nav-main > ul > .js-slidedown--switch.dropdown--right > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--right > .dropdown__content:after, .nav-main > ul > .js-slidedown--switch.dropdown--center > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 1.1rem solid transparent;
    border-bottom: 1.1rem solid #fff;
    border-top: 0;
    height: 0;
    width: 0;
    top: -1.1rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--left > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--left > .dropdown__content:before {
    left: 0.9rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--left > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--left > .dropdown__content:after {
    left: 1rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--right > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--right > .dropdown__content {
    left: auto;
    right: 0;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--right > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--right > .dropdown__content:before {
    right: 0.9rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--right > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--right > .dropdown__content:after {
    right: 1rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--center > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--center > .dropdown__content {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--center > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--center > .dropdown__content:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--center > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--center > .dropdown__content:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-main > ul > .js-slidedown--switch .dropdown__sublist {
    position: relative;
  }
  .nav-main > ul > .js-slidedown--switch .dropdown__sublist > ul,
.nav-main > ul > .js-slidedown--switch .dropdown__sublist > .dropdown__content {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .nav-main > ul > .js-slidedown--switch .dropdown__sublist .dropdown__toggle {
    padding-right: 4rem;
  }
  .nav-main > ul > .js-slidedown--switch .dropdown__sublist .keytoggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3rem;
  }
  .nav-main > ul > .js-slidedown--switch .dropdown__sublist .keytoggle .dropdown__caret {
    border: 0.5rem solid transparent;
    border-left: 0.5rem solid #333;
    border-right: 0;
    height: 0;
    width: 0;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--upwards > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards > .dropdown__content {
    top: auto;
    bottom: 100%;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--upwards.js-dropdown--initialized > .dropdown__toggle:after {
    border: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--left > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--left > .dropdown__content, .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--right > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--right > .dropdown__content, .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--center > ul,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--center > .dropdown__content {
    margin-top: 0;
    margin-bottom: 1.2rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--left > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--left > .dropdown__content:before, .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--right > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--right > .dropdown__content:before, .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--center > ul:before,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 1.2rem solid transparent;
    border-top: 1.2rem solid #bbb;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -1.2rem;
  }
  .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--left > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--left > .dropdown__content:after, .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--right > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--right > .dropdown__content:after, .nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--center > ul:after,
.nav-main > ul > .js-slidedown--switch.dropdown--upwards.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 1.1rem solid transparent;
    border-top: 1.1rem solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -1.1rem;
  }
}
@media (min-width: 1160px) {
  .nav-main > ul ul a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 600;
    color: #333333;
  }
  .nav-main > ul ul .is-active a {
    color: #4b9428;
  }
}
@media (min-width: 1160px) {
  .nav-main .dropdown__content {
    left: -2rem !important;
    right: -2rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px solid #80b398 !important;
    box-shadow: none !important;
  }
  .nav-main .dropdown__content:before, .nav-main .dropdown__content:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    border-top: 1px solid #80b398;
    background-color: #fff;
    width: 2000px;
  }
  .nav-main .dropdown__content:before {
    right: 100%;
  }
  .nav-main .dropdown__content:after {
    left: 100%;
  }
  .nav-main .dropdown__content > ul {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1160px) {
  .nav-main__column {
    flex: 0 0 25%;
    padding: 2.4rem 1.2rem;
  }
  .nav_company .nav-main__column {
    flex: 0 0 20%;
  }
}
@media (min-width: 1160px) {
  a.nav-main__row {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  a.nav-main__row > picture {
    margin-bottom: 0.9rem;
  }
  a.nav-main__row:first-child {
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 1160px) {
  li.nav-main__row a {
    display: block;
    padding: 0.6rem 0;
  }
}
.nav-meta .nav_shop a,
.nav-meta .nav_blog a {
  color: #006631;
  font-weight: 600;
}
.nav-meta .nav_shop .icon,
.nav-meta .nav_blog .icon {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: 0rem;
  margin-left: 0.5rem;
}
@media (min-width: 1160px) {
  .nav-meta {
    position: absolute;
    top: 0;
    right: 7rem;
  }
  .nav-meta ul {
    display: flex;
  }
  .nav-meta ul li {
    order: 2;
  }
  .nav-meta ul li a {
    height: 4.5rem;
    display: block;
    padding: 1rem 1rem 0;
    color: #333333;
  }
}
@media (min-width: 1160px) and (min-width: 1280px) {
  .nav-meta ul li {
    margin-left: 1rem;
  }
}
@media (min-width: 1160px) {
  .nav-meta ul .nav_shop,
.nav-meta ul .nav_blog {
    order: 1;
    margin-left: 1px;
  }
  .nav-meta ul .nav_shop a,
.nav-meta ul .nav_blog a {
    background-color: #e4f0c6;
  }
  .nav-meta ul .nav_shop a:hover,
.nav-meta ul .nav_blog a:hover {
    background-color: #d6e9a7;
    text-decoration: none;
  }
}

nav {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
nav ul {
  list-style: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}
nav a {
  text-decoration: none;
}
nav a:hover {
  text-decoration: underline;
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 400px) {
  #responsive-status {
    font-family: "xs";
    min-width: 400px;
  }
}
@media (min-width: 500px) {
  #responsive-status {
    font-family: "xssm";
    min-width: 500px;
  }
}
@media (min-width: 600px) {
  #responsive-status {
    font-family: "sm";
    min-width: 600px;
  }
}
@media (min-width: 740px) {
  #responsive-status {
    font-family: "md";
    min-width: 740px;
  }
}
@media (min-width: 900px) {
  #responsive-status {
    font-family: "mdlg";
    min-width: 900px;
  }
}
@media (min-width: 1160px) {
  #responsive-status {
    font-family: "lg";
    min-width: 1160px;
  }
}
@media (min-width: 1280px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1280px;
  }
}

.site-content {
  padding: 2.8rem 0;
  z-index: 20;
  position: relative;
}

.site-footer {
  background-color: #F1F7E2;
  color: #333333;
  padding: 2.8rem 0 0;
  z-index: 30;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.site-footer__address {
  margin-top: 2.8rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media (min-width: 600px) {
  .site-footer__address {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.site-footer__address span:not(:last-child):after {
  content: "|";
  margin-left: 3px;
}
.site-footer__address a {
  text-decoration: none;
}
.site-footer__address a:hover {
  text-decoration: underline;
}

.site-footer__decoration {
  position: absolute;
  right: 0;
  top: -4.5rem;
  width: 191px;
  height: 228px;
  background: url("../../images/flowers_footer.svg") no-repeat;
}
@media (min-width: 600px) {
  .site-footer__decoration {
    width: 211px;
  }
}
@media (min-width: 740px) {
  .site-footer__decoration {
    width: 160px;
    height: 160px;
    top: -5.5rem;
    background-size: contain;
  }
}

.site-footer__ifm {
  z-index: 30;
  margin-top: 2.8rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2rem;
  background-color: #006631;
  padding: 1.5rem 1rem;
  position: relative;
}
.site-footer__ifm p {
  margin-top: 0;
}
.site-footer__ifm a {
  color: #fff;
  text-decoration: none;
}
.site-footer__ifm a:hover {
  text-decoration: underline;
}

.site-footer__sticky {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
}
.site-footer__sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 3.5rem;
}
.site-footer__sticky .container {
  display: flex;
  justify-content: flex-end;
}
.site-footer__sticky .to-top {
  pointer-events: initial;
}

.site-header {
  position: relative;
  background-color: #fff;
  z-index: 30;
}

.site-header__title {
  width: 17.8rem;
  height: 7rem;
  position: relative;
  display: block;
}
@media (max-width: 1159px) {
  .site-header__title {
    position: absolute;
    top: 8rem;
  }
}
.site-header__title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-header::after {
  display: block;
  clear: both;
  content: "";
}
.main-header .container__inner {
  position: relative;
  padding-top: 1rem;
  height: 6rem;
}
@media (min-width: 1160px) {
  .main-header .container__inner {
    padding-top: 2rem;
    height: 11rem;
  }
}

.site-nav {
  z-index: 35;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (max-width: 1159px) {
  .site-nav .dropdown__toggle {
    position: absolute;
    right: 0;
    top: 1rem;
    background-color: #e4f0c6;
    padding: 0;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
  }
  .site-nav > .dropdown__content {
    position: fixed;
    background-color: #fff;
    z-index: 35;
    top: 6rem;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0;
    transition: transform 0.3s ease;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .site-nav > .dropdown__content picture {
    display: none;
  }
  .site-nav a,
.site-nav .nav-mobile-back {
    position: relative;
    display: block;
    background-color: #e4f0c6;
    padding: 1rem 6rem 1rem 2rem;
    border: 0;
    font-size: 1.6rem;
    line-height: 2rem;
    border-bottom: 1px solid #fff;
    color: #333333;
    z-index: 1;
  }
  .site-nav a:focus,
.site-nav .nav-mobile-back:focus {
    z-index: 2;
  }
  .site-nav .nav-mobile-back {
    color: #006631;
    font-weight: 600;
    width: 100%;
    text-align: left;
  }
  .site-nav .navKeyToggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5rem;
    border: 0;
    border-left: 1px solid #fff;
    background-color: transparent;
    color: #fff;
  }
}
@media (min-width: 1160px) {
  .site-nav > .dropdown__toggle {
    display: none !important;
  }
  .site-nav > .dropdown__content {
    display: inline !important;
  }
}

.site-search {
  position: absolute;
  z-index: 30;
}
.site-search .dropdown__toggle {
  border: 0;
  background-color: #e4f0c6;
  padding: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.site-search .dropdown__toggle:after {
  display: none !important;
}
.site-search .dropdown__toggle .icon {
  width: 2.6rem;
  height: 2.6rem;
  color: #006631;
}
.site-search .dropdown__toggle .icon--close {
  display: none;
}
.site-search .dropdown__toggle[aria-expanded=true] .icon--close {
  display: block;
}
.site-search .dropdown__toggle[aria-expanded=true] .icon--open {
  display: none;
}
.site-search .dropdown__content {
  border: 0;
  background-color: #e4f0c6;
}
.site-search .formgroup {
  margin: 0;
}
.site-search .formfield {
  border: 0;
  background-color: #fff;
}
@media (max-width: 1159px) {
  .site-search {
    left: 0;
    right: 0;
    pointer-events: none;
  }
  .site-search .dropdown {
    position: static;
  }
  .site-search .dropdown__toggle {
    position: absolute;
    right: 5.5rem;
    top: 0;
    pointer-events: initial;
  }
  .site-search .dropdown__content {
    pointer-events: initial;
    top: 5rem;
    left: -1rem;
    right: -1rem;
  }
}
@media (max-width: 1159px) and (min-width: 400px) {
  .site-search .dropdown__content {
    left: -2rem;
    right: -2rem;
  }
}
@media (min-width: 1160px) {
  .site-search {
    right: 0;
    top: 6rem;
  }
  .site-search .dropdown__content {
    width: 60rem;
    left: auto;
    right: 0;
  }
}

.social-links {
  z-index: 20;
}
.social-links ul {
  display: flex;
}
.social-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #4b9428;
}
.social-links a:hover {
  background-color: #006631;
}
.social-links a:active {
  background-color: #025027;
}
@media (max-width: 1159px) {
  .social-links {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .social-links .dropdown__toggle {
    position: absolute;
    display: flex;
    top: 1rem;
    left: 6rem;
    border: 0;
    height: 4rem;
    background-color: transparent;
    padding: 0;
    align-items: center;
    pointer-events: initial;
  }
  .social-links .dropdown__toggle .icon {
    color: #898F9C;
  }
  .social-links .dropdown__toggle .icon--1 {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.3rem;
  }
  .social-links .dropdown__toggle .icon--2 {
    width: 2.5rem;
    height: 2.5rem;
  }
  .social-links .dropdown__content {
    position: absolute;
    top: 6rem;
    left: -1rem;
    right: -1rem;
    height: 6rem;
    padding: 1rem 1.5rem;
    background-color: #e4f0c6;
    box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 1159px) and (min-width: 400px) {
  .social-links .dropdown__content {
    left: -2rem;
    right: -2rem;
  }
}
@media (max-width: 1159px) {
  .social-links li {
    margin-right: 1rem;
  }
}
@media (max-width: 1159px) {
  .social-links a {
    width: 4rem;
    height: 4rem;
    border-radius: 5px;
  }
  .social-links a .icon {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1159px) {
  .social-links .close-button {
    width: 4rem;
    height: 4rem;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .social-links .close-button .icon {
    width: 2rem;
    height: 2rem;
    color: #006631;
  }
}
@media (min-width: 1160px) {
  .social-links {
    z-index: 45;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .social-links .dropdown__toggle,
.social-links .close-button {
    display: none;
  }
  .social-links ul {
    flex-direction: column;
  }
  .social-links li {
    margin-bottom: 0.2rem;
  }
  .social-links a {
    width: 5rem;
    height: 5rem;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 3px 6px rgba(17, 17, 17, 0.16);
  }
  .social-links a .icon {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.page--configurator input[type=text],
.page--configurator select,
.page--configurator textarea {
  display: block;
  max-width: 76rem;
  float: none;
}
.page--configurator .ticks {
  max-width: 76rem;
}
.page--configurator .formError {
  float: none;
}
.page--configurator .example {
  font-size: 14px;
}
.page--configurator .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.page--configurator .col {
  flex: 0 0 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 740px) {
  .page--configurator .col--type,
.page--configurator .col--packaging {
    flex: 0 0 50%;
  }
}
@media (min-width: 1160px) {
  .page--configurator .col--type,
.page--configurator .col--packaging,
.page--configurator .col--amount {
    flex: 0 0 33.33333%;
  }
}
.page--configurator #configurator_amount {
  max-width: 8rem;
}

.configurator-intro {
  margin-bottom: 2rem;
}

.contact-address__block {
  max-width: 62rem;
}

.contact-address__info {
  margin-top: 2.8rem;
}
@media (min-width: 740px) {
  .contact-address__info {
    margin-top: 0;
  }
}

.teaser--contract-manufacturing-enquiry {
  max-width: 43rem;
  background-image: url(../../../../../temp/explorer/files/lohnherstellung/teaser-contract-manufacturing-enquiry.jpg);
  background-size: cover;
  background-position: center bottom;
  margin-bottom: 0;
  position: sticky;
  top: 1rem;
}
.teaser--contract-manufacturing-enquiry .teaser__canvas {
  padding: 2rem 2rem 34% 2rem;
}
.teaser--contract-manufacturing-enquiry p {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 700;
  color: #006631;
}
@media (max-width: 399px) {
  .teaser--contract-manufacturing-enquiry p {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media (min-width: 740px) and (max-width: 899px) {
  .teaser--contract-manufacturing-enquiry p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 900px) and (max-width: 1159px) {
  .teaser--contract-manufacturing-enquiry p {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
}

.galleries-content {
  margin-top: 5.6rem;
  margin-bottom: 5.6rem;
}

.home-videos__decoration {
  display: none;
}
@media (min-width: 1280px) {
  .home-videos__decoration {
    display: block;
    position: absolute;
    width: 24rem;
    height: 24rem;
    bottom: -12rem;
    left: calc(100% + 3rem);
    background: url("../../images/flower_videos.svg") no-repeat;
  }
}

.home-videos__entries {
  margin-top: 2.8rem;
}
.home-videos__entries .video-entry {
  margin-bottom: 5.6rem;
}
@media (min-width: 500px) {
  .home-videos__entries .video-entry {
    margin-bottom: 2.8rem;
  }
}

.home-shop-garden .teaser__image {
  margin-bottom: -2rem;
}

.home-news__entries {
  margin-top: 2.8rem;
}

.home-blog__decoration {
  display: none;
}
@media (min-width: 1280px) {
  .home-blog__decoration {
    display: block;
    position: absolute;
    width: 15rem;
    height: 29rem;
    right: calc(100% - 1.5rem);
    top: -14rem;
    background: url("../../images/flower_blog.svg") no-repeat;
  }
}

.home-blog__top {
  margin-bottom: 2.8rem;
}

.home-products__top {
  margin-bottom: 2.8rem;
}

.home-products {
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .home-products {
    background-image: url("../../images/bg_products_mobile.jpg");
  }
}
@media only screen and (max-width: 599px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 599px) and (min-device-pixel-ratio: 1.5), only screen and (max-width: 599px) and (min-resolution: 144dpi), only screen and (max-width: 599px) and (min-resolution: 1.5dppx) {
  .home-products {
    background-image: url("../../images/bg_products_mobile@2x.jpg");
  }
}
@media (min-width: 600px) {
  .home-products {
    background-image: url("../../images/bg_products_tablet.jpg");
  }
}
@media (min-width: 1280px) {
  .home-products {
    background-image: url("../../images/bg_products_desktop.jpg");
    background-position: center top;
  }
}

.home-testimonials {
  margin-bottom: -2.6rem;
}

.page--imprint::after,
.page--imprint p::after {
  display: block;
  clear: both;
  content: "";
}
.page--imprint .left {
  display: block;
}
.page--imprint .right {
  display: block;
  margin-bottom: 1.4rem;
}
@media (min-width: 600px) {
  .page--imprint .left {
    clear: left;
    width: 20rem;
    float: left;
    margin-right: 2rem;
  }
  .page--imprint .right {
    float: left;
    margin-bottom: 0;
  }
}

.page--lightbox {
  padding: 1rem;
}
@media (min-width: 400px) {
  .page--lightbox {
    padding: 2rem;
  }
}

.order-time {
  margin-bottom: 2rem;
}

.page--maps .maps-menu ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  border: none;
  gap: clamp(1.2rem, 2vw, 2.2rem);
}
.page--maps .maps-menu ul > li {
  margin: 0;
  display: flex;
}
.page--maps .maps-menu ul > li > a {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: flex;
  align-items: flex-end;
  padding: 0.625rem 0;
  text-decoration: none;
  font-weight: 600;
  color: #333333;
  border: 2px solid transparent;
}
.page--maps .maps-menu ul > li > a:hover {
  border-bottom-color: #95c11f;
}
.page--maps .maps-menu ul > li > a[aria-selected=true] {
  color: #006631;
  border: 2px solid transparent;
  border-bottom-color: #95c11f;
}
.page--maps .maps-content {
  margin-top: 2.8rem;
}

.page--newsletter-subscriber .page-section {
  max-width: 80rem;
}
@media (min-width: 1160px) {
  .page--newsletter-subscriber .wideform .formrow {
    padding-left: 10rem;
  }
  .page--newsletter-subscriber .wideform .formrow > .label {
    width: 10rem;
    margin-left: -10rem;
  }
}

.page--search .no-entries.notice {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #333333;
  font-weight: 400;
}

.search-list {
  padding: 0;
  list-style: none;
}

.search-list__entry {
  border-top: 1px solid #ced4da;
  margin: 0;
  padding: 1.4rem 0;
}

.search-list__entry--pattern {
  font-weight: 600;
  padding-top: 0;
  border-top: 0;
}
.search-list__entry--pattern em {
  font-style: normal;
  color: #006631;
}

.page--vacancies .page-section--heading .container {
  text-align: center;
}
.page--vacancies .page-section--heading h1 {
  font-family: "Source Serif Pro", serif;
  font-style: italic;
  font-weight: 0;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .page--vacancies .page-section--heading h1 {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
.page--vacancies .page-section--heading span {
  border-bottom: 1px solid #95c11f;
  padding: 0 1rem 0.5rem;
}
@media (min-width: 400px) {
  .page--vacancies .container {
    padding-inline: 2rem;
  }
}
.page--vacancies .bite-container {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.page--vacancies .bite-container ol {
  padding-left: 0;
}
.page--vacancies .bite-entry {
  display: block;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 1.2rem;
}
.page--vacancies .bite-entry + .bite-entry {
  margin-top: 2rem;
}
.page--vacancies .bite-entry a {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
}
.page--vacancies .quotes-grid {
  margin-top: 6rem;
}

.vacancies-quote .container {
  max-inline-size: 100rem;
}

.vacancies-tabs .container,
.vacancies-offers .container,
.vacancies-employee-voices .container {
  max-inline-size: 84rem;
}

.videos-featured {
  margin-top: 5.6rem;
}

::-moz-selection {
  background-color: #006631;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #006631;
  color: #fff;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 102, 49, 0.5);
}

body {
  font-family: "Source Serif Pro", serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}

*:focus {
  outline: none !important;
}

body.user-is-tabbing *:focus {
  outline: 5px solid #006631 !important;
  /* for non-webkit browsers */
}

html,
button,
input,
select,
textarea {
  color: #333333;
}

p + *, * + p, .p + *, * + .p,
ul + *, * + ul,
ol + *, * + ol,
h2 + *, * + h2, .h2 + *, * + .h2,
h3 + *, * + h3, .h3 + *, * + .h3,
h4 + *, * + h4, .h4 + *, * + .h4,
h5 + *, * + h5, .h5 + *, * + .h5,
h6 + *, * + h6, .h6 + *, * + .h6 {
  margin: 1.4rem 0 0;
}

h1 + *, .h1 + * {
  margin: 2.8rem 0 0;
}

a,
a:focus,
button,
input[type=button],
input[type=submit],
select:focus {
  outline: none;
}

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.hidden,
.visually-hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.sub-heading {
  font-family: "Source Serif Pro", serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-style: italic;
  display: block;
}
@media (min-width: 600px) {
  .sub-heading {
    font-size: 2.1rem;
    line-height: 2.8rem;
  }
}
.sub-heading + br {
  display: none;
}

h2 .sub-heading {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 600px) {
  h2 .sub-heading {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.caption {
  font-family: "Source Serif Pro", serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  font-style: italic;
  display: block;
}

.notice {
  color: #D80000;
  font-weight: 600;
}

.emphasize {
  color: #006631;
  font-weight: 600;
}

.opening-hours {
  margin-top: 0 !important;
  border: 0;
  font-family: "Source Serif Pro", serif;
}
.opening-hours td {
  border: 0;
  padding: 0 1rem 0 0;
  margin: 0;
}

/* shop_payment_payone_cc */
.error-box, .error-box-small {
  background-color: #ec3b27;
  color: #fff;
  font-size: inherit;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
}

.error-box {
  display: block;
  padding: 8px 12px;
  margin: 20px 0;
}

.lang-en .page--videos .tabs__list li:nth-child(3),
.lang-fr .page--videos .tabs__list li:nth-child(3),
.lang-it .page--videos .tabs__list li:nth-child(3) {
  display: none;
}
/*# sourceMappingURL=maps/screen.css.map */
