@import url("https://use.typekit.net/vbt1mag.css");
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.slider {
  background-color: whitesmoke;
  padding-top: 2rem;
}

.glide__arrows {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-block: 2rem;
}

.glide__arrow {
  display: block;
  padding: 9px 12px;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  line-height: 1;
}

.glide__slides {
  height: 500px;
}

.glide__slide {
  position: relative;
  display: block;
  height: 100%;
}
.glide__slide img {
  object-fit: cover;
  object-fit: contain;
  height: 100%;
}

.glide__arrow--left {
  left: 2em;
}

.glide__arrow--right {
  right: 2em;
}

@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}
.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}
.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}
.lg-icon.lg-actual-size {
  font-size: 20px;
}
.lg-icon.lg-actual-size:after {
  content: "\e033";
}
.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
.lg-icon.lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}
.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}
@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}
.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*! 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 */
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
   * 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;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: content-box;
}

:root {
  --gold: rgb(174, 132, 31);
  --gold-light: rgb(234, 227, 210);
  --gold-light-light: rgb(222, 215, 199);
  --yellow: rgb(247, 166, 0);
  --blue: rgb(0, 159, 227);
  --blue-light: rgb(0, 159, 227);
  --blue-dark: rgb(21, 61, 138);
  --green: #396870;
  --gray-dark: rgb(78, 77, 77);
  --white: rgb(255, 255, 255);
  --font-color: rgb(78, 77, 77);
  --font-color-inverted: white;
  --brand-color: var(--gold);
  --brand: var(--brand-color);
  --actueel: var(--blue);
  --projecten: var(--yellow);
  --contact: var(--gray-dark);
  --team: var(--blue-dark);
  --ff: proxima-soft, sans-serif;
  --font-normal: 300;
  --font-bold: 700;
  --font-size: 1rem;
  --font-medium: 1.4rem;
  --font-large: 3vw;
  --font-xlarge: 5.5vw;
  --section-padding: 3rem;
  --margin-small: 1rem;
  --margin-default: 1rem;
  --margin-medium: 2rem;
  --margin-large: 3rem;
  --container-large: 80rem;
  --container-medium: 58rem;
}

.container {
  margin: 0 auto;
  max-width: 60rem;
}

.container--large {
  max-width: var(--container-large);
}

.container--medium {
  max-width: var(--container-medium);
}

.container--padded-inline {
  padding-inline: 1rem;
}

.padded-inline {
  padding-inline: 1rem;
}

.layout-detail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.layout-detail .aside {
  display: none;
  flex: 0 1 3rem;
  padding-right: 2rem;
}
@media (min-width: 50em) {
  .layout-detail .aside {
    display: inline-block;
  }
}
.layout-detail .body {
  flex: 1;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 13px;
}

body {
  position: relative;
  font-family: var(--ff);
  font-weight: 300;
  line-height: 1.3;
  font-style: normal;
  font-size: 1.125rem;
  color: var(--font-color);
}

@media screen and (min-width: 45rem) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 1.125rem;
  }
}
.body strong {
  font-weight: var(--font-bold);
}
.body ul {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.body ol {
  list-style: decimal;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.body em {
  font-style: italic;
}
.body p a {
  color: var(--page-color);
  font-weight: var(--font-bold);
}
.body p a:hover {
  text-decoration: underline;
}
.body .summary {
  color: var(--page-color);
  font-style: italic;
  font-size: 1.3rem;
}
.body__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.body__images img {
  padding-block: 1rem;
  width: 100%;
}

#main-content {
  margin-bottom: 3rem;
}

#sprite {
  height: 0;
  display: none;
}

p {
  margin-bottom: 1rem;
}
p img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.content a,
.text a,
.summary a {
  font-weight: var(--font-bold);
  color: var(--brand-color);
}

h1,
.h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.98;
}

h2,
.h2 {
  font-size: 1.5rem;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 700;
}

.subtitle {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (min-width: 45rem) {
  h1,
  .h1 {
    font-size: clamp(3.4rem, 7vw, 5.7rem);
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.5rem;
  }
  .subtitle {
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 700;
  }
}
:root {
  --page-color: var(--gold);
}

.subtitle {
  color: var(--page-color);
}

.date-string {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--page-color);
  color: white;
  font-weight: var(--font-bold);
  margin-bottom: 1rem;
}

