@import url(https://use.typekit.net/qii3tpj.css);
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
          box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
          box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
      -ms-flex-preferred-size: 14.2857143%;
          flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
          box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
          box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
          box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

/*********************
COLORS
*********************/
/*********************
Spacing
*********************/
/*********************
Breakpoints
*********************/
.icon {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.icon::before {
  content: "";
  display: block;
}
.icon::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icon--arrow-right-green::before {
  padding-top: 76.1904761905%;
}

.icon--arrow-right-red::before {
  padding-top: 76.1904761905%;
}

.icon--caret-green::before {
  padding-top: 166.6666666667%;
}

.icon--gitkeep::before {
  padding-top: 100%;
}

.icon--add-to-calendar::before {
  padding-top: 100%;
}

.icon--administration::before {
  padding-top: 89.3617021277%;
}

.icon--aires-de-jeux::before {
  padding-top: 82%;
}

.icon--alert::before {
  padding-top: 103.3333333333%;
}

.icon--arrow-down::before {
  padding-top: 131.8181818182%;
}

.icon--arrow-left::before {
  padding-top: 78.5714285714%;
}

.icon--arrow-right::before {
  padding-top: 78.5714285714%;
}

.icon--arrow-up::before {
  padding-top: 58.3333333333%;
}

.icon--art-et-culture::before {
  padding-top: 104.1666666667%;
}

.icon--baby::before {
  padding-top: 131.5789473684%;
}

.icon--bicycle::before {
  padding-top: 71.4285714286%;
}

.icon--buggy::before {
  padding-top: 81.8181818182%;
}

.icon--calendar::before {
  padding-top: 96.6666666667%;
}

.icon--caret::before {
  padding-top: 166.6666666667%;
}

.icon--chantier::before {
  padding-top: 89.2857142857%;
}

.icon--chantiers::before {
  padding-top: 96.6101694915%;
}

.icon--check::before {
  padding-top: 100%;
}

.icon--checkbox-not-filled::before {
  padding-top: 100%;
}

.icon--checkbox::before {
  padding-top: 105.5555555556%;
}

.icon--checked::before {
  padding-top: 73.6842105263%;
}

.icon--close-icon::before {
  padding-top: 100%;
}

.icon--commune_icon::before {
  padding-top: 34.6153846154%;
}

.icon--commune-icon::before {
  padding-top: 34.6153846154%;
}

.icon--defibrillator::before {
  padding-top: 99.9166666667%;
}

.icon--demarches::before {
  padding-top: 94.0298507463%;
}

.icon--difficulty-1::before {
  padding-top: 100%;
}

.icon--difficulty-2::before {
  padding-top: 100%;
}

.icon--difficulty-3::before {
  padding-top: 100%;
}

.icon--difficulty::before {
  padding-top: 100%;
}

.icon--distance::before {
  padding-top: 100%;
}

.icon--divers::before {
  padding-top: 95.9183673469%;
}

.icon--document::before {
  padding-top: 125%;
}

.icon--door::before {
  padding-top: 153.8461538462%;
}

.icon--double-arrow-left::before {
  padding-top: 100%;
}

.icon--double-arrow::before {
  padding-top: 100%;
}

.icon--download::before {
  padding-top: 100%;
}

.icon--e-reider::before {
  padding-top: 120.4081632653%;
}

.icon--edit::before {
  padding-top: 100%;
}

.icon--enlarge::before {
  padding-top: 100%;
}

.icon--external-link-icon::before {
  padding-top: 104.1666666667%;
}

.icon--filter::before {
  padding-top: 100%;
}

.icon--go-nature::before {
  padding-top: 89.5833333333%;
}

.icon--health::before {
  padding-top: 100%;
}

.icon--height::before {
  padding-top: 100%;
}

.icon--horseback-riding::before {
  padding-top: 100%;
}

.icon--house::before {
  padding-top: 111.1111111111%;
}

.icon--info::before {
  padding-top: 100%;
}

.icon--internet::before {
  padding-top: 100%;
}

.icon--link::before {
  padding-top: 105%;
}

.icon--location::before {
  padding-top: 150%;
}

.icon--mail::before {
  padding-top: 66.6666666667%;
}

.icon--man-traveller::before {
  padding-top: 148.1481481481%;
}

.icon--marriage::before {
  padding-top: 76.9230769231%;
}

.icon--minus::before {
  padding-top: 103.7037037037%;
}

.icon--mobility::before {
  padding-top: 104.4444444444%;
}

.icon--more::before {
  padding-top: 101.8987341772%;
}

.icon--pag::before {
  padding-top: 108.3333333333%;
}

.icon--phone::before {
  padding-top: 100%;
}

.icon--play::before {
  padding-top: 128.5714285714%;
}

.icon--plus::before {
  padding-top: 100%;
}

.icon--police::before {
  padding-top: 114.2857142857%;
}

.icon--profil::before {
  padding-top: 84.2105263158%;
}

.icon--publications::before {
  padding-top: 109.2592592593%;
}

.icon--radio-button-checked::before {
  padding-top: 100%;
}

.icon--radio-button-unchecked::before {
  padding-top: 100%;
}

.icon--refuse_with_bg::before {
  padding-top: 100%;
}

.icon--refuse-with-bg::before {
  padding-top: 100%;
}

.icon--refuse::before {
  padding-top: 100%;
}

.icon--school::before {
  padding-top: 93.75%;
}

.icon--search::before {
  padding-top: 100%;
}

.icon--select-all::before {
  padding-top: 100%;
}

.icon--select::before {
  padding-top: 100%;
}

.icon--services-de-secours::before {
  padding-top: 102.0408163265%;
}

.icon--share::before {
  padding-top: 114.2857142857%;
}

.icon--social-icons-facebook::before {
  padding-top: 176.9230769231%;
}

.icon--social-icons-instagram::before {
  padding-top: 100%;
}

.icon--social-icons-issuu::before {
  padding-top: 105.2631578947%;
}

.icon--social-icons-twitter::before {
  padding-top: 81.8181818182%;
}

.icon--social-icons-youtube::before {
  padding-top: 64%;
}

.icon--sport::before {
  padding-top: 100%;
}

.icon--switcher::before {
  padding-top: 53.125%;
}

.icon--tents::before {
  padding-top: 111.3636363636%;
}

.icon--three-dots::before {
  padding-top: 100%;
}

.icon--wheelchair::before {
  padding-top: 142.8571428571%;
}

.icon--youtube-logo::before {
  padding-top: 100%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

main {
  overflow: hidden;
}

body {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  body {
    font-size: 13px;
    line-height: 24px;
  }
}

h1 {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
}
@media screen and (max-width: 63.99875em) {
  h1 {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  h1 {
    font-size: 32px;
    line-height: 48px;
  }
}

h2 {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 44.99875em) {
  h2 {
    font-size: 24px;
    line-height: 43px;
  }
}

h3 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 44.99875em) {
  h3 {
    font-size: 18px;
    line-height: 30px;
  }
}

h4 {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  h4 {
    font-size: 13px;
    line-height: 24px;
  }
}

h5 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  h5 {
    font-size: 13px;
    line-height: 24px;
  }
}

h6 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  h6 {
    font-size: 13px;
    line-height: 24px;
  }
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #97BA39;
}

button,
[type=button] {
  background-color: transparent;
  border: none;
}
button:hover,
[type=button]:hover {
  cursor: pointer;
}

.button {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #97BA39;
  border: solid 1px #97BA39;
  padding-left: 16px;
  padding-right: 16px;
  min-width: calc(300px - 32px);
  text-align: center;
  height: 46px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}
@media print, screen and (max-width: 74.99875em) {
  .button {
    font-size: 14px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .button {
    font-size: 13px;
  }
}
.button:hover {
  cursor: pointer;
  background-color: #18635C;
  color: #fff;
}
@media print, screen and (max-width: 44.99875em) {
  .button {
    min-width: calc(200px - 32px);
    height: 40px;
  }
}
.button span, .button i {
  position: relative;
  z-index: 1;
}
.button .hover {
  transition: left 0.6s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.1s ease 0.6s;
  background: #18635C;
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 0;
  width: 1px;
  height: 0;
  left: 0;
  top: 0;
}

.button--narrow {
  min-width: 180px;
}

.button--large {
  height: 66px;
}
@media print, screen and (max-width: 44.99875em) {
  .button--large {
    height: 48px;
  }
}

.button--has-icon {
  text-align: center;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.button__icon.icon {
  color: #fff;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  left: 18px;
  top: 10px;
}
.button__icon.icon svg {
  fill: #fff;
}

.button--block {
  width: 100%;
}

.button--outline {
  border: solid 1px #97BA39;
  background: #fff;
  color: #97BA39;
}

.toggle-button {
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
}

.toggle-button__label:first-child {
  margin-right: 16px;
}

.toggle-button__label:last-child {
  margin-left: 16px;
}

.toggle-button__label {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  opacity: 0.5;
}
@media print, screen and (max-width: 74.99875em) {
  .toggle-button__label {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .toggle-button__label {
    font-size: 13px;
    line-height: 24px;
  }
}

.toggle-button.is-off .toggle-button__label--off,
.toggle-button.is-on .toggle-button__label--on {
  opacity: 1;
}

.toggle-button__input {
  height: 14px;
  width: 28px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
  margin: 0;
  border: 1px solid #97BA39;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.toggle-button__input:focus {
  outline: 0;
}
.toggle-button__input:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -1px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #97BA39;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
}
.toggle-button__input:checked:after {
  transform: translatex(14px);
}

.link-button {
  background: none !important;
  padding: 0 !important;
  border: none;
  text-decoration: none;
  color: #97BA39;
  cursor: pointer;
}

.card-button {
  display: block;
  position: relative;
  padding: 16px 16px 16px 56px;
  background: #f4f4f4;
  width: 100%;
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
}
.card-button .icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 26px;
  top: 19px;
  left: 20px;
}
.card-button .icon svg {
  fill: #97BA39;
}
.card-button:hover {
  background: #97BA39;
  color: #fff;
}
.card-button:hover .icon svg {
  fill: #fff;
}

.card-button--light {
  background: #fff;
}

.format-text h3 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 44.99875em) {
  .format-text h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
.format-text h4 {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 48px;
}
@media print, screen and (max-width: 74.99875em) {
  .format-text h4 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .format-text h4 {
    font-size: 13px;
    line-height: 24px;
  }
}
.format-text ul {
  list-style: none;
  padding-left: 0;
}
.format-text li {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.format-text li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #97BA39;
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-top: 10px;
}
@media screen and (min-width: 75em) and (max-width: 98.12375em) {
  .format-text li:before {
    margin-top: 12px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .format-text li:before {
    margin-top: 8px;
  }
}
.format-text a {
  border-bottom: 1px solid #97BA39;
  word-break: break-word;
}
.format-text a:hover {
  color: #229085;
  border-bottom: 1px solid #229085;
}

.a11y__vo-only {
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.a11y__skip-content {
  background-color: white;
  color: #000;
  padding: 16px 32px;
  position: absolute;
  z-index: 999;
}
.a11y__skip-content:not(:focus):not(:active) {
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.search-button {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.search-button:before {
  content: "";
  display: block;
  position: absolute;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: rgba(151, 186, 57, 0.147372);
  border: 1px solid rgba(151, 151, 151, 0.268575);
  transition: all 0.25s ease-in-out;
}
.search-button:hover:before {
  transform: scale(1.1);
}
.search-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  background: rgba(151, 186, 57, 0.209435);
  border: 1px solid rgba(151, 151, 151, 0.268575);
  transition: all 0.25s ease-in-out;
}
.search-button:hover:after {
  transform: scale(1.1);
}
.search-button.pressed-in:before {
  opacity: 0;
  background: rgba(151, 186, 57, 0.06);
  transform: scale(2);
}
.search-button.pressed-in:after {
  opacity: 0;
  background: rgba(151, 186, 57, 0.1094);
  transform: scale(2);
}
.search-button.pressed-out:before {
  opacity: 0;
  transform: scale(1);
}
.search-button.pressed-out:after {
  opacity: 0;
  transform: scale(1);
}
.search-button i {
  width: 44px;
  height: 44px;
  background: #97BA39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px 0 rgba(151, 186, 57, 0.5);
}
.search-button i svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: static;
}

.not-found-content {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .not-found-content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .not-found-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .not-found-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .not-found-content {
    margin-bottom: 80px;
  }
}
.not-found-content.mb-1 {
  margin-bottom: 8px;
}
.not-found-content.mb-2 {
  margin-bottom: 16px;
}
.not-found-content.mb-3 {
  margin-bottom: 24px;
}
.not-found-content.mb-4 {
  margin-bottom: 32px;
}
.not-found-content.mb-5 {
  margin-bottom: 40px;
}
.not-found-content.mb-6 {
  margin-bottom: 48px;
}
.not-found-content.mb-7 {
  margin-bottom: 56px;
}
.not-found-content.mb-8 {
  margin-bottom: 64px;
}
.not-found-content.mb-9 {
  margin-bottom: 72px;
}
.not-found-content.mb-10 {
  margin-bottom: 80px;
}
.not-found-content.mb-11 {
  margin-bottom: 88px;
}
.not-found-content.mb-12 {
  margin-bottom: 96px;
}
.not-found-content.mb-13 {
  margin-bottom: 104px;
}
.not-found-content.mb-14 {
  margin-bottom: 112px;
}
.not-found-content.mb-15 {
  margin-bottom: 120px;
}
.not-found-content.mt-1 {
  margin-top: 8px;
}
.not-found-content.mt-2 {
  margin-top: 16px;
}
.not-found-content.mt-3 {
  margin-top: 24px;
}
.not-found-content.mt-4 {
  margin-top: 32px;
}
.not-found-content.mt-5 {
  margin-top: 40px;
}
.not-found-content.mt-6 {
  margin-top: 48px;
}
.not-found-content.mt-7 {
  margin-top: 56px;
}
.not-found-content.mt-8 {
  margin-top: 64px;
}
.not-found-content.mt-9 {
  margin-top: 72px;
}
.not-found-content.mt-10 {
  margin-top: 80px;
}
.not-found-content.mt-11 {
  margin-top: 88px;
}
.not-found-content.mt-12 {
  margin-top: 96px;
}
.not-found-content.mt-13 {
  margin-top: 104px;
}
.not-found-content.mt-14 {
  margin-top: 112px;
}
.not-found-content.mt-15 {
  margin-top: 120px;
}

.not-found-content--title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 44.99875em) {
  .not-found-content--title {
    font-size: 24px;
    line-height: 43px;
  }
}

.not-found-content--description {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 74.99875em) {
  .not-found-content--description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .not-found-content--description {
    font-size: 13px;
    line-height: 24px;
  }
}

.not-found-content--links {
  padding: 48px;
  background: #18635C;
}

.not-found-content--links-title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 0;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .not-found-content--links-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .not-found-content--links-title {
    font-size: 13px;
    line-height: 24px;
  }
}

.not-found-content--links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 63.99875em) {
  .not-found-content--links-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .not-found-content--links-grid {
    grid-template-columns: 1fr;
  }
}

.not-found-content--link {
  color: #fff;
}
.not-found-content--link:hover {
  color: #97BA39;
}

.association-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  gap: 32px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .association-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .association-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .association-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .association-block {
    padding: 16px 0;
    grid-template-columns: 1fr;
  }
}

.association-card {
  background: #f4f4f4;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .association-card {
    padding: 16px 16px;
  }
}

.association-card__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-bottom: 0;
  color: #474747;
  word-break: break-word;
}
@media print, screen and (max-width: 44.99875em) {
  .association-card__title {
    font-size: 18px;
    line-height: 30px;
  }
}

.association-card__content {
  padding-top: 16px;
}