.aside .button {
  --button-color: var(--page-color);
}

.icard .button {
  --button-color: var(--page-color);
}

.icard a:not(.button) {
  color: var(--page-color);
}
.icard a:not(.button):hover {
  text-decoration: underline;
}

[data-color=blue-light] {
  --page-color: var(--blue-light);
}

[data-color=blue-dark] {
  --page-color: var(--blue-dark);
}

[data-color=yellow] {
  --page-color: var(--yellow);
}

[data-color=green] {
  --page-color: var(--green);
}

.intake {
  font-family: var(--ff);
}
.intake .btn-primary {
  color: #fff;
  background-color: --var(--page-color);
  border-color: --var(--page-color);
}

.FormBuilder {
  font-family: var(--ff);
}

iframe body {
  background: transparent;
  box-shadow: none important;
}

.hero {
  background-color: var(--gold-light);
  padding-block: var(--margin-large);
  padding-block: 6rem;
}
.hero h2 {
  margin-bottom: 2rem;
}

.hide {
  display: none;
}

.article-header {
  margin-bottom: 2rem;
  flex: 0 0 100%;
}

.socials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-block: var(--margin-default);
  justify-content: center;
}
.socials li {
  display: flex;
  place-content: center;
  margin-right: 0.5rem;
}

.svg-container.pioneer-test {
  height: 0;
  padding-top: 59%;
  position: relative;
}
.svg-container.pioneer-test svg {
  position: absolute;
  top: 0;
  left: 0;
}
.svg-container.denk-mee {
  height: 0;
  padding-top: 122%;
  position: relative;
}
.svg-container.denk-mee svg {
  position: absolute;
  top: 0;
  left: 0;
}
.svg-container.actueel {
  height: 0;
  padding-top: 76%;
  position: relative;
}
.svg-container.actueel svg {
  position: absolute;
  top: 0;
  left: 0;
}
.svg-container.collectie {
  height: 0;
  padding-top: 125%;
  position: relative;
}
.svg-container.collectie svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.svg-container.team {
  height: 0;
  padding-top: 74%;
  position: relative;
}
.svg-container.team svg {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes rotateWieken {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#pioneer #wieken-molenlinks {
  transform: rotate(0deg);
  transform-origin: 537px 263px;
  animation-name: rotateWieken;
  animation-duration: 4s;
  animation-delay: 2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#pioneer #wieken-molenmidden {
  transform: rotate(0deg);
  transform-origin: 556px 189px;
  animation-name: rotateWieken;
  animation-duration: 4.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#pioneer #wieken-molenrechts {
  transform: rotate(0deg);
  transform-origin: 588px 227px;
  animation-name: rotateWieken;
  animation-duration: 3.5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulseFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#denk-mee #streepjes {
  opacity: 0;
  animation-name: pulseFade;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes heisenBlok {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#actueel #blok-heisen_hengel {
  animation-name: heisenBlok;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes slideInOut {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-20%, 0);
  }
  50% {
    transform: translate(-20%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
#collectie #boekenkast-groep {
  animation-name: slideInOut;
  animation-duration: 10s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}

@keyframes raiseBuildings {
  0% {
    transform: scale(1, 0);
  }
  30% {
    transform: scale(1, 1);
  }
}
#team #_1e-groep-gebouwen {
  transform-origin: 199px 295px;
  animation-name: raiseBuildings;
  animation-duration: 5s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#team #_2e-groep-gebouwen {
  transform-origin: 199px 295px;
  animation-name: raiseBuildings;
  animation-duration: 5.5s;
  animation-delay: 0.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#team #_3e-groep-gebouwen {
  transform-origin: 199px 295px;
  animation-name: raiseBuildings;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#team #_4e-groep-gebouwen {
  transform-origin: 199px 295px;
  animation-name: raiseBuildings;
  animation-duration: 5.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
#team #_5e-groep-gebouwen-heuvel {
  transform-origin: 199px 295px;
  animation-name: raiseBuildings;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

#arrow-next .cls-1 {
  stroke: none;
}

#person-middle-arm {
  border: 1px solid black;
  transform-origin: 68.6% 55.7%;
  animation-name: moving_arm;
  animation-duration: 7s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes moving_arm {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-0.07turn);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(0.05turn);
  }
  100% {
    transform: rotate(0);
  }
}
.innershadow {
  filter: url(#innershadow);
}

.color-7 {
  fill: #68491b;
}

.color-6 {
  fill: #82631c;
}

.color-5 {
  fill: #9f7a1e;
}

.color-4 {
  fill: #b98f2d;
}

.color-3 {
  fill: #dbb660;
}

.color-2 {
  fill: #f0f1ed;
}

.color-1 {
  fill: #fff;
}

#tree-top {
  transform: translateY(-4%);
}

:root {
  --grid-rows: 2;
  --grid-columns: 2;
  --grid-column-width: calc(100% / var(--grid-columns));
  --grid-row-height: calc(100% / var(--grid-rows));
}

@media screen and (min-width: 45rem) {
  :root {
    --grid-columns: 3;
  }
}
@media screen and (min-width: 60em) {
  :root {
    --grid-columns: 4;
  }
}
@media screen and (min-width: 75em) {
  :root {
    --grid-columns: 5;
  }
}
@media screen and (min-width: 85em) {
  :root {
    --grid-columns: 6;
  }
}
@media screen and (min-height: 31rem) {
  :root {
    --grid-rows: 3;
  }
}
@media screen and (min-height: 44rem) {
  :root {
    --grid-rows: 4;
  }
}
@media screen and (min-height: 56rem) {
  :root {
    --grid-rows: 5;
  }
}
.gridbg {
  position: relative;
}
.gridbg:before {
  content: "";
  position: absolute;
  display: block;
  inset: 0 0 0 0;
  background-image: linear-gradient(#eae3d2 0, transparent 1px), linear-gradient(90deg, #eae3d2 0, transparent 1px);
  background-size: var(--grid-column-width) var(--grid-row-height);
  background-position: -0.1rem -0.1rem;
  z-index: -1;
}

:root {
  --topbar-position: relative;
  --logo-size: 6rem;
  --topbar-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  --topbar-border: 1px solid currentColor;
}

.topbar {
  --topbar-icon-size: 4rem;
  --topbar-gap: 0.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  justify-content: space-between;
  width: 100%;
  justify-items: start;
  align-items: center;
  height: auto;
  padding-inline: 1rem;
  z-index: 10;
}
.topbar[data-topbar-position=fixed] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.topbar__left {
  position: relative;
}
.topbar__left a {
  display: inline-block;
  padding: 1rem 3rem 1rem 1rem;
}
.topbar__left a svg {
  width: var(--logo-size);
  height: var(--logo-size);
  z-index: 1000;
}
.topbar__right {
  position: relative;
  justify-self: end;
  width: 100%;
}

.topbutton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  flex: 0 0 4rem;
  height: 4rem;
  padding: 1rem;
  background-color: white;
  border-radius: 5rem;
  box-shadow: var(--topbar-shadow);
  cursor: pointer;
}
.topbutton svg {
  width: 100%;
}

.topbuttons {
  position: relative;
  display: flex;
  width: 100%;
  gap: 0.5rem;
}

.sb {
  position: relative;
  display: block;
  width: 100%;
  height: var(--topbar-icon-size);
  transition: all 0.3s ease;
}
.sb .sb-container {
  height: 100%;
  margin-right: 2rem;
  overflow: hidden;
}
.sb .sb-container .sb-wrapper {
  height: 100%;
  border-radius: var(--topbar-icon-size) 0 0 var(--topbar-icon-size);
  overflow: hidden;
  box-shadow: var(--topbar-shadow);
  border: var(--topbar-border);
  transition: transform 0.3s ease;
}
.sb .sb-container .sb-wrapper input[type=text] {
  width: 100%;
  height: 100%;
  padding: 0.5rem 2rem;
  border: none;
  outline: none;
}
.sb .sb-container .sb-wrapper input[type=text]:focus {
  border: none;
}
.sb[data-searchbox-open=false] .sb-wrapper {
  transform: translateX(100%);
}
.sb #search-multi-button {
  transition: scale 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.sb .search-toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.sb[data-searchbox-open=true] {
  margin-right: calc(var(--topbar-icon-size) + var(--topbar-gap));
}
.sb[data-searchbox-open=true] #search-multi-button {
  border: var(--topbar-border);
}
.sb[data-searchbox-open=true] .sb-wrapper {
  transform: translateX(0);
}
.sb[data-searchbox-open=true] .search-toggle-button {
  right: calc(-1 * (var(--topbar-icon-size) + var(--topbar-gap)));
  opacity: 1;
}