.association-card__info-items {
  margin-bottom: 11px;
  flex: 1;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .association-card__info-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.association-card__info-item {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 4px;
  padding-left: 40px;
  position: relative;
  color: #474747;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 74.99875em) {
  .association-card__info-item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .association-card__info-item {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .association-card__info-item {
    margin-bottom: 8px;
    padding-left: 32px;
  }
}

.association-card__info-icon {
  width: 18px;
  height: 18px;
  left: 4px;
  top: 8px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.association-card__info-icon i {
  width: 18px;
  height: 18px;
  color: #97BA39;
  fill: #97BA39;
}
.association-card__info-icon .icon--location {
  width: 12px;
  height: 18px;
}
.association-card__info-icon .icon--mail {
  width: 20px;
  height: 14px;
}
.association-card__info-icon .icon--social-icons-facebook {
  width: 13px;
  height: 23px;
}
@media print, screen and (max-width: 44.99875em) {
  .association-card__info-icon {
    top: 4px;
  }
}

.association-card__members {
  border-top: 1px solid #B5B5B5;
  width: 100%;
  padding-top: 17px;
  grid-gap: 16px;
  gap: 16px;
}
@media print, screen and (max-width: 29.99875em) {
  .association-card__members {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.association-card__member {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  color: #6F6F6F;
  margin-bottom: 8px;
  margin-left: 4px;
}
@media print, screen and (max-width: 44.99875em) {
  .association-card__member {
    font-size: 12px;
    line-height: 18px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .association-card__member {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .association-card__member {
    grid-template-columns: auto;
    grid-gap: 8px;
  }
}

.association-card__member__name {
  width: 100%;
}
@media print, screen and (max-width: 29.99875em) {
  .association-card__member__name {
    color: #474747;
  }
}

.association-card__member__title {
  width: 100%;
  word-break: break-word;
}

.association-card__member__phone {
  color: #97BA39;
  min-width: 90px;
}

.association-card__toggle-button {
  display: none;
}

.association-card.is-detailed .association-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.association-card.is-condensed {
  margin-bottom: 16px;
  height: auto;
}
@media print, screen and (max-width: 29.99875em) {
  .association-card.is-condensed {
    width: calc(100% - 14px);
  }
}
.association-card.is-condensed .association-card__content {
  display: block;
}
.association-card.is-condensed .associations-and-clubs__section-items {
  display: block;
}
.association-card.is-condensed .association-card__toggle-button {
  display: block;
  position: absolute;
  right: -12px;
  top: 18px;
}
@media print, screen and (max-width: 44.99875em) {
  .association-card.is-condensed .association-card__toggle-button {
    top: 14px;
  }
}
.association-card.is-condensed .association-card__toggle-button i {
  width: 28px;
  height: 28px;
}
.association-card.is-condensed .association-card__toggle-button i.icon-close {
  display: none;
}
.association-card.is-condensed .association-card__toggle-button svg {
  fill: #97BA39;
}
.association-card.is-condensed.is-open .association-card__toggle-button i.icon-open {
  display: none;
}
.association-card.is-condensed.is-open .association-card__toggle-button i.icon-close {
  display: block;
}
.association-card.is-condensed.is-open .association-card__toggle-button i.icon-close svg {
  fill: #18635C;
}

.association-card--in-grid {
  height: 100%;
}

.calendar-button {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: left;
  padding: 4px 8px 4px 36px;
  position: relative;
  width: 260px;
  display: inline-block;
}
@media print, screen and (max-width: 74.99875em) {
  .calendar-button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .calendar-button {
    font-size: 13px;
    line-height: 24px;
  }
}
.calendar-button i {
  position: absolute;
  width: 20px;
  left: 4px;
  top: 8px;
}
.calendar-button svg {
  fill: #97BA39;
}
.calendar-button:hover svg {
  fill: #18635C;
}
@media print, screen and (max-width: 44.99875em) {
  .calendar-button {
    position: relative;
    border: none;
    background: #f4f4f4;
  }
  .calendar-button i {
    top: 6px;
  }
}

.calendar-button--white {
  padding: 12px 16px 12px 48px;
  background: #fff;
  width: 295px;
}
.calendar-button--white i {
  left: 14px;
  top: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .calendar-button--white {
    width: auto;
  }
  .calendar-button--white i {
    left: 14px;
    top: 12px;
  }
}

.contact-card {
  background: #f4f4f4;
  margin-right: 32px;
  width: 100%;
  min-height: 228px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (max-width: 44.99875em) {
  .contact-card {
    min-height: auto;
  }
}

.contact-card__content {
  display: none;
  flex: 1;
  padding: 32px 32px 16px;
  position: relative;
}
.contact-card__content:after {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  right: 32px;
  bottom: 0;
  border-bottom: 1px solid #B5B5B5;
}

.contact-card__content.is-active {
  display: block;
}

.contact-card__detail {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 44.99875em) {
  .contact-card__detail {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-card__detail:last-child {
  margin-bottom: 0;
}

.contact-card__detail-link {
  color: #6F6F6F;
  text-decoration: none;
}

.contact-card__detail-link:hover {
  color: #97BA39;
  text-decoration: none;
}

.contact-card__detail--info {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  text-transform: none;
  display: block;
  letter-spacing: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-card__detail--info {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .contact-card__detail--info {
    font-size: 13px;
    line-height: 24px;
  }
}

.contact-card__detail--featured {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  text-transform: none;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 74.99875em) {
  .contact-card__detail--featured {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .contact-card__detail--featured {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .contact-card__detail--featured {
    line-height: 36px;
  }
}

.contact-card__detail--with-icon.contact-card__detail--featured {
  margin-left: -32px;
}

.contact-card__detail__icon-wrapper {
  margin-top: 3px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.contact-card__detail__icon-wrapper--featured {
  background: #18635C;
  padding-left: 32px;
  padding-right: 8px;
  height: 32px;
  display: flex;
  align-items: center;
}

.contact-card__detail__icon {
  width: 24px;
  height: 20px;
}

.contact-card__detail__icon.icon--profil {
  width: 19px;
  height: 16px;
}
.contact-card__detail__icon.icon--profil svg {
  fill: #fff;
}

.contact-card__content--overlay {
  background: #18635C;
  color: #fff;
}
.contact-card__content--overlay:after {
  display: none;
}
.contact-card__content--overlay .contact-card__detail {
  color: #fff;
}
.contact-card__content--overlay .contact-card__detail-link {
  color: #fff;
}
.contact-card__content--overlay .contact-card__detail__icon-wrapper--featured {
  background-color: #fff;
}
.contact-card__content--overlay .contact-card__detail__icon.icon--profil svg {
  fill: #18635C;
  color: #18635C;
}

.contact-card__content--reverse {
  background: #18635C;
  color: #fff;
}
.contact-card__content--reverse .contact-card__detail {
  color: #fff;
}
.contact-card__content--reverse .contact-card__detail-link {
  color: #fff;
}
.contact-card__content--reverse .contact-card__detail--featured {
  color: #fff;
}
.contact-card__content--reverse .contact-card__detail__icon-wrapper--featured {
  background: #fff;
}
.contact-card__content--reverse .contact-card__detail__icon--featured svg {
  fill: #18635C;
}

.contact-card__content--reverse-overlay {
  background: #f4f4f4;
  color: #474747;
}
.contact-card__content--reverse-overlay:after {
  display: none;
}
.contact-card__content--reverse-overlay .contact-card__detail__icon-wrapper--featured {
  background-color: #18635C;
}
.contact-card__content--reverse-overlay .contact-card__detail__icon--featured svg {
  fill: #fff;
}

.contact-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 32px;
  margin-right: 32px;
  min-height: 48px;
}

.contact-card__actions-primary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
}

.contact-card__actions-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.contact-card__action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  position: relative;
  outline: none;
  border: none;
  background: none;
}
.contact-card__action:after {
  content: "";
  display: block;
  position: absolute;
  background: #97BA39;
  height: 4px;
  width: 0;
  opacity: 0;
  bottom: 0;
  transition: width 0.3s ease-in-out, opacity 0.01s ease;
}
.contact-card__action.is-active:after {
  background: #18635C;
}
.contact-card__action:hover:after {
  width: 60%;
  opacity: 1;
}
.contact-card__action.is-active .contact-card__action__icon svg {
  fill: #18635C;
}
.contact-card__action.is-active:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #18635C;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-card__action__icon {
  width: 18px;
  height: 18px;
}
.contact-card__action__icon svg {
  fill: #97BA39;
}

.contact-card__action__icon--mail {
  width: 20px;
  height: 14px;
}

@media print, screen and (max-width: 44.99875em) {
  .contact-card--in-vertical-carousel {
    min-height: 228px;
  }
}

.contact-card--office {
  background: #18635C;
  color: #fff;
  fill: #fff;
}
.contact-card--office .contact-card__action:after {
  background: #fff;
}
.contact-card--office .contact-card__action.is-active:after {
  background: #97BA39;
}
.contact-card--office .contact-card__action.is-active:before {
  border-top: 8px solid #f4f4f4;
}
.contact-card--office .contact-card__action.is-active .contact-card__action__icon svg {
  fill: #97BA39;
}
.contact-card--office .contact-card__action__icon svg {
  color: #fff;
  fill: #fff;
}

.contact-card--in-carousel {
  width: 420px;
  min-height: 228px;
}
@media print, screen and (max-width: 44.99875em) {
  .contact-card--in-carousel {
    width: 300px;
    margin-right: 16px;
  }
}

.contact-card--in-phonebook {
  height: 100%;
}

.contact-details {
  color: #fff;
  background: #18635C;
  padding: 32px;
}
@media print, screen and (max-width: 29.99875em) {
  .contact-details {
    padding: 16px;
  }
}
.contact-details a {
  color: #fff;
}

.contact-details__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-bottom: 16px;
  margin-top: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .contact-details__title {
    font-size: 18px;
    line-height: 30px;
  }
}

.contact-details__excerpt {
  margin-bottom: 16px;
}

.contact-details__info-items {
  margin-bottom: 32px;
}

.contact-details__info-item {
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
}
.contact-details__info-item i {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 4px;
}
.contact-details__info-item svg {
  fill: #fff;
}

.contact-details__info-item__link {
  color: inherit;
}
.contact-details__info-item__link:hover {
  color: #97BA39;
  cursor: pointer;
}
.contact-details__info-item__link:hover svg {
  fill: #97BA39;
}

.contact-details__info-item--email {
  word-break: break-all;
}

.contact-details__document {
  display: block;
  background: #f4f4f4;
  padding: 16px 32px 16px 56px;
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin-bottom: 16px;
}
.contact-details__document i {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 20px;
}
.contact-details__document svg {
  fill: #97BA39;
}
.contact-details__document:hover {
  background: #97BA39;
  color: #fff;
}
.contact-details__document:hover svg {
  fill: #fff;
}

a.contact-details__document {
  color: #97BA39;
}

.container {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@keyframes animation--content-filters__dropdown {
  0% {
    opacity: 0;
    top: 0;
  }
  100% {
    opacity: 1;
    top: 32px;
  }
}
.content-filters {
  position: relative;
  border-bottom: solid 1px #ccc;
}

.content-filters__trigger {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #97BA39;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  outline: none;
}
@media print, screen and (max-width: 74.99875em) {
  .content-filters__trigger {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .content-filters__trigger {
    font-size: 13px;
    line-height: 24px;
  }
}
.content-filters__trigger:hover {
  color: #18635C;
}
.content-filters__trigger:hover .content-filters__trigger-icon svg {
  fill: #18635C;
}

.content-filters__trigger-icon {
  width: 24px;
  margin-right: 16px;
}
.content-filters__trigger-icon svg {
  fill: #97BA39;
}

.content-filters__dropdown {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 32px;
  z-index: 1;
  filter: drop-shadow(-2px -2px 14px rgba(0, 0, 0, 0.2));
  transform: translate3d(0, 0, 0);
}
@media print, screen and (max-width: 29.99875em) {
  .content-filters__dropdown {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    height: 100vh;
  }
}

.content-filters__dropdown__inner {
  clip-path: polygon(0px 10px, 40px 10px, 50px 0px, 60px 10px, 100% 10px, 100% 100%, 0% 100%);
  background: #ffffff;
  padding: 50px 40px 40px;
}
@media screen and (max-width: 63.99875em) {
  .content-filters__dropdown__inner {
    padding: 24px 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .content-filters__dropdown__inner {
    padding: 32px;
    clip-path: none;
    height: 100%;
  }
}

@media print, screen and (max-width: 29.99875em) {
  .content-filters__groups {
    height: calc(100vh - 208px);
    display: block;
    border: none;
    padding: 0;
    margin-top: 32px;
    position: relative;
  }
}

.content-filters__group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 1px #ccc;
  grid-gap: 16px;
  align-items: start;
}
@media screen and (max-width: 63.99875em) {
  .content-filters__group {
    grid-gap: 8px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .content-filters__group {
    grid-gap: 4px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .content-filters__group {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.content-filters__item {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: left;
  padding-left: 32px;
  color: #18635C;
  position: relative;
  outline: none;
}
@media print, screen and (max-width: 74.99875em) {
  .content-filters__item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .content-filters__item {
    font-size: 13px;
    line-height: 24px;
  }
}
.content-filters__item .content-filters__item-icon {
  position: absolute;
  width: 16px;
  top: 12px;
  left: 0;
  fill: #18635C;
}
@media print, screen and (max-width: 44.99875em) {
  .content-filters__item .content-filters__item-icon {
    top: 9px;
  }
}
.content-filters__item .content-filters__item--radio-button {
  width: 20px;
}
.content-filters__item .content-filters__item--checkbox {
  width: 18px;
}
.content-filters__item .content-filters__item-icon--checked {
  display: none;
}
.content-filters__item .content-filters__item-icon--unchecked {
  display: block;
}

.content-filters__item.content-filters__item--radio-button.is-checked:hover {
  color: #97BA39;
}

.content-filters__item.content-filters__item--radio-button:hover {
  color: #97BA39;
}
.content-filters__item.content-filters__item--radio-button:hover .content-filters__item-icon {
  fill: #97BA39;
}

.content-filters__item.content-filters__item--checkbox:hover {
  color: #97BA39;
}
.content-filters__item.content-filters__item--checkbox:hover .content-filters__item-icon {
  fill: #97BA39;
}

.content-filters__item.is-checked .content-filters__item-icon--checked {
  display: block;
}
.content-filters__item.is-checked .content-filters__item-icon--unchecked {
  display: none;
}

.content-filters__group:first-child {
  border: none;
}

.content-filters__actions {
  margin-top: 48px;
  display: flex;
}
@media print, screen and (max-width: 74.99875em) {
  .content-filters__actions {
    margin-top: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .content-filters__actions {
    flex-direction: column;
  }
}
.content-filters__actions .button {
  margin-right: 25px;
}
@media print, screen and (max-width: 29.99875em) {
  .content-filters__actions .button {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.content-filters__close-button {
  display: none;
  position: absolute;
  top: 16px;
  right: 16px;
}
@media print, screen and (max-width: 29.99875em) {
  .content-filters__close-button {
    display: block;
  }
}
.content-filters__close-button i {
  width: 32px;
}
.content-filters__close-button svg {
  fill: #97BA39;
}

.content-filters__selected {
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}

.content-filters__selected-item {
  background: #97BA39;
  border: solid 1px #97BA39;
  color: #fff;
  padding: 12px 20px 12px 12px;
  border-radius: 25px;
  display: none;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
}
.content-filters__selected-item i {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex: 0 0 20px;
  transition: all 0.3s;
}
.content-filters__selected-item svg {
  fill: #fff;
}
.content-filters__selected-item i:hover {
  opacity: 0.5;
}
.content-filters__selected-item.is-active {
  display: flex;
}
.content-filters__selected-item.is-default {
  padding-left: 20px;
  padding-right: 20px;
}
.content-filters__selected-item.is-default i {
  display: none;
}

.content-filters__selected-item.is-active:hover {
  background: #18635C;
  border: solid 1px #18635C;
}
.content-filters__selected-item.is-active:hover i {
  transform: rotateZ(90deg);
}

.content-filters__selected-item--toggle {
  display: flex;
  background: #fff;
  color: #97BA39;
}
.content-filters__selected-item--toggle.is-active {
  background: #97BA39;
  color: #fff;
  display: flex;
}

.content-filters__selected-item--toggle:hover {
  color: #fff;
  background: #18635C;
  border: solid 1px #18635C;
}

.content-filters.is-open .content-filters__dropdown {
  display: block;
  animation: animation--fade-in-from-top 0.3s ease;
}

@media print, screen and (max-width: 29.99875em) {
  .date-and-category-selector {
    margin-right: -16px;
    margin-left: -16px;
  }
}

.date-and-category-selector__year-months,
.date-and-category-selector__dates {
  max-width: 97.25rem;
  margin: 8px auto;
  display: flex;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector__year-months,
.date-and-category-selector__dates {
    margin-left: 0;
    padding: 0 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__year-months,
.date-and-category-selector__dates {
    padding: 0 32px;
  }
}

.date-and-category-selector__years {
  width: 160px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__years {
    width: 100px;
  }
}

.date-and-category-selector__years__current {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__years__current {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__years__current {
    justify-content: flex-start;
  }
}
.date-and-category-selector__years__current i {
  width: 20px;
  height: 18px;
  transform: rotateZ(90deg);
  display: block;
  max-width: none;
  margin-top: 2px;
  transition: transform 0.3s ease-in-out;
  margin-left: 16px;
}
.date-and-category-selector__years__current.is-open i {
  transform: rotateZ(270deg);
}
.date-and-category-selector__years__current:hover {
  color: #97BA39;
}

.date-and-category-selector__years__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  padding: 16px;
  background: #fff;
  box-shadow: -2px 2px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
}
.date-and-category-selector__years__dropdown::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  margin-left: -8px;
  left: 50%;
  border: 8px solid;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.03);
}

.date-and-category-selector__year {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  display: block;
  padding: 4px;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector__year {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__year {
    font-size: 13px;
    line-height: 24px;
  }
}
.date-and-category-selector__year:hover {
  color: #97BA39;
}
.date-and-category-selector__year.is-active {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #18635C;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector__year.is-active {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__year.is-active {
    font-size: 13px;
    line-height: 24px;
  }
}
.date-and-category-selector__year.is-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.date-and-category-selector__months {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__months {
    width: 160px;
  }
}

.date-and-category-selector__months__list {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__months__list {
    display: none;
  }
}

.date-and-category-selector__months__current {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  display: none;
  align-items: center;
  justify-content: center;
  grid-gap: 16px;
  gap: 16px;
  cursor: pointer;
  width: 100%;
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__months__current {
    font-size: 18px;
    line-height: 30px;
  }
}
.date-and-category-selector__months__current i {
  width: 20px;
  height: 18px;
  transform: rotateZ(90deg);
  display: block;
  max-width: none;
  margin-top: 2px;
  transition: transform 0.3s ease-in-out;
}
.date-and-category-selector__months__current.is-open i {
  transform: rotateZ(270deg);
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__months__current {
    display: flex;
  }
}

.date-and-category-selector__months__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  padding: 16px;
  background: #fff;
  box-shadow: -2px 2px 24px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.date-and-category-selector__months__dropdown::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  margin-left: -8px;
  left: 50%;
  border: 8px solid;
  border-color: #fff #fff transparent transparent;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 3px -3px 3px 0 rgba(0, 0, 0, 0.03);
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__months__dropdown {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 8px;
  }
}

.date-and-category-selector__months__dropdown__item {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  display: block;
  padding: 4px;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector__months__dropdown__item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__months__dropdown__item {
    font-size: 13px;
    line-height: 24px;
  }
}
.date-and-category-selector__months__dropdown__item:hover {
  color: #97BA39;
}
.date-and-category-selector__months__dropdown__item.is-active {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #18635C;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector__months__dropdown__item.is-active {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__months__dropdown__item.is-active {
    font-size: 13px;
    line-height: 24px;
  }
}
.date-and-category-selector__months__dropdown__item.is-disabled {
  pointer-events: none;
  opacity: 0.25;
}

.date-and-category-selector__month {
  width: 8.33333%;
  text-align: center;
  outline: none;
}
.date-and-category-selector__month:hover {
  color: #97BA39;
}

.date-and-category-selector__month.is-active {
  color: #97BA39;
  position: relative;
}
.date-and-category-selector__month.is-active:after {
  position: absolute;
  z-index: 3;
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  border-right: 3px solid #97BA39;
  left: 50%;
  margin-left: -2px;
  bottom: -16px;
}

.date-and-category-selector__month.is-disabled {
  opacity: 0.3;
  color: #474747;
}

.date-and-category-selector__dates {
  display: flex;
  position: relative;
}
.date-and-category-selector__dates:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  background: #f4f4f4;
  border-top: 1px solid rgba(71, 71, 71, 0.33);
  z-index: 0;
}

.date-and-category-selector__dates__button {
  width: 80px;
  height: 76px;
  outline: none;
  z-index: 2;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__dates__button {
    padding: 0;
    width: 48px;
  }
}
.date-and-category-selector__dates__button i {
  width: 20px;
  height: 20px;
}
.date-and-category-selector__dates__button svg {
  fill: #97BA39;
}

@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__dates__button--previous {
    text-align: left;
  }
}

@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__dates__button--next {
    text-align: right;
  }
}

.date-and-category-selector__dates__button.is-disabled {
  opacity: 0.3;
}

.date-and-category-selector__dates__slider {
  width: 100%;
  overflow: hidden;
}

.date-and-category-selector__dates__inner {
  display: flex;
  transition: transform 0.2s ease-in-out;
  padding-bottom: 20px;
}

.date-and-category-selector__date {
  position: relative;
  text-align: center;
  color: #474747;
  padding-top: 12px;
  outline: none;
  width: 96px;
}
.date-and-category-selector__date:hover {
  color: #97BA39;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__date {
    padding-top: 4px;
  }
}

.date-and-category-selector__date__day {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.15;
  display: block;
  padding: 4px;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector__date__day {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__date__day {
    font-size: 13px;
    line-height: 24px;
  }
}

.date-and-category-selector__date__date-number {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  line-height: 1.15;
  display: block;
  padding: 4px;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector__date__date-number {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .date-and-category-selector__date__date-number {
    font-size: 13px;
    line-height: 24px;
  }
}

.date-and-category-selector__date.is-active:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  border-right: 2px solid #97BA39;
  left: 50%;
  margin-left: -1px;
  bottom: -20px;
}

.date-and-category-selector__date.is-active .date-and-category-selector__date__day {
  color: #97BA39;
}

.date-and-category-selector__date.is-disabled {
  opacity: 0.3;
  color: #474747;
}

.date-and-category-selector__categories__slider {
  margin-top: 32px;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 29.99875em) {
  .date-and-category-selector__categories__slider {
    padding-right: 32px;
    padding-left: 32px;
    margin-top: 8px;
  }
}
.date-and-category-selector__categories__slider--desktop {
  display: block;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__categories__slider--desktop {
    display: none;
  }
}

.date-and-category-selector__categories__slider--mobile {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__categories__slider--mobile {
    display: block;
  }
}

.date-and-category-selector__categories__inner {
  width: 20000px;
  transition: transform 0.2s ease-in-out;
}
.date-and-category-selector__categories__inner.is-slider-disabled {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

.date-and-category-selector__category {
  outline: none;
  border: 1px solid #97BA39;
  color: #97BA39;
  padding: 12px 24px;
  margin-right: 10px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.is-slider-disabled .date-and-category-selector__category {
  margin-bottom: 16px;
}

.date-and-category-selector__category.is-active {
  background: #97BA39;
  color: #fff;
}

.date-and-category-selector__category:hover {
  background: #18635C;
  border: 1px solid #18635C;
  color: #fff;
}

.date-and-category-selector__categories__buttons {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector__categories__buttons {
    display: flex;
    align-items: flex-start;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .date-and-category-selector__categories__buttons {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.date-and-category-selector__categories__button {
  padding: 0;
  width: 48px;
  height: 48px;
  margin-right: 64px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.date-and-category-selector__categories__button i {
  width: 24px;
}
.date-and-category-selector__categories__button svg {
  fill: #97BA39;
}
.date-and-category-selector__categories__button:before {
  content: "";
  display: block;
  position: absolute;
  background: #97BA39;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.2s ease-out;
  border-radius: 50%;
}
.date-and-category-selector__categories__button:hover:before {
  transform: scale(1.2);
}
.date-and-category-selector__categories__button:hover svg {
  fill: #fff;
  color: #fff;
}

.date-and-category-selector__categories__button.is-disabled {
  opacity: 0.3;
}

.date-and-category-selector__categories__button.is-disabled:hover:before {
  transform: scale(0);
}
.date-and-category-selector__categories__button.is-disabled:hover svg {
  fill: #97BA39;
  color: #97BA39;
}

@media print, screen and (max-width: 29.99875em) {
  .date-and-category-selector--agenda {
    margin-right: 0;
    margin-left: 0;
  }
}
.date-and-category-selector--agenda .date-and-category-selector__year-months,
.date-and-category-selector--agenda .date-and-category-selector__dates {
  margin-left: 200px;
  margin-right: 200px;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector--agenda .date-and-category-selector__year-months,
.date-and-category-selector--agenda .date-and-category-selector__dates {
    margin-left: 0;
    margin-right: 0;
  }
}
.date-and-category-selector--agenda .date-and-category-selector__categories__slider {
  margin-left: 200px;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector--agenda .date-and-category-selector__categories__slider {
    padding: 0 80px;
    margin-left: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector--agenda .date-and-category-selector__categories__slider {
    padding: 0 32px;
    margin-top: 8px;
  }
}
.date-and-category-selector--agenda .date-and-category-selector__categories__buttons {
  margin-left: 200px;
}
@media print, screen and (max-width: 74.99875em) {
  .date-and-category-selector--agenda .date-and-category-selector__categories__buttons {
    padding: 0 80px;
    margin-left: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .date-and-category-selector--agenda .date-and-category-selector__categories__buttons {
    padding: 0 32px;
  }
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  color: #e0e0e0;
  font-weight: 700;
  box-shadow: inset 0 1px 1px 0 rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0 #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-next, .ui-datepicker-prev {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url(images/ui-datepicker-arrow.png);
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
  text-shadow: 1px 0 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
  border-right: 0;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0;
}

.ui-datepicker td a, .ui-datepicker td span {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  text-shadow: 1px 1px 0 #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0, #dedede 100%);
  box-shadow: inset 1px 1px 0 0 rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  border: 1px solid #c19163;
  color: #666;
  box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 #fff;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.post-archive__ereider-certificates-wrapper {
  box-shadow: -2px 5px 14px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media print, screen and (max-width: 29.99875em) {
  .post-archive__ereider-certificates-wrapper {
    overflow: scroll;
  }
}

.post-archive__ereider-certificates {
  width: 100%;
  padding: 20px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background-color: rgba(244, 244, 244, 0.97);
  color: #6F6F6F;
}
.post-archive__ereider-certificates tr:nth-child(odd) {
  background-color: #FFF;
}
.post-archive__ereider-certificates tr:nth-child(even) {
  background-color: rgba(244, 244, 244, 0.97);
}
.post-archive__ereider-certificates td,
.post-archive__ereider-certificates th {
  padding: 10px;
  text-align: left;
}
.post-archive__ereider-certificates th {
  white-space: nowrap;
  background-color: rgba(244, 244, 244, 0.97);
  border-bottom: 1px solid #6F6F6F;
}
.post-archive__ereider-certificates tr td {
  max-width: 600px;
  white-space: nowrap;
}
.post-archive__ereider-certificates tr td.ereider-certificates-description {
  white-space: break-spaces;
}
@media print, screen and (max-width: 29.99875em) {
  .post-archive__ereider-certificates tr td.ereider-certificates-description {
    min-width: 300px;
  }
}
.post-archive__ereider-certificates tr td div {
  display: flex;
  flex-direction: column;
}

.event-teaser {
  display: block;
}

.event-teaser__category {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser__category {
    font-size: 12px;
    line-height: 18px;
  }
}

.event-teaser__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 8px;
  margin-bottom: 0;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .event-teaser__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.event-teaser__title a {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 8px;
  margin-bottom: 0;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .event-teaser__title a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser__title a {
    font-size: 13px;
    line-height: 24px;
  }
}

.event-teaser__read-more-link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-top: 20px;
  padding-right: 40px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .event-teaser__read-more-link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser__read-more-link {
    font-size: 13px;
    line-height: 24px;
  }
}
.event-teaser__read-more-link:after {
  content: "";
  display: block;
  width: 21px;
  height: 100%;
  background: url(svg/arrow-right-green.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}

.event-teaser {
  margin-bottom: 48px;
}

.event-teaser__image {
  background: #34766F;
}

.event-teaser__image-link {
  position: relative;
  display: block;
  height: auto;
  padding-top: 66.66%;
  background: #34766F;
}

.event-teaser__image-link img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-teaser--with-bg {
  background: #fff;
  margin-bottom: 0;
}

.event-teaser--with-bg .event-teaser__image {
  position: relative;
}

.event-teaser--with-bg .event-teaser__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  position: absolute;
  right: 0;
  bottom: -8px;
  margin-bottom: 0;
  background: #97BA39;
  color: #fff;
  padding: 0 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser--with-bg .event-teaser__date {
    font-size: 18px;
    line-height: 30px;
  }
}

.event-teaser--with-bg .event-teaser__content {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser--with-bg .event-teaser__content {
    padding: 16px;
  }
}

.event-teaser--with-bg .event-teaser__title {
  flex: 1;
}

.event-teaser--wide {
  display: flex;
  max-width: 720px;
}

.event-teaser--wide:nth-child(odd) {
  flex-direction: row;
}
@media print, screen and (max-width: 29.99875em) {
  .event-teaser--wide:nth-child(odd) {
    flex-direction: column;
  }
}

.event-teaser--wide:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
}
@media print, screen and (max-width: 29.99875em) {
  .event-teaser--wide:nth-child(even) {
    flex-direction: column;
  }
}

.event-teaser--wide .event-teaser__image-link {
  padding: 0;
  height: 100%;
}
@media print, screen and (max-width: 29.99875em) {
  .event-teaser--wide .event-teaser__image-link {
    padding-top: 56.6%;
    height: auto;
  }
}

.event-teaser--wide .event-teaser__image {
  width: 50%;
  position: relative;
}
@media print, screen and (max-width: 29.99875em) {
  .event-teaser--wide .event-teaser__image {
    width: 100%;
  }
}

.event-teaser--wide .event-teaser__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  background: #97BA39;
  color: #fff;
  padding: 0 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser--wide .event-teaser__date {
    font-size: 18px;
    line-height: 30px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .event-teaser--wide .event-teaser__date {
    bottom: -8px;
  }
}

.event-teaser--wide:nth-child(odd) .event-teaser__date {
  right: 0;
}

.event-teaser--wide:nth-child(even) .event-teaser__date {
  left: 0;
}

.event-teaser--wide .event-teaser__content {
  background: #fff;
  width: 50%;
  padding: 32px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media print, screen and (max-width: 29.99875em) {
  .event-teaser--wide .event-teaser__content {
    width: 100%;
    min-height: 0;
  }
}

.event-teaser--with-image .event-teaser__date--in-content {
  display: none;
}

.event-teaser--simple-list {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(56, 56, 56, 0.15);
}

.event-teaser--simple-list .event-teaser__image {
  display: none;
}

.event-teaser--simple-list .event-teaser__date {
  margin-bottom: 6px;
}

.event-teaser--simple-list .event-teaser__title {
  margin-top: 2px;
}

.event-teaser--with-image.event-teaser--simple-list .event-teaser__date--in-content {
  display: block;
  color: #474747;
}

.event-teaser--in-carousel {
  width: 362px;
}
@media print, screen and (max-width: 44.99875em) {
  .event-teaser--in-carousel {
    width: 300px;
  }
}

.event-teaser--in-carousel .event-teaser__date {
  bottom: -20px;
}

.event-teaser--in-carousel .event-teaser__content {
  min-height: 220px;
}

.event-teaser--in-search {
  box-shadow: -2px 10px 24px 0 rgba(0, 0, 0, 0.1);
}

.flickity-prev-next-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  position: absolute;
  bottom: 0;
}
.flickity-prev-next-button svg {
  width: 24px;
  transform-origin: center center;
  fill: #97BA39;
}
.flickity-prev-next-button.previous svg .arrow {
  transform: translateY(23.48px);
}

.flickity-prev-next-button[disabled] {
  opacity: 0.5;
}

.footer-carousel {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}
.footer-carousel:before {
  content: "";
  display: block;
  position: absolute;
  background: #18635C;
  left: max(calc(((100% - 97.25rem)/2) + (120px)), 120px);
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .footer-carousel:before {
    left: 0;
  }
}
@media print, screen and (max-width: 98.12375em) {
  .footer-carousel {
    left: 0;
  }
}

.footer-carousel__header {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 48px;
  padding-bottom: 16px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .footer-carousel__header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .footer-carousel__header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .footer-carousel__header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .footer-carousel__header {
    flex-direction: column;
    align-items: center;
    position: static;
  }
}

.footer-carousel__footer {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: column;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .footer-carousel__footer {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .footer-carousel__footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .footer-carousel__footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 45em) {
  .footer-carousel__footer {
    display: none;
  }
}

.footer-carousel__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 16px;
  color: #fff;
  padding-left: 90px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .footer-carousel__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .footer-carousel__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 50%;
    left: 0;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 63.99875em) {
  .footer-carousel__title {
    padding: 0;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.footer-carousel__title--large {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
}
@media screen and (max-width: 63.99875em) {
  .footer-carousel__title--large {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .footer-carousel__title--large {
    font-size: 32px;
    line-height: 48px;
  }
}

.footer-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
}
@media print, screen and (max-width: 98.12375em) {
  .footer-carousel__nav {
    width: 112px;
  }
}

@media print, screen and (max-width: 44.99875em) {
  .footer-carousel__nav--header {
    display: none;
  }
}

.footer-carousel__nav__button {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: relative;
  overflow: hidden;
}
.footer-carousel__nav__button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #97BA39;
  transform: scale(0);
  transition: 0.2s ease-out;
}
.footer-carousel__nav__button:focus {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}
.footer-carousel__nav__button i {
  width: 24px;
  position: relative;
}
.footer-carousel__nav__button svg {
  fill: #97BA39;
}
.footer-carousel__nav__button.disabled {
  display: none;
}
.footer-carousel__nav__button:hover {
  color: #fff;
}
.footer-carousel__nav__button:hover svg {
  fill: #fff;
}
.footer-carousel__nav__button:hover:before {
  transform: scale(1.2);
}

.footer-carousel__nav__button--prev i {
  transform: rotateY(180deg);
}

.footer-carousel__items {
  display: flex;
}
.footer-carousel__items.flickity-enabled {
  display: block;
}

.footer-carousel__items-wrapper {
  overflow-x: hidden;
  margin-left: calc(((100% - 97.25rem)/2));
}
@media print, screen and (max-width: 98.12375em) {
  .footer-carousel__items-wrapper {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .footer-carousel__items-wrapper {
    margin-bottom: 16px;
  }
}

.footer-carousel__item-wrap {
  padding: 36px 25px;
  position: relative;
}

.footer-carousel__item {
  background-color: #FAFAFA;
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.14);
}

.footer {
  background: #f4f4f4;
}

.footer__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .footer__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .footer__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .footer__inner {
    padding: 48px;
    text-align: center;
  }
}

.back-to-top-button {
  position: absolute;
  top: -30px;
  right: 16px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.back-to-top-button:before {
  content: "";
  display: block;
  position: absolute;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: rgba(151, 186, 57, 0.147372);
  border: 1px solid rgba(151, 151, 151, 0.268575);
  transition: all 0.25s ease-in-out;
}
.back-to-top-button:hover:before {
  transform: scale(1.1);
}
.back-to-top-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  background: rgba(151, 186, 57, 0.209435);
  border: 1px solid rgba(151, 151, 151, 0.268575);
  transition: all 0.25s ease-in-out;
}
.back-to-top-button:hover:after {
  transform: scale(1.1);
}
.back-to-top-button i {
  width: 44px;
  height: 44px;
  background: #97BA39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 8px 0 rgba(151, 186, 57, 0.5);
}
.back-to-top-button i svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: static;
}

.back-to-top-button--fixed {
  position: fixed;
  top: 80%;
  right: 32px;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 98.125em) {
  .back-to-top-button--fixed {
    right: calc((100vw - 97.25rem)/2);
  }
}
.back-to-top-button--fixed.is-visible {
  opacity: 1;
  visibility: visible;
}

.back-to-top-button:active:before {
  opacity: 0;
  background: rgba(151, 186, 57, 0.06);
  transform: scale(2);
}
.back-to-top-button:active:after {
  opacity: 0;
  background: rgba(151, 186, 57, 0.1094);
  transform: scale(2);
}

.footer__grid {
  display: flex;
  grid-gap: 80px;
  gap: 80px;
}
@media screen and (max-width: 63.99875em) {
  .footer__grid {
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
    /*to remove the spacing after the telephone*/
  }
}

.footer__grid__column {
  width: 33%;
}
@media screen and (max-width: 63.99875em) {
  .footer__grid__column {
    width: 100%;
  }
  .footer__grid__column img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
    /*to have spacing between image and administration*/
  }
}

.footer__info {
  margin-bottom: 32px;
}

.footer__info__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 4px;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__info__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .footer__info__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.footer__info__title--uppercase {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 44.99875em) {
  .footer__info__title--uppercase {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer__info__text {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin: 0;
  color: #6F6F6F;
}
@media print, screen and (max-width: 44.99875em) {
  .footer__info__text {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer__link a {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 32px;
  color: #474747;
  display: inline-block;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__link a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .footer__link a {
    font-size: 13px;
    line-height: 24px;
  }
}
.footer__link a:hover {
  color: #97BA39;
}

.footer__link--uppercase a {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 44.99875em) {
  .footer__link--uppercase a {
    font-size: 12px;
    line-height: 18px;
  }
}

.footer__club-login-button {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin: 8px 0;
  color: #6F6F6F;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 44.99875em) {
  .footer__club-login-button {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer__club-login-button i {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.footer__club-login-button svg {
  fill: #474747;
}
@media screen and (max-width: 63.99875em) {
  .footer__club-login-button {
    display: inline-flex;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__social-icons {
  margin-top: 8px;
}

.social-icons {
  display: flex;
  /*gap: $xmedium;*/
}
@media screen and (max-width: 63.99875em) {
  .social-icons {
    align-items: center;
    justify-content: center;
  }
}

.social-icons__item a {
  display: flex;
  margin-right: 42px;
}
@media screen and (max-width: 63.99875em) {
  .social-icons__item a {
    margin-left: 16px;
    margin-right: 16px;
  }
}
.social-icons__item i {
  width: 24px;
  height: 24px;
}
.social-icons__item svg {
  fill: #474747;
}
.social-icons__item:hover svg {
  fill: #97BA39;
}

.footer--logos {
  background: #fff;
}

.footer--logos .footer__inner {
  padding-top: 48px;
  padding-bottom: 48px;
}

@media screen and (max-width: 63.99875em) {
  .footer--logos .footer__grid {
    grid-gap: 32px;
    gap: 32px;
  }
}

.footer__partner-logo {
  max-width: 200px;
  display: block;
}

.single-form-container {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .single-form-container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .single-form-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .single-form-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.gform_wrapper .screen-reader-text,
.gform_wrapper label.hidden_sub_label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.gform_wrapper .validation_error {
  color: #E82F12;
}
.gform_wrapper .ginput_container_name .name_first > label,
.gform_wrapper .ginput_container_name .name_last > label,
.gform_wrapper .gfield_sub_label,
.gform_wrapper .gfield_label {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: block;
  color: #6F6F6F;
  opacity: 0.5;
}
@media print, screen and (max-width: 44.99875em) {
  .gform_wrapper .ginput_container_name .name_first > label,
.gform_wrapper .ginput_container_name .name_last > label,
.gform_wrapper .gfield_sub_label,
.gform_wrapper .gfield_label {
    font-size: 12px;
    line-height: 18px;
  }
}
.gform_wrapper .hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gfield {
  margin-bottom: 32px;
}
.gform_wrapper .ginput_container_name .name_first textarea,
.gform_wrapper .ginput_container_name .name_first input,
.gform_wrapper .ginput_container_name .name_last textarea,
.gform_wrapper .ginput_container_name .name_last input,
.gform_wrapper .ginput_container_text textarea,
.gform_wrapper .ginput_container_text input,
.gform_wrapper .ginput_container_phone textarea,
.gform_wrapper .ginput_container_phone input,
.gform_wrapper .ginput_container_email textarea,
.gform_wrapper .ginput_container_email input,
.gform_wrapper .ginput_container_date textarea,
.gform_wrapper .ginput_container_date input,
.gform_wrapper .ginput_container_textarea textarea,
.gform_wrapper .ginput_container_textarea input,
.gform_wrapper .gfield_list_container textarea,
.gform_wrapper .gfield_list_container input {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  background: #f4f4f4;
  border: none;
  border-bottom: 1px solid #97BA39;
  width: 100%;
  padding: 8px 8px 4px;
}
@media print, screen and (max-width: 74.99875em) {
  .gform_wrapper .ginput_container_name .name_first textarea,
.gform_wrapper .ginput_container_name .name_first input,
.gform_wrapper .ginput_container_name .name_last textarea,
.gform_wrapper .ginput_container_name .name_last input,
.gform_wrapper .ginput_container_text textarea,
.gform_wrapper .ginput_container_text input,
.gform_wrapper .ginput_container_phone textarea,
.gform_wrapper .ginput_container_phone input,
.gform_wrapper .ginput_container_email textarea,
.gform_wrapper .ginput_container_email input,
.gform_wrapper .ginput_container_date textarea,
.gform_wrapper .ginput_container_date input,
.gform_wrapper .ginput_container_textarea textarea,
.gform_wrapper .ginput_container_textarea input,
.gform_wrapper .gfield_list_container textarea,
.gform_wrapper .gfield_list_container input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .gform_wrapper .ginput_container_name .name_first textarea,
.gform_wrapper .ginput_container_name .name_first input,
.gform_wrapper .ginput_container_name .name_last textarea,
.gform_wrapper .ginput_container_name .name_last input,
.gform_wrapper .ginput_container_text textarea,
.gform_wrapper .ginput_container_text input,
.gform_wrapper .ginput_container_phone textarea,
.gform_wrapper .ginput_container_phone input,
.gform_wrapper .ginput_container_email textarea,
.gform_wrapper .ginput_container_email input,
.gform_wrapper .ginput_container_date textarea,
.gform_wrapper .ginput_container_date input,
.gform_wrapper .ginput_container_textarea textarea,
.gform_wrapper .ginput_container_textarea input,
.gform_wrapper .gfield_list_container textarea,
.gform_wrapper .gfield_list_container input {
    font-size: 13px;
    line-height: 24px;
  }
}
.gform_wrapper .ginput_container_name .name_first textarea[aria-invalid=true],
.gform_wrapper .ginput_container_name .name_first input[aria-invalid=true],
.gform_wrapper .ginput_container_name .name_last textarea[aria-invalid=true],
.gform_wrapper .ginput_container_name .name_last input[aria-invalid=true],
.gform_wrapper .ginput_container_text textarea[aria-invalid=true],
.gform_wrapper .ginput_container_text input[aria-invalid=true],
.gform_wrapper .ginput_container_phone textarea[aria-invalid=true],
.gform_wrapper .ginput_container_phone input[aria-invalid=true],
.gform_wrapper .ginput_container_email textarea[aria-invalid=true],
.gform_wrapper .ginput_container_email input[aria-invalid=true],
.gform_wrapper .ginput_container_date textarea[aria-invalid=true],
.gform_wrapper .ginput_container_date input[aria-invalid=true],
.gform_wrapper .ginput_container_textarea textarea[aria-invalid=true],
.gform_wrapper .ginput_container_textarea input[aria-invalid=true],
.gform_wrapper .gfield_list_container textarea[aria-invalid=true],
.gform_wrapper .gfield_list_container input[aria-invalid=true] {
  border-bottom: 1px solid #E82F12;
}
.gform_wrapper .ginput_container_select {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #f4f4f4;
}
@media print, screen and (max-width: 74.99875em) {
  .gform_wrapper .ginput_container_select {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .gform_wrapper .ginput_container_select {
    font-size: 13px;
    line-height: 24px;
  }
}
.gform_wrapper .ginput_container_select select, .gform_wrapper .ginput_container_select::after {
  grid-area: select;
}
.gform_wrapper .ginput_container_select::after {
  content: "";
  justify-self: end;
  width: 16px;
  height: 8px;
  background-color: #97BA39;
  clip-path: polygon(50% 100%, 100% 22%, 90% 0, 50% 64%, 10% 0, 0 22%);
  margin-right: 8px;
  margin-left: 8px;
}
.gform_wrapper .ginput_container_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 8px 32px 4px 16px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
  color: #A7A7A7;
}
.gform_wrapper .ginput_container_select select::-ms-expand {
  display: none;
}
.gform_wrapper .gform_fileupload_multifile {
  background: #F4F4F4;
  border-bottom: solid 1px #97ba38;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_instructions {
  width: 100%;
  display: block;
  padding-left: 16px;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_fileupload_multifile .moxie-shim.moxie-shim-html5 {
  left: auto !important;
  right: 0 !important;
}
.gform_wrapper .gform_footer {
  display: flex;
  align-items: center;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}
.gform_wrapper .validation_message {
  color: #E82F12;
  margin-top: 8px;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .ginput_container_consent {
  position: relative;
}
.gform_wrapper .ginput_container_consent input[type=checkbox],
.gform_wrapper .ginput_container_consent input[type=radio] {
  /* display: none; */
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
}
.gform_wrapper .ginput_container_consent .gfield_consent_label {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  display: block;
  position: relative;
  align-items: center;
  cursor: pointer;
  line-height: 20px;
  padding-left: 40px;
}
@media print, screen and (max-width: 74.99875em) {
  .gform_wrapper .ginput_container_consent .gfield_consent_label {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .gform_wrapper .ginput_container_consent .gfield_consent_label {
    font-size: 13px;
    line-height: 24px;
  }
}
.gform_wrapper .ginput_container_consent .gfield_consent_label:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: " ";
  height: 20px;
  width: 20px;
  border: solid 2px #18635C;
  background: #fff;
  margin-right: 16px;
}
.gform_wrapper .ginput_container_consent .gfield_consent_label:after {
  position: absolute;
  display: block;
  content: " ";
  height: 7px;
  width: 12px;
  left: 4px;
  top: 10px;
  border-bottom: solid 3px #18635C;
  border-left: solid 3px #18635C;
  background: none;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.1s ease, opacity 0.1s ease;
  transform-origin: center center;
}
.gform_wrapper .ginput_container_consent input:checked + .gfield_consent_label:after {
  opacity: 1;
  transform: rotate(-45deg) scale(0.75);
}
.gform_wrapper .ginput_container_consent input[aria-invalid=true]:not(:checked) + .gfield_consent_label:before {
  border: solid 2px #E82F12;
}
.gform_wrapper .ginput_container_consent .gfield_required {
  display: none;
}
.gform_wrapper .ginput_container_time label {
  display: none;
}
.gform_wrapper .clear-multi {
  display: flex;
  background: #f4f4f4;
  padding: 8px 8px 4px;
  border-bottom: solid 1px #96ba39;
}
.gform_wrapper .ginput_container_time {
  display: flex;
}
.gform_wrapper .ginput_container_time i {
  font-style: normal;
  padding-left: 2px;
  padding-right: 2px;
}
.gform_wrapper .ginput_container_time input {
  border: none;
  background: none;
  text-align: center;
}
.gform_wrapper .gform_body {
  margin-bottom: 80px;
}
.gform_wrapper .gf-field-group {
  border: 1px solid #B5B5B5;
  padding: 32px;
}
@media screen and (min-width: 45em) {
  .gform_wrapper .gf-field-group {
    padding: 32px 0 32px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .gform_wrapper .gf-field-group > li {
    width: 100%;
    margin-right: 32px;
  }
  .gform_wrapper .gf-field-group > li.col-1 {
    width: calc((100% * 0.0833333333) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-1 {
    margin-right: calc((100% * 0.0833333333));
  }
  .gform_wrapper .gf-field-group > li.col-2 {
    width: calc((100% * 0.1666666667) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-2 {
    margin-right: calc((100% * 0.1666666667));
  }
  .gform_wrapper .gf-field-group > li.col-3 {
    width: calc((100% * 0.25) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-3 {
    margin-right: calc((100% * 0.25));
  }
  .gform_wrapper .gf-field-group > li.col-4 {
    width: calc((100% * 0.3333333333) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-4 {
    margin-right: calc((100% * 0.3333333333));
  }
  .gform_wrapper .gf-field-group > li.col-5 {
    width: calc((100% * 0.4166666667) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-5 {
    margin-right: calc((100% * 0.4166666667));
  }
  .gform_wrapper .gf-field-group > li.col-6 {
    width: calc((100% * 0.5) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-6 {
    margin-right: calc((100% * 0.5));
  }
  .gform_wrapper .gf-field-group > li.col-7 {
    width: calc((100% * 0.5833333333) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-7 {
    margin-right: calc((100% * 0.5833333333));
  }
  .gform_wrapper .gf-field-group > li.col-8 {
    width: calc((100% * 0.6666666667) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-8 {
    margin-right: calc((100% * 0.6666666667));
  }
  .gform_wrapper .gf-field-group > li.col-9 {
    width: calc((100% * 0.75) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-9 {
    margin-right: calc((100% * 0.75));
  }
  .gform_wrapper .gf-field-group > li.col-10 {
    width: calc((100% * 0.8333333333) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-10 {
    margin-right: calc((100% * 0.8333333333));
  }
  .gform_wrapper .gf-field-group > li.col-11 {
    width: calc((100% * 0.9166666667) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-11 {
    margin-right: calc((100% * 0.9166666667));
  }
  .gform_wrapper .gf-field-group > li.col-12 {
    width: calc((100% * 1) - 32px);
  }
  .gform_wrapper .gf-field-group > li.col-mr-12 {
    margin-right: calc((100% * 1));
  }
}
@media print, screen and (max-width: 29.99875em) {
  .gform_wrapper .gf-field-group {
    padding: 16px;
  }
}
.gform_wrapper .ghost-field-group > .gfield_label {
  display: none;
}
.gform_wrapper .ghost-field-group > .gf-field-group {
  padding: 0;
  border: none;
  margin-right: -32px;
}
.gform_wrapper .ginput_container_name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
.gform_wrapper .ginput_container_beetebuerg_address {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-gap: 32px;
}
.gform_wrapper .ginput_container_beetebuerg_address--predefined .grid-column-wide {
  grid-column-start: 1;
  grid-column-end: -1;
}
.gform_wrapper .ginput_container_beetebuerg_address--predefined .location_selector_container .gfield_sub_label {
  display: none;
}
.gform_wrapper .ginput_container_beetebuerg_address--predefined .location_selector {
  width: 40%;
}
.gform_wrapper .ginput_container_list {
  position: relative;
  padding-bottom: 32px;
}
.gform_wrapper .ginput_container_list .gfield_list_container {
  width: 50%;
}
.gform_wrapper .ginput_container_list .gfield_list_container tbody tr .add_list_item {
  display: none;
}
.gform_wrapper .ginput_container_list .gfield_list_container tbody tr:last-child .add_list_item {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gform_wrapper .ginput_container_list .gfield_list_container input {
  margin-bottom: 16px;
}
.gform_wrapper .ginput_container_list .add_list_item span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gform_wrapper .ginput_container_list .add_list_item span span {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.gform_wrapper .ginput_container_list .add_list_item span svg {
  margin-right: 8px;
  fill: #97BA39;
}
.gform_wrapper .ginput_container_list .delete_list_item {
  margin-bottom: 16px;
  display: block;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.gform_wrapper .ginput_container_list .delete_list_item span svg {
  fill: #97BA39;
}
.gform_wrapper .ginput_container_date_schedule .ginput_container_datepicker_row {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - (32px / 2)));
  grid-gap: 32px;
  margin-bottom: 32px;
}
.gform_wrapper .ginput_container_date_schedule .ginput_container_timepicker_row {
  display: grid;
  grid-template-columns: repeat(3, calc(25% - 24px));
  grid-gap: 32px;
  margin-bottom: 32px;
}
.gform_wrapper .ginput_container_date_schedule .ginput_container_timepicker_actions {
  padding-top: 24px;
}
.gform_wrapper .ginput_container_date_schedule .ginput_container_timepicker_delete_button {
  display: none;
  width: 45px;
  height: 45px;
}
.gform_wrapper .ginput_container_date_schedule .ginput_container_timepicker_delete_button svg {
  fill: #97BA39;
}
.gform_wrapper .ginput_container_date_schedule .ginput_container_timepicker_add_button {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #97BA39;
}
.gform_wrapper .ginput_container_date_schedule .ginput_container_timepicker_add_button svg {
  margin-right: 8px;
  fill: #97BA39;
}
.gform_wrapper .ginput_container_date_schedule.has-multiple-time-slots .ginput_container_timepicker_delete_button {
  display: block;
}

.gform-container--on-grey .gform_wrapper .ginput_container_name .name_first textarea,
.gform-container--on-grey .gform_wrapper .ginput_container_name .name_first input,
.gform-container--on-grey .gform_wrapper .ginput_container_name .name_last textarea,
.gform-container--on-grey .gform_wrapper .ginput_container_name .name_last input,
.gform-container--on-grey .gform_wrapper .ginput_container_text textarea,
.gform-container--on-grey .gform_wrapper .ginput_container_text input,
.gform-container--on-grey .gform_wrapper .ginput_container_phone textarea,
.gform-container--on-grey .gform_wrapper .ginput_container_phone input,
.gform-container--on-grey .gform_wrapper .ginput_container_email textarea,
.gform-container--on-grey .gform_wrapper .ginput_container_email input,
.gform-container--on-grey .gform_wrapper .ginput_container_date textarea,
.gform-container--on-grey .gform_wrapper .ginput_container_date input,
.gform-container--on-grey .gform_wrapper .ginput_container_textarea textarea,
.gform-container--on-grey .gform_wrapper .ginput_container_textarea input,
.gform-container--on-grey .gform_wrapper .gfield_list_container textarea,
.gform-container--on-grey .gform_wrapper .gfield_list_container input {
  background: rgba(255, 255, 255, 0.5);
}
.gform-container--on-grey .gform_wrapper .ginput_container_select {
  background: rgba(255, 255, 255, 0.5);
}

.ginput_container_date_and_location_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}

.gform_page_footer {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.gform_page_footer .gform_fake_previous_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_button {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #97BA39;
  letter-spacing: 0.9px;
}
@media print, screen and (max-width: 44.99875em) {
  .gform_page_footer .gform_fake_previous_button,
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button,
.gform_page_footer .gform_button {
    font-size: 12px;
    line-height: 18px;
  }
}
.gform_page_footer .gform_fake_previous_button.disabled,
.gform_page_footer .gform_previous_button.disabled,
.gform_page_footer .gform_next_button.disabled,
.gform_page_footer .gform_button.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.gform_page_footer .gform_fake_previous_button .icon,
.gform_page_footer .gform_previous_button .icon,
.gform_page_footer .gform_next_button .icon,
.gform_page_footer .gform_button .icon {
  width: 25px;
  height: 19px;
  fill: #97BA39;
}
.gform_page_footer .gform_fake_previous_button .gform_button_text_label,
.gform_page_footer .gform_previous_button .gform_button_text_label,
.gform_page_footer .gform_next_button .gform_button_text_label,
.gform_page_footer .gform_button .gform_button_text_label {
  padding: 0 18px;
}
.gform_page_footer .gform_ajax_spinner {
  position: absolute;
  background: #f4f4f4;
  width: 25px;
  height: 25px;
  right: 6px;
  top: 0;
  z-index: 10;
}

.gform_wrapper.is-loading--previous .gform_page_footer .gform_ajax_spinner {
  left: 6px;
  right: auto;
}

.gform_wrapper.is-loading--next .gform_page_footer .gform_ajax_spinner {
  left: auto;
  right: 6px;
}

.header {
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid rgba(71, 71, 71, 0.15);
}

.header__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .header__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .header__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .header__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header__logo {
  display: block;
  width: 165px;
}

@media screen and (max-width: 63.99875em) {
  .header__nav {
    z-index: 1600;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-100px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s ease;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-flow: row nowrap;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
  }
}
@media screen and (max-width: 63.99875em) {
  .header__nav.is-active {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s ease;
    transform: translateY(0);
  }
}

@media screen and (max-width: 63.99875em) {
  .header__nav__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 100vh;
    width: 100%;
    padding-top: 80px;
  }
}

.header__nav__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 16px;
}
@media screen and (max-width: 63.99875em) {
  .header__nav__row {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .header__nav__row--primary {
    flex: 1;
  }
}

@media screen and (max-width: 63.99875em) {
  .header__nav__row--secondary {
    width: 100%;
    background: #f4f4f4;
    justify-content: center;
    margin-bottom: 0;
  }
}
.header__nav__row--secondary .header__search-button {
  background: #fff;
}

.header__nav__row--search {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .header__nav__row--search {
    display: block;
    padding: 16px 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .header__nav__row--search {
    padding: 8px 16px;
  }
}

.header__search-button {
  padding: 8px;
  margin-left: 32px;
  outline: none;
  /*from here*/
  border-radius: 50%;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.header__search-button i {
  width: 20px;
  height: 20px;
}
.header__search-button svg {
  fill: #474747;
}
.header__search-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #97BA39;
  transform: scale(0);
  transition: 0.2s ease-out;
}
.header__search-button:hover svg {
  fill: #fff;
}
.header__search-button:hover:before {
  transform: scale(1);
  fill: #fff;
  color: #fff;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .header__search-button {
    margin-left: 8px;
  }
}
@media screen and (max-width: 63.99875em) {
  .header__search-button {
    display: none;
  }
}

.header__links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 63.99875em) {
  .header__links {
    width: 100%;
    display: block;
    padding: 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .header__links {
    padding: 24px 16px;
  }
}

.header__links__item {
  margin-left: 32px;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .header__links__item {
    margin-left: 8px;
  }
}
@media screen and (max-width: 63.99875em) {
  .header__links__item {
    margin-left: 0;
  }
}

.header__link {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: inline-block;
  padding: 8px;
  color: #474747;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .header__link {
    font-size: 12px;
    line-height: 18px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .header__link {
    font-size: 12px;
  }
}

.header__link:hover {
  color: #97BA39;
}

.header__link:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-bottom: solid 1px #97BA39;
  left: -8px;
  top: 50%;
}

.header__links__item.is-active .header__link {
  color: #97BA39;
}
.header__links__item.is-active .header__link:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-bottom: solid 1px #97BA39;
  left: -8px;
  top: 50%;
}
.header__links__item.is-active .header__link:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  border-bottom: solid 1px #97BA39;
  left: -8px;
  top: 50%;
}

.header--dark {
  background: #18635C;
}
@media print, screen and (min-width: 64em) {
  .header--dark .header__link {
    color: #fff;
    position: relative;
  }
  .header--dark .header__link:hover {
    color: #97BA39;
    position: relative;
  }
  .header--dark .header__link:hover:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    border-bottom: solid 1px #97BA39;
    left: -8px;
    top: 50%;
  }
  .header--dark .menu__item .menu__link--first-level {
    color: #fff;
  }
  .header--dark .menu__item .menu__link--first-level:hover {
    color: #97BA39;
  }
  .header--dark .header__links__item.is-active .menu__link--first-level:before,
.header--dark .menu__item.is-active .menu__link--first-level:before {
    border-color: #fff;
  }
  .header--dark .header__search-button {
    background: #18635C;
  }
  .header--dark .header__search-button svg {
    fill: #fff;
  }
}

.search-block {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  height: 520px;
  background-color: rgba(255, 255, 255, 0.975);
  box-shadow: -2px 10px 24px 0 rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1100;
}
@media print, screen and (max-width: 44.99875em) {
  .search-block {
    height: 100%;
  }
}

.search-block.is-active {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.search-block__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .search-block__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .search-block__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .search-block__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.search-block__close-button {
  position: absolute;
  top: 80px;
  right: 94px;
  padding: 0;
  transition: all 0.3s;
  outline: none;
}
.search-block__close-button:hover {
  transform: rotateZ(90deg);
}
.search-block__close-button .icon {
  width: 32px;
  height: 32px;
}
.search-block__close-button .icon svg {
  fill: #97BA39;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .search-block__close-button {
    right: 62px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .search-block__close-button {
    right: 44px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .search-block__close-button {
    right: 32px;
  }
}

.search-block__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .search-block__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.search-block__suggestions {
  margin-top: 32px;
}

.search-block__suggestions__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 74.99875em) {
  .search-block__suggestions__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .search-block__suggestions__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.search-block__suggestions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  grid-row-gap: 16px;
  row-gap: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .search-block__suggestions__list {
    grid-template-columns: auto;
  }
}

.search-block__suggestion a {
  color: #474747;
}

.search-block__form__row {
  display: grid;
  grid-template-columns: auto 64px;
  grid-gap: 32px;
  gap: 32px;
  margin-bottom: 8px;
  align-items: center;
}
@media screen and (max-width: 63.99875em) {
  .search-block__form__row {
    grid-gap: 8px;
    gap: 8px;
  }
}

.search-block__form__input-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.search-block__form__input {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 1px #97BA39;
  padding: 8px;
  line-height: 1;
  outline: none;
}
@media print, screen and (max-width: 74.99875em) {
  .search-block__form__input {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .search-block__form__input {
    font-size: 13px;
    line-height: 24px;
  }
}

.search-block__form__input:focus {
  border-bottom: solid 2px #97BA39;
}

.search-block__form__input::-webkit-input-placeholder,
.search-block__form__input::-moz-placeholder,
.search-block__form__input:-ms-input-placeholder,
.search-block__form__input:-moz-placeholder {
  color: #A7A7A7;
}

.search-block__form__cancel-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  cursor: pointer;
  opacity: 0.8;
  background: #fff;
  border-radius: 50%;
}
.search-block__form__cancel-button:hover {
  opacity: 1;
}
.search-block__form__cancel-button i {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-block__form__cancel-button i svg {
  width: 20px;
  height: 20px;
  fill: #474747;
  position: static;
}
.search-block__form__cancel-button.is-hidden {
  display: none;
}

.search-block__type {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #97BA39;
  border: solid 1px #97BA39;
  border-radius: 20px;
  padding: 4px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  outline: none;
}
@media print, screen and (max-width: 74.99875em) {
  .search-block__type {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .search-block__type {
    font-size: 13px;
    line-height: 24px;
  }
}
.search-block__type:focus {
  box-shadow: 0 0 3px 1px rgba(151, 186, 57, 0.5);
}
.search-block__type:hover {
  background: #18635C;
  border: solid 1px #18635C;
  color: #fff;
}
.search-block__type.is-active {
  background: #97BA39;
  color: #fff;
}

.search-block__suggestion a:hover {
  color: #97BA39;
}

.language-switcher {
  align-self: center;
  position: relative;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher {
    background-color: transparent;
  }
}

.language-switcher__list {
  display: inline-block;
  list-style: none;
  margin: 0;
  z-index: 1;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__list {
    background-color: transparent;
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    transform: translateY(-20px);
    transition: transform 0.2s ease-in-out, opacity 0.1s ease-out;
  }
}

.language-switcher__top-link {
  background-color: grey;
  border-radius: 15px;
  color: black;
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  position: relative;
  transition: color 0.2s ease, background-color 0.2s ease;
  text-align: center;
  width: 50px;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__top-link {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 5px 30px 5px 10px;
    text-align: left;
    width: auto;
  }
  .language-switcher__top-link::before {
    content: ">";
    position: absolute;
    left: 40px;
    transform: rotate(0) translateY(-1px);
    transition: transform 0.1s ease;
  }
  .language-switcher__top-link:hover, .language-switcher__top-link:focus {
    color: blue;
    outline: none;
  }
}
.language-switcher:hover .language-switcher__top-link::before, .language-switcher[focus-within] .language-switcher__top-link::before, .language-switcher__top-link:focus::before {
  transform: rotate(90deg) translateY(-1px);
}
.language-switcher:hover .language-switcher__top-link::before, .language-switcher:focus-within .language-switcher__top-link::before, .language-switcher__top-link:focus::before {
  transform: rotate(90deg) translateY(-1px);
}

.language-switcher__item {
  display: inline-block;
  margin: 0 -8px;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__item {
    display: block;
    margin: 0;
  }
}

.language-switcher__link {
  color: black;
  border-radius: 15px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
  transition: color 0.2s ease;
  width: 50px;
}
.language-switcher__link:focus, .language-switcher__link:hover {
  color: blue;
  outline: none;
}
@media print, screen and (min-width: 1000px) {
  .language-switcher__link {
    border-radius: 0;
    display: block;
    text-align: left;
    padding: 5px 30px 5px 10px;
    width: auto;
  }
}

.language-switcher:hover .language-switcher__list,
.language-switcher .language-switcher__top-link:focus + .language-switcher__list,
.language-switcher__list[focus-within] {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

.language-switcher:hover .language-switcher__list,
.language-switcher .language-switcher__top-link:focus + .language-switcher__list,
.language-switcher__list:focus-within {
  height: auto;
  transform: translate(0);
  opacity: 1;
  z-index: 1;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-spinner {
  padding: 32px;
  text-align: center;
}

.loading-spinner__spinner {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.loading-spinner__spinner:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px;
  border-radius: 50%;
  border: 5px solid #97BA39;
  border-color: #97BA39 transparent #97BA39 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 66px;
  margin-right: auto;
  padding: 16px;
  margin-bottom: 64px;
  margin-top: 80px;
  max-width: 900px;
  min-width: auto;
  margin-left: auto;
}
@media screen and (max-width: 63.99875em) {
  .load-more-button {
    margin-bottom: 48px;
    margin-top: 48px;
  }
}

.load-more-button__spinner {
  display: none;
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
.load-more-button__spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.load-more-button.is-loading {
  opacity: 0.6;
}
.load-more-button.is-loading .load-more-button__spinner {
  display: inline-block;
}

@keyframes placeholder-shimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.loading-text {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholder-shimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.loading-text--medium {
  height: 40px;
}

.loading-text--width-1 {
  width: 16px;
}

.loading-text--width-2 {
  width: 32px;
}

.loading-text--width-10 {
  width: 160px;
}

.loading-text--margin-1 {
  margin-right: 16px;
  margin-left: 16px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 8px 16px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #97BA39;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #97BA39;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .menu {
    display: block;
    padding: 8px 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .menu {
    padding: 8px 16px;
  }
}

.menu__item {
  display: block;
}

.menu__item--first-level {
  margin-left: 32px;
}
@media print, screen and (max-width: 98.12375em) {
  .menu__item--first-level {
    margin-left: 16px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .menu__item--first-level {
    margin-left: 10px;
  }
}
@media screen and (max-width: 63.99875em) {
  .menu__item--first-level {
    margin: 8px 0;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .menu__item--first-level {
    margin: 2px 0;
  }
}

.menu__link--first-level {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  padding-right: 16px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .menu__link--first-level {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .menu__link--first-level {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .menu__link--first-level {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 63.99875em) {
  .menu__link--first-level {
    display: block;
    padding: 8px 16px 8px 0;
    font-size: 20px;
    line-height: 32px;
  }
}

.menu__link--first-level > .menu__link__caret {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  transition: transform 0.3s;
}
@media screen and (max-width: 63.99875em) {
  .menu__link--first-level > .menu__link__caret {
    display: block;
  }
}

.menu__link--first-level i {
  width: 12px;
  margin-right: 8px;
}

.menu__link--first-level i svg {
  fill: #474747;
}

.menu__item--first-level.is-open .menu__link--first-level > .menu__link__caret {
  transform: rotateZ(90deg);
}

.menu__link--first-level:hover {
  color: #97BA39;
}
.menu__link--first-level:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  border-bottom: solid 2px #97BA39;
  left: -4px;
  top: calc(50% - 1px);
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .menu__link--first-level:hover:before {
    left: -6px;
    width: 10px;
    top: calc(50%);
  }
}
@media screen and (max-width: 63.99875em) {
  .menu__link--first-level:hover:before {
    left: -16px;
  }
}

.menu__item--first-level.is-active .menu__link--first-level {
  color: #97BA39;
}
.menu__item--first-level.is-active .menu__link--first-level:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  border-bottom: solid 2px #97BA39;
  left: -4px;
  top: calc(50% - 1px);
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .menu__item--first-level.is-active .menu__link--first-level:before {
    left: -6px;
    width: 10px;
    top: calc(50%);
  }
}
@media screen and (max-width: 63.99875em) {
  .menu__item--first-level.is-active .menu__link--first-level:before {
    left: -16px;
  }
}

.menu__item--highlighted a.menu__link {
  color: #fff;
  background: #97BA39;
  text-transform: uppercase;
}
@media screen and (max-width: 63.99875em) {
  .menu__item--highlighted a.menu__link {
    padding: 8px 16px;
    display: inline-block;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .menu__item--highlighted a.menu__link {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.menu__item--highlighted.is-active a.menu__link,
.menu__item--highlighted a.menu__link:hover {
  color: #fff;
  background: #18635C;
  transition: background 0.3s ease-in-out;
}
.menu__item--highlighted.is-active a.menu__link i svg,
.menu__item--highlighted a.menu__link i svg {
  fill: #fff;
}
.menu__item--highlighted .menu__link--first-level:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  border-bottom: solid 2px #97BA39;
  left: -4px;
  top: calc(50% - 1px);
  transition: all 0.3s ease;
  transition-delay: 0.25s;
  opacity: 0;
}
@media screen and (max-width: 63.99875em) {
  .menu__item--highlighted .menu__link--first-level:before {
    left: -16px;
  }
}
.menu__item--highlighted .menu__link--first-level:hover:before {
  opacity: 1;
}

.menu__dropdown-wrapper {
  display: none;
  z-index: 1500;
}
@media print, screen and (min-width: 64em) {
  .menu__dropdown-wrapper {
    top: calc(100% - 40px);
    padding-top: 40px;
    position: absolute;
    left: 100px;
    right: 100px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .menu__dropdown-wrapper {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .menu__dropdown-wrapper {
    position: relative;
  }
}

.menu__dropdown__image {
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  left: 350px;
  height: calc(100% - 40px);
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 350px);
}
@media screen and (max-width: 63.99875em) {
  .menu__dropdown__image {
    display: none;
  }
}

.menu__dropdown {
  background: #fff;
  text-align: left;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .menu__dropdown {
    box-shadow: -2px 10px 24px 0 rgba(0, 0, 0, 0.1);
    min-height: 290px;
  }
  .menu__dropdown:before {
    content: "";
    display: block;
    position: absolute;
    background: #f4f4f4;
    left: 0;
    width: 350px;
    height: 100%;
    z-index: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .menu__item--first-level:hover .menu__dropdown-wrapper {
    display: block;
  }
}

@media screen and (max-width: 63.99875em) {
  .menu__item--first-level.is-open .menu__dropdown-wrapper {
    padding-top: 0;
    top: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .menu__item--second-level:first-child {
    padding-top: 24px;
  }
}

@media print, screen and (min-width: 64em) {
  .menu__item--second-level:last-child {
    padding-bottom: 24px;
  }
}

.menu__link--second-level {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  color: #474747;
  padding: 8px 32px 8px 0;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .menu__link--second-level {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .menu__link--second-level {
    font-size: 13px;
    line-height: 24px;
  }
}
.menu__link--second-level:hover {
  color: #97BA39;
}
@media print, screen and (min-width: 64em) {
  .menu__link--second-level {
    width: 350px;
    padding: 8px 32px;
  }
}
@media screen and (max-width: 63.99875em) {
  .menu__link--second-level {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.menu__item--second-level .menu__link__caret {
  width: 8px;
  height: 15px;
  position: absolute;
  right: 0;
  z-index: 4;
  top: 50%;
  margin-top: -7.5px;
  transition: transform 0.3s;
}
@media print, screen and (min-width: 64em) {
  .menu__item--second-level .menu__link__caret {
    right: 40px;
  }
}
@media screen and (max-width: 63.99875em) {
  .menu__item--second-level .menu__link__caret {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 0 16px;
  }
}

@media screen and (max-width: 63.99875em) {
  .menu__item--second-level.is-open .menu__link__caret {
    transform: rotateZ(90deg);
  }
}

.menu__item--second-level.is-open .menu__link--second-level {
  color: #97BA39;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .menu__item--second-level.is-open .menu__link--second-level .icon {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  .menu__item--second-level.is-open .menu__link--second-level:after {
    content: "";
    display: block;
    position: absolute;
    width: 96px;
    height: 1px;
    border-bottom: solid 1px #97BA39;
    top: 50%;
    left: calc(100% - 48px);
    z-index: 2;
  }
}

.menu__dropdown__dropdown {
  display: none;
  grid-template-columns: repeat(2, 268px);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
}
@media print, screen and (min-width: 64em) {
  .menu__dropdown__dropdown {
    position: absolute;
    left: 350px;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    padding: 32px 32px 32px 80px;
    z-index: 1;
  }
  .menu__item--second-level.is-open .menu__dropdown__dropdown {
    display: grid;
  }
}

.menu__dropdown__submenu-image {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 350px;
  height: calc(100%);
  -o-object-fit: cover;
  object-fit: cover;
  width: calc(100% - 350px);
  z-index: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.menu__item--second-level.is-open .menu__dropdown__submenu-image {
  opacity: 1;
}
@media screen and (max-width: 63.99875em) {
  .menu__dropdown__submenu-image {
    display: none;
  }
}

.menu__link--third-level {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  position: relative;
  margin-bottom: 16px;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .menu__link--third-level {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .menu__link--third-level {
    font-size: 13px;
    line-height: 24px;
  }
}
.menu__link--third-level:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  border-bottom: solid 1px #97BA39;
  top: 50%;
  left: 0;
  z-index: 2;
  display: none;
}
.menu__item--third-level.is-active .menu__link--third-level, .menu__link--third-level:hover {
  color: #97BA39;
}
.menu__item--third-level.is-active .menu__link--third-level:before, .menu__link--third-level:hover:before {
  display: block;
}
@media screen and (max-width: 63.99875em) {
  .menu__link--third-level {
    padding: 8px 32px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .menu__link--third-level:before {
    left: -16px;
  }
}

.menu-toggle,
.menu-toggle.hamburger {
  display: none;
  outline: none;
  margin-top: -16px;
  padding-right: 0;
}
.menu-toggle:hover,
.menu-toggle.hamburger:hover {
  cursor: pointer;
}
.menu-toggle::after,
.menu-toggle.hamburger::after {
  content: "";
  background-color: black;
  height: 2px;
  width: 25px;
}
.menu-toggle.is-active,
.menu-toggle.hamburger.is-active {
  z-index: 1500;
  position: fixed;
  top: 32px;
  right: 24px;
}
@media print, screen and (max-width: 29.99875em) {
  .menu-toggle.is-active,
.menu-toggle.hamburger.is-active {
    right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .menu-toggle,
.menu-toggle.hamburger {
    display: inline-block;
  }
}

.menu__close-button {
  display: none;
  position: fixed;
  top: 35px;
  right: 25px;
  height: 30px;
  width: 40px;
}
.menu__close-button:hover {
  cursor: pointer;
}
@media screen and (max-width: 63.99875em) {
  .menu__close-button {
    display: block;
  }
}
.menu__close-button::after, .menu__close-button::before {
  content: "";
  background-color: black;
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  width: 38px;
}
.menu__close-button::after {
  transform-origin: bottom left;
  transform: rotate(45deg);
}
.menu__close-button::before {
  transform-origin: bottom right;
  transform: translateX(-10px) rotate(-45deg);
}

.post-archive:not(.post-archive--in-block) {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .post-archive:not(.post-archive--in-block) {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .post-archive:not(.post-archive--in-block) {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-archive:not(.post-archive--in-block) {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-archive:not(.post-archive--in-block) {
    margin-bottom: 80px;
  }
}
.post-archive:not(.post-archive--in-block).mb-1 {
  margin-bottom: 8px;
}
.post-archive:not(.post-archive--in-block).mb-2 {
  margin-bottom: 16px;
}
.post-archive:not(.post-archive--in-block).mb-3 {
  margin-bottom: 24px;
}
.post-archive:not(.post-archive--in-block).mb-4 {
  margin-bottom: 32px;
}
.post-archive:not(.post-archive--in-block).mb-5 {
  margin-bottom: 40px;
}
.post-archive:not(.post-archive--in-block).mb-6 {
  margin-bottom: 48px;
}
.post-archive:not(.post-archive--in-block).mb-7 {
  margin-bottom: 56px;
}
.post-archive:not(.post-archive--in-block).mb-8 {
  margin-bottom: 64px;
}
.post-archive:not(.post-archive--in-block).mb-9 {
  margin-bottom: 72px;
}
.post-archive:not(.post-archive--in-block).mb-10 {
  margin-bottom: 80px;
}
.post-archive:not(.post-archive--in-block).mb-11 {
  margin-bottom: 88px;
}
.post-archive:not(.post-archive--in-block).mb-12 {
  margin-bottom: 96px;
}
.post-archive:not(.post-archive--in-block).mb-13 {
  margin-bottom: 104px;
}
.post-archive:not(.post-archive--in-block).mb-14 {
  margin-bottom: 112px;
}
.post-archive:not(.post-archive--in-block).mb-15 {
  margin-bottom: 120px;
}
.post-archive:not(.post-archive--in-block).mt-1 {
  margin-top: 8px;
}
.post-archive:not(.post-archive--in-block).mt-2 {
  margin-top: 16px;
}
.post-archive:not(.post-archive--in-block).mt-3 {
  margin-top: 24px;
}
.post-archive:not(.post-archive--in-block).mt-4 {
  margin-top: 32px;
}
.post-archive:not(.post-archive--in-block).mt-5 {
  margin-top: 40px;
}
.post-archive:not(.post-archive--in-block).mt-6 {
  margin-top: 48px;
}
.post-archive:not(.post-archive--in-block).mt-7 {
  margin-top: 56px;
}
.post-archive:not(.post-archive--in-block).mt-8 {
  margin-top: 64px;
}
.post-archive:not(.post-archive--in-block).mt-9 {
  margin-top: 72px;
}
.post-archive:not(.post-archive--in-block).mt-10 {
  margin-top: 80px;
}
.post-archive:not(.post-archive--in-block).mt-11 {
  margin-top: 88px;
}
.post-archive:not(.post-archive--in-block).mt-12 {
  margin-top: 96px;
}
.post-archive:not(.post-archive--in-block).mt-13 {
  margin-top: 104px;
}
.post-archive:not(.post-archive--in-block).mt-14 {
  margin-top: 112px;
}
.post-archive:not(.post-archive--in-block).mt-15 {
  margin-top: 120px;
}

.post-archive--news .post-teaser__image:hover:before {
  background: none;
}

.post-archive__inner {
  margin-top: 32px;
  margin-bottom: 32px;
}

.post-archive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-gap: 32px;
}
@media screen and (max-width: 63.99875em) {
  .post-archive__grid {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-archive__grid {
    grid-template-columns: 1fr;
  }
}

.post-archive__grid--buet {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.post-archive__grid--brochures {
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 29.99875em) {
  .post-archive__grid--brochures {
    grid-template-columns: 1fr;
  }
}

.post-archive__no-results-message,
.post-archive__group-title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 16px;
  gap: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .post-archive__no-results-message,
.post-archive__group-title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .post-archive__no-results-message:before,
.post-archive__group-title:before {
    content: "";
    display: block;
    width: 32px;
    height: 0;
    border-bottom: 1px solid #B5B5B5;
  }
}

.post-archive__group--documents {
  margin-bottom: 80px;
}
.post-archive__group--documents .post-archive__group-title {
  margin-bottom: 32px;
}
.post-archive__group--documents .post-archive__group-title:before {
  display: none;
}
.post-archive__group--documents .post-teaser__content:hover {
  background: #97BA39;
}
.post-archive__group--documents .post-teaser__content:hover .post-teaser__date {
  color: #fff;
}
.post-archive__group--documents .post-teaser__content:hover .post-teaser__title {
  color: #fff;
}
.post-archive__group--documents .post-teaser__content:hover .post-teaser__title svg {
  fill: #fff;
}

.post-archive__group--reglements-communaux {
  padding: 48px;
  background: #18635C;
}
.post-archive__group--reglements-communaux .post-archive__group-title {
  color: #fff;
  margin-top: 0;
}

.post-archive__group--events .post-archive__group-title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 32px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .post-archive__group--events .post-archive__group-title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .post-archive__group--events .post-archive__group-title {
    margin-bottom: 16px;
  }
  .post-archive__group--events .post-archive__group-title:before {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .post-archive__group--events .post-archive__group-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 94px;
    height: 0;
    left: -120px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.post-archive__group--events .post-archive__grid {
  padding: 32px 0;
  grid-gap: 64px;
  gap: 64px;
  margin-bottom: 48px;
  grid-template-columns: 1fr 1fr;
}
@media print, screen and (max-width: 98.12375em) {
  .post-archive__group--events .post-archive__grid {
    padding: 16px 0;
    grid-gap: 32px;
    gap: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-archive__group--events .post-archive__grid {
    grid-template-columns: 1fr;
  }
}

.post-archive--dark-background .post-archive__no-results {
  color: #fff;
}

.post-header {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
  margin-bottom: 32px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .post-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .post-header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .post-header {
    margin-top: 32px;
    margin-bottom: 16px;
  }
}

.post-header__back__link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-top: 20px;
  padding-left: 40px;
  position: relative;
  color: #97BA39;
}
@media print, screen and (max-width: 74.99875em) {
  .post-header__back__link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-header__back__link {
    font-size: 13px;
    line-height: 24px;
  }
}
.post-header__back__link i {
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.post-header__back__link svg {
  fill: #97BA39;
}
.post-header__back__link:hover {
  color: #18635C;
}
.post-header__back__link:hover svg {
  fill: #18635C;
}

.post-header__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  margin-top: 8px;
  margin-bottom: 0;
  max-width: 1060px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .post-header__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-header__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .post-header__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 94px;
    height: 44px;
    left: -120px;
    border-bottom: 1px solid #B5B5B5;
  }
}

.post-header__meta {
  margin-top: 32px;
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .post-header__meta {
    margin-top: 16px;
  }
}

.post-header__category {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #97BA39;
}
@media print, screen and (max-width: 44.99875em) {
  .post-header__category {
    font-size: 12px;
    line-height: 18px;
  }
}

.post-header__sharing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.post-header__sharing:before {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  border-left: solid 1px #474747;
  margin-right: 16px;
  margin-left: 16px;
}

.post-header__sharing:first-child:before {
  display: none;
}

.post-sharer {
  display: flex;
}

.post-sharer__item {
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.post-sharer__item:first-child {
  padding-left: 0;
}

.post-sharer__item-button {
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  color: #18635C;
}

.post-sharer__icon {
  width: 24px;
  height: 24px;
}
.post-sharer__icon svg {
  fill: #18635C;
}
.post-sharer__icon:hover svg {
  fill: #97BA39;
}

.post-header__search-container {
  max-width: 640px;
  margin-bottom: 80px;
}
@media screen and (max-width: 63.99875em) {
  .post-header__search-container {
    margin-bottom: 48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-header__search-container {
    margin-bottom: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-header__search-container {
    margin-bottom: 16px;
  }
}
.post-header__search-container .search-block__types {
  margin-top: 16px;
}
.post-header__search-container .search-block__type {
  border-radius: 25px;
}
.post-header__title + .post-header__search-container {
  margin-top: 48px;
}

.post-header--in-block {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 16px;
}

.post-header--in-archives .post-header__title {
  margin-bottom: 48px;
}

.post-header--with-filters .post-header__search-container {
  margin-top: 32px;
  margin-bottom: 0;
}

.post-teaser__content {
  display: block;
}

.post-teaser--featured {
  position: relative;
  padding-top: 40%;
  padding-left: 16%;
}
@media screen and (max-width: 63.99875em) {
  .post-teaser--featured {
    padding-top: 36%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.post-teaser__box-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.post-teaser__category {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  position: relative;
  margin-top: 8px;
  display: inline-block;
  cursor: pointer;
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser__category {
    font-size: 12px;
    line-height: 18px;
  }
}
.post-teaser__category:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: solid 1px #979797;
  margin-top: 10px;
}
.post-teaser__category:hover {
  color: #18635C;
}

.post-teaser__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 24px;
  margin-bottom: 5px;
  position: relative;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .post-teaser__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.post-teaser__title a {
  color: #474747;
}

.post-teaser__content {
  z-index: 1;
  background: #fff;
  position: relative;
  padding: 20px 66px;
}
@media print, screen and (max-width: 74.99875em) {
  .post-teaser__content {
    padding: 16px 32px;
  }
}

.post-teaser__content--featured {
  padding: 24px 44px;
}
.post-teaser__content--featured .read-more-link:hover {
  color: #18635C;
}
.post-teaser__content--featured .read-more-link:hover svg {
  color: #18635C;
  fill: #18635C;
}
.post-teaser__content--featured .read-more-link:hover .read-more-link__icon-wrap:before {
  border-bottom: solid 2px #18635C;
}
@media print, screen and (max-width: 74.99875em) {
  .post-teaser__content--featured {
    padding: 24px 32px;
  }
}
.post-teaser__image {
  position: relative;
  padding-top: 56.94%;
  overflow: hidden;
  display: block;
}
.post-teaser__image .post-teaser__image__text {
  display: none;
}
.post-teaser__image i {
  display: none;
}
.post-teaser__image:hover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: #18635C;
  z-index: 1;
}

.post-teaser__image:hover .post-teaser__image__text {
  display: block;
  z-index: 2;
}
.post-teaser__image:hover i {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 51%;
  left: 65%;
  z-index: 1;
  fill: #fff;
}

.post-teaser__image--featured {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 116px);
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .post-teaser__image--featured {
    width: calc(100% - 16%);
  }
}
@media screen and (max-width: 63.99875em) {
  .post-teaser__image--featured {
    width: 100%;
  }
}

.post-teaser__image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-teaser__image__text {
  display: none;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  color: #fff;
}

.post-teaser__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  position: relative;
  color: #6F6F6F;
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser__date {
    font-size: 12px;
    line-height: 18px;
  }
}

.post-teaser__read-more-link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-top: 20px;
  padding-right: 40px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .post-teaser__read-more-link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser__read-more-link {
    font-size: 13px;
    line-height: 24px;
  }
}
.post-teaser__read-more-link:after {
  content: "";
  display: block;
  width: 21px;
  height: 100%;
  background: url(svg/arrow-right-green.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.post-teaser__read-more-link:hover {
  color: #18635C;
}

.post-teaser--sticky {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 54%;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 63.99875em) {
  .post-teaser--sticky {
    padding-top: 40vw;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser--sticky {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-teaser--sticky {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.post-teaser--sticky .post-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(54% + 64px);
  padding: 0;
  height: 100%;
  overflow: visible;
}
.post-teaser--sticky .post-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 63.99875em) {
  .post-teaser--sticky .post-teaser__image {
    height: calc(40vw + 64px);
    width: 100%;
  }
}
.post-teaser--sticky .post-teaser__category {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  min-width: 208px;
  padding: 10px;
  position: absolute;
  top: 72px;
  left: -72px;
  background: #fff;
  color: #97BA39;
  display: inline-block;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  .post-teaser--sticky .post-teaser__category {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser--sticky .post-teaser__category {
    font-size: 13px;
    line-height: 24px;
  }
}
.post-teaser--sticky .post-teaser__category:after {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .post-teaser--sticky .post-teaser__category {
    top: 16px;
    left: -48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser--sticky .post-teaser__category {
    left: -32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-teaser--sticky .post-teaser__category {
    left: -16px;
  }
}
.post-teaser--sticky .post-teaser__content {
  background-color: rgba(244, 244, 244, 0.95);
  padding: 64px;
}
@media screen and (max-width: 63.99875em) {
  .post-teaser--sticky .post-teaser__content {
    padding: 32px;
  }
}
.post-teaser--sticky .post-teaser__date {
  margin-bottom: 32px;
}

.post-teaser--grid-item {
  padding-top: 180px;
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}
.post-teaser--grid-item .post-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
}
.post-teaser--grid-item .post-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-teaser--grid-item .post-teaser__content {
  background-color: rgba(244, 244, 244, 0.97);
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 18px 32px;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser--grid-item .post-teaser__content {
    min-height: auto;
  }
}
.post-teaser--grid-item:hover .post-teaser__content {
  transform: scale(1.06);
}
.post-teaser--grid-item .post-teaser__date {
  flex: 1;
}
.post-teaser--grid-item .post-teaser__category {
  color: #97BA39;
}
.post-teaser--grid-item .post-teaser__category:after {
  border-color: #B5B5B5;
}

.post-teaser--document {
  padding: 0;
  margin: 0;
}
.post-teaser--document .post-teaser__content {
  background-color: rgba(244, 244, 244, 0.97);
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  min-height: 110px;
  height: 100%;
  position: relative;
}
.post-teaser--document .post-teaser__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: flex-start;
  color: #97BA39;
  margin-top: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .post-teaser--document .post-teaser__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-teaser--document .post-teaser__title {
    font-size: 13px;
    line-height: 24px;
  }
}
.post-teaser--document .post-teaser__title .icon {
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
  height: 26px;
  margin-top: 4px;
  margin-right: 12px;
}
.post-teaser--document .post-teaser__title .icon svg {
  fill: #97BA39;
}
.post-teaser--document .post-teaser__title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-teaser--buet .post-teaser__content {
  padding: 0;
}
.post-teaser--buet .post-teaser__image {
  padding-top: 112.24%;
  background: #34766F;
}
.post-teaser--buet .post-teaser__title {
  position: relative;
  margin-top: 16px;
}
.post-teaser--buet .post-teaser__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: solid 1px #B5B5B5;
  margin-top: 10px;
  margin-bottom: 8px;
}
.post-teaser--buet .post-teaser__date {
  color: #97BA39;
}

.post-teaser--gallery .post-teaser__content {
  padding: 0 0 16px;
}
.post-teaser--gallery .post-teaser__meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 4px;
}
.post-teaser--gallery .post-teaser__date {
  line-height: 1.2;
}
.post-teaser--gallery .post-teaser__category {
  color: #97BA39;
  margin: 0 0 0 8px;
  border-left: solid 1px #ccc;
  padding-left: 8px;
  line-height: 1.2;
}
.post-teaser--gallery .post-teaser__category:after {
  display: none;
}
.post-teaser--gallery .post-teaser__category:hover {
  color: #18635C;
}

.post-teaser--in-carousel {
  width: 420px;
}
.post-teaser--in-carousel .post-teaser__content {
  padding: 16px 32px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.post-teaser--in-carousel .post-teaser__date {
  flex: 1;
}
@media print, screen and (max-width: 29.99875em) {
  .post-teaser--in-carousel {
    width: 300px;
  }
}

.post-teaser--in-search {
  box-shadow: -2px 10px 24px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}
.post-teaser--in-search .post-teaser__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.post-teaser--in-search .post-teaser__content {
  padding: 16px 16px 32px;
}

.read-more-link:hover {
  color: #18635C;
}
.read-more-link:hover svg {
  color: #18635C;
  fill: #18635C;
}
.read-more-link:hover .read-more-link__icon-wrap:before {
  border-bottom: solid 2px #18635C;
}

.project-teaser__card {
  width: 100%;
  max-width: 400px;
  position: relative;
}

.project-teaser__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 32%;
  right: -18px;
  background: #97BA39;
  color: #fff;
  fill: #fff;
  z-index: 10;
}
.project-teaser:hover .project-teaser__icon {
  background: #fff;
}
.project-teaser__icon .project-teaser__dots {
  width: 20px;
  display: inline-block;
}
.project-teaser__icon .project-teaser__dots svg {
  fill: #fff;
}
.project-teaser:hover .project-teaser__icon .project-teaser__dots {
  display: none;
}
.project-teaser__icon .project-teaser__arrow {
  width: 20px;
  display: none;
}
.project-teaser__icon .project-teaser__arrow svg {
  fill: #97BA39;
}
.project-teaser:hover .project-teaser__icon .project-teaser__arrow {
  display: inline-block;
}

.project-teaser__photo-wrapper {
  position: relative;
  padding-top: 127.5%;
  overflow: hidden;
  display: block;
}

.project-teaser__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-teaser__content {
  width: 100%;
  min-height: 80px;
  padding: 16px 0;
  position: relative;
  display: block;
}

.project-teaser__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
}
@media print, screen and (max-width: 44.99875em) {
  .project-teaser__title {
    font-size: 12px;
    line-height: 18px;
  }
}

.project-teaser--in-carousel {
  width: 400px;
}
@media print, screen and (max-width: 44.99875em) {
  .project-teaser--in-carousel {
    width: 300px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .project-teaser--in-carousel {
    width: 260px;
  }
}

.project-teaser--in-archives {
  width: 400px;
  margin-right: 64px;
  margin-bottom: 64px;
}

.project-teaser--with-bg .project-teaser__photo {
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.1);
}
.project-teaser--with-bg .project-teaser__content {
  background: #fff;
  padding: 16px;
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.1);
}

.read-more-link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding-right: 40px;
}
@media print, screen and (max-width: 74.99875em) {
  .read-more-link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .read-more-link {
    font-size: 13px;
    line-height: 24px;
  }
}

.read-more-link__icon-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.read-more-link__icon-wrap:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  border-bottom: solid 2px #97BA39;
  top: calc(50% - 1px);
  right: 2px;
  transition: width 0.3s ease-in-out;
}

.read-more-link__icon {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}
.read-more-link__icon svg {
  fill: #97BA39;
}

.read-more-link:hover .read-more-link__icon-wrap {
  transform: translateX(10px);
}
.read-more-link:hover .read-more-link__icon-wrap:before {
  width: 30px;
}

#frontpage-ribbon {
  position: fixed;
  width: 150px;
  display: block;
  line-height: 0;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.27);
  left: auto;
  right: 0;
  top: 200px;
  z-index: 99;
}

.search-results__results {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .search-results__results {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .search-results__results {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .search-results__results {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.search-results__group {
  margin-bottom: 80px;
}

.search-results__group-title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .search-results__group-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.search-results__group-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px #979797;
  margin-top: 10px;
}

.search-results__group-results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}
@media screen and (max-width: 63.99875em) {
  .search-results__group-results {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}

.search-results__group-results--events,
.search-results__group-results--galleries,
.search-results__group-results--videos,
.search-results__group-results--buet,
.search-results__group-results--brochures,
.search-results__group-results--news {
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
@media print, screen and (max-width: 44.99875em) {
  .search-results__group-results--events,
.search-results__group-results--galleries,
.search-results__group-results--videos,
.search-results__group-results--buet,
.search-results__group-results--brochures,
.search-results__group-results--news {
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .search-results__group-results--events,
.search-results__group-results--galleries,
.search-results__group-results--videos,
.search-results__group-results--buet,
.search-results__group-results--brochures,
.search-results__group-results--news {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}

.pagination-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-bottom: 80px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .pagination-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .pagination-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .pagination-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .pagination-block {
    display: none;
  }
}

.pagination-block--small {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .pagination-block--small {
    display: block;
  }
  .pagination-block--small .pagination li span.page-number.page-numbers.current {
    margin: 0 18px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination__element--hideable {
  display: none;
}

.pagination li a,
.pagination li span,
.pagination li button {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .pagination li a,
.pagination li span,
.pagination li button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .pagination li a,
.pagination li span,
.pagination li button {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .pagination li a,
.pagination li span,
.pagination li button {
    margin-left: 1px;
    margin-right: 1px;
  }
}

.pagination li.disabled a,
.pagination li.disabled span,
.pagination li span.dots,
.pagination li.disabled button {
  color: #474747;
  opacity: 0.5;
}

.page-number.page-numbers {
  opacity: 0.6;
}

.pagination li span.page-number.page-numbers.current {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #97BA39;
  position: relative;
  text-align: center;
  font-size: 16px;
}
.pagination li span.page-number.page-numbers.current:after {
  position: absolute;
  top: 32px;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  border-bottom: solid 3px #97BA39;
}
@media screen and (max-width: 63.99875em) {
  .pagination li span.page-number.page-numbers.current {
    margin-left: 12px;
    margin-right: 12px;
  }
}

.prev.btn,
.next.btn {
  background-color: #97BA39;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 8px;
  margin-right: 8px;
}

.prev__btn__caret,
.next__btn__caret {
  fill: #fff;
  color: #fff;
  width: 12px;
  height: 21px;
  opacity: 1;
}

.prev__btn__caret {
  transform: rotate(180deg);
}

.prev.btn.disabled,
.next.btn.disabled {
  background: none;
}
.prev.btn.disabled .prev__btn__caret,
.prev.btn.disabled .next__btn__caret,
.next.btn.disabled .prev__btn__caret,
.next.btn.disabled .next__btn__caret {
  fill: #97BA39;
  color: #97BA39;
  opacity: 0.7;
}

.first__btn__caret,
.last__btn__caret {
  fill: #97BA39;
  color: #97BA39;
  width: 19px;
  height: 20px;
  opacity: 1;
}

.first.btn.disabled .first__btn__caret,
.first.btn.disabled .last__btn__caret,
.last.btn.disabled .first__btn__caret,
.last.btn.disabled .last__btn__caret {
  opacity: 0.7;
}

.pagination__reference {
  font-size: 13px;
  line-height: 24px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6F6F6F;
  letter-spacing: 0.9px;
  margin-top: 22px;
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (max-width: 44.99875em) {
  .pagination__reference {
    font-size: 12px;
    line-height: 18px;
  }
}

.search-results-empty {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .search-results-empty {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .search-results-empty {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .search-results-empty {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .search-results-empty {
    margin-bottom: 80px;
  }
}
.search-results-empty.mb-1 {
  margin-bottom: 8px;
}
.search-results-empty.mb-2 {
  margin-bottom: 16px;
}
.search-results-empty.mb-3 {
  margin-bottom: 24px;
}
.search-results-empty.mb-4 {
  margin-bottom: 32px;
}
.search-results-empty.mb-5 {
  margin-bottom: 40px;
}
.search-results-empty.mb-6 {
  margin-bottom: 48px;
}
.search-results-empty.mb-7 {
  margin-bottom: 56px;
}
.search-results-empty.mb-8 {
  margin-bottom: 64px;
}
.search-results-empty.mb-9 {
  margin-bottom: 72px;
}
.search-results-empty.mb-10 {
  margin-bottom: 80px;
}
.search-results-empty.mb-11 {
  margin-bottom: 88px;
}
.search-results-empty.mb-12 {
  margin-bottom: 96px;
}
.search-results-empty.mb-13 {
  margin-bottom: 104px;
}
.search-results-empty.mb-14 {
  margin-bottom: 112px;
}
.search-results-empty.mb-15 {
  margin-bottom: 120px;
}
.search-results-empty.mt-1 {
  margin-top: 8px;
}
.search-results-empty.mt-2 {
  margin-top: 16px;
}
.search-results-empty.mt-3 {
  margin-top: 24px;
}
.search-results-empty.mt-4 {
  margin-top: 32px;
}
.search-results-empty.mt-5 {
  margin-top: 40px;
}
.search-results-empty.mt-6 {
  margin-top: 48px;
}
.search-results-empty.mt-7 {
  margin-top: 56px;
}
.search-results-empty.mt-8 {
  margin-top: 64px;
}
.search-results-empty.mt-9 {
  margin-top: 72px;
}
.search-results-empty.mt-10 {
  margin-top: 80px;
}
.search-results-empty.mt-11 {
  margin-top: 88px;
}
.search-results-empty.mt-12 {
  margin-top: 96px;
}
.search-results-empty.mt-13 {
  margin-top: 104px;
}
.search-results-empty.mt-14 {
  margin-top: 112px;
}
.search-results-empty.mt-15 {
  margin-top: 120px;
}

.search-results-empty--title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 44.99875em) {
  .search-results-empty--title {
    font-size: 24px;
    line-height: 43px;
  }
}

.search-results-empty--description {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 74.99875em) {
  .search-results-empty--description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .search-results-empty--description {
    font-size: 13px;
    line-height: 24px;
  }
}

.search-results-empty--links {
  padding: 48px;
  background: #18635C;
}

.search-results-empty--links-title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 0;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .search-results-empty--links-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .search-results-empty--links-title {
    font-size: 13px;
    line-height: 24px;
  }
}

.search-results-empty--links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 63.99875em) {
  .search-results-empty--links-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .search-results-empty--links-grid {
    grid-template-columns: 1fr;
  }
}

.search-results-empty--link {
  color: #fff;
}

.service-teaser {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: block;
  padding: 32px;
  color: #474747;
  background: #fff;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.service-teaser:hover {
  background: #97BA39;
  color: #fff;
  transform: scale(1.05);
}
@media print, screen and (max-width: 29.99875em) {
  .service-teaser {
    width: calc(100% - 12px);
    min-height: 240px;
  }
}

.service-teaser__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 44.99875em) {
  .service-teaser__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.service-teaser__title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-top: 8px;
  transition: width 0.15s ease-in-out, border-color 0.25s ease-in-out;
}
.service-teaser:hover .service-teaser__title:after {
  width: 100%;
  border-color: #fff;
}

.service-teaser__description {
  display: block;
}

.service-teaser__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  right: -12px;
  background: #97BA39;
}
.service-teaser:hover .service-teaser__icon {
  background: #fff;
}
.service-teaser__icon .service-teaser__dots {
  width: 20px;
  display: inline-block;
}
.service-teaser__icon .service-teaser__dots svg {
  fill: #fff;
}
.service-teaser:hover .service-teaser__icon .service-teaser__dots {
  display: none;
}
.service-teaser__icon .service-teaser__arrow {
  width: 20px;
  display: none;
}
.service-teaser__icon .service-teaser__arrow svg {
  fill: #97BA39;
}
.service-teaser:hover .service-teaser__icon .service-teaser__arrow {
  display: inline-block;
}

.service-teaser--secondary-bg {
  background: #18635C;
  color: #fff;
}

.service-teaser--secondary-bg .service-teaser__title:after {
  border-color: #fff;
}

.service-teaser--secondary-bg .service-teaser__icon {
  background: #fff;
  box-shadow: -2px 10px 24px 0 rgba(0, 0, 0, 0.1);
}

.service-teaser--secondary-bg .service-teaser__dots svg {
  fill: #97BA39;
}

.service-teaser--in-carousel {
  width: 400px;
}

.ss-wrapper {
  overflow: hidden;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}
.ss-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-right: solid 1px #979797;
  top: 0;
  right: 4px;
}

.ss-content {
  height: 100%;
  width: 100%;
  padding: 0 32px 0 0;
  position: relative;
  overflow: auto;
  box-sizing: border-box;
}

.ss-scroll {
  position: relative;
  background: #97BA39;
  width: 9px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.25s linear;
}

.ss-grabbed {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.tabs__nav {
  display: flex;
  position: relative;
  margin-bottom: 24px;
}

.tabs__nav__item {
  margin-right: 32px;
}

.tabs__nav__item__button {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
  display: block;
  padding: 0 0 8px;
  position: relative;
  outline: none;
}
@media print, screen and (max-width: 44.99875em) {
  .tabs__nav__item__button {
    font-size: 12px;
    line-height: 18px;
  }
}
.tabs__nav__item__button:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: solid 2px #97BA39;
  margin-top: 12px;
  transition: width 0.3s ease-in-out;
}
.tabs__nav__item__button:hover {
  color: #97BA39;
}

.tabs__nav__item__button.is-active {
  color: #97BA39;
}
.tabs__nav__item__button.is-active:after {
  width: 48px;
}

.tabs__content__pane {
  display: none;
}

.tabs__content__pane.is-active {
  display: block;
}

#trail-elevation-chart {
  position: relative;
  width: 100%;
}

#trail-map {
  width: 100%;
  height: 100%;
  z-index: 1;
}

@keyframes animation--fade-in-from-top {
  0% {
    opacity: 0;
    transform: translate(0px, -32px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
.transition--fade-enter-active,
.transition--fade-leave-active {
  transition: opacity 0.3s ease;
  transition-delay: calc(0.2s * var(--index));
}

.transition--fade-enter-from,
.transition--fade-leave-to {
  opacity: 0;
}

.video-teaser {
  position: relative;
  display: block;
}

.video-teaser__category {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
@media print, screen and (max-width: 44.99875em) {
  .video-teaser__category {
    font-size: 12px;
    line-height: 18px;
  }
}
.video-teaser__category:hover {
  color: #18635C;
  cursor: pointer;
}

.video-teaser__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 16px;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .video-teaser__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .video-teaser__title {
    font-size: 13px;
    line-height: 24px;
  }
}
.video-teaser__title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  border-bottom: solid 1px rgba(151, 186, 57, 0.35);
  margin-top: 8px;
  transition: width 0.15s ease-in-out, border-color 0.25s ease-in-out;
}

.video-teaser__title a {
  color: #474747;
}

.video-teaser__image {
  display: block;
  position: relative;
  padding-top: 58.66%;
}

.video-teaser__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.video-teaser__content {
  padding: 16px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.video-teaser__play-button {
  display: block;
  position: absolute;
  width: 27px;
  height: 34px;
  background: #18635C;
  color: #fff;
  top: 10px;
  left: -27px;
  transition: width 0.3s ease-in-out;
  overflow: hidden;
}
@media screen and (max-width: 63.99875em) {
  .video-teaser__play-button {
    left: -16px;
  }
}
.video-teaser__play-button i {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 14px;
  height: 18px;
}
.video-teaser__play-button svg {
  fill: #97BA39;
}
.video-teaser:hover .video-teaser__play-button {
  width: 90px;
}

.video-teaser__play-label {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  display: block;
  position: absolute;
  left: 32px;
  top: 5px;
}
@media print, screen and (max-width: 44.99875em) {
  .video-teaser__play-label {
    font-size: 12px;
    line-height: 18px;
  }
}

.video-teaser--with-bg {
  background: #fff;
  margin-bottom: 0;
}
.video-teaser--with-bg .video-teaser__content {
  padding: 16px 24px;
  min-height: 145px;
}
.video-teaser--with-bg .video-teaser__play-button {
  background: #f4f4f4;
  color: #97BA39;
}

.video-teaser--in-carousel {
  width: 400px;
}

.video-teaser--in-search {
  box-shadow: -2px 10px 24px 0 rgba(0, 0, 0, 0.1);
}
.video-teaser--in-search .video-teaser__title {
  margin-top: 0;
  margin-bottom: 16px;
}
.video-teaser--in-search .video-teaser__content {
  padding: 16px 16px 32px;
}

.wrap {
  max-width: 120rem;
  margin: 0 auto;
  width: 100%;
}

.fading-tooltip {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  background: #f4f4f4;
  padding: 8px 16px;
  border-radius: 8px;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  .fading-tooltip {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .fading-tooltip {
    font-size: 13px;
    line-height: 24px;
  }
}

.fading-tooltip:before {
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #f4f4f4;
  transform: translateX(-50%);
  position: absolute;
  content: " ";
  bottom: -8px;
  left: 50%;
  height: 0;
  width: 0;
}

.accordion-box {
  max-width: 90rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .accordion-box {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .accordion-box {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .accordion-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .accordion-box {
    margin-bottom: 80px;
  }
}
.accordion-box.mb-1 {
  margin-bottom: 8px;
}
.accordion-box.mb-2 {
  margin-bottom: 16px;
}
.accordion-box.mb-3 {
  margin-bottom: 24px;
}
.accordion-box.mb-4 {
  margin-bottom: 32px;
}
.accordion-box.mb-5 {
  margin-bottom: 40px;
}
.accordion-box.mb-6 {
  margin-bottom: 48px;
}
.accordion-box.mb-7 {
  margin-bottom: 56px;
}
.accordion-box.mb-8 {
  margin-bottom: 64px;
}
.accordion-box.mb-9 {
  margin-bottom: 72px;
}
.accordion-box.mb-10 {
  margin-bottom: 80px;
}
.accordion-box.mb-11 {
  margin-bottom: 88px;
}
.accordion-box.mb-12 {
  margin-bottom: 96px;
}
.accordion-box.mb-13 {
  margin-bottom: 104px;
}
.accordion-box.mb-14 {
  margin-bottom: 112px;
}
.accordion-box.mb-15 {
  margin-bottom: 120px;
}
.accordion-box.mt-1 {
  margin-top: 8px;
}
.accordion-box.mt-2 {
  margin-top: 16px;
}
.accordion-box.mt-3 {
  margin-top: 24px;
}
.accordion-box.mt-4 {
  margin-top: 32px;
}
.accordion-box.mt-5 {
  margin-top: 40px;
}
.accordion-box.mt-6 {
  margin-top: 48px;
}
.accordion-box.mt-7 {
  margin-top: 56px;
}
.accordion-box.mt-8 {
  margin-top: 64px;
}
.accordion-box.mt-9 {
  margin-top: 72px;
}
.accordion-box.mt-10 {
  margin-top: 80px;
}
.accordion-box.mt-11 {
  margin-top: 88px;
}
.accordion-box.mt-12 {
  margin-top: 96px;
}
.accordion-box.mt-13 {
  margin-top: 104px;
}
.accordion-box.mt-14 {
  margin-top: 112px;
}
.accordion-box.mt-15 {
  margin-top: 120px;
}

.accordion-box__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .accordion-box__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.accordion-box__description {
  margin-bottom: 16px;
}

.accordion-box__item {
  background: #f4f4f4;
  padding: 24px 48px;
  margin-bottom: 10px;
  position: relative;
}
.accordion-box__item:hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  border-bottom: solid 2px #97BA39;
  left: -16px;
  top: 38px;
}
@media print, screen and (max-width: 44.99875em) {
  .accordion-box__item {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .accordion-box__item {
    width: calc(100% - 14px);
  }
}

.accordion-box__item--with-footer.is-open {
  padding-bottom: 8px;
}

.accordion-box__item__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .accordion-box__item__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .accordion-box__item__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.accordion-box__item__content {
  display: none;
}

.accordion-box__item__text {
  margin-top: 8px;
  margin-bottom: 16px;
}

/*.accordion-box__item__cta {
    text-align: center;
}*/
.accordion-box__item-link-wrap {
  margin-bottom: 8px;
}

.accordion-box__item-link-wrap .button.button--has-icon {
  max-width: 520px;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: flex-start;
  text-align: left;
  line-height: 20px;
}

.accordion-box__item-link-wrap > .icon--document.button__icon {
  margin-right: 13px;
}

.accordion-box__item__toggle-button {
  display: block;
  position: absolute;
  right: -12px;
  top: 24px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #97BA39;
  transition: background-color 0.3s ease-in-out;
}
.accordion-box__item__toggle-button:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  background: #fff;
  left: 6px;
  top: 12px;
  transform: rotate(0);
}
.accordion-box__item__toggle-button:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  background: #fff;
  left: 6px;
  top: 12px;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}

.accordion-box__item.is-open .accordion-box__item__toggle-button {
  background: #18635C;
}
.accordion-box__item.is-open .accordion-box__item__toggle-button:before {
  transform: rotate(0deg);
}

.accordion-box--wide {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.agenda__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  margin: 96px 0 32px 200px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .agenda__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .agenda__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .agenda__title {
    margin: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  .agenda__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 94px;
    height: 50%;
    left: -120px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.33);
  }
}

.agenda__events {
  margin-bottom: 120px;
}

.agenda__events__inner {
  display: flex;
  position: relative;
  margin-top: 80px;
}
@media screen and (max-width: 63.99875em) {
  .agenda__events__inner {
    flex-direction: column;
  }
}

.agenda__events__tabs {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .agenda__events__tabs {
    display: flex;
  }

  .agenda__events__tab {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background: #97BA39;
    color: #fff;
    padding: 16px 32px;
    text-align: left;
    flex-basis: 50%;
  }

  .agenda__events__tab--all {
    color: #fff;
    background: #18635C;
  }

  .agenda__events__tab--continuous {
    color: #474747;
    background: #f4f4f4;
  }

  .agenda__events__tab-pane {
    display: none;
  }

  .agenda__events__tab-pane.is-active {
    display: block;
  }
}
.agenda__events__main {
  flex: 0 0 64%;
  min-height: 600px;
  padding: 32px 200px 80px;
  position: relative;
  background: #18635C;
}
@media print, screen and (max-width: 98.12375em) {
  .agenda__events__main {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .agenda__events__main {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.agenda__events__main .post-archive__no-results-message {
  color: #fff;
}

.agenda__events__aside {
  flex: 0 0 36%;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  position: relative;
}
.agenda__events__aside > * {
  position: relative;
}
.agenda__events__aside:before {
  content: "";
  display: block;
  position: absolute;
  background: #f4f4f4;
  width: 100%;
  left: 0;
  top: 120px;
  height: calc(100% - 240px);
  z-index: 0;
}
@media print, screen and (max-width: 98.12375em) {
  .agenda__events__aside {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .agenda__events__aside {
    padding: 92px 32px;
  }
  .agenda__events__aside:before {
    top: 60px;
    height: calc(100% - 120px);
  }
}
@media screen and (max-width: 63.99875em) {
  .agenda__events__aside {
    background: #f4f4f4;
    padding: 32px;
  }
  .agenda__events__aside:before {
    display: none;
  }
}

.agenda__events__aside__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 16px 0;
}
@media print, screen and (max-width: 44.99875em) {
  .agenda__events__aside__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media screen and (max-width: 63.99875em) {
  .agenda__events__aside__title {
    display: none;
  }
}

.agenda__events__aside__list {
  padding-top: 80px;
}
@media print, screen and (max-width: 74.99875em) {
  .agenda__events__aside__list {
    padding-top: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .agenda__events__aside__list {
    padding-top: 16px;
  }
}

.associations-and-clubs {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .associations-and-clubs {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .associations-and-clubs {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .associations-and-clubs {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.associations-and-clubs__sections {
  margin-bottom: 80px;
}

.associations-and-clubs__section {
  margin-bottom: 48px;
}

.associations-and-clubs__section-title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 44.99875em) {
  .associations-and-clubs__section-title {
    font-size: 24px;
    line-height: 43px;
  }
}

.associations-and-clubs__section-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  grid-gap: 32px;
}
@media screen and (max-width: 63.99875em) {
  .associations-and-clubs__section-items {
    grid-template-columns: auto;
  }
}

.associations-and-clubs.is-condensed {
  margin-bottom: 16px;
}
.associations-and-clubs.is-condensed .associations-and-clubs__section-items {
  display: block;
}
.associations-and-clubs.is-condensed .association-card__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .associations-and-clubs.is-condensed .association-card__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .associations-and-clubs.is-condensed .association-card__title {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (min-width: 75em) {
  .associations-and-clubs.is-condensed .association-card__info-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 75em) {
  .associations-and-clubs.is-condensed .association-card__info-item {
    align-items: start;
  }
}

.beetebuerg-tv {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .beetebuerg-tv {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .beetebuerg-tv {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .beetebuerg-tv {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .beetebuerg-tv {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.beetebuerg-tv__inner {
  margin-bottom: 120px;
}

.beetebuerg-tv__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-gap: 60px;
}
@media screen and (max-width: 63.99875em) {
  .beetebuerg-tv__grid {
    grid-gap: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .beetebuerg-tv__grid {
    grid-template-columns: auto;
  }
}

.beetebuerg-tv__load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-right: auto;
  padding: 16px;
  margin-bottom: 64px;
  margin-top: 120px;
  max-width: 900px;
  margin-left: auto;
}

.beetebuerg-tv__load-more-button__spinner {
  display: none;
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
.beetebuerg-tv__load-more-button__spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 4px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.beetebuerg-tv__load-more-button.is-loading {
  opacity: 0.6;
}
.beetebuerg-tv__load-more-button.is-loading .beetebuerg-tv__load-more-button__spinner {
  display: inline-block;
}

.beetebuerg-tv__loader {
  padding: 32px;
  text-align: center;
}

.beetebuerg-tv__loader__spinner {
  display: inline-block;
  width: 64px;
  height: 64px;
}
.beetebuerg-tv__loader__spinner:after {
  content: " ";
  display: block;
  width: 48px;
  height: 48px;
  margin: 8px;
  border-radius: 50%;
  border: 5px solid #97BA39;
  border-color: #97BA39 transparent #97BA39 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.contact-carousel-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 80px auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .contact-carousel-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .contact-carousel-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .contact-carousel-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.contact-carousel-block__inner {
  overflow: hidden;
}

.contact-carousel__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 24px;
  color: #474747;
}
@media print, screen and (max-width: 44.99875em) {
  .contact-carousel__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.contact-carousel__content {
  outline: none;
  display: flex;
  margin-bottom: 24px;
}
.contact-carousel__content.flickity-enabled {
  display: block;
}

.contact-carousel__nav__buttons {
  display: flex;
  grid-gap: 54px;
  gap: 54px;
}

.contact-carousel__nav__button {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: relative;
  overflow: hidden;
}
.contact-carousel__nav__button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #97BA39;
  transform: scale(0);
  transition: 0.2s ease-out;
}
.contact-carousel__nav__button:hover {
  color: #fff;
}
.contact-carousel__nav__button:hover svg {
  fill: #fff;
}
.contact-carousel__nav__button:hover:before {
  transform: scale(1.2);
}

.contact-carousel__nav__button.disabled,
.contact-carousel__nav__button.is-disabled {
  opacity: 0.25;
}

.contact-carousel__nav__button__icon {
  width: 24px;
  color: #97BA39;
  fill: #97BA39;
}

.contact-form-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .contact-form-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .contact-form-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .contact-form-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .contact-form-block {
    margin-bottom: 80px;
  }
}
.contact-form-block.mb-1 {
  margin-bottom: 8px;
}
.contact-form-block.mb-2 {
  margin-bottom: 16px;
}
.contact-form-block.mb-3 {
  margin-bottom: 24px;
}
.contact-form-block.mb-4 {
  margin-bottom: 32px;
}
.contact-form-block.mb-5 {
  margin-bottom: 40px;
}
.contact-form-block.mb-6 {
  margin-bottom: 48px;
}
.contact-form-block.mb-7 {
  margin-bottom: 56px;
}
.contact-form-block.mb-8 {
  margin-bottom: 64px;
}
.contact-form-block.mb-9 {
  margin-bottom: 72px;
}
.contact-form-block.mb-10 {
  margin-bottom: 80px;
}
.contact-form-block.mb-11 {
  margin-bottom: 88px;
}
.contact-form-block.mb-12 {
  margin-bottom: 96px;
}
.contact-form-block.mb-13 {
  margin-bottom: 104px;
}
.contact-form-block.mb-14 {
  margin-bottom: 112px;
}
.contact-form-block.mb-15 {
  margin-bottom: 120px;
}
.contact-form-block.mt-1 {
  margin-top: 8px;
}
.contact-form-block.mt-2 {
  margin-top: 16px;
}
.contact-form-block.mt-3 {
  margin-top: 24px;
}
.contact-form-block.mt-4 {
  margin-top: 32px;
}
.contact-form-block.mt-5 {
  margin-top: 40px;
}
.contact-form-block.mt-6 {
  margin-top: 48px;
}
.contact-form-block.mt-7 {
  margin-top: 56px;
}
.contact-form-block.mt-8 {
  margin-top: 64px;
}
.contact-form-block.mt-9 {
  margin-top: 72px;
}
.contact-form-block.mt-10 {
  margin-top: 80px;
}
.contact-form-block.mt-11 {
  margin-top: 88px;
}
.contact-form-block.mt-12 {
  margin-top: 96px;
}
.contact-form-block.mt-13 {
  margin-top: 104px;
}
.contact-form-block.mt-14 {
  margin-top: 112px;
}
.contact-form-block.mt-15 {
  margin-top: 120px;
}

.contact-form-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}
@media screen and (max-width: 63.99875em) {
  .contact-form-block__inner {
    grid-template-columns: 1fr;
  }
}

.contact-person {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .contact-person {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .contact-person {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .contact-person {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .contact-person {
    margin-bottom: 80px;
  }
}
.contact-person.mb-1 {
  margin-bottom: 8px;
}
.contact-person.mb-2 {
  margin-bottom: 16px;
}
.contact-person.mb-3 {
  margin-bottom: 24px;
}
.contact-person.mb-4 {
  margin-bottom: 32px;
}
.contact-person.mb-5 {
  margin-bottom: 40px;
}
.contact-person.mb-6 {
  margin-bottom: 48px;
}
.contact-person.mb-7 {
  margin-bottom: 56px;
}
.contact-person.mb-8 {
  margin-bottom: 64px;
}
.contact-person.mb-9 {
  margin-bottom: 72px;
}
.contact-person.mb-10 {
  margin-bottom: 80px;
}
.contact-person.mb-11 {
  margin-bottom: 88px;
}
.contact-person.mb-12 {
  margin-bottom: 96px;
}
.contact-person.mb-13 {
  margin-bottom: 104px;
}
.contact-person.mb-14 {
  margin-bottom: 112px;
}
.contact-person.mb-15 {
  margin-bottom: 120px;
}
.contact-person.mt-1 {
  margin-top: 8px;
}
.contact-person.mt-2 {
  margin-top: 16px;
}
.contact-person.mt-3 {
  margin-top: 24px;
}
.contact-person.mt-4 {
  margin-top: 32px;
}
.contact-person.mt-5 {
  margin-top: 40px;
}
.contact-person.mt-6 {
  margin-top: 48px;
}
.contact-person.mt-7 {
  margin-top: 56px;
}
.contact-person.mt-8 {
  margin-top: 64px;
}
.contact-person.mt-9 {
  margin-top: 72px;
}
.contact-person.mt-10 {
  margin-top: 80px;
}
.contact-person.mt-11 {
  margin-top: 88px;
}
.contact-person.mt-12 {
  margin-top: 96px;
}
.contact-person.mt-13 {
  margin-top: 104px;
}
.contact-person.mt-14 {
  margin-top: 112px;
}
.contact-person.mt-15 {
  margin-top: 120px;
}

.contact-person__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 24px;
}
@media print, screen and (max-width: 44.99875em) {
  .contact-person__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .contact-person__title {
    margin-bottom: 16px;
  }
}

.contact-person__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
}
@media screen and (max-width: 63.99875em) {
  .contact-person__row {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    gap: 32px;
  }
}

.contact-person__details--wide {
  width: 100%;
}

.contact-person__description p:first-child {
  margin-top: 0;
}

.contact-person--align-right .contact-person__description {
  grid-column-start: 1;
  grid-row-start: 1;
}

.contact-person--light .contact-details {
  background: #fff;
  color: #474747;
  border: solid 1px #97BA39;
}
.contact-person--light .contact-details a {
  color: #97BA39;
}
.contact-person--light .contact-details .contact-details__info-item svg {
  color: #97BA39;
  fill: #97BA39;
}

.content-navigation {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .content-navigation {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .content-navigation {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .content-navigation {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .content-navigation {
    margin-bottom: 80px;
  }
}
.content-navigation.mb-1 {
  margin-bottom: 8px;
}
.content-navigation.mb-2 {
  margin-bottom: 16px;
}
.content-navigation.mb-3 {
  margin-bottom: 24px;
}
.content-navigation.mb-4 {
  margin-bottom: 32px;
}
.content-navigation.mb-5 {
  margin-bottom: 40px;
}
.content-navigation.mb-6 {
  margin-bottom: 48px;
}
.content-navigation.mb-7 {
  margin-bottom: 56px;
}
.content-navigation.mb-8 {
  margin-bottom: 64px;
}
.content-navigation.mb-9 {
  margin-bottom: 72px;
}
.content-navigation.mb-10 {
  margin-bottom: 80px;
}
.content-navigation.mb-11 {
  margin-bottom: 88px;
}
.content-navigation.mb-12 {
  margin-bottom: 96px;
}
.content-navigation.mb-13 {
  margin-bottom: 104px;
}
.content-navigation.mb-14 {
  margin-bottom: 112px;
}
.content-navigation.mb-15 {
  margin-bottom: 120px;
}
.content-navigation.mt-1 {
  margin-top: 8px;
}
.content-navigation.mt-2 {
  margin-top: 16px;
}
.content-navigation.mt-3 {
  margin-top: 24px;
}
.content-navigation.mt-4 {
  margin-top: 32px;
}
.content-navigation.mt-5 {
  margin-top: 40px;
}
.content-navigation.mt-6 {
  margin-top: 48px;
}
.content-navigation.mt-7 {
  margin-top: 56px;
}
.content-navigation.mt-8 {
  margin-top: 64px;
}
.content-navigation.mt-9 {
  margin-top: 72px;
}
.content-navigation.mt-10 {
  margin-top: 80px;
}
.content-navigation.mt-11 {
  margin-top: 88px;
}
.content-navigation.mt-12 {
  margin-top: 96px;
}
.content-navigation.mt-13 {
  margin-top: 104px;
}
.content-navigation.mt-14 {
  margin-top: 112px;
}
.content-navigation.mt-15 {
  margin-top: 120px;
}

.content-navigation__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  position: relative;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 44.99875em) {
  .content-navigation__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.content-navigation__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px #979797;
  margin-top: 20px;
}

.content-navigation__row {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 80px;
  gap: 80px;
  justify-content: center;
}
@media screen and (max-width: 63.99875em) {
  .content-navigation__row {
    flex-direction: column;
    grid-gap: 8px;
    gap: 8px;
  }
}

.content-navigation__content {
  width: 50%;
}
.content-navigation__content p {
  margin-top: 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 63.99875em) {
  .content-navigation__content {
    width: 100%;
  }
}

.content-navigation__links-wrapper {
  flex: 1;
  margin-left: 64px;
}
@media screen and (max-width: 63.99875em) {
  .content-navigation__links-wrapper {
    width: 100%;
    margin-left: 0;
  }
}

.content-navigation__item {
  margin-bottom: 16px;
}

.content-navigation__item__link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #f4f4f4;
  color: #97BA39;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 48px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media print, screen and (max-width: 74.99875em) {
  .content-navigation__item__link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .content-navigation__item__link {
    font-size: 13px;
    line-height: 24px;
  }
}
.content-navigation__item__link .content-navigation__link_icon {
  width: 28px;
  height: 21px;
  transition: transform 0.3s ease-in;
}
.content-navigation__item__link .content-navigation__link_icon svg {
  fill: #97BA39;
}
.content-navigation__item__link:hover {
  color: #fff;
  background: #97BA39;
}
.content-navigation__item__link:hover .content-navigation__link_icon {
  transform: translate(16px, 0);
}
.content-navigation__item__link:hover .content-navigation__link_icon svg {
  fill: #fff;
}
@media screen and (max-width: 63.99875em) {
  .content-navigation__item__link {
    padding: 18px 24px;
  }
}

.documents-box {
  max-width: 83.375rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 112px;
  padding-bottom: 112px;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .documents-box {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .documents-box {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .documents-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .documents-box {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
.documents-box:after {
  content: "";
  width: 1px;
  height: 64px;
  border-left: solid 1px #97BA39;
  position: absolute;
  bottom: -32px;
  left: calc(50% + 1px);
}
.documents-box.mb-1 {
  margin-bottom: 8px;
}
.documents-box.mb-2 {
  margin-bottom: 16px;
}
.documents-box.mb-3 {
  margin-bottom: 24px;
}
.documents-box.mb-4 {
  margin-bottom: 32px;
}
.documents-box.mb-5 {
  margin-bottom: 40px;
}
.documents-box.mb-6 {
  margin-bottom: 48px;
}
.documents-box.mb-7 {
  margin-bottom: 56px;
}
.documents-box.mb-8 {
  margin-bottom: 64px;
}
.documents-box.mb-9 {
  margin-bottom: 72px;
}
.documents-box.mb-10 {
  margin-bottom: 80px;
}
.documents-box.mb-11 {
  margin-bottom: 88px;
}
.documents-box.mb-12 {
  margin-bottom: 96px;
}
.documents-box.mb-13 {
  margin-bottom: 104px;
}
.documents-box.mb-14 {
  margin-bottom: 112px;
}
.documents-box.mb-15 {
  margin-bottom: 120px;
}
.documents-box.mt-1 {
  margin-top: 8px;
}
.documents-box.mt-2 {
  margin-top: 16px;
}
.documents-box.mt-3 {
  margin-top: 24px;
}
.documents-box.mt-4 {
  margin-top: 32px;
}
.documents-box.mt-5 {
  margin-top: 40px;
}
.documents-box.mt-6 {
  margin-top: 48px;
}
.documents-box.mt-7 {
  margin-top: 56px;
}
.documents-box.mt-8 {
  margin-top: 64px;
}
.documents-box.mt-9 {
  margin-top: 72px;
}
.documents-box.mt-10 {
  margin-top: 80px;
}
.documents-box.mt-11 {
  margin-top: 88px;
}
.documents-box.mt-12 {
  margin-top: 96px;
}
.documents-box.mt-13 {
  margin-top: 104px;
}
.documents-box.mt-14 {
  margin-top: 112px;
}
.documents-box.mt-15 {
  margin-top: 120px;
}

.documents-box__inner {
  padding-bottom: 80px;
  position: relative;
}
.documents-box__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 100%;
  background: #f4f4f4;
}
@media print, screen and (max-width: 44.99875em) {
  .documents-box__inner {
    padding-bottom: 80px;
  }
  .documents-box__inner:before {
    width: calc(100% - 64px);
    left: 32px;
  }
}

.documents-box__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 60%;
  position: relative;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .documents-box__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .documents-box__title {
    text-align: center;
    padding: 16px 32px;
    max-width: calc(100% - 64px);
  }
}

.documents-box__content {
  background: #18635C;
  padding: 48px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px;
  gap: 32px;
}

.documents-box__item {
  background: #f4f4f4;
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 32px 16px 56px;
  position: relative;
  display: block;
  flex-basis: calc(50% - 16px);
  transition: all 0.3s ease-in-out;
}
.documents-box__item i {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 20px;
}
.documents-box__item svg {
  fill: #97BA39;
}
.documents-box__item:hover {
  background: #97BA39;
  color: #fff;
  transform: scale(1.01) translateY(-5px);
  box-shadow: -2px 10px 14px 0 rgba(0, 0, 0, 0.1);
}
.documents-box__item:hover i {
  fill: #fff;
}
.documents-box__item:hover svg {
  fill: #fff;
}
@media screen and (max-width: 63.99875em) {
  .documents-box__item {
    flex-basis: 100%;
  }
}
.documents-box__item:nth-child(odd):last-child {
  flex: 2;
  flex-basis: 100%;
}

.documents-with-text {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .documents-with-text {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .documents-with-text {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .documents-with-text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .documents-with-text {
    margin-bottom: 80px;
  }
}
.documents-with-text.mb-1 {
  margin-bottom: 8px;
}
.documents-with-text.mb-2 {
  margin-bottom: 16px;
}
.documents-with-text.mb-3 {
  margin-bottom: 24px;
}
.documents-with-text.mb-4 {
  margin-bottom: 32px;
}
.documents-with-text.mb-5 {
  margin-bottom: 40px;
}
.documents-with-text.mb-6 {
  margin-bottom: 48px;
}
.documents-with-text.mb-7 {
  margin-bottom: 56px;
}
.documents-with-text.mb-8 {
  margin-bottom: 64px;
}
.documents-with-text.mb-9 {
  margin-bottom: 72px;
}
.documents-with-text.mb-10 {
  margin-bottom: 80px;
}
.documents-with-text.mb-11 {
  margin-bottom: 88px;
}
.documents-with-text.mb-12 {
  margin-bottom: 96px;
}
.documents-with-text.mb-13 {
  margin-bottom: 104px;
}
.documents-with-text.mb-14 {
  margin-bottom: 112px;
}
.documents-with-text.mb-15 {
  margin-bottom: 120px;
}
.documents-with-text.mt-1 {
  margin-top: 8px;
}
.documents-with-text.mt-2 {
  margin-top: 16px;
}
.documents-with-text.mt-3 {
  margin-top: 24px;
}
.documents-with-text.mt-4 {
  margin-top: 32px;
}
.documents-with-text.mt-5 {
  margin-top: 40px;
}
.documents-with-text.mt-6 {
  margin-top: 48px;
}
.documents-with-text.mt-7 {
  margin-top: 56px;
}
.documents-with-text.mt-8 {
  margin-top: 64px;
}
.documents-with-text.mt-9 {
  margin-top: 72px;
}
.documents-with-text.mt-10 {
  margin-top: 80px;
}
.documents-with-text.mt-11 {
  margin-top: 88px;
}
.documents-with-text.mt-12 {
  margin-top: 96px;
}
.documents-with-text.mt-13 {
  margin-top: 104px;
}
.documents-with-text.mt-14 {
  margin-top: 112px;
}
.documents-with-text.mt-15 {
  margin-top: 120px;
}

.documents-with-text__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  justify-content: center;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 44.99875em) {
  .documents-with-text__row {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    gap: 32px;
  }
}

.documents-with-text__text {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #474747;
  width: 100%;
}
@media print, screen and (max-width: 74.99875em) {
  .documents-with-text__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .documents-with-text__text {
    font-size: 13px;
    line-height: 24px;
  }
}

.documents-with-text__document {
  border: 1px solid #B5B5B5;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 44.99875em) {
  .documents-with-text__document {
    width: unset;
  }
}

.documents-with-text__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #474747;
  margin-bottom: 24px;
  margin-top: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .documents-with-text__title {
    font-size: 18px;
    line-height: 30px;
  }
}

.documents-with-text__attachment {
  background: #f4f4f4;
  padding: 13px 16px;
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}
.documents-with-text__attachment:hover {
  background: #97BA39;
  color: #fff;
}
.documents-with-text__attachment:hover .documents-with-text__attachment__title {
  color: #fff;
}
.documents-with-text__attachment:hover svg {
  fill: #fff;
  color: #fff;
}

.documents-with-text__attachment__item {
  display: flex;
  align-items: flex-start;
  line-height: 24px;
}

.documents-with-text__attachment__icon {
  color: #97BA39;
  fill: #97BA39;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-top: 2px;
}

.faculty-people-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 32px auto 80px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .faculty-people-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .faculty-people-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .faculty-people-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .faculty-people-block {
    padding: 16px 32px;
  }
}

.faculty-people__heading {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #474747;
  line-height: 48px;
  text-align: left;
  padding: 0 0 16px;
  margin: 0;
  border-bottom: 1px solid #B5B5B5;
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__heading {
    font-size: 24px;
    line-height: 43px;
  }
}

.faculty-people__row {
  display: flex;
  padding: 32px 0 0;
  border-bottom: 1px solid #B5B5B5;
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__row {
    display: block;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.faculty-people__media {
  width: 220px;
  height: 291px;
  margin-bottom: 32px;
  margin-right: 48px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__media {
    margin-bottom: 8px;
  }
}

.faculty-people__details {
  flex: 1;
  margin-bottom: 32px;
}

.faculty-people__photo {
  width: 100%;
  height: 291px;
  -o-object-fit: cover;
     object-fit: cover;
}

.faculty-people__party-icon {
  width: 30px;
  height: 30px;
  z-index: 2;
  position: absolute !important;
  bottom: 16px;
  left: 16px;
}

.faculty-people__name {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #474747;
  text-align: left;
  margin: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__name {
    font-size: 18px;
    line-height: 30px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__name {
    margin-top: 8px;
  }
}

.faculty-people__meta {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
  text-align: left;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__meta {
    font-size: 12px;
    line-height: 18px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .faculty-people__meta {
    display: block;
  }
}

.faculty-people__party:before {
  content: "";
  height: 16px;
  border-right: 1px solid #B5B5B5;
  margin-left: 16px;
  margin-right: 16px;
}
@media print, screen and (max-width: 29.99875em) {
  .faculty-people__party:before {
    display: none;
  }
}

.faculty-people__duties {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #474747;
  letter-spacing: 0.6px;
  line-height: 32px;
  text-align: left;
}
@media print, screen and (max-width: 74.99875em) {
  .faculty-people__duties {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__duties {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__duties {
    margin-top: 32px;
  }
}

.faculty-people__duties__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px 48px;
  gap: 8px 48px;
  margin-bottom: -8px;
}
@media screen and (max-width: 63.99875em) {
  .faculty-people__duties__list {
    grid-template-columns: 1fr;
  }
}

.faculty-people__duty {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  color: #474747;
  line-height: 32px;
  text-align: left;
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .faculty-people__duty {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__duty {
    font-size: 13px;
    line-height: 24px;
  }
}
.faculty-people__duty:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #97BA39;
  border-radius: 50%;
  left: 0;
  top: 0;
  /*to be aligned in the first row*/
  margin-top: 12px;
  /*to be aligned in the first row*/
}
@media print, screen and (max-width: 44.99875em) {
  .faculty-people__duty:before {
    margin-top: 8px;
  }
}

.highlight-box {
  max-width: 83.375rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 112px;
  padding-bottom: 112px;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .highlight-box {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .highlight-box {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .highlight-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
.highlight-box:after {
  content: "";
  width: 1px;
  height: 64px;
  border-left: solid 1px #97BA39;
  position: absolute;
  bottom: -32px;
  left: calc(50% + 1px);
}

.highlight-box__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.highlight-box__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 100%;
  background: #18635C;
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box__inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .highlight-box__inner:before {
    width: calc(100% - 64px);
    left: 32px;
  }
}

.highlight-box__content {
  position: relative;
  background-color: #f4f4f4;
  padding: 32px 80px;
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box__content {
    padding: 32px 32px;
  }
}

.highlight-box__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box__title {
    font-size: 18px;
    line-height: 30px;
  }
}

.highlight-box__text {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .highlight-box__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box__text {
    font-size: 13px;
    line-height: 24px;
  }
}

.highlight-box--bold .highlight-box__text {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .highlight-box--bold .highlight-box__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box--bold .highlight-box__text {
    font-size: 13px;
    line-height: 24px;
  }
}

.highlight-box--propose-events .highlight-box__content {
  padding: 48px 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box--propose-events .highlight-box__content {
    padding: 32px 32px;
    align-items: flex-start;
  }
}
.highlight-box--propose-events .highlight-box__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box--propose-events .highlight-box__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box--propose-events .highlight-box__title {
    text-align: left;
  }
}
.highlight-box--propose-events .highlight-box__text {
  text-align: center;
}
@media print, screen and (max-width: 44.99875em) {
  .highlight-box--propose-events .highlight-box__text {
    text-align: left;
  }
}

.homepage-hero {
  margin-bottom: 120px;
  padding-top: 48px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .homepage-hero {
    margin-bottom: 80px;
  }
}
.homepage-hero.mb-1 {
  margin-bottom: 8px;
}
.homepage-hero.mb-2 {
  margin-bottom: 16px;
}
.homepage-hero.mb-3 {
  margin-bottom: 24px;
}
.homepage-hero.mb-4 {
  margin-bottom: 32px;
}
.homepage-hero.mb-5 {
  margin-bottom: 40px;
}
.homepage-hero.mb-6 {
  margin-bottom: 48px;
}
.homepage-hero.mb-7 {
  margin-bottom: 56px;
}
.homepage-hero.mb-8 {
  margin-bottom: 64px;
}
.homepage-hero.mb-9 {
  margin-bottom: 72px;
}
.homepage-hero.mb-10 {
  margin-bottom: 80px;
}
.homepage-hero.mb-11 {
  margin-bottom: 88px;
}
.homepage-hero.mb-12 {
  margin-bottom: 96px;
}
.homepage-hero.mb-13 {
  margin-bottom: 104px;
}
.homepage-hero.mb-14 {
  margin-bottom: 112px;
}
.homepage-hero.mb-15 {
  margin-bottom: 120px;
}
.homepage-hero.mt-1 {
  margin-top: 8px;
}
.homepage-hero.mt-2 {
  margin-top: 16px;
}
.homepage-hero.mt-3 {
  margin-top: 24px;
}
.homepage-hero.mt-4 {
  margin-top: 32px;
}
.homepage-hero.mt-5 {
  margin-top: 40px;
}
.homepage-hero.mt-6 {
  margin-top: 48px;
}
.homepage-hero.mt-7 {
  margin-top: 56px;
}
.homepage-hero.mt-8 {
  margin-top: 64px;
}
.homepage-hero.mt-9 {
  margin-top: 72px;
}
.homepage-hero.mt-10 {
  margin-top: 80px;
}
.homepage-hero.mt-11 {
  margin-top: 88px;
}
.homepage-hero.mt-12 {
  margin-top: 96px;
}
.homepage-hero.mt-13 {
  margin-top: 104px;
}
.homepage-hero.mt-14 {
  margin-top: 112px;
}
.homepage-hero.mt-15 {
  margin-top: 120px;
}
.homepage-hero:before {
  content: "";
  display: block;
  position: absolute;
  background: #18635C;
  width: 100%;
  height: 80%;
  z-index: 0;
  left: 0;
  top: 0;
}
@media screen and (max-width: 63.99875em) {
  .homepage-hero {
    min-height: 0px;
  }
  .homepage-hero:before {
    height: 60%;
  }
}

.homepage-hero__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  min-height: 420px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .homepage-hero__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .homepage-hero__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .homepage-hero__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .homepage-hero__inner {
    flex-direction: column;
    align-items: center;
  }
}

.homepage-hero__content {
  max-width: 676px;
  width: 50%;
}
@media screen and (max-width: 63.99875em) {
  .homepage-hero__content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.homepage-hero__title-box {
  position: relative;
}

.homepage-hero__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 96px;
  line-height: 80px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 0;
}
@media print, screen and (max-width: 98.12375em) {
  .homepage-hero__title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .homepage-hero__title {
    font-size: 72px;
    line-height: 72px;
  }
}
@media screen and (max-width: 63.99875em) {
  .homepage-hero__title {
    font-size: 56px;
    line-height: 56px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .homepage-hero__title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .homepage-hero__title {
    font-size: 64px;
  }
}

.homepage-hero__subtitle {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  display: block;
}
@media print, screen and (max-width: 44.99875em) {
  .homepage-hero__subtitle {
    font-size: 24px;
    line-height: 43px;
  }
}

.homepage-hero__search-container {
  margin-bottom: 32px;
  margin-top: 32px;
}

.homepage-hero__alert {
  position: relative;
  padding: 24px 48px 24px 120px;
  background-color: #f4f4f4;
  margin-bottom: 32px;
}
.homepage-hero__alert:after {
  content: "";
  width: 1px;
  height: 56px;
  border-left: solid 1px #97BA39;
  position: absolute;
  bottom: -40px;
  left: calc(50% + 1px);
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .homepage-hero__alert {
    padding: 80px 24px 24px 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .homepage-hero__alert {
    padding: 80px 24px 24px 24px;
  }
}

.homepage-hero__alert__icon {
  position: absolute;
  top: 36px;
  left: 36px;
}
.homepage-hero__alert__icon i {
  width: 52px;
  height: 30px;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .homepage-hero__alert__icon {
    top: 24px;
    left: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .homepage-hero__alert__icon {
    top: 24px;
    left: 24px;
  }
}

.homepage-hero__alert__title {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: bold;
}

.homepage-hero__alert__text {
  margin-top: 0;
  margin-bottom: 0;
}

.homepage-hero__alert__read-more-link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-top: 20px;
  padding-right: 40px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .homepage-hero__alert__read-more-link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .homepage-hero__alert__read-more-link {
    font-size: 13px;
    line-height: 24px;
  }
}
.homepage-hero__alert__read-more-link:after {
  content: "";
  display: block;
  width: 21px;
  height: 100%;
  background: url(svg/arrow-right-green.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}

.homepage-hero__alert--danger:after {
  border-color: #E82F12;
}
.homepage-hero__alert--danger .homepage-hero__alert__read-more-link {
  color: #E82F12;
}
.homepage-hero__alert--danger .homepage-hero__alert__read-more-link:after {
  background: url(svg/arrow-right-red.svg) no-repeat center;
}

.homepage-hero__image-spacer {
  width: 50%;
  padding-top: 40.9%;
}
@media screen and (max-width: 63.99875em) {
  .homepage-hero__image-spacer {
    display: none;
  }
}

.homepage-hero__image {
  position: absolute;
  display: block;
  top: 48px;
  right: 0;
  width: 46%;
  max-width: 832px;
  height: calc(100% - 48px);
}
.homepage-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 63.99875em) {
  .homepage-hero__image {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
  }
  .homepage-hero__image img {
    height: auto;
  }
}

.hydras3-dashboard-block {
  margin: 2rem 7.5rem;
}

.hydras3-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  gap: 2rem;
}

.hydras3-dashboard-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* Gauge - Top Left */
.hydras3-dashboard-item--gauge {
  grid-column: 1;
  grid-row: 1;
}

/* 12 Hours - Top Right */
.hydras3-dashboard-item--twelve-hours {
  grid-column: 2;
  grid-row: 1;
}

/* 7 Days - Full Width Bottom */
.hydras3-dashboard-item--seven-days {
  grid-column: 1/-1;
  /* Span all columns */
  grid-row: 2;
}

.hydras3-dashboard-item__title {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}

.hydras3-dashboard-item__subtitle {
  margin: 0 0 1rem 0;
  font-size: 0.95rem;
  color: #666;
}

.hydras3-dashboard-item__iframe-wrapper {
  position: relative;
  width: 100%;
  background: #f9f9f9;
  border-radius: 4px;
  overflow: hidden;
}

.hydras3-dashboard-item__iframe-wrapper iframe {
  width: 100%;
  border: 0;
  display: block;
}

/* Specific heights for each chart type */
.hydras3-dashboard-item--gauge .hydras3-dashboard-item__iframe-wrapper iframe {
  height: 416px;
}

.hydras3-dashboard-item--twelve-hours .hydras3-dashboard-item__iframe-wrapper iframe {
  height: 416px;
}

.hydras3-dashboard-item--seven-days .hydras3-dashboard-item__iframe-wrapper iframe {
  height: 416px;
}

/* Responsive: Stack on mobile */
@media (max-width: 1024px) {
  .hydras3-dashboard-block {
    margin: 2rem 3rem;
  }

  .hydras3-dashboard-grid {
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hydras3-dashboard-block {
    margin: 1rem;
  }

  .hydras3-dashboard-grid {
    grid-template-columns: 1fr;
    /* Single column on mobile */
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }

  /* Reset grid positions for mobile - stack everything */
  .hydras3-dashboard-item--gauge,
.hydras3-dashboard-item--twelve-hours,
.hydras3-dashboard-item--seven-days {
    grid-column: 1;
    grid-row: auto;
  }

  .hydras3-dashboard-item__iframe-wrapper iframe {
    height: 300px;
    /* Slightly shorter on mobile */
  }
}
.links-box {
  max-width: 83.375rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .links-box {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .links-box {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .links-box {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .links-box {
    margin-bottom: 80px;
  }
}
.links-box.mb-1 {
  margin-bottom: 8px;
}
.links-box.mb-2 {
  margin-bottom: 16px;
}
.links-box.mb-3 {
  margin-bottom: 24px;
}
.links-box.mb-4 {
  margin-bottom: 32px;
}
.links-box.mb-5 {
  margin-bottom: 40px;
}
.links-box.mb-6 {
  margin-bottom: 48px;
}
.links-box.mb-7 {
  margin-bottom: 56px;
}
.links-box.mb-8 {
  margin-bottom: 64px;
}
.links-box.mb-9 {
  margin-bottom: 72px;
}
.links-box.mb-10 {
  margin-bottom: 80px;
}
.links-box.mb-11 {
  margin-bottom: 88px;
}
.links-box.mb-12 {
  margin-bottom: 96px;
}
.links-box.mb-13 {
  margin-bottom: 104px;
}
.links-box.mb-14 {
  margin-bottom: 112px;
}
.links-box.mb-15 {
  margin-bottom: 120px;
}
.links-box.mt-1 {
  margin-top: 8px;
}
.links-box.mt-2 {
  margin-top: 16px;
}
.links-box.mt-3 {
  margin-top: 24px;
}
.links-box.mt-4 {
  margin-top: 32px;
}
.links-box.mt-5 {
  margin-top: 40px;
}
.links-box.mt-6 {
  margin-top: 48px;
}
.links-box.mt-7 {
  margin-top: 56px;
}
.links-box.mt-8 {
  margin-top: 64px;
}
.links-box.mt-9 {
  margin-top: 72px;
}
.links-box.mt-10 {
  margin-top: 80px;
}
.links-box.mt-11 {
  margin-top: 88px;
}
.links-box.mt-12 {
  margin-top: 96px;
}
.links-box.mt-13 {
  margin-top: 104px;
}
.links-box.mt-14 {
  margin-top: 112px;
}
.links-box.mt-15 {
  margin-top: 120px;
}

.links-box__inner {
  padding-bottom: 80px;
  position: relative;
}
.links-box__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 100%;
  background: #f4f4f4;
}
@media print, screen and (max-width: 44.99875em) {
  .links-box__inner {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 80px;
  }
  .links-box__inner:before {
    width: calc(100% - 64px);
    left: 32px;
  }
}

.links-box__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 60%;
  position: relative;
  margin: 0 auto;
  padding: 16px 64px;
}
@media print, screen and (max-width: 44.99875em) {
  .links-box__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .links-box__title {
    text-align: center;
    padding: 16px 32px;
    max-width: calc(100% - 64px);
  }
}

.links-box__content {
  background: #18635C;
  padding: 48px;
  position: relative;
  justify-content: space-between;
}

.links-box__content.links-box__content--grid {
  background: #18635C;
  padding: 48px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  grid-gap: 32px;
  gap: 32px;
}
@media screen and (max-width: 63.99875em) {
  .links-box__content.links-box__content--grid {
    grid-template-columns: 1fr;
  }
}

.links-box__item {
  background: #f4f4f4;
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 32px 16px 56px;
  position: relative;
  display: block;
  flex-basis: calc(50% - 16px);
  transition: all 0.3s ease-in-out;
}
.links-box__item .links-box__item-icon {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 16px;
  top: 20px;
}
.links-box__item .links-box__item-icon svg {
  fill: #97BA39;
}
.links-box__item:hover {
  background: #97BA39;
  color: #fff;
  transform: scale(1.01) translateY(-5px);
  box-shadow: -2px 10px 14px 0 rgba(0, 0, 0, 0.1);
}
.links-box__item:hover .links-box__item-icon svg {
  fill: #fff;
}
@media screen and (max-width: 63.99875em) {
  .links-box__item {
    flex-basis: 100%;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .links-box__item .links-box__item-icon {
    top: 16px;
  }
}
.links-box__item:nth-child(odd):last-child {
  flex: 2;
  flex-basis: 100%;
}

.map-summary {
  margin-bottom: 120px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .map-summary {
    margin-bottom: 80px;
  }
}
.map-summary.mb-1 {
  margin-bottom: 8px;
}
.map-summary.mb-2 {
  margin-bottom: 16px;
}
.map-summary.mb-3 {
  margin-bottom: 24px;
}
.map-summary.mb-4 {
  margin-bottom: 32px;
}
.map-summary.mb-5 {
  margin-bottom: 40px;
}
.map-summary.mb-6 {
  margin-bottom: 48px;
}
.map-summary.mb-7 {
  margin-bottom: 56px;
}
.map-summary.mb-8 {
  margin-bottom: 64px;
}
.map-summary.mb-9 {
  margin-bottom: 72px;
}
.map-summary.mb-10 {
  margin-bottom: 80px;
}
.map-summary.mb-11 {
  margin-bottom: 88px;
}
.map-summary.mb-12 {
  margin-bottom: 96px;
}
.map-summary.mb-13 {
  margin-bottom: 104px;
}
.map-summary.mb-14 {
  margin-bottom: 112px;
}
.map-summary.mb-15 {
  margin-bottom: 120px;
}
.map-summary.mt-1 {
  margin-top: 8px;
}
.map-summary.mt-2 {
  margin-top: 16px;
}
.map-summary.mt-3 {
  margin-top: 24px;
}
.map-summary.mt-4 {
  margin-top: 32px;
}
.map-summary.mt-5 {
  margin-top: 40px;
}
.map-summary.mt-6 {
  margin-top: 48px;
}
.map-summary.mt-7 {
  margin-top: 56px;
}
.map-summary.mt-8 {
  margin-top: 64px;
}
.map-summary.mt-9 {
  margin-top: 72px;
}
.map-summary.mt-10 {
  margin-top: 80px;
}
.map-summary.mt-11 {
  margin-top: 88px;
}
.map-summary.mt-12 {
  margin-top: 96px;
}
.map-summary.mt-13 {
  margin-top: 104px;
}
.map-summary.mt-14 {
  margin-top: 112px;
}
.map-summary.mt-15 {
  margin-top: 120px;
}

.map-summary__inner {
  margin: 0 auto;
  max-width: 1160px;
  padding-top: 32px;
  padding-bottom: 96px;
  position: relative;
}
.map-summary__inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 75%;
  height: 100%;
  left: 12.5%;
  top: 0;
  background: #f4f4f4;
}
@media print, screen and (max-width: 44.99875em) {
  .map-summary__inner {
    background: #f4f4f4;
  }
}

.map-summary__content {
  position: relative;
  margin: 0 12.5%;
  padding-left: 12.5%;
  padding-right: 12.5%;
}
@media print, screen and (max-width: 44.99875em) {
  .map-summary__content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.map-summary__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  margin: 0 0 32px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .map-summary__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map-summary__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .map-summary__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 72px;
    height: 50%;
    left: -90px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.34);
  }
}

.map-summary__description {
  margin-bottom: 32px;
}

.map-summary__button {
  z-index: 1100;
  position: relative;
  top: 32px;
}

.map-summary__interactive-map {
  width: 100%;
  height: 580px;
  position: relative;
  z-index: 0;
}

.map-summary__image-wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 98.12375em) {
  .map-summary__image-wrapper {
    margin-right: 32px;
    margin-left: 32px;
    width: auto;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map-summary__image-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
}

.map-summary__image {
  width: 100%;
}

.municipal-board {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .municipal-board {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .municipal-board {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .municipal-board {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.municipal-board__members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px 32px;
  gap: 16px 32px;
}
@media screen and (max-width: 63.99875em) {
  .municipal-board__members {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .municipal-board__members {
    grid-template-columns: 1fr;
  }
}

.municipal-board__member {
  position: relative;
  padding-left: 24px;
}
.municipal-board__member:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #97BA39;
  border-radius: 50%;
}

.municipal-board__member__details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.municipal-board__member__title {
  display: inline-block;
  line-height: 1;
  border-left: solid 1px #ccc;
  margin-left: 4px;
  padding-left: 4px;
}

.municipal-board__member--featured .municipal-board__member__name,
.municipal-board__member--featured .municipal-board__member__political-party {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__member--featured .municipal-board__member__name,
.municipal-board__member--featured .municipal-board__member__political-party {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .municipal-board__member--featured .municipal-board__member__name,
.municipal-board__member--featured .municipal-board__member__political-party {
    font-size: 13px;
    line-height: 24px;
  }
}

.municipal-board__member__caption {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
}
@media print, screen and (max-width: 44.99875em) {
  .municipal-board__member__caption {
    font-size: 12px;
    line-height: 18px;
  }
}

.municipal-board__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px rgba(71, 71, 71, 0.2);
  padding: 8px;
  margin-top: 16px;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__footer {
    display: block;
    padding: 32px 0;
    margin-top: 32px;
  }
}

.municipal-board__meta {
  display: flex;
  grid-gap: 32px;
  gap: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__meta {
    display: block;
  }
}

.municipal-board__contact-person {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__contact-person {
    margin-bottom: 16px;
  }
}

.municipal-board__contact-person__name {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__contact-person__name {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .municipal-board__contact-person__name {
    font-size: 13px;
    line-height: 24px;
  }
}

.municipal-board__contact-person__title {
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-left: 8px;
  padding-left: 8px;
  border-left: solid 1px rgba(71, 71, 71, 0.5);
  line-height: 1;
}

.municipal-board__office {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.municipal-board__office i {
  width: 14px;
  margin-right: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__office i {
    margin-left: 8px;
    margin-right: 16px;
  }
}

.municipal-board__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__actions {
    display: block;
  }
}

.municipal-board__action {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  position: relative;
  transition: width 0.3s ease-in-out;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__action {
    margin-top: 8px;
    margin-bottom: 8px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.municipal-board__action__button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__action__button {
    pointer-events: none;
  }
}

.municipal-board__action__value {
  line-height: 32px;
  white-space: nowrap;
}
@media screen and (min-width: 75em) {
  .municipal-board__action__value {
    background: #18635C;
    color: #fff;
    padding: 0 8px;
    position: absolute;
    left: 38px;
    top: 0;
    width: calc(100% - 38px);
    text-align: center;
  }
  .municipal-board__action__value:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #18635C;
    left: -6px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__action__value {
    margin-left: 6px;
  }
}

.municipal-board__action__icon {
  width: 18px;
  height: 18px;
}
.municipal-board__action__icon svg {
  fill: #97BA39;
}
.municipal-board__action__icon:hover svg {
  fill: #18635C;
}

.municipal-board__action__icon.icon--mail {
  width: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .municipal-board__action__icon.icon--mail {
    transform: translateY(1px);
  }
}

.municipal-projects-block {
  margin-top: 80px;
  margin-bottom: 80px;
}

.municipal-projects-block__header {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .municipal-projects-block__header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .municipal-projects-block__header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .municipal-projects-block__header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .municipal-projects-block__header {
    flex-direction: column;
    align-items: center;
  }
}

.municipal-projects-block__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 63.99875em) {
  .municipal-projects-block__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .municipal-projects-block__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .municipal-projects-block__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 94px;
    height: 60%;
    left: -115px;
    border-bottom: 1px solid #B5B5B5;
  }
}
@media screen and (max-width: 63.99875em) {
  .municipal-projects-block__title {
    margin-bottom: 32px;
  }
}

.municipal-projects__button {
  margin-bottom: 0;
}

.municipal-projects__items-wrapper {
  margin-left: calc(((100% - 97.25rem)/2) + (120px));
  overflow-x: hidden;
  position: relative;
  padding-bottom: 48px;
}
@media print, screen and (max-width: 98.12375em) {
  .municipal-projects__items-wrapper {
    margin-left: 120px;
  }
}
@media screen and (max-width: 63.99875em) {
  .municipal-projects__items-wrapper {
    margin-left: 48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .municipal-projects__items-wrapper {
    margin-left: 32px;
  }
}

.municipal-projects__content {
  outline: none;
  display: flex;
  flex-wrap: wrap;
}
.municipal-projects__content.flickity-enabled {
  display: block;
}

.municipal-projects-block .flickity-prev-next-button.previous {
  left: 0;
}
.municipal-projects-block .flickity-prev-next-button.next {
  left: 80px;
}

.municipal-projects__nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 48px;
  gap: 48px;
  margin-top: 48px;
  padding: 2px;
}

.municipal-projects__nav__button {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  outline: none;
}
.municipal-projects__nav__button:focus {
  box-shadow: 0 0 2px 2px rgba(151, 186, 57, 0.5);
}
.municipal-projects__nav__button i.icon {
  width: 24px;
  color: #97BA39;
  fill: #97BA39;
}

.municipal-services {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 80px auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .municipal-services {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .municipal-services {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .municipal-services {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.municipal-services__header {
  margin-bottom: 80px;
}

.municipal-services__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .municipal-services__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .municipal-services__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .municipal-services__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 50%;
    left: -110px;
    border-bottom: 1px solid #B5B5B5;
  }
}

@media print, screen and (min-width: 64em) {
  .municipal-services__search-container {
    max-width: 50%;
  }
}

.municipal-services__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  grid-gap: 40px;
}
@media print, screen and (max-width: 29.99875em) {
  .municipal-services__grid {
    grid-template-columns: 1fr;
  }
}

.news-hero-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .news-hero-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .news-hero-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .news-hero-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.news-hero__image {
  position: relative;
}

.news-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-hero__category {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #97BA39;
  background-color: #fff;
  padding: 12px 80px;
  min-width: 210px;
  position: absolute;
  top: 64px;
  left: -80px;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  .news-hero__category {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .news-hero__category {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .news-hero__category {
    left: -48px;
    top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .news-hero__category {
    left: -32px;
    top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    min-width: 0;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .news-hero__category {
    left: -16px;
    top: 32px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 0;
  }
}

.pag-graphic-plan {
  margin-bottom: 80px;
}

.pag-graphic-plan__inner {
  display: grid;
  width: 100%;
  grid-template-columns: auto 520px;
}
@media print, screen and (max-width: 74.99875em) {
  .pag-graphic-plan__inner {
    grid-template-columns: auto 420px;
  }
}
@media screen and (max-width: 63.99875em) {
  .pag-graphic-plan__inner {
    grid-template-columns: 1fr;
  }
}

.pag-graphic-plan__interactive-image {
  width: 100%;
  min-height: 90vh;
  height: 100%;
}

.pag-graphic-plan__legend {
  background: #f4f4f4;
  padding: 32px;
}

.pag-graphic-plan__legend-title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .pag-graphic-plan__legend-title {
    font-size: 24px;
    line-height: 43px;
  }
}

.pag-graphic-plan__legend-caption {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 4px 0;
}
@media print, screen and (max-width: 44.99875em) {
  .pag-graphic-plan__legend-caption {
    font-size: 12px;
    line-height: 18px;
  }
}

.pag-graphic-plan__legend-group {
  border-bottom: solid 1px #B5B5B5;
  padding-bottom: 8px;
}

.pag-graphic-plan__legend-group-title {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  margin: 0;
  padding: 8px 32px 0 0;
  cursor: pointer;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .pag-graphic-plan__legend-group-title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .pag-graphic-plan__legend-group-title {
    font-size: 13px;
    line-height: 24px;
  }
}
.pag-graphic-plan__legend-group-title i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 20px;
  right: 8px;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.pag-graphic-plan__legend-group-title svg {
  fill: #97BA39;
}

.pag-graphic-plan__legend-group.is-open .pag-graphic-plan__legend-group-title i {
  transform: rotate(270deg);
}

.pag-graphic-plan__legend-group-content {
  display: none;
  padding: 8px 0;
}

.phonebook {
  min-height: 80vh;
}

.phonebook__sections {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .phonebook__sections {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .phonebook__sections {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .phonebook__sections {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.phonebook__section {
  margin-bottom: 48px;
}

.phonebook__section-title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .phonebook__section-title {
    font-size: 24px;
    line-height: 43px;
  }
}

.phonebook__section-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  margin-bottom: 120px;
}
@media print, screen and (max-width: 98.12375em) {
  .phonebook__section-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media print, screen and (max-width: 44.99875em) {
  .phonebook__section-items {
    grid-template-columns: 1fr;
  }
}

.post-cover {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .post-cover {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .post-cover {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .post-cover {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.post-cover__inner {
  position: relative;
}

.post-cover__image {
  width: 100%;
}

.post-cover__image-button {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: #fff;
  color: #97BA39;
  text-align: left;
  display: inline-block;
  padding: 12px 48px;
  position: absolute;
  top: 64px;
  left: 0px;
  transform: translate(-50%, 0);
}
@media print, screen and (max-width: 74.99875em) {
  .post-cover__image-button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-cover__image-button {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 98.12375em) {
  .post-cover__image-button {
    left: 20px;
    top: 20px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-cover__image-button {
    margin-top: 16px;
    position: static;
    border: none;
    background: #f4f4f4;
    transform: none;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .post-cover__image-button {
    width: auto;
  }
}

.price-and-venue {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .price-and-venue {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .price-and-venue {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .price-and-venue {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .price-and-venue {
    margin-bottom: 80px;
  }
}
.price-and-venue.mb-1 {
  margin-bottom: 8px;
}
.price-and-venue.mb-2 {
  margin-bottom: 16px;
}
.price-and-venue.mb-3 {
  margin-bottom: 24px;
}
.price-and-venue.mb-4 {
  margin-bottom: 32px;
}
.price-and-venue.mb-5 {
  margin-bottom: 40px;
}
.price-and-venue.mb-6 {
  margin-bottom: 48px;
}
.price-and-venue.mb-7 {
  margin-bottom: 56px;
}
.price-and-venue.mb-8 {
  margin-bottom: 64px;
}
.price-and-venue.mb-9 {
  margin-bottom: 72px;
}
.price-and-venue.mb-10 {
  margin-bottom: 80px;
}
.price-and-venue.mb-11 {
  margin-bottom: 88px;
}
.price-and-venue.mb-12 {
  margin-bottom: 96px;
}
.price-and-venue.mb-13 {
  margin-bottom: 104px;
}
.price-and-venue.mb-14 {
  margin-bottom: 112px;
}
.price-and-venue.mb-15 {
  margin-bottom: 120px;
}
.price-and-venue.mt-1 {
  margin-top: 8px;
}
.price-and-venue.mt-2 {
  margin-top: 16px;
}
.price-and-venue.mt-3 {
  margin-top: 24px;
}
.price-and-venue.mt-4 {
  margin-top: 32px;
}
.price-and-venue.mt-5 {
  margin-top: 40px;
}
.price-and-venue.mt-6 {
  margin-top: 48px;
}
.price-and-venue.mt-7 {
  margin-top: 56px;
}
.price-and-venue.mt-8 {
  margin-top: 64px;
}
.price-and-venue.mt-9 {
  margin-top: 72px;
}
.price-and-venue.mt-10 {
  margin-top: 80px;
}
.price-and-venue.mt-11 {
  margin-top: 88px;
}
.price-and-venue.mt-12 {
  margin-top: 96px;
}
.price-and-venue.mt-13 {
  margin-top: 104px;
}
.price-and-venue.mt-14 {
  margin-top: 112px;
}
.price-and-venue.mt-15 {
  margin-top: 120px;
}

.price-and-venue__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 126px;
  gap: 126px;
}
@media print, screen and (max-width: 98.12375em) {
  .price-and-venue__row {
    grid-gap: 60px;
    gap: 60px;
  }
}
@media screen and (max-width: 63.99875em) {
  .price-and-venue__row {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    gap: 32px;
  }
}

.price-and-venue__column {
  /*
  flex-basis: 50%;
  */
}
@media screen and (max-width: 63.99875em) {
  .price-and-venue__column {
    margin: 0;
  }
}

.price-and-venue__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 44.99875em) {
  .price-and-venue__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.price-and-venue__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-top: 20px;
}

.price-and-venue__text {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 74.99875em) {
  .price-and-venue__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .price-and-venue__text {
    font-size: 13px;
    line-height: 24px;
  }
}

.price-and-venue__ticket {
  display: flex;
  justify-content: space-between;
  max-width: 417px;
  width: 100%;
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-bottom: 30px;
  padding-bottom: 4px;
}

.price-and-venue__ticket__price {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
}
@media print, screen and (max-width: 74.99875em) {
  .price-and-venue__ticket__price {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .price-and-venue__ticket__price {
    font-size: 13px;
    line-height: 24px;
  }
}

.price-and-venue__button {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 48px;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .price-and-venue__button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .price-and-venue__button {
    font-size: 13px;
    line-height: 24px;
  }
}

.price-and-venue__location {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  color: #000;
}
@media print, screen and (max-width: 74.99875em) {
  .price-and-venue__location {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .price-and-venue__location {
    font-size: 13px;
    line-height: 24px;
  }
}

.price-and-venue__location__icon {
  color: #97BA39;
  margin-right: 16px;
  width: 16px;
  height: 24px;
}

.promoted-websites {
  margin-bottom: 120px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .promoted-websites {
    margin-bottom: 80px;
  }
}
.promoted-websites.mb-1 {
  margin-bottom: 8px;
}
.promoted-websites.mb-2 {
  margin-bottom: 16px;
}
.promoted-websites.mb-3 {
  margin-bottom: 24px;
}
.promoted-websites.mb-4 {
  margin-bottom: 32px;
}
.promoted-websites.mb-5 {
  margin-bottom: 40px;
}
.promoted-websites.mb-6 {
  margin-bottom: 48px;
}
.promoted-websites.mb-7 {
  margin-bottom: 56px;
}
.promoted-websites.mb-8 {
  margin-bottom: 64px;
}
.promoted-websites.mb-9 {
  margin-bottom: 72px;
}
.promoted-websites.mb-10 {
  margin-bottom: 80px;
}
.promoted-websites.mb-11 {
  margin-bottom: 88px;
}
.promoted-websites.mb-12 {
  margin-bottom: 96px;
}
.promoted-websites.mb-13 {
  margin-bottom: 104px;
}
.promoted-websites.mb-14 {
  margin-bottom: 112px;
}
.promoted-websites.mb-15 {
  margin-bottom: 120px;
}
.promoted-websites.mt-1 {
  margin-top: 8px;
}
.promoted-websites.mt-2 {
  margin-top: 16px;
}
.promoted-websites.mt-3 {
  margin-top: 24px;
}
.promoted-websites.mt-4 {
  margin-top: 32px;
}
.promoted-websites.mt-5 {
  margin-top: 40px;
}
.promoted-websites.mt-6 {
  margin-top: 48px;
}
.promoted-websites.mt-7 {
  margin-top: 56px;
}
.promoted-websites.mt-8 {
  margin-top: 64px;
}
.promoted-websites.mt-9 {
  margin-top: 72px;
}
.promoted-websites.mt-10 {
  margin-top: 80px;
}
.promoted-websites.mt-11 {
  margin-top: 88px;
}
.promoted-websites.mt-12 {
  margin-top: 96px;
}
.promoted-websites.mt-13 {
  margin-top: 104px;
}
.promoted-websites.mt-14 {
  margin-top: 112px;
}
.promoted-websites.mt-15 {
  margin-top: 120px;
}

.promoted-websites__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .promoted-websites__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .promoted-websites__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .promoted-websites__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .promoted-websites__inner {
    flex-direction: column;
  }
}

.promoted-websites__site {
  flex: 0 0 50%;
}

.promoted-websites__site:nth-child(even) {
  position: relative;
  padding-top: 120px;
  left: -40px;
}
@media print, screen and (max-width: 44.99875em) {
  .promoted-websites__site:nth-child(even) {
    left: 0;
  }
}

.promoted-websites__site__image-container {
  width: calc(100% + 40px);
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .promoted-websites__site__image-container {
    width: 100%;
  }
}

.promoted-websites__site__image {
  width: 100%;
}

.promoted-websites__site__logo-container {
  position: absolute;
  top: 64px;
  background: #fff;
  padding: 24px 48px;
}
@media print, screen and (max-width: 29.99875em) {
  .promoted-websites__site__logo-container {
    position: static;
    padding: 16px 0;
  }
}

.promoted-websites__site:nth-child(odd) .promoted-websites__site__logo-container {
  left: -80px;
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .promoted-websites__site:nth-child(odd) .promoted-websites__site__logo-container {
    left: auto;
    right: -32px;
    top: auto;
    bottom: 64px;
  }
}

.promoted-websites__site:nth-child(even) .promoted-websites__site__logo-container {
  right: -80px;
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .promoted-websites__site:nth-child(even) .promoted-websites__site__logo-container {
    left: auto;
    right: -32px;
    top: auto;
    bottom: 64px;
  }
}

.promoted-websites__site__logo {
  width: 150px;
}

.promoted-websites__site__content {
  padding-right: 80px;
}
@media print, screen and (max-width: 44.99875em) {
  .promoted-websites__site__content {
    padding-right: 0;
  }
}

.promoted-websites__site__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 24px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .promoted-websites__site__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.promoted-websites__site__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px #979797;
  margin-top: 10px;
}

.promoted-websites__site__excerpt {
  margin-bottom: 48px;
}

.promoted-websites__site__read-more-link {
  background: #97BA39;
  border-radius: 50%;
  padding: 12px;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.promoted-websites__site__read-more-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #18635C;
  transform: scale(0);
  transition: 0.2s ease-out;
}
.promoted-websites__site__read-more-link:hover:before {
  transform: scale(1);
}

.promoted-websites__site__read-more-link .icon {
  width: 20px;
}

.promoted-websites__site__read-more-link svg {
  fill: #fff;
}

.publications-downloads-block .content-filters {
  border-bottom: none;
}

.search-results--publications-downloads,
.post-header--publications-downloads {
  max-width: none;
  margin-left: max(calc(((63% - 789px) - (48px * 2)) / 2), 0px);
  margin-right: max(calc(((63% - 789px) - (48px * 2)) / 2), 0px);
  padding-left: 48px;
  padding-right: 48px;
}
@media screen and (max-width: 63.99875em) {
  .search-results--publications-downloads,
.post-header--publications-downloads {
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .search-results--publications-downloads,
.post-header--publications-downloads {
    padding: 32px;
  }
}

.publications-downloads__inner {
  display: flex;
  margin: 80px auto;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .publications-downloads__inner {
    display: block;
    margin: 48px auto;
  }
}

.publications-downloads__tabs {
  display: none;
}

@media screen and (max-width: 63.99875em) {
  .publications-downloads__tabs {
    display: flex;
  }

  .publications-downloads__tab {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    background: #97BA39;
    color: #fff;
    padding: 16px 48px;
    text-align: left;
    flex-basis: 50%;
  }

  .publications-downloads__tab--brochures {
    color: #fff;
    background: #34766F;
  }

  .publications-downloads__tab--downloads {
    color: #474747;
    background: #f4f4f4;
  }

  .publications-downloads__tab-pane {
    display: none;
  }

  .publications-downloads__tab-pane.is-active {
    display: block;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .publications-downloads__tab {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.publications-wrapper {
  flex-basis: 63%;
  background: #18635C;
}

/*grid left side*/
.publications-carousel {
  background: #34766F;
  padding: 70px 48px 80px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .publications-carousel:before {
    content: "";
    width: 1px;
    height: 64px;
    border-left: solid 1px #97BA39;
    position: absolute;
    top: -36px;
    right: calc(17% + 1px);
  }
}
@media print, screen and (max-width: 44.99875em) {
  .publications-carousel {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    padding-top: 16px;
  }
}

.publications-carousel__inner {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .publications-carousel__inner {
    max-width: 789px;
  }
}

.publications-carousel__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  position: relative;
  margin-bottom: 26px;
}
@media print, screen and (max-width: 44.99875em) {
  .publications-carousel__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .publications-carousel__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 88px;
    height: 50%;
    left: -112px;
    border-bottom: 1px solid #fff;
  }
}

.publications-carousel__items {
  overflow: hidden;
  margin-bottom: 48px;
}
@media print, screen and (max-width: 44.99875em) {
  .publications-carousel__items {
    margin-bottom: 0;
  }
}

.publications-card {
  max-width: 362px;
  width: 100%;
  margin-right: 64px;
}
@media print, screen and (max-width: 74.99875em) {
  .publications-card {
    margin-right: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .publications-card {
    margin-right: 32px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .publications-card {
    margin-right: 16px;
  }
}

.publications-card__photo-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 112.24%;
  background: #18635C;
}
.publications-card__photo-wrapper > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.publications-card__content {
  background: #fff;
  width: 100%;
  min-height: 144px;
  padding: 16px 16px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (max-width: 44.99875em) {
  .publications-card__content {
    min-height: 0;
  }
}

.publications-card__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  flex: 1;
}
@media print, screen and (max-width: 74.99875em) {
  .publications-card__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .publications-card__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.publications-card__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #97BA39;
  padding-top: 8px;
}
@media print, screen and (max-width: 44.99875em) {
  .publications-card__date {
    font-size: 12px;
    line-height: 18px;
  }
}
.publications-card__date:before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  border-bottom: solid 1px #B5B5B5;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: width 0.15s ease-in-out, border-color 0.25s ease-in-out;
}

.publications-carousel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media print, screen and (max-width: 44.99875em) {
  .publications-carousel__header {
    flex-direction: column;
    margin-top: 32px;
  }
}

.publications-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
}
@media print, screen and (max-width: 44.99875em) {
  .publications-carousel__nav {
    margin-bottom: 32px;
  }
}

.publications-carousel__nav__button {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: relative;
  overflow: hidden;
}
.publications-carousel__nav__button:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #97BA39;
  transform: scale(0);
  transition: 0.2s ease-out;
}
.publications-carousel__nav__button:hover:before {
  transform: scale(1);
}

.publications-carousel__nav__button__icon {
  width: 28px;
  color: #97BA39;
  fill: #97BA39;
}
.publications-carousel__nav__button:hover .publications-carousel__nav__button__icon {
  color: #fff;
  fill: #fff;
}

@media print, screen and (max-width: 44.99875em) {
  .publications-carousel__button > .button {
    line-height: 42px;
    min-width: 200px;
  }
}

/*grid right - subsection*/
.brochures-box {
  padding: 70px 48px 80px;
}
@media print, screen and (max-width: 44.99875em) {
  .brochures-box {
    padding: 32px;
  }
}

.brochures-box__inner {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .brochures-box__inner {
    max-width: 789px;
  }
}

.brochures__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 6px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .brochures__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .brochures__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 88px;
    height: 50%;
    left: -112px;
    border-bottom: 1px solid #fff;
  }
}

.brochures__inner {
  margin-top: 45px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 60px;
}
@media print, screen and (max-width: 74.99875em) {
  .brochures__inner {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 48px;
  }
}

.brochures-card {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.brochures-card__content {
  background: #fff;
  padding: 14px 16px 26px;
  min-height: 133px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brochures-card__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  flex: 1;
}
@media print, screen and (max-width: 74.99875em) {
  .brochures-card__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .brochures-card__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.brochures-card__photo-wrapper {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 112.24%;
  background: #34766F;
}
.brochures-card__photo-wrapper > img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brochures-card__details {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
@media print, screen and (max-width: 74.99875em) {
  .brochures-card__details {
    display: block;
  }
}

.brochures-card__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
  border-right: 1px solid #B5B5B5;
  margin-right: 14px;
  padding-right: 24px;
  height: 15px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 44.99875em) {
  .brochures-card__date {
    font-size: 12px;
    line-height: 18px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .brochures-card__date {
    border-right: none;
  }
}
.brochures-card__date:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.brochures-card__type {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #97BA39;
}
@media print, screen and (max-width: 44.99875em) {
  .brochures-card__type {
    font-size: 12px;
    line-height: 18px;
  }
}

.brochures__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

.brochures__button--xlarge {
  width: 100%;
}

/*grid right side*/
.downloads-box {
  flex-basis: 37%;
  position: relative;
  padding-bottom: 220px;
}
@media print, screen and (min-width: 64em) {
  .downloads-box:before {
    content: "";
    display: block;
    position: absolute;
    background: #f4f4f4;
    top: 128px;
    bottom: 128px;
    width: 100%;
  }
}
@media screen and (max-width: 63.99875em) {
  .downloads-box {
    background: #f4f4f4;
    padding-bottom: 32px;
  }
}

.downloads-box__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #474747;
  padding-left: 80px;
  padding-top: 64px;
  padding-bottom: 16px;
  padding-right: 48px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .downloads-box__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .downloads-box__title {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 63.99875em) {
  .downloads-box__title {
    padding-top: 32px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .downloads-box__title {
    padding-top: 16px;
  }
}

.downloads-box__cards {
  padding-left: 80px;
  padding-top: 64px;
  padding-right: 48px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .downloads-box__cards {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 63.99875em) {
  .downloads-box__cards {
    padding-top: 32px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .downloads-box__cards {
    padding-top: 16px;
  }
}

.download-card {
  background: #fff;
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
  padding: 16px 24px 16px 16px;
  position: relative;
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
.download-card i {
  position: absolute;
  display: block;
  width: 20px;
  height: 26px;
  left: 20px;
  top: 20px;
  color: #97BA39;
  fill: #97BA39;
  margin-right: 14px;
}
.download-card svg {
  fill: #97BA39;
}
.download-card:hover {
  background: #97BA39;
  color: #fff;
}
.download-card:hover .download-card__title {
  color: #fff;
}
.download-card:hover svg {
  fill: #fff;
}

.download-card__item {
  padding-left: 40px;
  display: block;
}

.recent-news {
  margin-bottom: 120px;
  padding-bottom: 48px;
}
@media print, screen and (max-width: 44.99875em) {
  .recent-news {
    margin-bottom: 80px;
  }
}
.recent-news.mb-1 {
  margin-bottom: 8px;
}
.recent-news.mb-2 {
  margin-bottom: 16px;
}
.recent-news.mb-3 {
  margin-bottom: 24px;
}
.recent-news.mb-4 {
  margin-bottom: 32px;
}
.recent-news.mb-5 {
  margin-bottom: 40px;
}
.recent-news.mb-6 {
  margin-bottom: 48px;
}
.recent-news.mb-7 {
  margin-bottom: 56px;
}
.recent-news.mb-8 {
  margin-bottom: 64px;
}
.recent-news.mb-9 {
  margin-bottom: 72px;
}
.recent-news.mb-10 {
  margin-bottom: 80px;
}
.recent-news.mb-11 {
  margin-bottom: 88px;
}
.recent-news.mb-12 {
  margin-bottom: 96px;
}
.recent-news.mb-13 {
  margin-bottom: 104px;
}
.recent-news.mb-14 {
  margin-bottom: 112px;
}
.recent-news.mb-15 {
  margin-bottom: 120px;
}
.recent-news.mt-1 {
  margin-top: 8px;
}
.recent-news.mt-2 {
  margin-top: 16px;
}
.recent-news.mt-3 {
  margin-top: 24px;
}
.recent-news.mt-4 {
  margin-top: 32px;
}
.recent-news.mt-5 {
  margin-top: 40px;
}
.recent-news.mt-6 {
  margin-top: 48px;
}
.recent-news.mt-7 {
  margin-top: 56px;
}
.recent-news.mt-8 {
  margin-top: 64px;
}
.recent-news.mt-9 {
  margin-top: 72px;
}
.recent-news.mt-10 {
  margin-top: 80px;
}
.recent-news.mt-11 {
  margin-top: 88px;
}
.recent-news.mt-12 {
  margin-top: 96px;
}
.recent-news.mt-13 {
  margin-top: 104px;
}
.recent-news.mt-14 {
  margin-top: 112px;
}
.recent-news.mt-15 {
  margin-top: 120px;
}
.recent-news .post-teaser__image:hover:before {
  background: none;
}
.recent-news .post-teaser__content {
  background: rgba(255, 255, 255, 0.95);
}

.recent-news__header {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .recent-news__header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .recent-news__header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .recent-news__header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .recent-news__header {
    flex-direction: column;
    align-items: center;
  }
}

.recent-news__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .recent-news__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .recent-news__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .recent-news__title {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  .recent-news__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 50%;
    left: -220px;
    border-bottom: 1px solid rgba(71, 71, 71, 0.33);
  }
}

@media screen and (max-width: 63.99875em) {
  .recent-news__button {
    margin-bottom: 32px;
  }
}

.recent-news__posts {
  position: relative;
  padding-bottom: 48px;
  position: relative;
}
.recent-news__posts:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 66px);
  background: #f4f4f4;
  bottom: 0;
  left: 0;
}
.recent-news__posts:after {
  content: "";
  width: 1px;
  height: 64px;
  border-left: solid 1px #97BA39;
  position: absolute;
  bottom: -32px;
  left: calc(50% + 1px);
}

.recent-news__posts__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .recent-news__posts__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .recent-news__posts__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .recent-news__posts__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .recent-news__posts__inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}

.recent-news__first-post {
  width: 51.36%;
}
@media print, screen and (max-width: 98.12375em) {
  .recent-news__first-post {
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .recent-news__first-post {
    width: calc(50% - 24px);
    margin-right: 0;
  }
  .recent-news__first-post .post-teaser--featured {
    padding-top: 0;
    padding-left: 0;
  }
  .recent-news__first-post .post-teaser__image--featured {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 63.99875em) {
  .recent-news__first-post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 34px;
  }
}

.recent-news__others-posts {
  width: 39.05%;
}
.recent-news__others-posts .post-teaser {
  margin-bottom: 34px;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .recent-news__others-posts {
    width: calc(50% - 24px);
  }
  .recent-news__others-posts .post-teaser {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .recent-news__others-posts {
    width: 100%;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.related-services__item {
  width: 400px;
  min-height: 240px;
  display: block;
  padding: 32px;
  color: #474747;
  background: #fff;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.related-services__item:hover {
  background: #97BA39;
  color: #fff;
  transform: scale(1.05);
}
@media print, screen and (max-width: 29.99875em) {
  .related-services__item {
    width: 300px;
    min-height: 240px;
  }
}

.related-services__item__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  display: block;
  margin-top: 0;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 44.99875em) {
  .related-services__item__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.related-services__item__title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-top: 8px;
  transition: width 0.15s ease-in-out, border-color 0.25s ease-in-out;
}
.related-services__item:hover .related-services__item__title:after {
  width: 100%;
  border-color: #fff;
}

.related-services__item__description {
  display: block;
}

.related-services__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  right: -12px;
  background: #97BA39;
}
.related-services__item:hover .related-services__item__icon {
  background: #fff;
}
.related-services__item__icon .related-services__item__dots {
  width: 20px;
  display: inline-block;
}
.related-services__item__icon .related-services__item__dots svg {
  fill: #fff;
}
.related-services__item:hover .related-services__item__icon .related-services__item__dots {
  display: none;
}
.related-services__item__icon .related-services__item__arrow {
  width: 20px;
  display: none;
}
.related-services__item__icon .related-services__item__arrow svg {
  fill: #97BA39;
}
.related-services__item:hover .related-services__item__icon .related-services__item__arrow {
  display: inline-block;
}

.request-for-acts {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .request-for-acts {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .request-for-acts {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .request-for-acts {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .request-for-acts {
    padding-left: 0;
    padding-right: 0;
  }
}

.request-for-acts-form {
  min-height: 320px;
}
.request-for-acts-form .gform_confirmation_message {
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
}
@media print, screen and (max-width: 44.99875em) {
  .request-for-acts-form .gform_confirmation_message {
    font-size: 18px;
    line-height: 30px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .request-for-acts-form .ginput_container_beetebuerg_address {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .request-for-acts-form .ginput_container_beetebuerg_address {
    grid-template-columns: 1fr;
  }
}

.multistep-form {
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .multistep-form {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.multistep-form__steps-wrapper {
  background: #18635C;
  padding: 40px 0 40px 32px;
  width: 340px;
  position: absolute;
  top: 40px;
  left: 0;
  overflow: visible;
  z-index: 1;
}
.multistep-form__steps-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  top: 60px;
  right: -50px;
  border-bottom: 1px solid #97BA39;
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__steps-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    padding: 16px;
  }
  .multistep-form__steps-wrapper:before {
    display: none;
  }
}

.multistep-form__steps {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0;
  position: relative;
}
.multistep-form__steps:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 18px;
  top: 5px;
  width: 0;
  height: calc(100% - 10px);
  border-left: 1px solid #B5B5B5;
  z-index: 1;
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__steps:before {
    height: 0;
    width: calc(100% - 250px);
    border-bottom: 1px solid #B5B5B5;
    left: 124px;
    top: 18px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .multistep-form__steps:before {
    width: calc(100% - 220px);
    left: 110px;
  }
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__steps {
    display: flex;
    justify-content: space-around;
  }
}

.multistep-form__step {
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  counter-increment: my-awesome-counter;
  margin: 0.25rem;
  color: #fff;
}
@media print, screen and (max-width: 74.99875em) {
  .multistep-form__step {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .multistep-form__step {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__step {
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    width: 100px;
  }
}
@media screen and (max-width: 63.99875em) and (max-width: 44.99875em) {
  .multistep-form__step {
    font-size: 12px;
    line-height: 18px;
  }
}

.multistep-form__step:not(:last-child) {
  margin-bottom: 45px;
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__step:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.multistep-form__step::before {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: counter(my-awesome-counter);
  background: #fff;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  color: #18635C;
  text-align: center;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 74.99875em) {
  .multistep-form__step::before {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .multistep-form__step::before {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__step::before {
    display: flex;
    margin: 0 auto 4px;
    align-items: center;
    justify-content: center;
  }
}

.multistep-form__step.is-active::before {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  content: counter(my-awesome-counter);
  background: #97BA39;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  margin-right: 16px;
}
@media print, screen and (max-width: 74.99875em) {
  .multistep-form__step.is-active::before {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .multistep-form__step.is-active::before {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__step.is-active::before {
    display: flex;
    margin: 0 auto 4px;
    align-items: center;
    justify-content: center;
  }
}

.multistep-form__pages {
  position: relative;
  margin-left: 225px;
  margin-bottom: 48px;
  padding: 40px 40px 40px 192px;
  background: #f4f4f4;
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__pages {
    margin-left: 0;
    width: 100%;
    padding: 40px;
  }
}

.multistep-form__page {
  position: relative;
  display: none;
}
.multistep-form__page.is-active {
  display: block;
}
@media screen and (max-width: 63.99875em) {
  .multistep-form__page {
    margin-bottom: 16px;
    margin-top: 16px;
    margin-left: 0;
    padding: 16px;
  }
}

.multistep-form__page-title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #474747;
  margin: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .multistep-form__page-title {
    font-size: 24px;
    line-height: 43px;
  }
}

.forms-grid__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 75em) and (max-width: 98.12375em) {
  .forms-grid__items {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .forms-grid__items {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .forms-grid__items {
    grid-template-columns: 1fr;
  }
}

.forms-grid__item-teaser {
  background-color: #fff;
  position: relative;
  padding: 16px;
}

.forms-grid__item__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #474747;
  letter-spacing: 0.6px;
  margin: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .forms-grid__item__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .forms-grid__item__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.forms-grid__item__text {
  font-size: 13px;
  line-height: 24px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #6F6F6F;
  letter-spacing: 0.9px;
  margin: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .forms-grid__item__text {
    font-size: 12px;
    line-height: 18px;
  }
}

.forms-grid__item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: -24px;
  background: #97BA39;
  margin-right: 9px;
}

.forms-grid__arrow {
  width: 18px;
  height: 13px;
  color: #fff;
  fill: #fff;
}

.multistep-form__page-sub-title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  color: #474747;
}
@media print, screen and (max-width: 44.99875em) {
  .multistep-form__page-sub-title {
    font-size: 18px;
    line-height: 30px;
  }
}

.multistep-form__page__info-items {
  margin-bottom: 32px;
}

.multistep-form__page__info-item {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 8px;
  padding-left: 40px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .multistep-form__page__info-item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .multistep-form__page__info-item {
    font-size: 13px;
    line-height: 24px;
  }
}
.multistep-form__page__info-item i {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  left: 0;
  top: 9px;
}
.multistep-form__page__info-item .multistep-form__page__info-item--name {
  width: 19px;
  height: 16px;
}
.multistep-form__page__info-item .multistep-form__page__info-item--address {
  width: 12px;
}
.multistep-form__page__info-item .multistep-form__page__info-item--email {
  width: 21px;
  height: 14px;
}
.multistep-form__page__info-item svg {
  fill: #97BA39;
  color: #97BA39;
}

.multistep-form__form .gf_progressbar_wrapper {
  display: none;
}

.gfield.number-of-acts {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}
.gfield.number-of-acts .request-acts-count-label h3 {
  font-size: 28px;
}
.gfield.number-of-acts .instruction {
  display: none;
}
.gfield.number-of-acts .gfield_label {
  margin-left: 32px;
}
.gfield.number-of-acts .ginput_container_number input {
  display: block;
  width: 100px;
  padding: 8px 16px;
  font-size: 32px;
}

.blocks-separator {
  position: relative;
  height: 64px;
  margin-top: -40px;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 44.99875em) {
  .blocks-separator {
    margin-top: -32px;
    margin-bottom: 48px;
  }
}
.blocks-separator:after {
  content: "";
  width: 1px;
  height: 64px;
  border-left: solid 1px #97BA39;
  position: absolute;
  top: 0;
  left: calc(50% + 1px);
}

.service-team {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .service-team {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .service-team {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .service-team {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .service-team {
    margin-bottom: 80px;
  }
}
.service-team.mb-1 {
  margin-bottom: 8px;
}
.service-team.mb-2 {
  margin-bottom: 16px;
}
.service-team.mb-3 {
  margin-bottom: 24px;
}
.service-team.mb-4 {
  margin-bottom: 32px;
}
.service-team.mb-5 {
  margin-bottom: 40px;
}
.service-team.mb-6 {
  margin-bottom: 48px;
}
.service-team.mb-7 {
  margin-bottom: 56px;
}
.service-team.mb-8 {
  margin-bottom: 64px;
}
.service-team.mb-9 {
  margin-bottom: 72px;
}
.service-team.mb-10 {
  margin-bottom: 80px;
}
.service-team.mb-11 {
  margin-bottom: 88px;
}
.service-team.mb-12 {
  margin-bottom: 96px;
}
.service-team.mb-13 {
  margin-bottom: 104px;
}
.service-team.mb-14 {
  margin-bottom: 112px;
}
.service-team.mb-15 {
  margin-bottom: 120px;
}
.service-team.mt-1 {
  margin-top: 8px;
}
.service-team.mt-2 {
  margin-top: 16px;
}
.service-team.mt-3 {
  margin-top: 24px;
}
.service-team.mt-4 {
  margin-top: 32px;
}
.service-team.mt-5 {
  margin-top: 40px;
}
.service-team.mt-6 {
  margin-top: 48px;
}
.service-team.mt-7 {
  margin-top: 56px;
}
.service-team.mt-8 {
  margin-top: 64px;
}
.service-team.mt-9 {
  margin-top: 72px;
}
.service-team.mt-10 {
  margin-top: 80px;
}
.service-team.mt-11 {
  margin-top: 88px;
}
.service-team.mt-12 {
  margin-top: 96px;
}
.service-team.mt-13 {
  margin-top: 104px;
}
.service-team.mt-14 {
  margin-top: 112px;
}
.service-team.mt-15 {
  margin-top: 120px;
}

.service-team__inner {
  display: flex;
}
@media screen and (max-width: 63.99875em) {
  .service-team__inner {
    display: block;
  }
}

.service-team__aside {
  flex: 1;
  margin-right: 32px;
}
@media screen and (max-width: 63.99875em) {
  .service-team__aside {
    margin-right: 0;
  }
}

.service-team__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .service-team__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.service-team__image {
  display: block;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .service-team__image {
    padding-bottom: 16px;
  }
}

.service-team__contacts {
  width: 420px;
}
@media print, screen and (max-width: 98.12375em) {
  .service-team__contacts {
    width: 380px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .service-team__contacts {
    width: 320px;
  }
}
@media screen and (max-width: 63.99875em) {
  .service-team__contacts {
    width: 100%;
  }
}

.service-team__list {
  position: relative;
  width: 420px;
  height: 100%;
}
@media print, screen and (max-width: 98.12375em) {
  .service-team__list {
    width: 380px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .service-team__list {
    width: 320px;
  }
}
@media screen and (max-width: 63.99875em) {
  .service-team__list {
    width: 100%;
    overflow: hidden;
  }
}

.service-team__list__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 63.99875em) {
  .service-team__list__wrapper {
    position: static;
    overflow: visible;
    height: auto;
    width: auto;
  }
}

.service-team__list__inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.service-team__list__inner.is-centered {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 63.99875em) {
  .service-team__list__inner {
    position: static;
    overflow: visible;
    height: auto;
    width: auto;
  }
}

.service-team__list__scrollbar {
  position: absolute;
  right: -24px;
  height: 100%;
  width: 1px;
  border-left: solid 1px #ccc;
}
@media screen and (max-width: 63.99875em) {
  .service-team__list__scrollbar {
    display: none;
  }
}

.service-team__list__scrollbar__slider {
  position: absolute;
  right: -4px;
  left: -4px;
  height: 40%;
  background: #97BA39;
}

.service-team__list__nav {
  position: absolute;
  right: -92px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 63.99875em) {
  .service-team__list__nav {
    display: none;
  }
}

.service-team__list__nav--mobile {
  display: none;
  position: static;
  right: auto;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (max-width: 63.99875em) {
  .service-team__list__nav--mobile {
    display: flex;
  }
}

.service-team__list__nav__button {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #f4f4f4;
}

.service-team__list__nav__button.is-disabled {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

.service-team__list__nav__icon {
  width: 20px;
  height: 24px;
}
.service-team__list__nav__icon svg {
  fill: #97BA39;
}

.service-team__list__nav__icon--up {
  transform: rotateX(180deg);
}

.service-team__item {
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 63.99875em) {
  .service-team__item {
    width: 420px;
    margin-right: 16px;
    margin-bottom: 0px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .service-team__item {
    width: 380px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .service-team__item {
    width: calc(100vw - 32px);
  }
}

.project-details {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 48px auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .project-details {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .project-details {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .project-details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .project-details {
    padding-bottom: 80px;
    margin-top: 16px;
  }
}

.project-details__image {
  padding-right: 160px;
  padding-bottom: 68px;
  position: relative;
}
.project-details__image img {
  width: 100%;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .project-details__image {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 63.99875em) {
  .project-details__image {
    padding: 0;
  }
}

.project-details__info {
  background: rgba(244, 244, 244, 0.95);
  padding: 32px 80px;
  position: absolute;
  margin-bottom: 0;
  width: 540px;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 98.12375em) {
  .project-details__info {
    padding: 32px;
  }
}
@media screen and (max-width: 63.99875em) {
  .project-details__info {
    position: static;
    width: 100%;
    margin: 16px auto;
  }
}

.project-details__info-header {
  margin-bottom: 16px;
}

.project-details__info-title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #474747;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .project-details__info-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.project-details__info-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-top: 8px;
}
@media print, screen and (max-width: 44.99875em) {
  .project-details__info-title {
    width: 100%;
  }
}

.project-details__metric {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.project-details__metric-label {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 124px;
  margin-right: 21px;
}
@media print, screen and (max-width: 74.99875em) {
  .project-details__metric-label {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .project-details__metric-label {
    font-size: 13px;
    line-height: 24px;
  }
}

.project-details__metric-value {
  flex: 1;
}

.project-details__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  top: 64px;
  left: -80px;
  padding: 21px 56px;
  background: #fff;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  .project-details__date {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .project-details__date {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .project-details__date {
    left: -48px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .project-details__date {
    left: -32px;
    top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .project-details__date {
    left: -16px;
  }
}

.single-trail-details__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  color: #474747;
  position: relative;
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (max-width: 63.99875em) {
  .single-trail-details__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail-details__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .single-trail-details__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    top: 30px;
    left: -47px;
    border-bottom: 1px solid #B5B5B5;
  }
}

.single-trail-details__description {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail-details__description {
    font-size: 18px;
    line-height: 30px;
  }
}

.single-trail__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 36px;
  gap: 36px;
}
@media screen and (max-width: 63.99875em) {
  .single-trail__content {
    grid-template-columns: 1fr;
  }
}

.single-trail__photo {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 413px;
}
@media screen and (max-width: 63.99875em) {
  .single-trail__photo {
    margin: 0 auto 20px auto;
  }
}

.single-trail__categories {
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 63.99875em) {
  .single-trail__categories {
    justify-content: flex-start;
    margin-left: 0;
  }
}

.single-trail__category-card {
  display: flex;
  background-color: #FAFAFA;
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
  width: 64px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.single-trail__category-icon {
  width: 24px;
  height: 24px;
  display: block;
}

@media screen and (max-width: 63.99875em) {
  .single-trail__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .single-trail__list {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.single-trail__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.single-trail__detail-icon {
  width: 34px;
  height: 50px;
  margin-right: 16px;
}

.single-trail__details {
  display: flex;
  flex-direction: column;
}

.single-trail__label {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-top: 6px;
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail__label {
    font-size: 12px;
    line-height: 18px;
  }
}

.single-trail__value {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .single-trail__value {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail__value {
    font-size: 13px;
    line-height: 24px;
  }
}

.small-contact-person-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .small-contact-person-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .small-contact-person-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .small-contact-person-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.small-contact-person-block .small-contact-person__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  position: relative;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 44.99875em) {
  .small-contact-person-block .small-contact-person__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.small-contact-person-block .small-contact-person__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px #979797;
  margin-top: 20px;
}
.small-contact-person-block .small-contact-person__list-element {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 24px 48px;
  margin-bottom: 16px;
  background: #f4f4f4;
  font-size: 16px;
}
@media print, screen and (max-width: 29.99875em) {
  .small-contact-person-block .small-contact-person__list-element {
    padding: 24px 16px;
  }
}
.small-contact-person-block .small-contact-person__list-element__item {
  padding: 4px 0;
}
.small-contact-person-block .small-contact-person__list-element__item:nth-of-type(1) {
  flex: 1.5;
  font-weight: bold;
}
.small-contact-person-block .small-contact-person__list-element__item:nth-of-type(2) {
  flex: 2;
}
@media screen and (max-width: 63.99875em) {
  .small-contact-person-block .small-contact-person__list-element__item:nth-of-type(2) {
    flex-basis: 100%;
    order: 3;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .small-contact-person-block .small-contact-person__list-element__item:nth-of-type(2) i {
    display: none;
  }
}
.small-contact-person-block .small-contact-person__list-element__item:nth-of-type(3) {
  flex: 1;
  min-width: 150px;
}
@media screen and (max-width: 63.99875em) {
  .small-contact-person-block .small-contact-person__list-element__item:nth-of-type(3) {
    order: 2;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .small-contact-person-block .small-contact-person__list-element__item:nth-of-type(3) {
    flex-basis: 100%;
  }
}
.small-contact-person-block .small-contact-person__list-element__item span {
  display: inline-block;
  vertical-align: middle;
}
.small-contact-person-block .small-contact-person__list-element__item i {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin: 0 12px 0 0;
  vertical-align: middle;
}
.small-contact-person-block .small-contact-person__list-element__item svg {
  color: #97BA39;
  fill: #97BA39;
}

.town-council {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 80px auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .town-council {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .town-council {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .town-council {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .town-council {
    margin-top: 32px;
  }
}

.town-council__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #474747;
  line-height: 48px;
  text-align: left;
  width: 100%;
  margin-top: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .town-council__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.town-council__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media screen and (max-width: 63.99875em) {
  .town-council__content {
    grid-template-columns: 1fr;
  }
}

.town-council-box {
  display: flex;
  width: 100%;
  padding: 32px;
  background: #f4f4f4;
}
@media print, screen and (max-width: 74.99875em) {
  .town-council-box {
    padding: 32px;
  }
}
@media screen and (max-width: 63.99875em) {
  .town-council-box {
    padding: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .town-council-box {
    flex-direction: column;
    padding: 32px;
    align-items: center;
  }
}

.town-council-member__avatar {
  flex-basis: 115px;
  margin-right: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .town-council-member__avatar {
    flex-basis: auto;
    margin-right: 32px;
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width: 63.99875em) {
  .town-council-member__avatar {
    flex-basis: auto;
    margin-right: 32px;
    width: 160px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .town-council-member__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 70%;
    margin: 0 0 32px;
  }
}

.town-council-member__photo-wrapper {
  padding-top: 100%;
  width: 100%;
  position: relative;
}

.town-council-member__photo {
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.town-council-member {
  flex: 1;
}
@media print, screen and (max-width: 29.99875em) {
  .town-council-member {
    width: 100%;
  }
}

.town-council-member__name {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  border-top: solid 1px rgba(71, 71, 71, 0.35);
}
@media print, screen and (max-width: 44.99875em) {
  .town-council-member__name {
    font-size: 18px;
    line-height: 30px;
  }
}

.town-council-member__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 9px;
}
@media print, screen and (max-width: 74.99875em) {
  .town-council-member__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .town-council-member__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.town-council-member__address__icon {
  color: #97BA39;
  fill: #97BA39;
  margin-right: 16px;
  display: block;
  width: 24px;
  height: 24px;
}

.town-council-member__address {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 4px;
}

.town-council-member__cv {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  color: #6F6F6F;
  letter-spacing: 0.9px;
  line-height: 24px;
  padding-bottom: 16px;
  padding-top: 16px;
  border-top: solid 1px rgba(71, 71, 71, 0.35);
}
@media print, screen and (max-width: 44.99875em) {
  .town-council-member__cv {
    font-size: 12px;
    line-height: 18px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .town-council-member__cv {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .town-council-member__cv {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .town-council-member__cv {
    padding-bottom: 0;
  }
}

.town-council-member__party {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #18635C;
  line-height: 24px;
  text-align: left;
}
@media print, screen and (max-width: 44.99875em) {
  .town-council-member__party {
    font-size: 12px;
    line-height: 18px;
  }
}
.town-council-member__party:after {
  content: "";
  height: 16px;
  border-right: 1px solid #B5B5B5;
  margin-left: 16px;
  margin-right: 16px;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .town-council-member__party:after {
    display: none;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .town-council-member__party:after {
    display: none;
  }
}

.trails-index-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 80px auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .trails-index-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .trails-index-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .trails-index-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .trails-index-block {
    padding: 16px 48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index-block {
    margin: 8px auto;
    padding: 8px 16px;
  }
}

.trails-index__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .trails-index__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .trails-index__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    top: 30px;
    left: -47px;
    border-bottom: 1px solid #B5B5B5;
  }
}

.trails-index__text {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  display: flex;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-index__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__text {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__text {
    display: block;
  }
}

.trails-index__subtext {
  max-width: 454px;
  width: 100%;
  margin: 32px 0;
}
.trails-index__subtext:nth-of-type(2n+2) {
  margin-left: 32px;
}

.trails-index__subtitle {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__subtitle {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .trails-index__subtitle:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 50%;
    left: -47px;
    border-bottom: 1px solid #B5B5B5;
  }
}

.trails-index__categories {
  grid-gap: 16px;
  gap: 16px;
  margin-top: 24px;
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(142px, 1fr));
}

.trails-index__category-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
  min-width: 142px;
  height: 156px;
}
.trails-index__category-wrapper i.trails-index__clear-icon {
  width: 18px;
  margin: 8px 0 0;
  transition: all 0.3s;
}
.trails-index__category-wrapper:hover i.trails-index__clear-icon {
  transform: rotateZ(90deg);
}

.trails-index__icon {
  width: 40px;
  height: 40px;
}

.trails-index__category-title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.9px;
  color: #6F6F6F;
  max-width: 120px;
  width: 100%;
  text-align: center;
  padding-top: 24px;
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__category-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.trails-index__card {
  background: #F9F9F9;
  margin-top: 20px;
  margin-bottom: 32px;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 63.99875em) {
  .trails-index__card {
    flex-direction: column;
  }
}
.trails-index__card.trails-index__card--active {
  border: 1px solid #97BA39;
}

.trails-index__card__photo img {
  min-height: 100%;
  max-width: 227px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 63.99875em) {
  .trails-index__card__photo img {
    max-width: none;
    width: 100%;
  }
}

.trails-index__card__content {
  padding: 24px 32px 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trails-index__card__categories {
  display: flex;
  margin-bottom: 24px;
}

.trails-index__card__categories-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #FAFAFA;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  width: 44px;
  height: 44px;
  margin-right: 8px;
}

.trails-index__card__icon {
  width: 17px;
  height: 24px;
}

.trails-index__card__icon .icon--bicycle {
  width: 27px;
  height: 20px;
}

.trails-index__card__icon .icon--horseback-riding {
  width: 24px;
  height: 24px;
}

.trails-index__card__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #474747;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-index__card__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__card__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.trails-index__card__text {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #474747;
  flex: 1;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-index__card__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__card__text {
    font-size: 13px;
    line-height: 24px;
  }
}

.trails-index__card__link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: flex;
  align-items: center;
  color: #97BA39;
  text-decoration: none;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-index__card__link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-index__card__link {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .trails-index__card__link {
    padding-top: 10px;
  }
}

.trails-index__card__link__icon {
  color: #97BA39;
  fill: #97BA39;
  width: 17px;
  height: 24px;
  margin-left: 8px;
}

.union-delegates {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 32px auto 80px auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .union-delegates {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .union-delegates {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .union-delegates {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .union-delegates {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.union-delegates__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  color: #474747;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .union-delegates__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .union-delegates__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .union-delegates__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 50%;
    left: -110px;
    border-bottom: 1px solid #B5B5B5;
  }
}

.union-delegates__text {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  max-width: 675px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .union-delegates__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .union-delegates__text {
    font-size: 13px;
    line-height: 24px;
  }
}

.union-delegates__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media screen and (max-width: 63.99875em) {
  .union-delegates__grid {
    grid-template-columns: 1fr;
  }
}

.single-union {
  background-color: #f4f4f4;
  padding: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 209px;
}

.single-union__header {
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.single-union__name {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #474747;
  margin: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .single-union__name {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-union__name {
    font-size: 13px;
    line-height: 24px;
  }
}

.single-union__description {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
  margin-top: 8px;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 44.99875em) {
  .single-union__description {
    font-size: 12px;
    line-height: 18px;
  }
}

.single-union__members {
  flex: 1;
}

.single-union__member {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #474747;
  padding-left: 16px;
  margin-bottom: 8px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .single-union__member {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-union__member {
    font-size: 13px;
    line-height: 24px;
  }
}
.single-union__member:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #97BA39;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.single-union__website {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
}

.single-union__website__link {
  display: flex;
  align-items: center;
}
.single-union__website__link .single-union__website__icon {
  color: #97BA39;
  fill: #97BA39;
  margin-right: 2px;
  display: block;
  width: 20px;
  height: 16px;
}
.single-union__website__link:hover {
  color: #18635C;
}
.single-union__website__link:hover .single-union__website__icon {
  color: #18635C;
  fill: #18635C;
}

.upcoming-events {
  margin-bottom: 112px;
  display: flex;
  position: relative;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .upcoming-events {
    margin-bottom: 80px;
  }
}
.upcoming-events:after {
  content: "";
  width: 1px;
  height: 64px;
  border-left: solid 1px #97BA39;
  position: absolute;
  bottom: -32px;
  left: calc(50% + 1px);
}

.upcoming-events__single-day {
  background-color: #18635C;
  padding: 80px;
  width: 59.3%;
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events__single-day {
    width: 100%;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .upcoming-events__single-day {
    padding: 48px 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .upcoming-events__single-day {
    padding: 48px 16px;
  }
}

.upcoming-events__single-day__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  margin: 0 0 48px;
  color: #fff;
  padding-left: 220px;
  position: relative;
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events__single-day__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .upcoming-events__single-day__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .upcoming-events__single-day__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 50%;
    left: 0px;
    border-bottom: 1px solid #97BA39;
  }
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events__single-day__title {
    padding: 0;
    text-align: center;
  }
}

.upcoming-events__continuous {
  width: 40.7%;
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events__continuous {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

.upcoming-events__button {
  padding: 64px 95px;
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events__button {
    text-align: center;
    padding: 48px 0;
  }
}

.upcoming-events__button--single {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events__button--single {
    display: block;
    padding-top: 32px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 63.99875em) {
  .upcoming-events__button--continuous {
    background: #f4f4f4;
    padding-bottom: 80px;
    padding-top: 0;
  }
}

.upcoming-events__list {
  padding: 48px 16px 48px 95px;
  background: #f4f4f4;
}
@media screen and (max-width: 63.99875em) {
  .upcoming-events__list {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .upcoming-events__list {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .upcoming-events__list {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.upcoming-events__list__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .upcoming-events__list__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.venue {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin: 80px auto;
  max-width: 1157px;
  width: 100%;
  background: #f4f4f4;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .venue {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .venue {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .venue {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 63.99875em) {
  .venue {
    padding: 16px 48px;
  }
}

.venue__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  margin-bottom: 48px;
  position: relative;
  padding: 17px 21px;
}
@media screen and (max-width: 63.99875em) {
  .venue__row {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    gap: 32px;
    margin-bottom: 0;
    padding: 0 0 60px;
    max-width: 559px;
    width: 100%;
  }
}

.venue__content {
  max-width: 559px;
  width: 100%;
}
@media screen and (max-width: 63.99875em) {
  .venue__content {
    margin: 0 auto;
  }
}

.venue__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 44.99875em) {
  .venue__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.venue__title:after {
  content: "";
  display: block;
  width: 63px;
  height: 1px;
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-top: 20px;
}

.venue__text {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 16px;
}
@media print, screen and (max-width: 74.99875em) {
  .venue__text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .venue__text {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .venue__text {
    margin: 0;
  }
}

.venue__button {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
}
@media print, screen and (max-width: 74.99875em) {
  .venue__button {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .venue__button {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .venue__button {
    bottom: 0;
  }
}

.venue__address {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 74.99875em) {
  .venue__address {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .venue__address {
    font-size: 13px;
    line-height: 24px;
  }
}

.venue__location {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .venue__location {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .venue__location {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 63.99875em) {
  .venue__location {
    margin-top: 0;
  }
}

.venue__location__icon {
  color: #97BA39;
  fill: #97BA39;
  margin-right: 18px;
  width: 16px;
  height: 24px;
}
@media screen and (max-width: 63.99875em) {
  .venue__location__icon {
    left: 0;
  }
}

.wedding-and-births-block {
  display: flex;
  margin: 80px auto;
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
}
@media print, screen and (max-width: 74.99875em) {
  .wedding-and-births-block {
    flex-direction: column;
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .wedding-and-births-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.wedding-carousel {
  background-color: #18635C;
  padding: 69px 100px;
  width: 62.4%;
}
@media print, screen and (max-width: 74.99875em) {
  .wedding-carousel {
    width: 100%;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .wedding-carousel {
    padding: 69px 48px;
  }
}

.wedding-carousel__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #fff;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 44.99875em) {
  .wedding-carousel__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .wedding-carousel__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 57%;
    left: -87px;
    border-bottom: 1px solid #fff;
  }
}

.wedding-carousel__items {
  overflow: hidden;
  margin-left: -38px;
  margin-right: -38px;
}
.wedding-carousel__items:not(.flickity-enabled) {
  display: flex;
}

.wedding-carousel__item {
  width: 456px;
  padding-right: 38px;
  padding-left: 38px;
}

.wedding-card {
  position: relative;
  width: 100%;
}

.wedding-card__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  width: 42px;
  height: 33px;
  position: absolute;
  top: 16px;
  left: -20px;
  z-index: 10;
}

.wedding-card__icon {
  width: 25px;
  height: 20px;
}

.wedding-card__photo-container {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 86.84%;
}

.wedding-card__photo {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wedding-card__content {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  min-height: 128px;
  background: #fff;
}

.wedding-card__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  min-width: 364px;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 74.99875em) {
  .wedding-card__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .wedding-card__title {
    font-size: 13px;
    line-height: 24px;
  }
}
.wedding-card__title:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  border-bottom: solid 1px #B5B5B5;
  margin-top: 8px;
  transition: width 0.15s ease-in-out, border-color 0.25s ease-in-out;
}

.wedding-card__type {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #18635C;
}
@media print, screen and (max-width: 44.99875em) {
  .wedding-card__type {
    font-size: 12px;
    line-height: 18px;
  }
}

.wedding-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
  margin-top: 48px;
}

.wedding-carousel__nav__button {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}
.wedding-carousel__nav__button.disabled {
  display: none;
}

.wedding-carousel__nav__button__icon {
  width: 28px;
  color: #97BA39;
  fill: #97BA39;
}

.births-box__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #474747;
  margin-left: 70px;
  margin-top: 70px;
  margin-bottom: 28px;
}
@media print, screen and (max-width: 44.99875em) {
  .births-box__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.births-box__inner {
  background-color: #f4f4f4;
  padding: 48px 69px;
  width: 100%;
}

.births-box__item {
  margin-bottom: 16px;
  position: relative;
}

.births-box__item__icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #18635C;
  width: 42px;
  height: 33px;
  position: absolute;
  top: 28%;
  left: -20px;
}

.births-box__card__icon {
  width: 25px;
  height: 24px;
}

.births-box__item__description {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
  min-width: 480px;
  padding-left: 31px;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media print, screen and (max-width: 74.99875em) {
  .births-box__item__description {
    min-width: unset;
  }
}

.documents-grid {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .documents-grid {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .documents-grid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .documents-grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .documents-grid {
    margin-bottom: 80px;
  }
}
.documents-grid.mb-1 {
  margin-bottom: 8px;
}
.documents-grid.mb-2 {
  margin-bottom: 16px;
}
.documents-grid.mb-3 {
  margin-bottom: 24px;
}
.documents-grid.mb-4 {
  margin-bottom: 32px;
}
.documents-grid.mb-5 {
  margin-bottom: 40px;
}
.documents-grid.mb-6 {
  margin-bottom: 48px;
}
.documents-grid.mb-7 {
  margin-bottom: 56px;
}
.documents-grid.mb-8 {
  margin-bottom: 64px;
}
.documents-grid.mb-9 {
  margin-bottom: 72px;
}
.documents-grid.mb-10 {
  margin-bottom: 80px;
}
.documents-grid.mb-11 {
  margin-bottom: 88px;
}
.documents-grid.mb-12 {
  margin-bottom: 96px;
}
.documents-grid.mb-13 {
  margin-bottom: 104px;
}
.documents-grid.mb-14 {
  margin-bottom: 112px;
}
.documents-grid.mb-15 {
  margin-bottom: 120px;
}
.documents-grid.mt-1 {
  margin-top: 8px;
}
.documents-grid.mt-2 {
  margin-top: 16px;
}
.documents-grid.mt-3 {
  margin-top: 24px;
}
.documents-grid.mt-4 {
  margin-top: 32px;
}
.documents-grid.mt-5 {
  margin-top: 40px;
}
.documents-grid.mt-6 {
  margin-top: 48px;
}
.documents-grid.mt-7 {
  margin-top: 56px;
}
.documents-grid.mt-8 {
  margin-top: 64px;
}
.documents-grid.mt-9 {
  margin-top: 72px;
}
.documents-grid.mt-10 {
  margin-top: 80px;
}
.documents-grid.mt-11 {
  margin-top: 88px;
}
.documents-grid.mt-12 {
  margin-top: 96px;
}
.documents-grid.mt-13 {
  margin-top: 104px;
}
.documents-grid.mt-14 {
  margin-top: 112px;
}
.documents-grid.mt-15 {
  margin-top: 120px;
}

.documents-grid__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  position: relative;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .documents-grid__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.documents-grid__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px #979797;
  margin-top: 24px;
}

.documents-grid__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 32px;
  gap: 24px 32px;
}
@media screen and (max-width: 63.99875em) {
  .documents-grid__items {
    grid-template-columns: 1fr;
  }
}

.documents-grid__item {
  display: block;
  position: relative;
  padding: 16px 16px 16px 56px;
  background: #f4f4f4;
  box-shadow: -2px 5px 14px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 63.99875em) {
  .documents-grid__item {
    width: 100%;
  }
}
.documents-grid__item .icon {
  display: block;
  position: absolute;
  width: 20px;
  height: 26px;
  top: 19px;
  left: 20px;
}
.documents-grid__item .icon svg {
  fill: #97BA39;
}
.documents-grid__item:hover {
  background: #97BA39;
  color: #fff;
}
.documents-grid__item:hover .icon svg {
  fill: #fff;
}

.form-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .form-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .form-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .form-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .form-block {
    margin-bottom: 80px;
  }
}
.form-block.mb-1 {
  margin-bottom: 8px;
}
.form-block.mb-2 {
  margin-bottom: 16px;
}
.form-block.mb-3 {
  margin-bottom: 24px;
}
.form-block.mb-4 {
  margin-bottom: 32px;
}
.form-block.mb-5 {
  margin-bottom: 40px;
}
.form-block.mb-6 {
  margin-bottom: 48px;
}
.form-block.mb-7 {
  margin-bottom: 56px;
}
.form-block.mb-8 {
  margin-bottom: 64px;
}
.form-block.mb-9 {
  margin-bottom: 72px;
}
.form-block.mb-10 {
  margin-bottom: 80px;
}
.form-block.mb-11 {
  margin-bottom: 88px;
}
.form-block.mb-12 {
  margin-bottom: 96px;
}
.form-block.mb-13 {
  margin-bottom: 104px;
}
.form-block.mb-14 {
  margin-bottom: 112px;
}
.form-block.mb-15 {
  margin-bottom: 120px;
}
.form-block.mt-1 {
  margin-top: 8px;
}
.form-block.mt-2 {
  margin-top: 16px;
}
.form-block.mt-3 {
  margin-top: 24px;
}
.form-block.mt-4 {
  margin-top: 32px;
}
.form-block.mt-5 {
  margin-top: 40px;
}
.form-block.mt-6 {
  margin-top: 48px;
}
.form-block.mt-7 {
  margin-top: 56px;
}
.form-block.mt-8 {
  margin-top: 64px;
}
.form-block.mt-9 {
  margin-top: 72px;
}
.form-block.mt-10 {
  margin-top: 80px;
}
.form-block.mt-11 {
  margin-top: 88px;
}
.form-block.mt-12 {
  margin-top: 96px;
}
.form-block.mt-13 {
  margin-top: 104px;
}
.form-block.mt-14 {
  margin-top: 112px;
}
.form-block.mt-15 {
  margin-top: 120px;
}

.image-gallery {
  margin-bottom: 112px;
  padding-bottom: 112px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .image-gallery {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
.image-gallery:after {
  content: "";
  width: 1px;
  height: 64px;
  border-left: solid 1px #97BA39;
  position: absolute;
  bottom: -32px;
  left: calc(50% + 1px);
}

.image-gallery__header {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .image-gallery__header {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .image-gallery__header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .image-gallery__header {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .image-gallery__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

.image-gallery__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .image-gallery__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .image-gallery__title {
    margin-bottom: 32px;
  }
}

@media print, screen and (max-width: 74.99875em) {
  .image-gallery__button {
    margin-bottom: 32px;
  }
}

.image-gallery__images {
  position: relative;
  padding-bottom: 96px;
}
.image-gallery__images:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 66px);
  background: #f4f4f4;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 98.125em) {
  .image-gallery__images:before {
    width: calc(100% - 120px);
    left: 60px;
  }
}
@media print, screen and (max-width: 98.12375em) {
  .image-gallery__images {
    margin-right: 48px;
    margin-left: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .image-gallery__images {
    margin-right: 0;
    margin-left: 0;
  }
}

.image-gallery__images__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  position: relative;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .image-gallery__images__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .image-gallery__images__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .image-gallery__images__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 98.12375em) {
  .image-gallery__images__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 75em) and (max-width: 98.12375em) {
  .image-gallery__images__inner {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .image-gallery__images__inner {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (max-width: 63.99875em) {
  .image-gallery__images__inner {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media print, screen and (max-width: 29.99875em) {
  .image-gallery__images__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.image-gallery__image-wrapper {
  position: relative;
  padding-top: 100%;
  width: 100%;
  height: 0;
}

.image-gallery__image-wrapper:hover .image-gallery__image-wrapper__icon,
.image-gallery__image-wrapper:hover .image-gallery__image-wrapper__text {
  display: block;
}

.image-gallery__image-wrapper__icon,
.image-gallery__image-wrapper__text {
  display: none;
}

.image-gallery__image-wrapper__text {
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  transform: translateX(-50%);
  color: #fff;
}

.image-gallery__image-wrapper__enlarge {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
}

.image-gallery__image-link {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.image-gallery__image-link:hover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: #18635C;
}

.image-gallery__image {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  height: 100%;
  width: 100%;
}

.image-gallery__images--in-single-gallery {
  margin-top: 32px;
}

.image-with-text {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .image-with-text {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .image-with-text {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .image-with-text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .image-with-text {
    margin-bottom: 80px;
  }
}
.image-with-text.mb-1 {
  margin-bottom: 8px;
}
.image-with-text.mb-2 {
  margin-bottom: 16px;
}
.image-with-text.mb-3 {
  margin-bottom: 24px;
}
.image-with-text.mb-4 {
  margin-bottom: 32px;
}
.image-with-text.mb-5 {
  margin-bottom: 40px;
}
.image-with-text.mb-6 {
  margin-bottom: 48px;
}
.image-with-text.mb-7 {
  margin-bottom: 56px;
}
.image-with-text.mb-8 {
  margin-bottom: 64px;
}
.image-with-text.mb-9 {
  margin-bottom: 72px;
}
.image-with-text.mb-10 {
  margin-bottom: 80px;
}
.image-with-text.mb-11 {
  margin-bottom: 88px;
}
.image-with-text.mb-12 {
  margin-bottom: 96px;
}
.image-with-text.mb-13 {
  margin-bottom: 104px;
}
.image-with-text.mb-14 {
  margin-bottom: 112px;
}
.image-with-text.mb-15 {
  margin-bottom: 120px;
}
.image-with-text.mt-1 {
  margin-top: 8px;
}
.image-with-text.mt-2 {
  margin-top: 16px;
}
.image-with-text.mt-3 {
  margin-top: 24px;
}
.image-with-text.mt-4 {
  margin-top: 32px;
}
.image-with-text.mt-5 {
  margin-top: 40px;
}
.image-with-text.mt-6 {
  margin-top: 48px;
}
.image-with-text.mt-7 {
  margin-top: 56px;
}
.image-with-text.mt-8 {
  margin-top: 64px;
}
.image-with-text.mt-9 {
  margin-top: 72px;
}
.image-with-text.mt-10 {
  margin-top: 80px;
}
.image-with-text.mt-11 {
  margin-top: 88px;
}
.image-with-text.mt-12 {
  margin-top: 96px;
}
.image-with-text.mt-13 {
  margin-top: 104px;
}
.image-with-text.mt-14 {
  margin-top: 112px;
}
.image-with-text.mt-15 {
  margin-top: 120px;
}

.image-with-text__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
}
@media screen and (max-width: 63.99875em) {
  .image-with-text__inner {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    gap: 32px;
  }
}

.image-with-text__content h3 {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 24px 0;
}
@media print, screen and (max-width: 44.99875em) {
  .image-with-text__content h3 {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .image-with-text__content h3 {
    margin: 16px 0;
  }
}

.image-with-text__content h4 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin: 24px 0;
}
@media print, screen and (max-width: 44.99875em) {
  .image-with-text__content h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .image-with-text__content h4 {
    margin: 16px 0;
  }
}

.image-with-text__content h5 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  margin: 24px 0;
}
@media print, screen and (max-width: 74.99875em) {
  .image-with-text__content h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .image-with-text__content h5 {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .image-with-text__content h5 {
    margin: 16px 0;
  }
}

.image-with-text__content > *:first-child,
.image-with-text__content__section > *:first-child {
  margin-top: 0;
}

.image-with-text__content > *:last-child,
.image-with-text__content__section > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 64em) {
  .image-with-text--align-right .image-with-text__content {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}

.image-with-text--tabs .image-with-text__content {
  min-height: 320px;
}

.image-with-text--highlight .image-with-text__inner {
  align-items: center;
  grid-gap: 0;
  gap: 0;
  justify-content: space-between;
}
@media screen and (max-width: 63.99875em) {
  .image-with-text--highlight .image-with-text__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    gap: 32px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .image-with-text--highlight .image-with-text__inner {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 0;
    gap: 0;
  }
}
.image-with-text--highlight .image-with-text__content {
  background: rgba(244, 244, 244, 0.95);
  padding: 48px 64px;
  margin-left: -80px;
}
@media print, screen and (max-width: 74.99875em) {
  .image-with-text--highlight .image-with-text__content {
    padding: 32px 60px;
  }
}
@media screen and (max-width: 63.99875em) {
  .image-with-text--highlight .image-with-text__content {
    margin-left: -48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .image-with-text--highlight .image-with-text__content {
    margin-left: 0;
    padding: 32px 32px;
  }
}
.image-with-text--highlight .image-with-text__content h3:first-child {
  margin-top: 0;
}

.image-with-text--no-text .image-with-text__inner {
  display: block;
  grid-gap: 0;
  gap: 0;
}
.image-with-text--no-text .image-with-text__image {
  max-width: 1160px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.image-with-text--no-text .image-with-text__image img {
  width: 100%;
}

.map-block {
  position: relative;
  min-height: 100vh;
  padding-right: 50%;
  padding-bottom: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .map-block {
    display: flex;
    flex-direction: column-reverse;
    padding-right: 0;
  }
}

.geoportail-map-block {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

.map__tabs__nav {
  background: #18635C;
  padding-top: 16px;
  padding-left: 92px;
  padding-right: 92px;
  display: flex;
  grid-gap: 8px;
  gap: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .map__tabs__nav {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map__tabs__nav {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .map__tabs__nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.map__tabs__nav__item {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  flex: 1;
  color: #fff;
  padding: 12px 24px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 74.99875em) {
  .map__tabs__nav__item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map__tabs__nav__item {
    font-size: 13px;
    line-height: 24px;
  }
}
.map__tabs__nav__item i {
  width: 34px;
  margin-right: 16px;
}
.map__tabs__nav__item i svg {
  fill: #fff;
  color: #97BA39;
}
@media print, screen and (max-width: 29.99875em) {
  .map__tabs__nav__item {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.map__tabs__nav__item.is-active {
  background: #fff;
  color: #474747;
}
.map__tabs__nav__item.is-active i svg {
  fill: #18635C;
  color: #97BA39;
}

.map__tabs__nav__item:hover {
  color: #97BA39;
}

.map__tabs__nav__item.is-active:hover {
  color: #97BA39;
}

.map__tabs__content {
  padding-top: 16px;
  padding-left: 92px;
  padding-right: 92px;
}
@media print, screen and (max-width: 74.99875em) {
  .map__tabs__content {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map__tabs__content {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .map__tabs__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.map__tabs__content__pane {
  display: none;
}

.map__tabs__content__pane.is-active {
  display: block;
}

.map__search-container {
  padding-top: 48px;
  padding-bottom: 32px;
  padding-right: 48px;
}
@media print, screen and (max-width: 74.99875em) {
  .map__search-container {
    padding-right: 0;
  }
}

.map__tabs__content__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .map__tabs__content__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .map__tabs__content__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 50%;
    left: -48px;
    top: 4px;
    border-bottom: 1px solid #B5B5B5;
  }
}

.map__location-categories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  margin-right: 70px;
}
@media print, screen and (max-width: 74.99875em) {
  .map__location-categories {
    margin-right: 0;
  }
}

.map__location-category {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.9px;
  background-color: #FAFAFA;
  color: #6F6F6F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px;
  min-height: 156px;
  text-align: center;
  box-shadow: 1px 3px 12px 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease-in-out;
  border: 1px solid transparent;
  outline: none;
}
@media print, screen and (max-width: 44.99875em) {
  .map__location-category {
    font-size: 12px;
    line-height: 18px;
  }
}
.map__location-category:focus {
  border: 1px solid #97BA39;
}
.map__location-category .map__location-category__title {
  padding-top: 16px;
  padding-bottom: 16px;
}
.map__location-category .map__location-category__icon i {
  display: block;
  width: 40px;
  margin: 8px 0 0;
  color: #97BA39;
}
.map__location-category .map__location-category__icon svg {
  fill: #18635C;
}
.map__location-category i.map__location-category__selected-icon {
  width: 18px;
  display: none;
  margin: 8px 0 0;
  transition: all 0.3s;
}
.map__location-category:hover {
  box-shadow: 3px 5px 14px 0 rgba(0, 0, 0, 0.15);
}

.map__location-category.is-active {
  justify-content: space-between;
  border: 1px solid #97BA39;
  box-shadow: none;
}
.map__location-category.is-active .map__location-category__title {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 8px;
}
.map__location-category.is-active i.map__location-category__selected-icon {
  display: block;
}

.map__location-category.is-active:hover i.map__location-category__selected-icon {
  transform: rotateZ(90deg);
}

.map__results {
  margin-top: 120px;
}

.map__results__group {
  margin-bottom: 120px;
}
@media screen and (max-width: 63.99875em) {
  .map__results__group {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map__results__group {
    margin-bottom: 48px;
  }
}

.map__results__group_title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .map__results__group_title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map__results__group_title {
    font-size: 22px;
    line-height: 36px;
  }
}

.map__results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 32px;
}

.map-result {
  background-color: #f4f4f4;
  cursor: pointer;
}

.map-result__image-wrap {
  position: relative;
  padding-top: 50%;
  width: 100%;
}

.map-result__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-result__content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.map-result__content {
  flex: 1;
  padding: 16px 16px 0;
  position: relative;
  display: none;
}
.map-result__content.is-active {
  display: block;
}
.map-result__content:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  border-bottom: 1px solid #B5B5B5;
}

.map-result__content--overlay {
  padding: 16px 16px 0;
  background: #18635C;
  color: #fff;
  width: 100%;
}
.map-result__content--overlay:after {
  display: none;
}
.map-result__content--overlay .map-result__icon svg {
  fill: #fff;
  color: #fff;
}

.map-result__icon {
  position: absolute;
  width: 30px;
  top: 20px;
  left: 16px;
}
.map-result__icon i.icon {
  width: 32px;
  height: 32px;
  display: block;
}
.map-result__icon svg {
  color: #97BA39;
  fill: #18635C;
}

.map-result__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 45px;
  margin: 0 0 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .map-result__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map-result__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.map-result__caption {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding-left: 45px;
  margin: 0 0 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .map-result__caption {
    font-size: 12px;
    line-height: 18px;
  }
}

.map-result__details {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  padding-left: 45px;
  margin: 0 0 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .map-result__details {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map-result__details {
    font-size: 13px;
    line-height: 24px;
  }
}

.map-result__details-link:hover {
  color: #979797;
}

.map-result__actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 16px;
  min-height: 48px;
}

.map-result__action {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  position: relative;
}
.map-result__action.is-active:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #18635C;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.map-result__action-icon {
  width: 18px;
  height: 18px;
}
.map-result__action-icon svg {
  fill: #97BA39;
}

.map__main {
  width: 50%;
  height: 100vh;
}
@media print, screen and (max-width: 74.99875em) {
  .map__main {
    display: block;
    width: 100%;
    height: 50vh;
  }
}

.map__interactive-map {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.map__marker-icon {
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.25);
}
.map__marker-icon .icon {
  width: 24px;
  height: 24px;
}
.map__marker-icon .icon--chantier {
  transform: translateX(2px);
}
.map__marker-icon svg {
  fill: #18635C;
  color: #97BA39;
}

.map__marker-tooltip {
  min-width: 300px;
  max-width: 400px;
  padding: 16px;
  background: #fff;
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.1);
  opacity: 1 !important;
  border-radius: 0;
  white-space: normal;
}
.map__marker-tooltip:before {
  border-width: 16px;
  margin-left: -16px;
  margin-bottom: -32px;
}

.map__marker-tooltip__inner {
  display: flex;
  grid-gap: 16px;
  gap: 16px;
}

.map__marker-tooltip__image-container {
  flex-grow: 0;
  flex-shrink: 0;
}

.map__marker-tooltip__image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.map__marker-tooltip__details {
  flex: 1;
}

.map__marker-tooltip__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .map__marker-tooltip__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .map__marker-tooltip__title {
    font-size: 13px;
    line-height: 24px;
  }
}
.map__marker-tooltip__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  border-bottom: solid 2px #97BA39;
  margin-top: 4px;
}

.map__marker-tooltip__caption {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
@media print, screen and (max-width: 44.99875em) {
  .map__marker-tooltip__caption {
    font-size: 12px;
    line-height: 18px;
  }
}

.map__resize-button {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  z-index: 1200;
  position: absolute;
  background: #fff;
  color: #97BA39;
  top: 50%;
  left: -80px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 52px;
  padding: 8px;
  transform: translateY(-26px);
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
  outline: none;
}
@media print, screen and (max-width: 44.99875em) {
  .map__resize-button {
    font-size: 12px;
    line-height: 18px;
  }
}
.map__resize-button .icon {
  width: 20px;
  height: 20px;
}
@media print, screen and (max-width: 74.99875em) {
  .map__resize-button {
    display: none;
  }
}

.map__resize-button--expand .icon {
  margin-left: 16px;
}

.map__resize-button--contract .icon {
  margin-right: 16px;
}

.construction-site {
  background-color: #F9F9F9;
  padding: 32px 76px 24px;
  position: relative;
  margin-bottom: 32px;
  cursor: pointer;
}
@media print, screen and (max-width: 29.99875em) {
  .construction-site {
    padding: 32px 16px 24px 58px;
  }
}

.icon.construction-site__icon {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 26px;
  height: 23px;
}
.icon.construction-site__icon svg {
  fill: #18635C;
  color: #97BA39;
}
@media print, screen and (max-width: 29.99875em) {
  .icon.construction-site__icon {
    left: 16px;
  }
}

.construction-site__caption {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
  margin-top: 0;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 44.99875em) {
  .construction-site__caption {
    font-size: 12px;
    line-height: 18px;
  }
}

.construction-site__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-top: 0;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 74.99875em) {
  .construction-site__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .construction-site__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.construction-site__image-container {
  height: 244px;
  margin-bottom: 32px;
  position: relative;
}
.construction-site__image-container i {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
}
.construction-site__image-container svg {
  fill: #97BA39;
}
.construction-site__image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.construction-site__document {
  background: #fff;
  padding: 16px 32px 16px 56px;
  box-shadow: -2px 16px 24px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: relative;
  margin-bottom: 32px;
  max-width: 478px;
  width: 100%;
}
.construction-site__document i {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: 20px;
  top: 20px;
}
.construction-site__document svg {
  fill: #97BA39;
}
.construction-site__document:hover {
  background: #97BA39;
  color: #fff;
}
.construction-site__document:hover svg {
  fill: #fff;
}

.construction-site__content-wrapper {
  margin-bottom: 32px;
}

.construction-site__contents {
  margin-bottom: 32px;
}

.construction-site__read-more {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  letter-spacing: normal;
  display: inline-grid;
  grid-gap: 10px;
  gap: 10px;
  grid-template-columns: 32px auto;
}
@media print, screen and (max-width: 74.99875em) {
  .construction-site__read-more {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .construction-site__read-more {
    font-size: 13px;
    line-height: 24px;
  }
}
.construction-site__read-more .construction-site__read-more__icon {
  width: 30px;
  height: 30px;
}
.construction-site__read-more .construction-site__read-more__icon svg {
  fill: #97BA39;
}

.map-block--wide .map__tabs__content,
.map-block--wide .map__tabs__nav {
  padding-left: 20px;
  padding-right: 20px;
}
.map-block--wide .map__search-container {
  padding-right: 0;
}

.newsletter-subscription-block {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .newsletter-subscription-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .newsletter-subscription-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .newsletter-subscription-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .newsletter-subscription-block {
    margin-bottom: 80px;
  }
}
.newsletter-subscription-block.mb-1 {
  margin-bottom: 8px;
}
.newsletter-subscription-block.mb-2 {
  margin-bottom: 16px;
}
.newsletter-subscription-block.mb-3 {
  margin-bottom: 24px;
}
.newsletter-subscription-block.mb-4 {
  margin-bottom: 32px;
}
.newsletter-subscription-block.mb-5 {
  margin-bottom: 40px;
}
.newsletter-subscription-block.mb-6 {
  margin-bottom: 48px;
}
.newsletter-subscription-block.mb-7 {
  margin-bottom: 56px;
}
.newsletter-subscription-block.mb-8 {
  margin-bottom: 64px;
}
.newsletter-subscription-block.mb-9 {
  margin-bottom: 72px;
}
.newsletter-subscription-block.mb-10 {
  margin-bottom: 80px;
}
.newsletter-subscription-block.mb-11 {
  margin-bottom: 88px;
}
.newsletter-subscription-block.mb-12 {
  margin-bottom: 96px;
}
.newsletter-subscription-block.mb-13 {
  margin-bottom: 104px;
}
.newsletter-subscription-block.mb-14 {
  margin-bottom: 112px;
}
.newsletter-subscription-block.mb-15 {
  margin-bottom: 120px;
}
.newsletter-subscription-block.mt-1 {
  margin-top: 8px;
}
.newsletter-subscription-block.mt-2 {
  margin-top: 16px;
}
.newsletter-subscription-block.mt-3 {
  margin-top: 24px;
}
.newsletter-subscription-block.mt-4 {
  margin-top: 32px;
}
.newsletter-subscription-block.mt-5 {
  margin-top: 40px;
}
.newsletter-subscription-block.mt-6 {
  margin-top: 48px;
}
.newsletter-subscription-block.mt-7 {
  margin-top: 56px;
}
.newsletter-subscription-block.mt-8 {
  margin-top: 64px;
}
.newsletter-subscription-block.mt-9 {
  margin-top: 72px;
}
.newsletter-subscription-block.mt-10 {
  margin-top: 80px;
}
.newsletter-subscription-block.mt-11 {
  margin-top: 88px;
}
.newsletter-subscription-block.mt-12 {
  margin-top: 96px;
}
.newsletter-subscription-block.mt-13 {
  margin-top: 104px;
}
.newsletter-subscription-block.mt-14 {
  margin-top: 112px;
}
.newsletter-subscription-block.mt-15 {
  margin-top: 120px;
}

.newsletter-subscription-block__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
}
@media screen and (max-width: 63.99875em) {
  .newsletter-subscription-block__inner {
    grid-template-columns: 1fr;
  }
}

.newsletter-subscription-block__content {
  border: 1px solid #B5B5B5;
  padding: 48px;
}
.newsletter-subscription-block__content *:first-child {
  margin-top: 0;
}
.newsletter-subscription-block__content *:last-child {
  margin-bottom: 0;
}

.opening-hours {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .opening-hours {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .opening-hours {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .opening-hours {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .opening-hours {
    margin-bottom: 80px;
  }
}
.opening-hours.mb-1 {
  margin-bottom: 8px;
}
.opening-hours.mb-2 {
  margin-bottom: 16px;
}
.opening-hours.mb-3 {
  margin-bottom: 24px;
}
.opening-hours.mb-4 {
  margin-bottom: 32px;
}
.opening-hours.mb-5 {
  margin-bottom: 40px;
}
.opening-hours.mb-6 {
  margin-bottom: 48px;
}
.opening-hours.mb-7 {
  margin-bottom: 56px;
}
.opening-hours.mb-8 {
  margin-bottom: 64px;
}
.opening-hours.mb-9 {
  margin-bottom: 72px;
}
.opening-hours.mb-10 {
  margin-bottom: 80px;
}
.opening-hours.mb-11 {
  margin-bottom: 88px;
}
.opening-hours.mb-12 {
  margin-bottom: 96px;
}
.opening-hours.mb-13 {
  margin-bottom: 104px;
}
.opening-hours.mb-14 {
  margin-bottom: 112px;
}
.opening-hours.mb-15 {
  margin-bottom: 120px;
}
.opening-hours.mt-1 {
  margin-top: 8px;
}
.opening-hours.mt-2 {
  margin-top: 16px;
}
.opening-hours.mt-3 {
  margin-top: 24px;
}
.opening-hours.mt-4 {
  margin-top: 32px;
}
.opening-hours.mt-5 {
  margin-top: 40px;
}
.opening-hours.mt-6 {
  margin-top: 48px;
}
.opening-hours.mt-7 {
  margin-top: 56px;
}
.opening-hours.mt-8 {
  margin-top: 64px;
}
.opening-hours.mt-9 {
  margin-top: 72px;
}
.opening-hours.mt-10 {
  margin-top: 80px;
}
.opening-hours.mt-11 {
  margin-top: 88px;
}
.opening-hours.mt-12 {
  margin-top: 96px;
}
.opening-hours.mt-13 {
  margin-top: 104px;
}
.opening-hours.mt-14 {
  margin-top: 112px;
}
.opening-hours.mt-15 {
  margin-top: 120px;
}

.opening-hours__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 80px;
  gap: 24px 80px;
  align-items: flex-start;
}
@media screen and (max-width: 63.99875em) {
  .opening-hours__inner {
    grid-template-columns: 1fr;
    grid-gap: 80px;
    gap: 80px;
  }
}

.opening-hours__text__content *:first-child {
  margin-top: 0;
}
.opening-hours__text__content h4 {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 58px;
}
@media print, screen and (max-width: 44.99875em) {
  .opening-hours__text__content h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

.opening-hours__schedule {
  padding: 32px 32px 32px 96px;
  background: #18635C;
  color: #fff;
}
@media screen and (max-width: 63.99875em) {
  .opening-hours__schedule {
    padding: 32px;
  }
}
.opening-hours__schedule a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.opening-hours__schedule a:hover {
  color: #97BA39;
  border-bottom: 1px solid #97BA39;
}

.opening-hours__schedule__section {
  margin-bottom: 32px;
}

.opening-hours__schedule__section__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  margin-top: 4px;
  margin-bottom: 2px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .opening-hours__schedule__section__title {
    font-size: 18px;
    line-height: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .opening-hours__schedule__section__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 54px;
    height: 50%;
    left: -64px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 63.99875em) {
  .opening-hours__schedule__section__title {
    padding: 0;
  }
}

.opening-hours__schedule__group {
  display: flex;
}

.opening-hours__schedule__label {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 45%;
}
@media print, screen and (max-width: 74.99875em) {
  .opening-hours__schedule__label {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .opening-hours__schedule__label {
    font-size: 13px;
    line-height: 24px;
  }
}

.appointment-block {
  padding: 32px;
  background: #f4f4f4;
}

.appointment-block__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .appointment-block__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .appointment-block__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.appointment-block__detail {
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
}
.appointment-block__detail .icon {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 18px;
}
.appointment-block__detail .icon svg {
  fill: #97BA39;
}

.appointment-block__detail__value {
  color: #000;
}

.appointment-block__detail__value__email:hover {
  color: #97BA39;
}

.section-links {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .section-links {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .section-links {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .section-links {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .section-links {
    margin-bottom: 80px;
  }
}
.section-links.mb-1 {
  margin-bottom: 8px;
}
.section-links.mb-2 {
  margin-bottom: 16px;
}
.section-links.mb-3 {
  margin-bottom: 24px;
}
.section-links.mb-4 {
  margin-bottom: 32px;
}
.section-links.mb-5 {
  margin-bottom: 40px;
}
.section-links.mb-6 {
  margin-bottom: 48px;
}
.section-links.mb-7 {
  margin-bottom: 56px;
}
.section-links.mb-8 {
  margin-bottom: 64px;
}
.section-links.mb-9 {
  margin-bottom: 72px;
}
.section-links.mb-10 {
  margin-bottom: 80px;
}
.section-links.mb-11 {
  margin-bottom: 88px;
}
.section-links.mb-12 {
  margin-bottom: 96px;
}
.section-links.mb-13 {
  margin-bottom: 104px;
}
.section-links.mb-14 {
  margin-bottom: 112px;
}
.section-links.mb-15 {
  margin-bottom: 120px;
}
.section-links.mt-1 {
  margin-top: 8px;
}
.section-links.mt-2 {
  margin-top: 16px;
}
.section-links.mt-3 {
  margin-top: 24px;
}
.section-links.mt-4 {
  margin-top: 32px;
}
.section-links.mt-5 {
  margin-top: 40px;
}
.section-links.mt-6 {
  margin-top: 48px;
}
.section-links.mt-7 {
  margin-top: 56px;
}
.section-links.mt-8 {
  margin-top: 64px;
}
.section-links.mt-9 {
  margin-top: 72px;
}
.section-links.mt-10 {
  margin-top: 80px;
}
.section-links.mt-11 {
  margin-top: 88px;
}
.section-links.mt-12 {
  margin-top: 96px;
}
.section-links.mt-13 {
  margin-top: 104px;
}
.section-links.mt-14 {
  margin-top: 112px;
}
.section-links.mt-15 {
  margin-top: 120px;
}

.section-links__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .section-links__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.section-links__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 48px;
  gap: 48px;
}
@media screen and (max-width: 63.99875em) {
  .section-links__row {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    gap: 32px;
  }
}

.section-links__item {
  display: block;
  position: relative;
  padding: 24px;
  background: #f4f4f4;
  color: #474747;
}
@media print, screen and (max-width: 29.99875em) {
  .section-links__item {
    width: calc(100% - 12px);
  }
}
.section-links__item .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 24px;
  right: -14px;
  background: #97BA39;
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-links__item .icon:before {
  display: none;
}
.section-links__item .icon.icon--arrow-right {
  display: none;
}
.section-links__item .icon.icon--three-dots {
  display: flex;
}
.section-links__item:hover .icon.icon--arrow-right {
  display: flex;
}
.section-links__item:hover .icon.icon--three-dots {
  display: none;
}
.section-links__item .icon svg {
  fill: #fff;
  position: static;
}

.section-links__item__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
@media print, screen and (max-width: 74.99875em) {
  .section-links__item__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .section-links__item__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.section-links__item__description {
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: block;
}

.event-details {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin: 0 auto 112px;
  padding-bottom: 112px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .event-details {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .event-details {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .event-details {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.event-details:after {
  content: "";
  width: 1px;
  height: 64px;
  border-left: solid 1px #97BA39;
  position: absolute;
  bottom: -32px;
  left: calc(50% + 1px);
}
@media screen and (max-width: 63.99875em) {
  .event-details {
    padding-bottom: 80px;
    margin-bottom: 48px;
  }
}
.event-details .event_details__info p {
  margin: 0;
}
.event-details .event-details__week {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 300;
  color: #6F6F6F;
  margin: 16px 0 0 0;
}
@media print, screen and (max-width: 44.99875em) {
  .event-details .event-details__week {
    font-size: 12px;
    line-height: 18px;
  }
}

.event-details__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .event-details__inner {
    grid-gap: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .event-details__inner {
    grid-template-columns: 100%;
    grid-gap: 32px;
  }
}

.event-details__hours {
  background: rgba(244, 244, 244, 0.95);
  width: 100%;
  padding: 32px 80px;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 98.12375em) {
  .event-details__hours {
    padding: 32px;
  }
}

.event-details__hours__header {
  margin-bottom: 8px;
  display: flex;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .event-details__hours__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .event-details__hours__header {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }
}

.event-details__hours__header__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #97BA39;
  position: relative;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 44.99875em) {
  .event-details__hours__header__title {
    font-size: 18px;
    line-height: 30px;
  }
}
.event-details__hours__header__title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px rgba(71, 71, 71, 0.35);
  margin-top: 6px;
}
@media print, screen and (max-width: 44.99875em) {
  .event-details__hours__header__title {
    width: 100%;
    text-align: left;
  }
}

.event-details__hours__header__button {
  border-left: solid 1px #979797;
  padding-top: 2px;
  padding-left: 24px;
  margin-left: 24px;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .event-details__hours__header__button {
    border: none;
    padding: 0;
    margin: 16px 0 0;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .event-details__hours__header__button {
    border: none;
    padding: 0;
    margin: 16px auto;
  }
}

.event-details__hours__row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.event-details__hours__day {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 120px;
}
@media print, screen and (max-width: 74.99875em) {
  .event-details__hours__day {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .event-details__hours__day {
    font-size: 13px;
    line-height: 24px;
  }
}

.event-details__hours__details {
  display: flex;
}
@media print, screen and (max-width: 44.99875em) {
  .event-details__hours__details {
    display: block;
  }
}

.event-details__image {
  padding-right: 160px;
  padding-bottom: 68px;
  margin-bottom: 16px;
  position: relative;
}
.event-details__image img {
  width: 100%;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .event-details__image {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 63.99875em) {
  .event-details__image {
    padding: 0;
  }
}

.event-details__image .event-details__hours {
  position: absolute;
  width: 540px;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
  .event-details__image .event-details__hours {
    position: relative;
    width: auto;
    margin: -64px 32px 48px;
  }
}

.event-details__image__button {
  position: absolute;
  top: 64px;
  left: -120px;
}
.event-details__image__button:hover .calendar-button.calendar-button--white {
  color: #18635C;
}
@media screen and (max-width: 63.99875em) {
  .event-details__image__button {
    left: -48px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .event-details__image__button {
    left: -32px;
    top: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .event-details__image__button {
    left: -16px;
  }
}

.event-details--with-image .event-details__description {
  padding-top: 48px;
}
@media screen and (max-width: 63.99875em) {
  .event-details--with-image .event-details__description {
    padding-top: 8px;
  }
}

/** No schedule formatting */
.event-details--without-schedule .event-details__image {
  padding-bottom: 0;
  margin-bottom: 84px;
}
.event-details--without-schedule .event-details__hours {
  bottom: 64px;
  padding: 16px 32px;
}
.event-details--without-schedule .event-details__hours__header {
  margin-bottom: 0;
}
.event-details--without-schedule .event-details__hours__header__title {
  margin-bottom: 0;
  font-size: 21px;
}
.event-details--without-schedule .event-details__hours__header__title:after {
  display: none;
}

.single-video {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 44.99875em) {
  .single-video {
    margin-bottom: 80px;
  }
}
.single-video.mb-1 {
  margin-bottom: 8px;
}
.single-video.mb-2 {
  margin-bottom: 16px;
}
.single-video.mb-3 {
  margin-bottom: 24px;
}
.single-video.mb-4 {
  margin-bottom: 32px;
}
.single-video.mb-5 {
  margin-bottom: 40px;
}
.single-video.mb-6 {
  margin-bottom: 48px;
}
.single-video.mb-7 {
  margin-bottom: 56px;
}
.single-video.mb-8 {
  margin-bottom: 64px;
}
.single-video.mb-9 {
  margin-bottom: 72px;
}
.single-video.mb-10 {
  margin-bottom: 80px;
}
.single-video.mb-11 {
  margin-bottom: 88px;
}
.single-video.mb-12 {
  margin-bottom: 96px;
}
.single-video.mb-13 {
  margin-bottom: 104px;
}
.single-video.mb-14 {
  margin-bottom: 112px;
}
.single-video.mb-15 {
  margin-bottom: 120px;
}
.single-video.mt-1 {
  margin-top: 8px;
}
.single-video.mt-2 {
  margin-top: 16px;
}
.single-video.mt-3 {
  margin-top: 24px;
}
.single-video.mt-4 {
  margin-top: 32px;
}
.single-video.mt-5 {
  margin-top: 40px;
}
.single-video.mt-6 {
  margin-top: 48px;
}
.single-video.mt-7 {
  margin-top: 56px;
}
.single-video.mt-8 {
  margin-top: 64px;
}
.single-video.mt-9 {
  margin-top: 72px;
}
.single-video.mt-10 {
  margin-top: 80px;
}
.single-video.mt-11 {
  margin-top: 88px;
}
.single-video.mt-12 {
  margin-top: 96px;
}
.single-video.mt-13 {
  margin-top: 104px;
}
.single-video.mt-14 {
  margin-top: 112px;
}
.single-video.mt-15 {
  margin-top: 120px;
}

.single-video__inner {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .single-video__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .single-video__inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .single-video__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.single-video__wrapper {
  position: relative;
}

.single-video__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media print, screen and (max-width: 44.99875em) {
  .single-video__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media screen and (max-width: 63.99875em) {
  .single-video__title {
    text-align: left;
  }
}

.single-video__icon {
  width: 64px;
  display: flex;
  padding: 0 5px;
  background: #f4f4f4;
  position: absolute;
  top: 64px;
  left: -64px;
}
.single-video__icon .icon {
  width: 50px;
}
@media screen and (max-width: 63.99875em) {
  .single-video__icon {
    display: none;
  }
}

.single-video__video {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
}
.single-video__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.single-video--wide .single-video__video {
  max-width: none;
}

.single-video--in-single-post {
  margin-bottom: 80px;
}

.two-column-text {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 120px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .two-column-text {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .two-column-text {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .two-column-text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .two-column-text {
    margin-bottom: 80px;
  }
}
.two-column-text.mb-1 {
  margin-bottom: 8px;
}
.two-column-text.mb-2 {
  margin-bottom: 16px;
}
.two-column-text.mb-3 {
  margin-bottom: 24px;
}
.two-column-text.mb-4 {
  margin-bottom: 32px;
}
.two-column-text.mb-5 {
  margin-bottom: 40px;
}
.two-column-text.mb-6 {
  margin-bottom: 48px;
}
.two-column-text.mb-7 {
  margin-bottom: 56px;
}
.two-column-text.mb-8 {
  margin-bottom: 64px;
}
.two-column-text.mb-9 {
  margin-bottom: 72px;
}
.two-column-text.mb-10 {
  margin-bottom: 80px;
}
.two-column-text.mb-11 {
  margin-bottom: 88px;
}
.two-column-text.mb-12 {
  margin-bottom: 96px;
}
.two-column-text.mb-13 {
  margin-bottom: 104px;
}
.two-column-text.mb-14 {
  margin-bottom: 112px;
}
.two-column-text.mb-15 {
  margin-bottom: 120px;
}
.two-column-text.mt-1 {
  margin-top: 8px;
}
.two-column-text.mt-2 {
  margin-top: 16px;
}
.two-column-text.mt-3 {
  margin-top: 24px;
}
.two-column-text.mt-4 {
  margin-top: 32px;
}
.two-column-text.mt-5 {
  margin-top: 40px;
}
.two-column-text.mt-6 {
  margin-top: 48px;
}
.two-column-text.mt-7 {
  margin-top: 56px;
}
.two-column-text.mt-8 {
  margin-top: 64px;
}
.two-column-text.mt-9 {
  margin-top: 72px;
}
.two-column-text.mt-10 {
  margin-top: 80px;
}
.two-column-text.mt-11 {
  margin-top: 88px;
}
.two-column-text.mt-12 {
  margin-top: 96px;
}
.two-column-text.mt-13 {
  margin-top: 104px;
}
.two-column-text.mt-14 {
  margin-top: 112px;
}
.two-column-text.mt-15 {
  margin-top: 120px;
}

.two-column-text_title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  position: relative;
  margin-bottom: 24px;
}
@media print, screen and (max-width: 44.99875em) {
  .two-column-text_title {
    font-size: 18px;
    line-height: 30px;
  }
}
.two-column-text_title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: solid 1px #979797;
  margin-top: 20px;
}

.two-column-text_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 80px;
  gap: 80px;
  justify-content: center;
}
@media screen and (max-width: 63.99875em) {
  .two-column-text_row {
    grid-template-columns: 1fr;
    grid-gap: 32px;
    gap: 32px;
  }
}

.two-column-text__columm *:first-child {
  margin-top: 0;
}
.two-column-text__columm *:last-child {
  margin-bottom: 0;
}

.two-column-text__columm--bordered {
  border: 1px solid #B5B5B5;
  padding: 32px;
}

.urgences-notifications-block {
  display: grid;
  grid-template-columns: 53% 47%;
  margin: 80px auto 160px;
}
.urgences-notifications-block.is-expanded {
  grid-template-columns: 25% 75%;
}
@media screen and (max-width: 63.99875em) {
  .urgences-notifications-block {
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 64em) {
  .urgences-notifications-block.is-fixed {
    display: block;
  }
  .urgences-notifications-block.is-fixed .urgences {
    position: fixed;
    bottom: -220px;
    width: min(53%, calc(1920px * 0.53));
  }
  .urgences-notifications-block.is-fixed .notifications {
    width: 47%;
    margin-left: 53%;
  }
  .urgences-notifications-block.is-fixed.is-expanded .urgences {
    width: min(25%, calc(1920px * 0.25));
  }
  .urgences-notifications-block.is-fixed.is-expanded .notifications {
    width: 75%;
    margin-left: 25%;
  }
  .urgences-notifications-block.is-absolute {
    display: block;
    position: relative;
  }
  .urgences-notifications-block.is-absolute .urgences {
    bottom: 0;
    position: absolute;
    width: min(53%, calc(1920px * 0.53));
  }
  .urgences-notifications-block.is-absolute .notifications {
    width: 47%;
    margin-left: 53%;
  }
  .urgences-notifications-block.is-absolute.is-expanded .urgences {
    width: min(25%, calc(1920px * 0.25));
  }
  .urgences-notifications-block.is-absolute.is-expanded .notifications {
    width: 75%;
    margin-left: 25%;
  }
}

.urgences-notifications__tabs-nav {
  display: none;
}
@media screen and (max-width: 63.99875em) {
  .urgences-notifications__tabs-nav {
    display: flex;
  }
}

.urgences-notifications__tabs-nav-item {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  width: 50%;
  text-align: center;
  outline: none;
  padding: 32px 0;
}
@media screen and (max-width: 63.99875em) {
  .urgences-notifications__tabs-nav-item {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .urgences-notifications__tabs-nav-item {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .urgences-notifications__tabs-nav-item {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding: 16px 32px;
    text-align: left;
    flex-basis: 50%;
  }
}

.urgences-notifications__tabs-nav-item--urgences {
  background: #18635C;
  color: #fff;
}

.urgences-notifications__tabs-nav-item--alerts {
  background: #f4f4f4;
}

@media screen and (max-width: 63.99875em) {
  .urgences-notifications__tabs-pane {
    display: none;
  }
  .urgences-notifications__tabs-pane.is-active {
    display: block;
  }
}

.urgences {
  background: #18635C;
  position: relative;
  padding-bottom: 220px;
}

.urgences__inner,
.emergency-situations__inner {
  max-width: 660px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 74.99875em) {
  .urgences__inner,
.emergency-situations__inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (max-width: 63.99875em) {
  .urgences__inner,
.emergency-situations__inner {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 48px;
    padding-bottom: 48px;
    max-width: none;
  }
}

.urgences__title {
  font-family: linotype-sabon, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  line-height: 80px;
  color: #fff;
  margin-bottom: 32px;
  position: relative;
  margin-top: 48px;
}
@media screen and (max-width: 63.99875em) {
  .urgences__title {
    font-size: 48px;
    line-height: 64px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .urgences__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media print, screen and (min-width: 64em) {
  .urgences__title:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 50%;
    left: -110px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (max-width: 63.99875em) {
  .urgences__title {
    display: none;
  }
}

.urgences__types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  gap: 32px;
  position: relative;
  padding-bottom: 48px;
}
@media print, screen and (max-width: 29.99875em) {
  .urgences__types {
    grid-template-columns: 1fr;
  }
}
.urgences-notifications-block.is-expanded .urgences__types {
  grid-template-columns: 1fr;
}
.urgences__types:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #B5B5B5;
}

.urgences__card {
  background-color: #FAFAFA;
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.14);
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.urgences__card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  margin: 16px auto 8px;
}

.urgences__card__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #474747;
  text-align: center;
}
@media print, screen and (max-width: 74.99875em) {
  .urgences__card__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .urgences__card__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.urgences__card__number {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #474747;
  text-align: center;
  margin: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .urgences__card__number {
    font-size: 18px;
    line-height: 30px;
  }
}

.emergency-service-card {
  background-color: #FAFAFA;
  box-shadow: -2px 17px 24px 0 rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.emergency-service-card__inner {
  padding: 24px 0 8px;
}

.emergency-service-card__top {
  padding-left: 32px;
  padding-right: 32px;
}

.emergency-service-card__title {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 12px;
  color: #fff;
  background: #18635C;
  padding-left: 32px;
  padding-right: 8px;
  margin-left: -32px;
  display: flex;
  align-items: center;
  max-width: 207px;
  width: 100%;
  height: 42px;
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-service-card__title {
    font-size: 18px;
    line-height: 30px;
  }
}

.emergency-service-card__description {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #474747;
  flex: 1;
  margin-top: 13px;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 74.99875em) {
  .emergency-service-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-service-card__description {
    font-size: 13px;
    line-height: 24px;
  }
}

.emergency-service-card__company {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .emergency-service-card__company {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-service-card__company {
    font-size: 13px;
    line-height: 24px;
  }
}

.emergency-service-card__contacts {
  display: flex;
  grid-gap: 80px;
  gap: 80px;
  padding-bottom: 16px;
  color: #474747;
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-service-card__contacts {
    flex-direction: column;
    grid-gap: 0;
    gap: 0;
  }
}

.emergency-service-card__icon {
  color: #97BA39;
  fill: #97BA39;
  width: 18px;
  height: 18px;
  margin-right: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.emergency-service-card__contacts__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-service-card__contacts__icon {
    justify-content: flex-start;
  }
}

.emergency-service-card__contacts__website:hover {
  color: #97BA39;
}

.emergency-service-card__more-details::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #B5B5B5;
}

.emergency-service-card__more-details {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 8px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-service-card__more-details {
    font-size: 12px;
    line-height: 18px;
  }
}

.emergency-situations {
  background: #34766F;
  margin-top: 80px;
  padding-bottom: 40px;
}

.emergency-situations__subtitle {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  padding-top: 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-situations__subtitle {
    font-size: 24px;
    line-height: 43px;
  }
}
@media print, screen and (min-width: 64em) {
  .emergency-situations__subtitle:before {
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 50%;
    left: -110px;
    border-bottom: 1px solid #fff;
  }
}

.emergency-situations__list__item {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 74.99875em) {
  .emergency-situations__list__item {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-situations__list__item {
    font-size: 13px;
    line-height: 24px;
  }
}
.emergency-situations__list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #97BA39;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.emergency-situations__list > .emergency-situations__list__item:last-child {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .emergency-situations__list > .emergency-situations__list__item:last-child {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .emergency-situations__list > .emergency-situations__list__item:last-child {
    font-size: 13px;
    line-height: 24px;
  }
}

.notifications__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #474747;
  margin-left: 82px;
  margin-top: 78px;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 44.99875em) {
  .notifications__title {
    font-size: 24px;
    line-height: 43px;
  }
}
@media screen and (max-width: 63.99875em) {
  .notifications__title {
    display: none;
  }
}

.notifications__inner {
  background-color: #f4f4f4;
  padding: 34px 0 0;
  position: relative;
}

.notifications__side-button {
  background-color: #f4f4f4;
  width: 46px;
  height: 53px;
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 260px;
  left: -46px;
}
@media print, screen and (max-width: 74.99875em) {
  .notifications__side-button {
    display: none;
  }
}

.notifications__caret-button {
  width: 11px;
  height: 20px;
  color: #97BA39;
  fill: #97BA39;
  transition: tranform 0.3s ease-in-out;
  transform: rotateY(180deg);
}
.notifications__side-button.is-active .notifications__caret-button {
  transform: rotateY(0deg);
}

.notification-card {
  margin-left: 80px;
  padding-top: 32px;
  position: relative;
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card {
    margin-left: 48px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .notification-card {
    margin-left: 32px;
  }
}

.notification-card__caption {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding-right: 80px;
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__caption {
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .notification-card__caption {
    padding-right: 32px;
  }
}

.notification-card__caption-text {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #6F6F6F;
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__caption-text {
    font-size: 12px;
    line-height: 18px;
  }
}

.notification-card__date {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-family: acumin-pro, sans-serif;
  font-weight: 800;
  font-style: normal;
  display: flex;
  align-items: center;
  color: #18635C;
  height: 16px;
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__date {
    font-size: 12px;
    line-height: 18px;
  }
}

.notification-card__time {
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
  color: #6F6F6F;
  border-left: 1px solid grey;
  padding-left: 15px;
  margin-left: 15px;
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__time {
    font-size: 12px;
    line-height: 18px;
  }
}

.notification-card__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #474747;
  margin-bottom: 16px;
  padding-right: 80px;
}
@media print, screen and (max-width: 74.99875em) {
  .notification-card__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__title {
    font-size: 13px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__title {
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .notification-card__title {
    padding-right: 32px;
  }
}

.notification-card__description {
  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  height: 64px;
  color: #474747;
}
@media print, screen and (max-width: 74.99875em) {
  .notification-card__description {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__description {
    font-size: 13px;
    line-height: 24px;
  }
}

.notification-card__description.is_open {
  overflow: visible;
}

.notification-card__link {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #97BA39;
  fill: #97BA39;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 33px;
  margin-top: 32px;
}
@media print, screen and (max-width: 74.99875em) {
  .notification-card__link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__link {
    font-size: 13px;
    line-height: 24px;
  }
}

.notification-card__link__text {
  margin-right: 8px;
  color: #97BA39;
}

.notifications__button {
  padding: 64px;
  display: flex;
  justify-content: center;
}

.notification-card__content {
  display: none;
}

.notification-card__content__text {
  white-space: pre-line;
}

.notification-card__details {
  position: relative;
  padding-bottom: 25px;
  padding-right: 80px;
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__details {
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .notification-card__details {
    padding-right: 32px;
  }
}

.notification-card__details:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: solid 1px #ccc;
  width: 100px;
  bottom: 0;
}

.notification-card__details--has-more:after {
  width: 100%;
  bottom: -1px;
}

.notification-card__read-more {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: inline-block;
  margin-top: 20px;
  padding-right: 40px;
  position: relative;
  color: #97BA39;
  display: inline-flex;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 7px;
}
@media print, screen and (max-width: 74.99875em) {
  .notification-card__read-more {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card__read-more {
    font-size: 13px;
    line-height: 24px;
  }
}
.notification-card__read-more:after {
  content: "";
  display: block;
  width: 21px;
  height: 100%;
  background: url(svg/arrow-right-green.svg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
.notification-card__read-more .icon {
  margin-right: 16px;
}
.notification-card__read-more .icon--arrow-right {
  margin-left: 12px;
  width: 24px;
}

.notification-card__read-more--alerts:after {
  display: none;
}

.notification-card__image-container {
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 80px;
  position: relative;
}
.notification-card__image-container i {
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 8px;
  top: 8px;
}
.notification-card__image-container svg {
  fill: #97BA39;
}
.notification-card__image-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.notification-card__link-icon {
  display: block;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #97BA39;
  transition: background-color 0.3s ease-in-out;
  margin-right: 16px;
}
.notification-card__link-icon:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  background: #fff;
  left: 6px;
  top: 12px;
  transform: rotate(0);
}
.notification-card__link-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  background: #fff;
  left: 6px;
  top: 12px;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.notification-card__link-icon.is-open {
  background: #18635C;
}
.notification-card__link-icon.is-open:before {
  transform: rotate(0deg);
}

.notification-card__content.is-active {
  display: block;
}

.notification-card--construction-site {
  background: #fff;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-left: 80px;
  margin-left: 0;
  padding-bottom: 11px;
}
.notification-card--construction-site .notification-card__construction-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32px;
  left: 36px;
}
.notification-card--construction-site .notification-card__read-more {
  margin-top: 0;
}
.notification-card--construction-site .notification-card__details:after {
  display: none;
}
@media print, screen and (max-width: 44.99875em) {
  .notification-card--construction-site {
    padding-left: 48px;
  }
  .notification-card--construction-site .notification-card__construction-icon {
    left: 12px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .notification-card--construction-site {
    padding-left: 32px;
  }
  .notification-card--construction-site .notification-card__construction-icon {
    width: 20px;
    height: 20px;
    left: 8px;
  }
}

.notifications__button--xlarge {
  max-width: 70%;
  width: 100%;
}

.useful-links-block {
  margin-bottom: 120px;
}
@media print, screen and (max-width: 44.99875em) {
  .useful-links-block {
    margin-bottom: 80px;
  }
}
.useful-links-block.mb-1 {
  margin-bottom: 8px;
}
.useful-links-block.mb-2 {
  margin-bottom: 16px;
}
.useful-links-block.mb-3 {
  margin-bottom: 24px;
}
.useful-links-block.mb-4 {
  margin-bottom: 32px;
}
.useful-links-block.mb-5 {
  margin-bottom: 40px;
}
.useful-links-block.mb-6 {
  margin-bottom: 48px;
}
.useful-links-block.mb-7 {
  margin-bottom: 56px;
}
.useful-links-block.mb-8 {
  margin-bottom: 64px;
}
.useful-links-block.mb-9 {
  margin-bottom: 72px;
}
.useful-links-block.mb-10 {
  margin-bottom: 80px;
}
.useful-links-block.mb-11 {
  margin-bottom: 88px;
}
.useful-links-block.mb-12 {
  margin-bottom: 96px;
}
.useful-links-block.mb-13 {
  margin-bottom: 104px;
}
.useful-links-block.mb-14 {
  margin-bottom: 112px;
}
.useful-links-block.mb-15 {
  margin-bottom: 120px;
}
.useful-links-block.mt-1 {
  margin-top: 8px;
}
.useful-links-block.mt-2 {
  margin-top: 16px;
}
.useful-links-block.mt-3 {
  margin-top: 24px;
}
.useful-links-block.mt-4 {
  margin-top: 32px;
}
.useful-links-block.mt-5 {
  margin-top: 40px;
}
.useful-links-block.mt-6 {
  margin-top: 48px;
}
.useful-links-block.mt-7 {
  margin-top: 56px;
}
.useful-links-block.mt-8 {
  margin-top: 64px;
}
.useful-links-block.mt-9 {
  margin-top: 72px;
}
.useful-links-block.mt-10 {
  margin-top: 80px;
}
.useful-links-block.mt-11 {
  margin-top: 88px;
}
.useful-links-block.mt-12 {
  margin-top: 96px;
}
.useful-links-block.mt-13 {
  margin-top: 104px;
}
.useful-links-block.mt-14 {
  margin-top: 112px;
}
.useful-links-block.mt-15 {
  margin-top: 120px;
}

.useful-links__item {
  width: 315px;
  height: 289px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.useful-links__item:hover .useful-links__item__dots svg {
  fill: #18635C;
}

.useful-links__item__icon {
  margin-top: 16px;
}
.useful-links__item__icon i {
  width: 60px;
  height: 65px;
}

.useful-links__item__title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media print, screen and (max-width: 44.99875em) {
  .useful-links__item__title {
    font-size: 24px;
    line-height: 43px;
  }
}

.useful-links__item__dots i {
  width: 32px;
  height: 48px;
}
.useful-links__item__dots svg {
  fill: #97BA39;
}

.demarches-certificats-formulaires {
  min-height: 80vh;
}
.demarches-certificats-formulaires .content-filters__trigger {
  font-size: 20px;
}
.demarches-certificats-formulaires .content-filters__trigger-icon {
  width: 32px;
}

.demarches-certificats-formulaires__sections {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .demarches-certificats-formulaires__sections {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .demarches-certificats-formulaires__sections {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .demarches-certificats-formulaires__sections {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.demarches-certificats-formulaires__section {
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 63.99875em) {
  .demarches-certificats-formulaires__section {
    margin-bottom: 80px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .demarches-certificats-formulaires__section {
    margin-bottom: 48px;
  }
}

.demarches-certificats-formulaires__section-title {
  font-size: 32px;
  line-height: 48px;
  font-family: linotype-sabon, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 44.99875em) {
  .demarches-certificats-formulaires__section-title {
    font-size: 24px;
    line-height: 43px;
  }
}

.demarches-certificats-formulaires__item__title {
  font-size: 16px;
  line-height: 32px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media print, screen and (max-width: 74.99875em) {
  .demarches-certificats-formulaires__item__title {
    font-size: 14px;
    line-height: 24px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .demarches-certificats-formulaires__item__title {
    font-size: 13px;
    line-height: 24px;
  }
}

.demarches-certificats-formulaires__form-link {
  background: #f4f4f4;
  padding: 24px 48px;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: flex-start;
  color: #97BA39;
}
@media print, screen and (max-width: 44.99875em) {
  .demarches-certificats-formulaires__form-link {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.demarches-certificats-formulaires__form-icon {
  width: 20px;
  margin-right: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-top: 4px;
}
@media print, screen and (max-width: 44.99875em) {
  .demarches-certificats-formulaires__form-icon {
    margin-top: 0;
  }
}
.demarches-certificats-formulaires__form-icon svg {
  fill: #97BA39;
}

.single-trail-page {
  position: relative;
  display: grid;
  grid-template-columns: 55% 45%;
}
@media print, screen and (max-width: 74.99875em) {
  .single-trail-page {
    grid-template-columns: 100%;
  }
}
.single-trail-page .single-trail__left {
  width: 100%;
  min-width: 240px;
}
@media print, screen and (max-width: 74.99875em) {
  .single-trail-page .single-trail__left {
    padding: 0 18px;
    margin: 0 auto 0 auto;
  }
}
@media print, screen and (max-width: 98.12375em) {
  .single-trail-page .single-trail__left {
    padding: 0;
    margin: 0 auto 0 auto;
  }
}
.single-trail-page .single-trail__left:first-of-type {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .single-trail-page .single-trail__left:first-of-type {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .single-trail-page .single-trail__left:first-of-type {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .single-trail-page .single-trail__left:first-of-type {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.single-trail-page .js-single-trail-map__container {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media print, screen and (max-width: 74.99875em) {
  .single-trail-page .js-single-trail-map__container {
    grid-column: 1;
    grid-row: 2;
  }
}
.single-trail-page .single-trail-map {
  width: 100%;
  min-width: 240px;
  height: 100vh;
}
@media print, screen and (max-width: 74.99875em) {
  .single-trail-page .single-trail-map {
    max-width: 97.25rem;
    padding-left: 120px;
    padding-right: 120px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
    width: 100% !important;
    height: 70vh;
  }
}
@media screen and (max-width: 74.99875em) and (min-width: 45em) and (max-width: 63.99875em) {
  .single-trail-page .single-trail-map {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 74.99875em) and (min-width: 30em) and (max-width: 44.99875em) {
  .single-trail-page .single-trail-map {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 74.99875em) and (max-width: 29.99875em) {
  .single-trail-page .single-trail-map {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail-page .single-trail-map {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-trail-page .js-single-trail-map--stacked {
  position: fixed;
  top: auto;
  bottom: 0;
}
.single-trail-page .js-single-trail-map--bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.single-trail-page .trail__info-container {
  display: flex;
  flex-direction: row;
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail-page .trail__info-container {
    flex-direction: column;
  }
}
.single-trail-page .trail__info {
  flex: 1;
}
.single-trail-page .trail__downloads {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
  margin: 24px;
  padding: 16px 24px 36px 24px;
  max-width: 434px;
  min-width: 240px;
  border: solid 1px #B5B5B5;
}
@media print, screen and (max-width: 74.99875em) {
  .single-trail-page .trail__downloads {
    margin-right: 0;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail-page .trail__downloads {
    margin-right: 0;
    margin-left: 0;
  }
}
.single-trail-page .trail__downloads-list-item {
  margin-top: 18px;
}
.single-trail-page .trail__altitude {
  max-width: 97.25rem;
  padding-left: 120px;
  padding-right: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 45em) and (max-width: 63.99875em) {
  .single-trail-page .trail__altitude {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (min-width: 30em) and (max-width: 44.99875em) {
  .single-trail-page .trail__altitude {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 29.99875em) {
  .single-trail-page .trail__altitude {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail-page .trail__altitude {
    padding-left: 0;
    padding-right: 0;
  }
  .single-trail-page .trail__altitude h2 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.single-trail-page .trail-gdpr-block {
  width: 100%;
  height: 100%;
}
.single-trail-page .image-gallery__header {
  flex-direction: row;
}
.single-trail-page .image-gallery__header .button--large {
  height: 46px;
  min-width: calc(250px - 32px);
}
@media print, screen and (max-width: 98.12375em) {
  .single-trail-page .image-gallery__header {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .single-trail-page .image-gallery__header .image-gallery__title {
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .single-trail-page .image-gallery__header {
    flex-direction: row;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .single-trail-page .image-gallery__header {
    flex-direction: column;
  }
  .single-trail-page .image-gallery__header .image-gallery__title {
    margin-bottom: 16px;
  }
}

.trails-block {
  position: relative;
  display: grid;
  grid-template-columns: 55% 45%;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-block {
    grid-template-columns: 100%;
  }
}
.trails-block .trails__left {
  width: 100%;
  min-width: 240px;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-block .trails__left {
    max-width: 100%;
    padding: 0 18px;
    margin: 0 auto 0 auto;
  }
}
@media print, screen and (max-width: 98.12375em) {
  .trails-block .trails__left {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 0 auto;
  }
}
.trails-block .js-trails-map__container {
  grid-column: 2;
  grid-row: 1;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-block .js-trails-map__container {
    grid-column: 1;
    grid-row: 2;
  }
}
.trails-block .trails-block-map {
  width: 100%;
  min-width: 240px;
  height: 100vh;
}
@media print, screen and (max-width: 74.99875em) {
  .trails-block .trails-block-map {
    max-width: 97.25rem;
    padding-left: 120px;
    padding-right: 120px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
    width: 100% !important;
    height: 70vh;
  }
}
@media screen and (max-width: 74.99875em) and (min-width: 45em) and (max-width: 63.99875em) {
  .trails-block .trails-block-map {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media print, screen and (max-width: 74.99875em) and (min-width: 30em) and (max-width: 44.99875em) {
  .trails-block .trails-block-map {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media print, screen and (max-width: 74.99875em) and (max-width: 29.99875em) {
  .trails-block .trails-block-map {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .trails-block .trails-block-map {
    padding-left: 0;
    padding-right: 0;
  }
}
.trails-block #trails-map {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.trails-block .js-trails-map--stacked {
  position: fixed;
  top: auto;
  bottom: 0;
}
.trails-block .js-trails-map--bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
.trails-block .trail-gdpr-block {
  width: 100%;
  height: 100%;
}