@media screen and (min-width: 45rem) {
  :root {
    --logo-size: 12rem;
  }
}
#hamburger .box {
  transition: all 0.4s ease;
  transform-origin: center;
}
#hamburger .box1 {
  transform: translateY(-50px);
}
#hamburger .box2 {
  transform: scaleX(1);
}
#hamburger .box3 {
  transform: translateY(50px);
}

#burger[data-button-state=closed] #hamburger .box1 {
  transform: translateY(0);
  transform: rotate(45deg);
}
#burger[data-button-state=closed] #hamburger .box2 {
  transform: translateY(0);
  transform: scaleX(0);
}
#burger[data-button-state=closed] #hamburger .box3 {
  transform: translateY(0);
  transform: rotate(-45deg);
}

#burger[aria-hidden=true] {
  transform: translateY(-100px);
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-50%);
    opacity: 0;
    display: block;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    display: block;
  }
}
#btn-menu-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  border: none;
  z-index: 10;
}

.menu {
  isolation: isolate;
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  height: 100vh;
  background-color: var(--green);
  color: white;
  padding: 2rem;
  z-index: 1;
}
.menu .menu__items {
  position: relative;
  height: 100%;
  display: grid;
  align-content: center;
}
.menu .menu__item {
  font-size: 1.5rem;
  padding-block: 1rem;
  border-bottom: 1px solid whitesmoke;
}
.menu .menu__item:last-of-type {
  border: none;
}
.menu .menu__item a {
  transition: all 0.5s ease;
  display: flex;
  justify-content: start;
  font-weight: var(--font-bold);
}
.menu .menu__item a span {
  margin-right: 1rem;
}
.menu .menu__item a div svg {
  width: 1.3rem;
  height: 1.3rem;
}
.menu .menu__item:hover a {
  transform: translateX(1rem);
}

@media screen and (min-width: 45em) {
  .menu .menu__item {
    font-size: 2.1rem;
  }
  .menu .menu__item a {
    display: flex;
    justify-content: center;
  }
  .menu .menu__item a div svg {
    width: 1.8rem;
    height: 1.8rem;
  }
  .menu .menu__item:hover a {
    transform: scale(1.1);
  }
}
.header {
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}

.header--image {
  position: relative;
  max-height: 70vh;
  overflow: hidden;
  height: 30vh;
}
@media screen and (min-width: 45em) {
  .header--image {
    height: 60vh;
  }
}
.header--image img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header--map {
  position: relative;
  height: 60vh;
}

.header--visual {
  position: relative;
  margin-bottom: var(--margin-large);
  padding-inline: 5vw;
}
.header--visual .icard__text {
  flex: 1;
}
.header--visual .card__visual {
  flex: 1;
}

.header--team {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.header--team img {
  display: block;
  width: 100%;
}

.button-strip {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 2rem;
}

:root {
  --button-fs: 1rem;
  --icon-size: 1.5em;
  --button-icon-size: var(--icon-size);
  --button-padding: 1rem;
  --button-border-size: 0.15rem;
  --button-size: 8rem;
  --button-color: var(--brand-color);
  --button-bg-color: var(--button-color);
  --button-font-color: var(--font-color-inverted);
  --button-border-color: var(--button-color);
  --space-4: 0.5rem;
  --space-5: 1rem;
  --space-6: 1.5rem;
}

.button {
  --button-color: var(--brand-color);
  --button-bg-color: var(--button-color);
  --button-font-color: var(--font-color-inverted);
  --button-border-color: var(--button-color);
}

.icon {
  display: inline-flex;
  padding: var(--space-5);
  border: var(--button-border-size) solid var(--button-border-color);
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
}
.icon svg {
  fill: currentColor;
  width: var(--icon-size);
  height: var(--icon-size);
}

.icon[data-type=icon-circle] {
  border-radius: 50%;
}

.button {
  display: inline-flex;
  gap: 1rem;
  padding-inline: var(--space-5);
  padding-block: var(--space-4);
  border: var(--button-border-size) solid var(--button-border-color);
  font-weight: var(--font-bold);
  font-size: var(--button-fs);
  background-color: var(--button-bg-color);
  color: var(--button-font-color);
}
.button .icon {
  border: none;
  padding: 0;
  background-color: transparent;
}
.button__text {
  display: flex;
  align-items: center;
}

.button[data-type=rounded] {
  border-radius: 2em;
}

.button[data-type=block],
.button[data-type=circle] {
  --button-size: 10rem;
  display: grid;
  gap: 0;
  justify-items: center;
  width: var(--button-size);
  height: var(--button-size);
  padding-inline: var(--space-5);
  padding-block: var(--space-5);
  text-align: center;
  border-radius: unset;
}
.button[data-type=block] .button__text,
.button[data-type=circle] .button__text {
  align-self: end;
}
.button[data-type=block] .icon,
.button[data-type=circle] .icon {
  align-self: end;
}

.button:hover,
.icon:hover {
  transition: all 0.3s ease;
}

.button[data-type=circle] {
  border-radius: 50%;
}

.button[data-active=true],
.button:hover,
.button:focus,
.icon:hover {
  --button-bg-color: transparant;
  --button-font-color: var(--button-color);
}

.button[data-variant=inverted],
.icon[data-variant=inverted] {
  --button-bg-color: transparant;
  --button-font-color: var(--button-border-color);
}

.button[data-variant=inverted][data-active=true],
.button[data-variant=inverted]:hover,
.icon[data-variant=inverted]:hover {
  --button-bg-color: var(--button-color);
  --button-font-color: var(--font-color-inverted);
}

.icon[data-variant=naked] {
  --button-padding: 0;
  background-color: transparent;
  color: var(--button-color);
  border: none;
  padding: 0;
}

.button[data-size=medium],
.icon[data-size=medium] {
  --button-fs: 1.3rem;
  --button-size: 11rem;
  --icon-size: 3rem;
}

.icon[data-size=medium] {
  --space-5: 2rem;
}

.icon[data-size=small] {
  --space-5: 0;
  --icon-size: 1rem;
}

[data-direction=reversed] {
  flex-direction: row-reverse;
}
[data-direction=reversed] .icon svg {
  transform: scale(-1);
}

.button[data-color=blue-light] {
  --button-color: var(--blue-light);
}

.button[data-color=blue-dark] {
  --button-color: var(--blue-dark);
}

.button[data-color=yellow] {
  --button-color: var(--yellow);
}

.load-more-wrapper {
  display: flex;
  padding-block: 2rem;
  justify-content: center;
}

.icon-logo {
  width: 10rem;
  height: 10rem;
}

.icon-logo-plain {
  width: 10rem;
}

.icon-arrow-next {
  width: 3rem;
  height: 3rem;
  fill: currentColor;
}

.icon-reverse {
  transform: rotate(180deg);
}

.cards {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  background-color: var(--gold);
  background-color: var(--gold-light);
  padding-block: 0.5rem;
  margin-top: 10rem;
}

.card {
  transition: all 1s ease-in-out;
  position: relative;
  max-height: 70vh;
  min-height: 25rem;
  flex: 1 1 32rem;
}
.card a {
  transition: all 1s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  background-color: whitesmoke;
  background-color: white;
}
.card a .card__description {
  display: flex;
  flex-direction: column;
  place-content: center;
  font-size: 1.5rem;
  order: 2;
  padding: 1.5rem 1rem;
  text-align: center;
  min-height: 8rem;
  border-right: 1px solid rgb(228, 228, 228);
}
.card a .card__description .card__title {
  font-size: 1em;
}
.card a .card__description .card__subtitle {
  font-size: 0.7em;
  margin: 0;
}
.card a .card__image-container {
  max-height: 70vh;
  flex: 1 1 32rem;
  position: relative;
  width: 100%;
  height: 30rem;
  overflow: hidden;
}
.card a .card__image-container img {
  transition: all 6s ease;
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card a:hover {
  background-color: whitesmoke;
}
.card a:hover img {
  transform: scale(1.2);
}
.card .button-strip {
  display: none;
}

@media screen and (min-width: 85rem) {
  .card:nth-of-type(1),
  .card:nth-of-type(2) {
    max-height: 70vh;
    min-height: 45rem;
    flex: 1 1 40%;
  }
}
.card[data-filtered-out=true] {
  display: none;
}

.icard {
  display: block;
  padding-inline: 1rem;
  padding-block: 2rem;
}

@media screen and (min-width: 900px) {
  .icard {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1700px;
    margin: 0 auto;
    gap: 1.5rem;
  }
  .icard__visual {
    display: flex;
    justify-content: center;
    width: 50%;
    max-height: 50rem;
  }
  .icard__visual svg {
    max-width: 100%;
    max-height: 100%;
  }
  .icard__text {
    width: 50%;
    max-width: 640px;
    align-self: center;
  }
}
@media screen and (min-width: 900px) {
  .tmpl-home .icard:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .tmpl-home .header.icard {
    justify-content: center;
  }
  .tmpl-home .header.icard .icard__visual {
    width: 100%;
  }
  .tmpl-home .header.icard .icard__text {
    max-width: 800px;
    justify-self: start;
  }
}

.meta-list {
  display: grid;
  grid-template-columns: 1fr;
}
.meta-list__key {
  font-weight: var(--font-bold);
  margin-right: 2rem;
  color: var(--gold);
}
.meta-list__value {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 45rem) {
  .meta-list {
    grid-template-columns: auto minmax(auto, 45rem);
  }
}
.page-images__banner {
  padding-block: 2rem;
  background-color: whitesmoke;
}

.page-images__layout {
  display: grid;
  position: relative;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  gap: 1px;
  height: auto;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 45rem) {
  .page-images__layout {
    height: 35rem;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  }
}
.page-image {
  position: relative;
}
.page-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-images__grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(1, 1fr);
}
.page-images__grid > * {
  cursor: pointer;
}

@media screen and (min-width: 30rem) {
  .page-images__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 50rem) {
  .page-images__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.team-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 24rem));
  justify-content: center;
  gap: var(--margin-large);
  padding-inline: var(--margin-default);
}

.team-member {
  position: relative;
  display: block;
}
.team-member img {
  max-width: 100%;
  border-radius: 50%;
  margin-bottom: var(--margin-medium);
}
.team-member h2 {
  display: block;
  min-height: 6rem;
}

.footer {
  font-size: 0.9rem;
  position: relative;
  background-color: var(--gray-dark);
  color: white;
  padding-block: var(--margin-medium);
}
.footer a:hover {
  text-decoration: underline;
}
.footer address p {
  margin: 0;
}
.footer address a {
  color: inherit;
  display: block;
}
.footer address a:hover {
  text-decoration: underline;
}

.col-3-layout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  justify-content: space-between;
  gap: 3rem;
  justify-items: center;
  text-align: center;
}

@media screen and (min-width: 30em) {
  .col-3-layout {
    justify-items: start;
    grid-template-columns: repeat(3, 1fr);
  }
  .footer address {
    text-align: left;
  }
}
.wrapper {
  display: inline-flex;
  background-color: orange;
  margin-block: 2rem;
}

.box-wrap-1 .box1 {
  transform: rotate(30deg);
  transform-origin: center;
}

.box-wrap-2 {
  overflow: hidden;
  background-color: black;
  display: grid;
  grid-template-columns: 150px 150px;
  grid-template-rows: 150px 150px;
}
.box-wrap-2 .box {
  width: 100%;
  height: 100%;
}
.box-wrap-2 .box1 {
  background-color: blue;
  z-index: 1;
  transform: rotate(30deg);
  transform-origin: center;
}
.box-wrap-2 .box2 {
  background-color: yellow;
  z-index: 2;
}
.box-wrap-2 .box3 {
  background-color: red;
  z-index: 3;
}
.box-wrap-2 .box4 {
  background-color: green;
  z-index: 4;
}

.box-wrap-3 {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: rgb(75, 26, 26);
  width: 300px;
  height: 300px;
}
.box-wrap-3 .box {
  position: absolute;
  width: 150px;
  height: 150px;
}
.box-wrap-3 .box1 {
  background-color: blue;
  z-index: 1;
  transform: rotate(30deg);
}
.box-wrap-3 .box2 {
  background-color: yellow;
  transform: translateX(100%);
  z-index: 2;
}
.box-wrap-3 .box3 {
  background-color: red;
  transform: translateY(100%);
  z-index: 3;
}
.box-wrap-3 .box4 {
  background-color: green;
  transform: translateX(100%) translateY(100%);
  z-index: 4;
}

.box-wrap-4 rect {
  fill: blue;
  transform: rotate(45deg) rotate(-45deg);
  /* Chrome, Firefox behaves differently */
}

.box-wrap-5 .box {
  transition: all 0.4s ease;
  transform-origin: center;
}
.box-wrap-5 .box1 {
  transform: translateY(-50px);
}
.box-wrap-5 .box2 {
  transform: scaleX(1);
}
.box-wrap-5 .box3 {
  transform: translateY(50px);
}
.box-wrap-5:hover .box1 {
  transform: translateY(0);
  transform: rotate(45deg);
}
.box-wrap-5:hover .box2 {
  transform: translateY(0);
  transform: scaleX(0);
}
.box-wrap-5:hover .box3 {
  transform: translateY(0);
  transform: rotate(-45deg);
}

.vactures {
  display: grid;
}

.vacature {
  background-color: whitesmoke;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 4rem;
  margin-bottom: 1rem;
}
.vacature__text {
  justify-self: start;
  align-self: center;
  padding: 2rem;
}
.vacature h2 {
  font-size: 2rem;
}
.vacature .subtitle {
  font-size: var(--font-medium);
  font-weight: normal;
  color: var(--brand-color);
}
.vacature p {
  font-size: 1rem;
}
.vacature .icon-wrapper {
  justify-self: center;
  align-self: center;
}
.vacature .icon-wrapper svg {
  width: 3.5rem;
  fill: var(--brand-color);
  fill: rgb(179, 179, 179);
}

@media (min-width: 50em) {
  .vacature {
    grid-template-columns: 1fr 10rem;
    grid-template-rows: auto;
  }
}
.page-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  padding-block: 1rem;
  gap: 1rem;
}
.page-navigation .button {
  --button-color: var(--page-color);
}

@media screen and (min-width: 45rem) {
  .page-navigation {
    flex-wrap: wrap;
  }
}
footer .page-navigation {
  border-bottom: 1px solid;
}

.sticker {
  position: relative;
  width: 100%;
}
.sticker__text {
  padding: 1rem 2rem;
  background-color: #dedede;
  background-color: var(--green);
  color: white;
  border-radius: 2rem;
  align-self: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media screen and (min-width: 53em) {
  .sticker {
    position: absolute;
    right: 5rem;
    width: 40rem;
    z-index: 0;
    transform: translateY(-6rem);
  }
  .sticker__text {
    padding: 2rem 6rem 2rem 3rem;
  }
  .sticker__text a {
    font-weight: bold;
  }
}

.content-layout {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}
.content-layout .ct-icon {
  display: none;
}
.content-layout .button {
  --button-color: var(--page-color);
}
.content-layout .subtitle {
  color: var(--page-color);
}
.content-layout .summary {
  color: var(--page-color);
}
@media screen and (min-width: 45rem) {
  .content-layout {
    grid-template-columns: 1fr minmax(auto, 60rem) 1fr;
  }
  .content-layout .ct-header {
    grid-column-start: 2;
  }
  .content-layout .ct-icon {
    display: block;
    grid-column-start: 1;
    grid-row-start: 2;
  }
  .content-layout .ct-body {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}

.cc_text {
  margin-block: 2rem;
}

.cc_images {
  position: relative;
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.cc_images img {
  max-width: 100%;
}

.cc_ti {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-block: 2rem;
}
.cc_ti .cc_ti_image {
  position: relative;
}
.cc_ti .cc_ti_image img {
  max-width: 100%;
}
.cc_ti .cc_ti_text {
  align-self: center;
}
@media screen and (min-width: 45rem) {
  .cc_ti {
    grid-template-columns: repeat(2, 50%);
  }
}

.cc_intake {
  margin-block: 2rem;
  background-color: whitesmoke;
  font-family: var(--ff);
  padding: 1rem;
}
.cc_intake h2 {
  color: var(--page-color);
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 2rem;
}
.cc_intake .subtitle {
  color: var(--font-color);
  font-size: 1.5rem;
  margin-bottom: 3rem;
}

.offcanvas {
  position: fixed;
  z-index: 1000;
  background-color: lightcoral;
  background-color: white;
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.offcanvas.offcanvas--top {
  transform: translateY(-110%);
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  box-shadow: 4px 8px 8px hsla(0, 0%, 0%, 0.38);
}
.offcanvas.offcanvas--top[aria-modal=true] {
  transform: translateY(0);
}

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