@charset "UTF-8";
:root {
  --options-background-image: url();
  --banner-background-image: url();
  --hero-background-image: url();
  --text-background-image: url();
}

@media (prefers-color-scheme: dark) {
  :root {
    --options-background-color: rgb(39, 80.25, 114);
    --options-overlay-gradient: rgba(0, 0, 0, 0.6666666667);
    --banner-background-color: #346b98;
    --banner-overlay-gradient: rgba(0, 0, 0, 0.5333333333);
    --hero-background-color: #346b98;
    --hero-overlay-gradient: rgba(0, 0, 0, 0.6666666667);
    --figure-background-color: rgb(198, 218.625, 235.5);
    --text-background-color: rgb(32.5, 66.875, 95);
    --text-overlay-gradient: rgba(0, 0, 0, 0.6666666667);
    --slide-overlay-color: rgba(0, 0, 0, 0.6666666667);
    --slide-text-color: rgb(236, 242.875, 248.5) !important;
    --fc-page-bg-color: #1a1c21;
    --fc-neutral-bg-color: rgba(6, 5, 10, 0.168);
    --fc-list-event-hover-bg-color: rgb(32.5, 66.875, 95);
  }
}
@media (prefers-color-scheme: light) {
  :root {
    --options-background-color: rgb(217, 230.75, 242);
    --options-overlay-gradient: rgba(255, 255, 255, 0.6);
    --banner-background-color: rgb(160, 194.375, 222.5);
    --banner-overlay-gradient: rgba(255, 255, 255, 0.5333333333);
    --hero-background-color: rgb(179, 206.5, 229);
    --hero-overlay-gradient: rgba(255, 255, 255, 0.7333333333);
    --figure-background-color: white;
    --text-background-color: rgb(217, 230.75, 242);
    --text-overlay-gradient: rgba(255, 255, 255, 0.7333333333);
    --slide-overlay-color: rgba(255, 255, 255, 0.7333333333);
    --slide-text-color: rgb(32.5, 66.875, 95) !important;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color:hsla(0,0%,82%,.3);
    --fc-list-event-hover-bg-color: rgb(236, 242.875, 248.5);
  }
}
.logo {
  min-height: 2rem;
  max-height: 2rem;
}

.image img .logo-dark {
  display: none;
}
.image img .logo-light {
  display: block;
}

@media (prefers-color-scheme: dark) {
  :root .logo-dark {
    display: block;
  }
  :root .logo-light {
    display: none;
  }
  :root .active {
    color: rgb(217, 230.75, 242) !important;
    font-weight: 600;
  }
}
@media (prefers-color-scheme: light) {
  :root .logo-dark {
    display: none;
  }
  :root .logo-light {
    display: block;
  }
  :root .active {
    color: rgb(39, 80.25, 114) !important;
    font-weight: 600;
  }
}
.logo-footer {
  max-height: 10rem;
}

.title-center h1 {
  text-align: center;
}
.title-center h2 {
  text-align: center;
}
.title-center h3 {
  text-align: center;
}
.title-center h4 {
  text-align: center;
}
.title-center h5 {
  text-align: center;
}

.title-center-1 h1 {
  text-align: center;
}

.title-center-2 h2 {
  text-align: center;
}

.title-center-3 h3 {
  text-align: center;
}

.title-center-4 h4 {
  text-align: center;
}

.title-center-5 h5 {
  text-align: center;
}

.is-flex {
  display: flex;
}

.is-fullheight {
  height: 100%;
}

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

.elevated-bottom-0 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.elevated-bottom-1 {
  position: fixed;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
  z-index: 5;
}

.elevated-bottom-2 {
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 5;
}

.elevated-bottom-3 {
  position: fixed;
  bottom: 0.75rem;
  left: 0.75rem;
  right: 0.75rem;
  z-index: 5;
}

.elevated-bottom-4 {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  z-index: 5;
}

.elevated-bottom-5 {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  z-index: 5;
}

.elevated-bottom-6 {
  position: fixed;
  bottom: 3rem;
  left: 3rem;
  right: 3rem;
  z-index: 5;
}

.no-shadow {
  box-shadow: none !important;
}

.is-width-0 {
  width: 0 !important;
}

.is-width-5 {
  width: 5% !important;
}

.is-width-10 {
  width: 10% !important;
}

.is-width-15 {
  width: 15% !important;
}

.is-width-20 {
  width: 20% !important;
}

.is-width-25 {
  width: 25% !important;
}

.is-width-30 {
  width: 30% !important;
}

.is-width-35 {
  width: 35% !important;
}

.is-width-40 {
  width: 40% !important;
}

.is-width-45 {
  width: 45% !important;
}

.is-width-50 {
  width: 50% !important;
}

.is-width-55 {
  width: 55% !important;
}

.is-width-60 {
  width: 60% !important;
}

.is-width-65 {
  width: 65% !important;
}

.is-width-70 {
  width: 70% !important;
}

.is-width-75 {
  width: 75% !important;
}

.is-width-80 {
  width: 80% !important;
}

.is-width-85 {
  width: 85% !important;
}

.is-width-90 {
  width: 90% !important;
}

.is-width-95 {
  width: 95% !important;
}

.is-width-100 {
  width: 100% !important;
}

.is-min-width-1 {
  min-width: 1.5rem !important;
}

.is-min-width-2 {
  min-width: 3rem !important;
}

.is-min-width-3 {
  min-width: 4.5rem !important;
}

.is-min-width-4 {
  min-width: 6rem !important;
}

.is-min-width-5 {
  min-width: 7.5rem !important;
}

.is-min-width-6 {
  min-width: 9rem !important;
}

.is-min-width-7 {
  min-width: 10.5rem !important;
}

.is-min-width-8 {
  min-width: 12rem !important;
}

.is-min-width-9 {
  min-width: 13.5rem !important;
}

.is-min-width-10 {
  min-width: 15rem !important;
}

.is-min-width-11 {
  min-width: 16.5rem !important;
}

.is-min-width-12 {
  min-width: 18rem !important;
}

.is-min-width-13 {
  min-width: 19.5rem !important;
}

.is-min-width-14 {
  min-width: 21rem !important;
}

.is-min-width-15 {
  min-width: 22.5rem !important;
}

.is-min-width-16 {
  min-width: 24rem !important;
}

.is-min-width-17 {
  min-width: 25.5rem !important;
}

.is-min-width-18 {
  min-width: 27rem !important;
}

.is-min-width-19 {
  min-width: 28.5rem !important;
}

.is-min-width-20 {
  min-width: 30rem !important;
}

.is-min-width-21 {
  min-width: 31.5rem !important;
}

.is-min-width-22 {
  min-width: 33rem !important;
}

.is-min-width-23 {
  min-width: 34.5rem !important;
}

.is-min-width-24 {
  min-width: 36rem !important;
}

.is-min-width-25 {
  min-width: 37.5rem !important;
}

.is-min-width-26 {
  min-width: 39rem !important;
}

.is-min-width-27 {
  min-width: 40.5rem !important;
}

.is-min-width-28 {
  min-width: 42rem !important;
}

.is-min-width-29 {
  min-width: 43.5rem !important;
}

.is-min-width-30 {
  min-width: 45rem !important;
}

.is-min-width-31 {
  min-width: 46.5rem !important;
}

.is-min-width-32 {
  min-width: 48rem !important;
}

.z-index-1 {
  position: absolute;
  z-index: 5;
}

.z-index-2 {
  position: absolute;
  z-index: 10;
}

.z-index-3 {
  position: absolute;
  z-index: 15;
}

.z-index-4 {
  position: absolute;
  z-index: 20;
}

.z-index-5 {
  position: absolute;
  z-index: 25;
}

.z-index-6 {
  position: absolute;
  z-index: 30;
}

.z-index-7 {
  position: absolute;
  z-index: 35;
}

.z-index-8 {
  position: absolute;
  z-index: 40;
}

.z-index-9 {
  position: absolute;
  z-index: 45;
}

.z-index-10 {
  position: absolute;
  z-index: 50;
}

.z-index-11 {
  position: absolute;
  z-index: 55;
}

.z-index-12 {
  position: absolute;
  z-index: 60;
}

.z-index-13 {
  position: absolute;
  z-index: 65;
}

.z-index-14 {
  position: absolute;
  z-index: 70;
}

.z-index-15 {
  position: absolute;
  z-index: 75;
}

.z-index-16 {
  position: absolute;
  z-index: 80;
}

.z-index-17 {
  position: absolute;
  z-index: 85;
}

.z-index-18 {
  position: absolute;
  z-index: 90;
}

.z-index-19 {
  position: absolute;
  z-index: 95;
}

.z-index-20 {
  position: absolute;
  z-index: 100;
}

/* 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::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 {
  max-width: none !important;
  max-height: none !important;
}

.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;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

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

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

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  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;
  -moz-box-sizing: border-box;
  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-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

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

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

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

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

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

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

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

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-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: -webkit-grabbing;
  cursor: -moz-grabbing;
  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-offset: 1px;
}

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

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

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

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

.leaflet-bar a {
  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,
.leaflet-bar a:focus {
  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;
  font-size: 13px;
  font-size: 1.08333em;
}

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

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(images/marker-icon.png);
}

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

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

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

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

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.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;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.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 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

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

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  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;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-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-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;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  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;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.is-options {
  background: linear-gradient(var(--options-overlay-gradient), var(--options-overlay-gradient)), var(--options-background-image) var(--options-background-color) no-repeat center center/cover;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

.is-banner {
  background: linear-gradient(var(--banner-overlay-gradient), var(--banner-overlay-gradient)), var(--banner-background-image) var(--banner-background-color) no-repeat center center/cover;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

.is-hero {
  background: linear-gradient(var(--hero-overlay-gradient), var(--hero-overlay-gradient)), var(--hero-background-image) var(--hero-background-color) no-repeat center center/cover;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

.is-text {
  background: linear-gradient(var(--text-overlay-gradient), var(--text-overlay-gradient)), var(--text-background-image) var(--text-background-color) no-repeat center center/cover;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
}

#map {
  height: 400px;
  width: 100%;
  z-index: 0;
  margin-top: 3rem;
}

.figure {
  background-color: var(--figure-background-color);
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.m-7 {
  margin: 3.5rem !important;
}

.mt-7 {
  margin-top: 3.5rem !important;
}

.mr-7 {
  margin-right: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.ml-7 {
  margin-left: 3.5rem !important;
}

.mx-7 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8 {
  margin-top: 4rem !important;
}

.mr-8 {
  margin-right: 4rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.ml-8 {
  margin-left: 4rem !important;
}

.mx-8 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.m-9 {
  margin: 4.5rem !important;
}

.mt-9 {
  margin-top: 4.5rem !important;
}

.mr-9 {
  margin-right: 4.5rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.ml-9 {
  margin-left: 4.5rem !important;
}

.mx-9 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.m-10 {
  margin: 5rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.mr-10 {
  margin-right: 5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}

.ml-10 {
  margin-left: 5rem !important;
}

.mx-10 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.p-7 {
  padding: 3.5rem !important;
}

.pt-7 {
  padding-top: 3.5rem !important;
}

.pr-7 {
  padding-right: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 3.5rem !important;
}

.pl-7 {
  padding-left: 3.5rem !important;
}

.px-7 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8 {
  padding-top: 4rem !important;
}

.pr-8 {
  padding-right: 4rem !important;
}

.pb-8 {
  padding-bottom: 4rem !important;
}

.pl-8 {
  padding-left: 4rem !important;
}

.px-8 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.p-9 {
  padding: 4.5rem !important;
}

.pt-9 {
  padding-top: 4.5rem !important;
}

.pr-9 {
  padding-right: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 4.5rem !important;
}

.pl-9 {
  padding-left: 4.5rem !important;
}

.px-9 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.p-10 {
  padding: 5rem !important;
}

.pt-10 {
  padding-top: 5rem !important;
}

.pr-10 {
  padding-right: 5rem !important;
}

.pb-10 {
  padding-bottom: 5rem !important;
}

.pl-10 {
  padding-left: 5rem !important;
}

.px-10 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.title-m-h1-auto h1 {
  margin: auto !important;
}

.title-m-h2-auto h2 {
  margin: auto !important;
}

.title-m-h3-auto h3 {
  margin: auto !important;
}

.title-m-h4-auto h4 {
  margin: auto !important;
}

.title-m-h5-auto h5 {
  margin: auto !important;
}

.title-m-h6-auto h6 {
  margin: auto !important;
}

.title-m-h1-t-auto h1 {
  margin-top: auto !important;
}

.title-m-h2-t-auto h2 {
  margin-top: auto !important;
}

.title-m-h3-t-auto h3 {
  margin-top: auto !important;
}

.title-m-h4-t-auto h4 {
  margin-top: auto !important;
}

.title-m-h5-t-auto h5 {
  margin-top: auto !important;
}

.title-m-h6-t-auto h6 {
  margin-top: auto !important;
}

.title-m-h1-r-auto h1 {
  margin-right: auto !important;
}

.title-m-h2-r-auto h2 {
  margin-right: auto !important;
}

.title-m-h3-r-auto h3 {
  margin-right: auto !important;
}

.title-m-h4-r-auto h4 {
  margin-right: auto !important;
}

.title-m-h5-r-auto h5 {
  margin-right: auto !important;
}

.title-m-h6-r-auto h6 {
  margin-right: auto !important;
}

.title-m-h1-b-auto h1 {
  margin-bottom: auto !important;
}

.title-m-h2-b-auto h2 {
  margin-bottom: auto !important;
}

.title-m-h3-b-auto h3 {
  margin-bottom: auto !important;
}

.title-m-h4-b-auto h4 {
  margin-bottom: auto !important;
}

.title-m-h5-b-auto h5 {
  margin-bottom: auto !important;
}

.title-m-h6-b-auto h6 {
  margin-bottom: auto !important;
}

.title-m-h1-l-auto h1 {
  margin-left: auto !important;
}

.title-m-h2-l-auto h2 {
  margin-left: auto !important;
}

.title-m-h3-l-auto h3 {
  margin-left: auto !important;
}

.title-m-h4-l-auto h4 {
  margin-left: auto !important;
}

.title-m-h5-l-auto h5 {
  margin-left: auto !important;
}

.title-m-h6-l-auto h6 {
  margin-left: auto !important;
}

.title-mx-h1-auto h1 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title-mx-h2-auto h2 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title-mx-h3-auto h3 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title-mx-h4-auto h4 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title-mx-h5-auto h5 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title-mx-h6-auto h6 {
  margin-left: auto !important;
  margin-right: auto !important;
}

.title-my-h1-auto h1 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.title-my-h2-auto h2 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.title-my-h3-auto h3 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.title-my-h4-auto h4 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.title-my-h5-auto h5 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.title-my-h6-auto h6 {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.title-m-h1-0 h1 {
  margin: 0 !important;
}

.title-m-h2-0 h2 {
  margin: 0 !important;
}

.title-m-h3-0 h3 {
  margin: 0 !important;
}

.title-m-h4-0 h4 {
  margin: 0 !important;
}

.title-m-h5-0 h5 {
  margin: 0 !important;
}

.title-m-h6-0 h6 {
  margin: 0 !important;
}

.title-m-h1-t-0 h1 {
  margin-top: 0 !important;
}

.title-m-h2-t-0 h2 {
  margin-top: 0 !important;
}

.title-m-h3-t-0 h3 {
  margin-top: 0 !important;
}

.title-m-h4-t-0 h4 {
  margin-top: 0 !important;
}

.title-m-h5-t-0 h5 {
  margin-top: 0 !important;
}

.title-m-h6-t-0 h6 {
  margin-top: 0 !important;
}

.title-m-h1-r-0 h1 {
  margin-right: 0 !important;
}

.title-m-h2-r-0 h2 {
  margin-right: 0 !important;
}

.title-m-h3-r-0 h3 {
  margin-right: 0 !important;
}

.title-m-h4-r-0 h4 {
  margin-right: 0 !important;
}

.title-m-h5-r-0 h5 {
  margin-right: 0 !important;
}

.title-m-h6-r-0 h6 {
  margin-right: 0 !important;
}

.title-m-h1-b-0 h1 {
  margin-bottom: 0 !important;
}

.title-m-h2-b-0 h2 {
  margin-bottom: 0 !important;
}

.title-m-h3-b-0 h3 {
  margin-bottom: 0 !important;
}

.title-m-h4-b-0 h4 {
  margin-bottom: 0 !important;
}

.title-m-h5-b-0 h5 {
  margin-bottom: 0 !important;
}

.title-m-h6-b-0 h6 {
  margin-bottom: 0 !important;
}

.title-m-h1-l-0 h1 {
  margin-left: 0 !important;
}

.title-m-h2-l-0 h2 {
  margin-left: 0 !important;
}

.title-m-h3-l-0 h3 {
  margin-left: 0 !important;
}

.title-m-h4-l-0 h4 {
  margin-left: 0 !important;
}

.title-m-h5-l-0 h5 {
  margin-left: 0 !important;
}

.title-m-h6-l-0 h6 {
  margin-left: 0 !important;
}

.title-mx-h1-0 h1 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.title-mx-h2-0 h2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.title-mx-h3-0 h3 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.title-mx-h4-0 h4 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.title-mx-h5-0 h5 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.title-mx-h6-0 h6 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.title-my-h1-0 h1 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-my-h2-0 h2 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-my-h3-0 h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-my-h4-0 h4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-my-h5-0 h5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-my-h6-0 h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-m-h1-1 h1 {
  margin: 0.25rem !important;
}

.title-m-h2-1 h2 {
  margin: 0.25rem !important;
}

.title-m-h3-1 h3 {
  margin: 0.25rem !important;
}

.title-m-h4-1 h4 {
  margin: 0.25rem !important;
}

.title-m-h5-1 h5 {
  margin: 0.25rem !important;
}

.title-m-h6-1 h6 {
  margin: 0.25rem !important;
}

.title-m-h1-t-1 h1 {
  margin-top: 0.25rem !important;
}

.title-m-h2-t-1 h2 {
  margin-top: 0.25rem !important;
}

.title-m-h3-t-1 h3 {
  margin-top: 0.25rem !important;
}

.title-m-h4-t-1 h4 {
  margin-top: 0.25rem !important;
}

.title-m-h5-t-1 h5 {
  margin-top: 0.25rem !important;
}

.title-m-h6-t-1 h6 {
  margin-top: 0.25rem !important;
}

.title-m-h1-r-1 h1 {
  margin-right: 0.25rem !important;
}

.title-m-h2-r-1 h2 {
  margin-right: 0.25rem !important;
}

.title-m-h3-r-1 h3 {
  margin-right: 0.25rem !important;
}

.title-m-h4-r-1 h4 {
  margin-right: 0.25rem !important;
}

.title-m-h5-r-1 h5 {
  margin-right: 0.25rem !important;
}

.title-m-h6-r-1 h6 {
  margin-right: 0.25rem !important;
}

.title-m-h1-b-1 h1 {
  margin-bottom: 0.25rem !important;
}

.title-m-h2-b-1 h2 {
  margin-bottom: 0.25rem !important;
}

.title-m-h3-b-1 h3 {
  margin-bottom: 0.25rem !important;
}

.title-m-h4-b-1 h4 {
  margin-bottom: 0.25rem !important;
}

.title-m-h5-b-1 h5 {
  margin-bottom: 0.25rem !important;
}

.title-m-h6-b-1 h6 {
  margin-bottom: 0.25rem !important;
}

.title-m-h1-l-1 h1 {
  margin-left: 0.25rem !important;
}

.title-m-h2-l-1 h2 {
  margin-left: 0.25rem !important;
}

.title-m-h3-l-1 h3 {
  margin-left: 0.25rem !important;
}

.title-m-h4-l-1 h4 {
  margin-left: 0.25rem !important;
}

.title-m-h5-l-1 h5 {
  margin-left: 0.25rem !important;
}

.title-m-h6-l-1 h6 {
  margin-left: 0.25rem !important;
}

.title-mx-h1-1 h1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.title-mx-h2-1 h2 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.title-mx-h3-1 h3 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.title-mx-h4-1 h4 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.title-mx-h5-1 h5 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.title-mx-h6-1 h6 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.title-my-h1-1 h1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.title-my-h2-1 h2 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.title-my-h3-1 h3 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.title-my-h4-1 h4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.title-my-h5-1 h5 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.title-my-h6-1 h6 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.title-m-h1-2 h1 {
  margin: 0.5rem !important;
}

.title-m-h2-2 h2 {
  margin: 0.5rem !important;
}

.title-m-h3-2 h3 {
  margin: 0.5rem !important;
}

.title-m-h4-2 h4 {
  margin: 0.5rem !important;
}

.title-m-h5-2 h5 {
  margin: 0.5rem !important;
}

.title-m-h6-2 h6 {
  margin: 0.5rem !important;
}

.title-m-h1-t-2 h1 {
  margin-top: 0.5rem !important;
}

.title-m-h2-t-2 h2 {
  margin-top: 0.5rem !important;
}

.title-m-h3-t-2 h3 {
  margin-top: 0.5rem !important;
}

.title-m-h4-t-2 h4 {
  margin-top: 0.5rem !important;
}

.title-m-h5-t-2 h5 {
  margin-top: 0.5rem !important;
}

.title-m-h6-t-2 h6 {
  margin-top: 0.5rem !important;
}

.title-m-h1-r-2 h1 {
  margin-right: 0.5rem !important;
}

.title-m-h2-r-2 h2 {
  margin-right: 0.5rem !important;
}

.title-m-h3-r-2 h3 {
  margin-right: 0.5rem !important;
}

.title-m-h4-r-2 h4 {
  margin-right: 0.5rem !important;
}

.title-m-h5-r-2 h5 {
  margin-right: 0.5rem !important;
}

.title-m-h6-r-2 h6 {
  margin-right: 0.5rem !important;
}

.title-m-h1-b-2 h1 {
  margin-bottom: 0.5rem !important;
}

.title-m-h2-b-2 h2 {
  margin-bottom: 0.5rem !important;
}

.title-m-h3-b-2 h3 {
  margin-bottom: 0.5rem !important;
}

.title-m-h4-b-2 h4 {
  margin-bottom: 0.5rem !important;
}

.title-m-h5-b-2 h5 {
  margin-bottom: 0.5rem !important;
}

.title-m-h6-b-2 h6 {
  margin-bottom: 0.5rem !important;
}

.title-m-h1-l-2 h1 {
  margin-left: 0.5rem !important;
}

.title-m-h2-l-2 h2 {
  margin-left: 0.5rem !important;
}

.title-m-h3-l-2 h3 {
  margin-left: 0.5rem !important;
}

.title-m-h4-l-2 h4 {
  margin-left: 0.5rem !important;
}

.title-m-h5-l-2 h5 {
  margin-left: 0.5rem !important;
}

.title-m-h6-l-2 h6 {
  margin-left: 0.5rem !important;
}

.title-mx-h1-2 h1 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.title-mx-h2-2 h2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.title-mx-h3-2 h3 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.title-mx-h4-2 h4 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.title-mx-h5-2 h5 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.title-mx-h6-2 h6 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.title-my-h1-2 h1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.title-my-h2-2 h2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.title-my-h3-2 h3 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.title-my-h4-2 h4 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.title-my-h5-2 h5 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.title-my-h6-2 h6 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.title-m-h1-3 h1 {
  margin: 0.75rem !important;
}

.title-m-h2-3 h2 {
  margin: 0.75rem !important;
}

.title-m-h3-3 h3 {
  margin: 0.75rem !important;
}

.title-m-h4-3 h4 {
  margin: 0.75rem !important;
}

.title-m-h5-3 h5 {
  margin: 0.75rem !important;
}

.title-m-h6-3 h6 {
  margin: 0.75rem !important;
}

.title-m-h1-t-3 h1 {
  margin-top: 0.75rem !important;
}

.title-m-h2-t-3 h2 {
  margin-top: 0.75rem !important;
}

.title-m-h3-t-3 h3 {
  margin-top: 0.75rem !important;
}

.title-m-h4-t-3 h4 {
  margin-top: 0.75rem !important;
}

.title-m-h5-t-3 h5 {
  margin-top: 0.75rem !important;
}

.title-m-h6-t-3 h6 {
  margin-top: 0.75rem !important;
}

.title-m-h1-r-3 h1 {
  margin-right: 0.75rem !important;
}

.title-m-h2-r-3 h2 {
  margin-right: 0.75rem !important;
}

.title-m-h3-r-3 h3 {
  margin-right: 0.75rem !important;
}

.title-m-h4-r-3 h4 {
  margin-right: 0.75rem !important;
}

.title-m-h5-r-3 h5 {
  margin-right: 0.75rem !important;
}

.title-m-h6-r-3 h6 {
  margin-right: 0.75rem !important;
}

.title-m-h1-b-3 h1 {
  margin-bottom: 0.75rem !important;
}

.title-m-h2-b-3 h2 {
  margin-bottom: 0.75rem !important;
}

.title-m-h3-b-3 h3 {
  margin-bottom: 0.75rem !important;
}

.title-m-h4-b-3 h4 {
  margin-bottom: 0.75rem !important;
}

.title-m-h5-b-3 h5 {
  margin-bottom: 0.75rem !important;
}

.title-m-h6-b-3 h6 {
  margin-bottom: 0.75rem !important;
}

.title-m-h1-l-3 h1 {
  margin-left: 0.75rem !important;
}

.title-m-h2-l-3 h2 {
  margin-left: 0.75rem !important;
}

.title-m-h3-l-3 h3 {
  margin-left: 0.75rem !important;
}

.title-m-h4-l-3 h4 {
  margin-left: 0.75rem !important;
}

.title-m-h5-l-3 h5 {
  margin-left: 0.75rem !important;
}

.title-m-h6-l-3 h6 {
  margin-left: 0.75rem !important;
}

.title-mx-h1-3 h1 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.title-mx-h2-3 h2 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.title-mx-h3-3 h3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.title-mx-h4-3 h4 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.title-mx-h5-3 h5 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.title-mx-h6-3 h6 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.title-my-h1-3 h1 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.title-my-h2-3 h2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.title-my-h3-3 h3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.title-my-h4-3 h4 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.title-my-h5-3 h5 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.title-my-h6-3 h6 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.title-m-h1-4 h1 {
  margin: 1rem !important;
}

.title-m-h2-4 h2 {
  margin: 1rem !important;
}

.title-m-h3-4 h3 {
  margin: 1rem !important;
}

.title-m-h4-4 h4 {
  margin: 1rem !important;
}

.title-m-h5-4 h5 {
  margin: 1rem !important;
}

.title-m-h6-4 h6 {
  margin: 1rem !important;
}

.title-m-h1-t-4 h1 {
  margin-top: 1rem !important;
}

.title-m-h2-t-4 h2 {
  margin-top: 1rem !important;
}

.title-m-h3-t-4 h3 {
  margin-top: 1rem !important;
}

.title-m-h4-t-4 h4 {
  margin-top: 1rem !important;
}

.title-m-h5-t-4 h5 {
  margin-top: 1rem !important;
}

.title-m-h6-t-4 h6 {
  margin-top: 1rem !important;
}

.title-m-h1-r-4 h1 {
  margin-right: 1rem !important;
}

.title-m-h2-r-4 h2 {
  margin-right: 1rem !important;
}

.title-m-h3-r-4 h3 {
  margin-right: 1rem !important;
}

.title-m-h4-r-4 h4 {
  margin-right: 1rem !important;
}

.title-m-h5-r-4 h5 {
  margin-right: 1rem !important;
}

.title-m-h6-r-4 h6 {
  margin-right: 1rem !important;
}

.title-m-h1-b-4 h1 {
  margin-bottom: 1rem !important;
}

.title-m-h2-b-4 h2 {
  margin-bottom: 1rem !important;
}

.title-m-h3-b-4 h3 {
  margin-bottom: 1rem !important;
}

.title-m-h4-b-4 h4 {
  margin-bottom: 1rem !important;
}

.title-m-h5-b-4 h5 {
  margin-bottom: 1rem !important;
}

.title-m-h6-b-4 h6 {
  margin-bottom: 1rem !important;
}

.title-m-h1-l-4 h1 {
  margin-left: 1rem !important;
}

.title-m-h2-l-4 h2 {
  margin-left: 1rem !important;
}

.title-m-h3-l-4 h3 {
  margin-left: 1rem !important;
}

.title-m-h4-l-4 h4 {
  margin-left: 1rem !important;
}

.title-m-h5-l-4 h5 {
  margin-left: 1rem !important;
}

.title-m-h6-l-4 h6 {
  margin-left: 1rem !important;
}

.title-mx-h1-4 h1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.title-mx-h2-4 h2 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.title-mx-h3-4 h3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.title-mx-h4-4 h4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.title-mx-h5-4 h5 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.title-mx-h6-4 h6 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.title-my-h1-4 h1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.title-my-h2-4 h2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.title-my-h3-4 h3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.title-my-h4-4 h4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.title-my-h5-4 h5 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.title-my-h6-4 h6 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.title-m-h1-5 h1 {
  margin: 1.5rem !important;
}

.title-m-h2-5 h2 {
  margin: 1.5rem !important;
}

.title-m-h3-5 h3 {
  margin: 1.5rem !important;
}

.title-m-h4-5 h4 {
  margin: 1.5rem !important;
}

.title-m-h5-5 h5 {
  margin: 1.5rem !important;
}

.title-m-h6-5 h6 {
  margin: 1.5rem !important;
}

.title-m-h1-t-5 h1 {
  margin-top: 1.5rem !important;
}

.title-m-h2-t-5 h2 {
  margin-top: 1.5rem !important;
}

.title-m-h3-t-5 h3 {
  margin-top: 1.5rem !important;
}

.title-m-h4-t-5 h4 {
  margin-top: 1.5rem !important;
}

.title-m-h5-t-5 h5 {
  margin-top: 1.5rem !important;
}

.title-m-h6-t-5 h6 {
  margin-top: 1.5rem !important;
}

.title-m-h1-r-5 h1 {
  margin-right: 1.5rem !important;
}

.title-m-h2-r-5 h2 {
  margin-right: 1.5rem !important;
}

.title-m-h3-r-5 h3 {
  margin-right: 1.5rem !important;
}

.title-m-h4-r-5 h4 {
  margin-right: 1.5rem !important;
}

.title-m-h5-r-5 h5 {
  margin-right: 1.5rem !important;
}

.title-m-h6-r-5 h6 {
  margin-right: 1.5rem !important;
}

.title-m-h1-b-5 h1 {
  margin-bottom: 1.5rem !important;
}

.title-m-h2-b-5 h2 {
  margin-bottom: 1.5rem !important;
}

.title-m-h3-b-5 h3 {
  margin-bottom: 1.5rem !important;
}

.title-m-h4-b-5 h4 {
  margin-bottom: 1.5rem !important;
}

.title-m-h5-b-5 h5 {
  margin-bottom: 1.5rem !important;
}

.title-m-h6-b-5 h6 {
  margin-bottom: 1.5rem !important;
}

.title-m-h1-l-5 h1 {
  margin-left: 1.5rem !important;
}

.title-m-h2-l-5 h2 {
  margin-left: 1.5rem !important;
}

.title-m-h3-l-5 h3 {
  margin-left: 1.5rem !important;
}

.title-m-h4-l-5 h4 {
  margin-left: 1.5rem !important;
}

.title-m-h5-l-5 h5 {
  margin-left: 1.5rem !important;
}

.title-m-h6-l-5 h6 {
  margin-left: 1.5rem !important;
}

.title-mx-h1-5 h1 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.title-mx-h2-5 h2 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.title-mx-h3-5 h3 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.title-mx-h4-5 h4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.title-mx-h5-5 h5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.title-mx-h6-5 h6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.title-my-h1-5 h1 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.title-my-h2-5 h2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.title-my-h3-5 h3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.title-my-h4-5 h4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.title-my-h5-5 h5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.title-my-h6-5 h6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.title-m-h1-6 h1 {
  margin: 3rem !important;
}

.title-m-h2-6 h2 {
  margin: 3rem !important;
}

.title-m-h3-6 h3 {
  margin: 3rem !important;
}

.title-m-h4-6 h4 {
  margin: 3rem !important;
}

.title-m-h5-6 h5 {
  margin: 3rem !important;
}

.title-m-h6-6 h6 {
  margin: 3rem !important;
}

.title-m-h1-t-6 h1 {
  margin-top: 3rem !important;
}

.title-m-h2-t-6 h2 {
  margin-top: 3rem !important;
}

.title-m-h3-t-6 h3 {
  margin-top: 3rem !important;
}

.title-m-h4-t-6 h4 {
  margin-top: 3rem !important;
}

.title-m-h5-t-6 h5 {
  margin-top: 3rem !important;
}

.title-m-h6-t-6 h6 {
  margin-top: 3rem !important;
}

.title-m-h1-r-6 h1 {
  margin-right: 3rem !important;
}

.title-m-h2-r-6 h2 {
  margin-right: 3rem !important;
}

.title-m-h3-r-6 h3 {
  margin-right: 3rem !important;
}

.title-m-h4-r-6 h4 {
  margin-right: 3rem !important;
}

.title-m-h5-r-6 h5 {
  margin-right: 3rem !important;
}

.title-m-h6-r-6 h6 {
  margin-right: 3rem !important;
}

.title-m-h1-b-6 h1 {
  margin-bottom: 3rem !important;
}

.title-m-h2-b-6 h2 {
  margin-bottom: 3rem !important;
}

.title-m-h3-b-6 h3 {
  margin-bottom: 3rem !important;
}

.title-m-h4-b-6 h4 {
  margin-bottom: 3rem !important;
}

.title-m-h5-b-6 h5 {
  margin-bottom: 3rem !important;
}

.title-m-h6-b-6 h6 {
  margin-bottom: 3rem !important;
}

.title-m-h1-l-6 h1 {
  margin-left: 3rem !important;
}

.title-m-h2-l-6 h2 {
  margin-left: 3rem !important;
}

.title-m-h3-l-6 h3 {
  margin-left: 3rem !important;
}

.title-m-h4-l-6 h4 {
  margin-left: 3rem !important;
}

.title-m-h5-l-6 h5 {
  margin-left: 3rem !important;
}

.title-m-h6-l-6 h6 {
  margin-left: 3rem !important;
}

.title-mx-h1-6 h1 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.title-mx-h2-6 h2 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.title-mx-h3-6 h3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.title-mx-h4-6 h4 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.title-mx-h5-6 h5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.title-mx-h6-6 h6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.title-my-h1-6 h1 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.title-my-h2-6 h2 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.title-my-h3-6 h3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.title-my-h4-6 h4 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.title-my-h5-6 h5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.title-my-h6-6 h6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.title-m-h1-7 h1 {
  margin: 3.5rem !important;
}

.title-m-h2-7 h2 {
  margin: 3.5rem !important;
}

.title-m-h3-7 h3 {
  margin: 3.5rem !important;
}

.title-m-h4-7 h4 {
  margin: 3.5rem !important;
}

.title-m-h5-7 h5 {
  margin: 3.5rem !important;
}

.title-m-h6-7 h6 {
  margin: 3.5rem !important;
}

.title-m-h1-t-7 h1 {
  margin-top: 3.5rem !important;
}

.title-m-h2-t-7 h2 {
  margin-top: 3.5rem !important;
}

.title-m-h3-t-7 h3 {
  margin-top: 3.5rem !important;
}

.title-m-h4-t-7 h4 {
  margin-top: 3.5rem !important;
}

.title-m-h5-t-7 h5 {
  margin-top: 3.5rem !important;
}

.title-m-h6-t-7 h6 {
  margin-top: 3.5rem !important;
}

.title-m-h1-r-7 h1 {
  margin-right: 3.5rem !important;
}

.title-m-h2-r-7 h2 {
  margin-right: 3.5rem !important;
}

.title-m-h3-r-7 h3 {
  margin-right: 3.5rem !important;
}

.title-m-h4-r-7 h4 {
  margin-right: 3.5rem !important;
}

.title-m-h5-r-7 h5 {
  margin-right: 3.5rem !important;
}

.title-m-h6-r-7 h6 {
  margin-right: 3.5rem !important;
}

.title-m-h1-b-7 h1 {
  margin-bottom: 3.5rem !important;
}

.title-m-h2-b-7 h2 {
  margin-bottom: 3.5rem !important;
}

.title-m-h3-b-7 h3 {
  margin-bottom: 3.5rem !important;
}

.title-m-h4-b-7 h4 {
  margin-bottom: 3.5rem !important;
}

.title-m-h5-b-7 h5 {
  margin-bottom: 3.5rem !important;
}

.title-m-h6-b-7 h6 {
  margin-bottom: 3.5rem !important;
}

.title-m-h1-l-7 h1 {
  margin-left: 3.5rem !important;
}

.title-m-h2-l-7 h2 {
  margin-left: 3.5rem !important;
}

.title-m-h3-l-7 h3 {
  margin-left: 3.5rem !important;
}

.title-m-h4-l-7 h4 {
  margin-left: 3.5rem !important;
}

.title-m-h5-l-7 h5 {
  margin-left: 3.5rem !important;
}

.title-m-h6-l-7 h6 {
  margin-left: 3.5rem !important;
}

.title-mx-h1-7 h1 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.title-mx-h2-7 h2 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.title-mx-h3-7 h3 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.title-mx-h4-7 h4 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.title-mx-h5-7 h5 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.title-mx-h6-7 h6 {
  margin-left: 3.5rem !important;
  margin-right: 3.5rem !important;
}

.title-my-h1-7 h1 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.title-my-h2-7 h2 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.title-my-h3-7 h3 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.title-my-h4-7 h4 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.title-my-h5-7 h5 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.title-my-h6-7 h6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.title-m-h1-8 h1 {
  margin: 4rem !important;
}

.title-m-h2-8 h2 {
  margin: 4rem !important;
}

.title-m-h3-8 h3 {
  margin: 4rem !important;
}

.title-m-h4-8 h4 {
  margin: 4rem !important;
}

.title-m-h5-8 h5 {
  margin: 4rem !important;
}

.title-m-h6-8 h6 {
  margin: 4rem !important;
}

.title-m-h1-t-8 h1 {
  margin-top: 4rem !important;
}

.title-m-h2-t-8 h2 {
  margin-top: 4rem !important;
}

.title-m-h3-t-8 h3 {
  margin-top: 4rem !important;
}

.title-m-h4-t-8 h4 {
  margin-top: 4rem !important;
}

.title-m-h5-t-8 h5 {
  margin-top: 4rem !important;
}

.title-m-h6-t-8 h6 {
  margin-top: 4rem !important;
}

.title-m-h1-r-8 h1 {
  margin-right: 4rem !important;
}

.title-m-h2-r-8 h2 {
  margin-right: 4rem !important;
}

.title-m-h3-r-8 h3 {
  margin-right: 4rem !important;
}

.title-m-h4-r-8 h4 {
  margin-right: 4rem !important;
}

.title-m-h5-r-8 h5 {
  margin-right: 4rem !important;
}

.title-m-h6-r-8 h6 {
  margin-right: 4rem !important;
}

.title-m-h1-b-8 h1 {
  margin-bottom: 4rem !important;
}

.title-m-h2-b-8 h2 {
  margin-bottom: 4rem !important;
}

.title-m-h3-b-8 h3 {
  margin-bottom: 4rem !important;
}

.title-m-h4-b-8 h4 {
  margin-bottom: 4rem !important;
}

.title-m-h5-b-8 h5 {
  margin-bottom: 4rem !important;
}

.title-m-h6-b-8 h6 {
  margin-bottom: 4rem !important;
}

.title-m-h1-l-8 h1 {
  margin-left: 4rem !important;
}

.title-m-h2-l-8 h2 {
  margin-left: 4rem !important;
}

.title-m-h3-l-8 h3 {
  margin-left: 4rem !important;
}

.title-m-h4-l-8 h4 {
  margin-left: 4rem !important;
}

.title-m-h5-l-8 h5 {
  margin-left: 4rem !important;
}

.title-m-h6-l-8 h6 {
  margin-left: 4rem !important;
}

.title-mx-h1-8 h1 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.title-mx-h2-8 h2 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.title-mx-h3-8 h3 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.title-mx-h4-8 h4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.title-mx-h5-8 h5 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.title-mx-h6-8 h6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.title-my-h1-8 h1 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.title-my-h2-8 h2 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.title-my-h3-8 h3 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.title-my-h4-8 h4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.title-my-h5-8 h5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.title-my-h6-8 h6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.title-m-h1-9 h1 {
  margin: 4.5rem !important;
}

.title-m-h2-9 h2 {
  margin: 4.5rem !important;
}

.title-m-h3-9 h3 {
  margin: 4.5rem !important;
}

.title-m-h4-9 h4 {
  margin: 4.5rem !important;
}

.title-m-h5-9 h5 {
  margin: 4.5rem !important;
}

.title-m-h6-9 h6 {
  margin: 4.5rem !important;
}

.title-m-h1-t-9 h1 {
  margin-top: 4.5rem !important;
}

.title-m-h2-t-9 h2 {
  margin-top: 4.5rem !important;
}

.title-m-h3-t-9 h3 {
  margin-top: 4.5rem !important;
}

.title-m-h4-t-9 h4 {
  margin-top: 4.5rem !important;
}

.title-m-h5-t-9 h5 {
  margin-top: 4.5rem !important;
}

.title-m-h6-t-9 h6 {
  margin-top: 4.5rem !important;
}

.title-m-h1-r-9 h1 {
  margin-right: 4.5rem !important;
}

.title-m-h2-r-9 h2 {
  margin-right: 4.5rem !important;
}

.title-m-h3-r-9 h3 {
  margin-right: 4.5rem !important;
}

.title-m-h4-r-9 h4 {
  margin-right: 4.5rem !important;
}

.title-m-h5-r-9 h5 {
  margin-right: 4.5rem !important;
}

.title-m-h6-r-9 h6 {
  margin-right: 4.5rem !important;
}

.title-m-h1-b-9 h1 {
  margin-bottom: 4.5rem !important;
}

.title-m-h2-b-9 h2 {
  margin-bottom: 4.5rem !important;
}

.title-m-h3-b-9 h3 {
  margin-bottom: 4.5rem !important;
}

.title-m-h4-b-9 h4 {
  margin-bottom: 4.5rem !important;
}

.title-m-h5-b-9 h5 {
  margin-bottom: 4.5rem !important;
}

.title-m-h6-b-9 h6 {
  margin-bottom: 4.5rem !important;
}

.title-m-h1-l-9 h1 {
  margin-left: 4.5rem !important;
}

.title-m-h2-l-9 h2 {
  margin-left: 4.5rem !important;
}

.title-m-h3-l-9 h3 {
  margin-left: 4.5rem !important;
}

.title-m-h4-l-9 h4 {
  margin-left: 4.5rem !important;
}

.title-m-h5-l-9 h5 {
  margin-left: 4.5rem !important;
}

.title-m-h6-l-9 h6 {
  margin-left: 4.5rem !important;
}

.title-mx-h1-9 h1 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.title-mx-h2-9 h2 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.title-mx-h3-9 h3 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.title-mx-h4-9 h4 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.title-mx-h5-9 h5 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.title-mx-h6-9 h6 {
  margin-left: 4.5rem !important;
  margin-right: 4.5rem !important;
}

.title-my-h1-9 h1 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.title-my-h2-9 h2 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.title-my-h3-9 h3 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.title-my-h4-9 h4 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.title-my-h5-9 h5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.title-my-h6-9 h6 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.title-m-h1-10 h1 {
  margin: 5rem !important;
}

.title-m-h2-10 h2 {
  margin: 5rem !important;
}

.title-m-h3-10 h3 {
  margin: 5rem !important;
}

.title-m-h4-10 h4 {
  margin: 5rem !important;
}

.title-m-h5-10 h5 {
  margin: 5rem !important;
}

.title-m-h6-10 h6 {
  margin: 5rem !important;
}

.title-m-h1-t-10 h1 {
  margin-top: 5rem !important;
}

.title-m-h2-t-10 h2 {
  margin-top: 5rem !important;
}

.title-m-h3-t-10 h3 {
  margin-top: 5rem !important;
}

.title-m-h4-t-10 h4 {
  margin-top: 5rem !important;
}

.title-m-h5-t-10 h5 {
  margin-top: 5rem !important;
}

.title-m-h6-t-10 h6 {
  margin-top: 5rem !important;
}

.title-m-h1-r-10 h1 {
  margin-right: 5rem !important;
}

.title-m-h2-r-10 h2 {
  margin-right: 5rem !important;
}

.title-m-h3-r-10 h3 {
  margin-right: 5rem !important;
}

.title-m-h4-r-10 h4 {
  margin-right: 5rem !important;
}

.title-m-h5-r-10 h5 {
  margin-right: 5rem !important;
}

.title-m-h6-r-10 h6 {
  margin-right: 5rem !important;
}

.title-m-h1-b-10 h1 {
  margin-bottom: 5rem !important;
}

.title-m-h2-b-10 h2 {
  margin-bottom: 5rem !important;
}

.title-m-h3-b-10 h3 {
  margin-bottom: 5rem !important;
}

.title-m-h4-b-10 h4 {
  margin-bottom: 5rem !important;
}

.title-m-h5-b-10 h5 {
  margin-bottom: 5rem !important;
}

.title-m-h6-b-10 h6 {
  margin-bottom: 5rem !important;
}

.title-m-h1-l-10 h1 {
  margin-left: 5rem !important;
}

.title-m-h2-l-10 h2 {
  margin-left: 5rem !important;
}

.title-m-h3-l-10 h3 {
  margin-left: 5rem !important;
}

.title-m-h4-l-10 h4 {
  margin-left: 5rem !important;
}

.title-m-h5-l-10 h5 {
  margin-left: 5rem !important;
}

.title-m-h6-l-10 h6 {
  margin-left: 5rem !important;
}

.title-mx-h1-10 h1 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.title-mx-h2-10 h2 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.title-mx-h3-10 h3 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.title-mx-h4-10 h4 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.title-mx-h5-10 h5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.title-mx-h6-10 h6 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.title-my-h1-10 h1 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.title-my-h2-10 h2 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.title-my-h3-10 h3 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.title-my-h4-10 h4 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.title-my-h5-10 h5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.title-my-h6-10 h6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.title-p-h1-auto h1 {
  padding: auto !important;
}

.title-p-h2-auto h2 {
  padding: auto !important;
}

.title-p-h3-auto h3 {
  padding: auto !important;
}

.title-p-h4-auto h4 {
  padding: auto !important;
}

.title-p-h5-auto h5 {
  padding: auto !important;
}

.title-p-h6-auto h6 {
  padding: auto !important;
}

.title-p-h1-t-auto h1 {
  padding-top: auto !important;
}

.title-p-h2-t-auto h2 {
  padding-top: auto !important;
}

.title-p-h3-t-auto h3 {
  padding-top: auto !important;
}

.title-p-h4-t-auto h4 {
  padding-top: auto !important;
}

.title-p-h5-t-auto h5 {
  padding-top: auto !important;
}

.title-p-h6-t-auto h6 {
  padding-top: auto !important;
}

.title-p-h1-r-auto h1 {
  padding-right: auto !important;
}

.title-p-h2-r-auto h2 {
  padding-right: auto !important;
}

.title-p-h3-r-auto h3 {
  padding-right: auto !important;
}

.title-p-h4-r-auto h4 {
  padding-right: auto !important;
}

.title-p-h5-r-auto h5 {
  padding-right: auto !important;
}

.title-p-h6-r-auto h6 {
  padding-right: auto !important;
}

.title-p-h1-b-auto h1 {
  padding-bottom: auto !important;
}

.title-p-h2-b-auto h2 {
  padding-bottom: auto !important;
}

.title-p-h3-b-auto h3 {
  padding-bottom: auto !important;
}

.title-p-h4-b-auto h4 {
  padding-bottom: auto !important;
}

.title-p-h5-b-auto h5 {
  padding-bottom: auto !important;
}

.title-p-h6-b-auto h6 {
  padding-bottom: auto !important;
}

.title-p-h1-l-auto h1 {
  padding-left: auto !important;
}

.title-p-h2-l-auto h2 {
  padding-left: auto !important;
}

.title-p-h3-l-auto h3 {
  padding-left: auto !important;
}

.title-p-h4-l-auto h4 {
  padding-left: auto !important;
}

.title-p-h5-l-auto h5 {
  padding-left: auto !important;
}

.title-p-h6-l-auto h6 {
  padding-left: auto !important;
}

.title-px-h1-auto h1 {
  padding-left: auto !important;
  padding-right: auto !important;
}

.title-px-h2-auto h2 {
  padding-left: auto !important;
  padding-right: auto !important;
}

.title-px-h3-auto h3 {
  padding-left: auto !important;
  padding-right: auto !important;
}

.title-px-h4-auto h4 {
  padding-left: auto !important;
  padding-right: auto !important;
}

.title-px-h5-auto h5 {
  padding-left: auto !important;
  padding-right: auto !important;
}

.title-px-h6-auto h6 {
  padding-left: auto !important;
  padding-right: auto !important;
}

.title-py-h1-auto h1 {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.title-py-h2-auto h2 {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.title-py-h3-auto h3 {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.title-py-h4-auto h4 {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.title-py-h5-auto h5 {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.title-py-h6-auto h6 {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.title-p-h1-0 h1 {
  padding: 0 !important;
}

.title-p-h2-0 h2 {
  padding: 0 !important;
}

.title-p-h3-0 h3 {
  padding: 0 !important;
}

.title-p-h4-0 h4 {
  padding: 0 !important;
}

.title-p-h5-0 h5 {
  padding: 0 !important;
}

.title-p-h6-0 h6 {
  padding: 0 !important;
}

.title-p-h1-t-0 h1 {
  padding-top: 0 !important;
}

.title-p-h2-t-0 h2 {
  padding-top: 0 !important;
}

.title-p-h3-t-0 h3 {
  padding-top: 0 !important;
}

.title-p-h4-t-0 h4 {
  padding-top: 0 !important;
}

.title-p-h5-t-0 h5 {
  padding-top: 0 !important;
}

.title-p-h6-t-0 h6 {
  padding-top: 0 !important;
}

.title-p-h1-r-0 h1 {
  padding-right: 0 !important;
}

.title-p-h2-r-0 h2 {
  padding-right: 0 !important;
}

.title-p-h3-r-0 h3 {
  padding-right: 0 !important;
}

.title-p-h4-r-0 h4 {
  padding-right: 0 !important;
}

.title-p-h5-r-0 h5 {
  padding-right: 0 !important;
}

.title-p-h6-r-0 h6 {
  padding-right: 0 !important;
}

.title-p-h1-b-0 h1 {
  padding-bottom: 0 !important;
}

.title-p-h2-b-0 h2 {
  padding-bottom: 0 !important;
}

.title-p-h3-b-0 h3 {
  padding-bottom: 0 !important;
}

.title-p-h4-b-0 h4 {
  padding-bottom: 0 !important;
}

.title-p-h5-b-0 h5 {
  padding-bottom: 0 !important;
}

.title-p-h6-b-0 h6 {
  padding-bottom: 0 !important;
}

.title-p-h1-l-0 h1 {
  padding-left: 0 !important;
}

.title-p-h2-l-0 h2 {
  padding-left: 0 !important;
}

.title-p-h3-l-0 h3 {
  padding-left: 0 !important;
}

.title-p-h4-l-0 h4 {
  padding-left: 0 !important;
}

.title-p-h5-l-0 h5 {
  padding-left: 0 !important;
}

.title-p-h6-l-0 h6 {
  padding-left: 0 !important;
}

.title-px-h1-0 h1 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.title-px-h2-0 h2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.title-px-h3-0 h3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.title-px-h4-0 h4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.title-px-h5-0 h5 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.title-px-h6-0 h6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.title-py-h1-0 h1 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.title-py-h2-0 h2 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.title-py-h3-0 h3 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.title-py-h4-0 h4 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.title-py-h5-0 h5 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.title-py-h6-0 h6 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.title-p-h1-1 h1 {
  padding: 0.25rem !important;
}

.title-p-h2-1 h2 {
  padding: 0.25rem !important;
}

.title-p-h3-1 h3 {
  padding: 0.25rem !important;
}

.title-p-h4-1 h4 {
  padding: 0.25rem !important;
}

.title-p-h5-1 h5 {
  padding: 0.25rem !important;
}

.title-p-h6-1 h6 {
  padding: 0.25rem !important;
}

.title-p-h1-t-1 h1 {
  padding-top: 0.25rem !important;
}

.title-p-h2-t-1 h2 {
  padding-top: 0.25rem !important;
}

.title-p-h3-t-1 h3 {
  padding-top: 0.25rem !important;
}

.title-p-h4-t-1 h4 {
  padding-top: 0.25rem !important;
}

.title-p-h5-t-1 h5 {
  padding-top: 0.25rem !important;
}

.title-p-h6-t-1 h6 {
  padding-top: 0.25rem !important;
}

.title-p-h1-r-1 h1 {
  padding-right: 0.25rem !important;
}

.title-p-h2-r-1 h2 {
  padding-right: 0.25rem !important;
}

.title-p-h3-r-1 h3 {
  padding-right: 0.25rem !important;
}

.title-p-h4-r-1 h4 {
  padding-right: 0.25rem !important;
}

.title-p-h5-r-1 h5 {
  padding-right: 0.25rem !important;
}

.title-p-h6-r-1 h6 {
  padding-right: 0.25rem !important;
}

.title-p-h1-b-1 h1 {
  padding-bottom: 0.25rem !important;
}

.title-p-h2-b-1 h2 {
  padding-bottom: 0.25rem !important;
}

.title-p-h3-b-1 h3 {
  padding-bottom: 0.25rem !important;
}

.title-p-h4-b-1 h4 {
  padding-bottom: 0.25rem !important;
}

.title-p-h5-b-1 h5 {
  padding-bottom: 0.25rem !important;
}

.title-p-h6-b-1 h6 {
  padding-bottom: 0.25rem !important;
}

.title-p-h1-l-1 h1 {
  padding-left: 0.25rem !important;
}

.title-p-h2-l-1 h2 {
  padding-left: 0.25rem !important;
}

.title-p-h3-l-1 h3 {
  padding-left: 0.25rem !important;
}

.title-p-h4-l-1 h4 {
  padding-left: 0.25rem !important;
}

.title-p-h5-l-1 h5 {
  padding-left: 0.25rem !important;
}

.title-p-h6-l-1 h6 {
  padding-left: 0.25rem !important;
}

.title-px-h1-1 h1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.title-px-h2-1 h2 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.title-px-h3-1 h3 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.title-px-h4-1 h4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.title-px-h5-1 h5 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.title-px-h6-1 h6 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.title-py-h1-1 h1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.title-py-h2-1 h2 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.title-py-h3-1 h3 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.title-py-h4-1 h4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.title-py-h5-1 h5 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.title-py-h6-1 h6 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.title-p-h1-2 h1 {
  padding: 0.5rem !important;
}

.title-p-h2-2 h2 {
  padding: 0.5rem !important;
}

.title-p-h3-2 h3 {
  padding: 0.5rem !important;
}

.title-p-h4-2 h4 {
  padding: 0.5rem !important;
}

.title-p-h5-2 h5 {
  padding: 0.5rem !important;
}

.title-p-h6-2 h6 {
  padding: 0.5rem !important;
}

.title-p-h1-t-2 h1 {
  padding-top: 0.5rem !important;
}

.title-p-h2-t-2 h2 {
  padding-top: 0.5rem !important;
}

.title-p-h3-t-2 h3 {
  padding-top: 0.5rem !important;
}

.title-p-h4-t-2 h4 {
  padding-top: 0.5rem !important;
}

.title-p-h5-t-2 h5 {
  padding-top: 0.5rem !important;
}

.title-p-h6-t-2 h6 {
  padding-top: 0.5rem !important;
}

.title-p-h1-r-2 h1 {
  padding-right: 0.5rem !important;
}

.title-p-h2-r-2 h2 {
  padding-right: 0.5rem !important;
}

.title-p-h3-r-2 h3 {
  padding-right: 0.5rem !important;
}

.title-p-h4-r-2 h4 {
  padding-right: 0.5rem !important;
}

.title-p-h5-r-2 h5 {
  padding-right: 0.5rem !important;
}

.title-p-h6-r-2 h6 {
  padding-right: 0.5rem !important;
}

.title-p-h1-b-2 h1 {
  padding-bottom: 0.5rem !important;
}

.title-p-h2-b-2 h2 {
  padding-bottom: 0.5rem !important;
}

.title-p-h3-b-2 h3 {
  padding-bottom: 0.5rem !important;
}

.title-p-h4-b-2 h4 {
  padding-bottom: 0.5rem !important;
}

.title-p-h5-b-2 h5 {
  padding-bottom: 0.5rem !important;
}

.title-p-h6-b-2 h6 {
  padding-bottom: 0.5rem !important;
}

.title-p-h1-l-2 h1 {
  padding-left: 0.5rem !important;
}

.title-p-h2-l-2 h2 {
  padding-left: 0.5rem !important;
}

.title-p-h3-l-2 h3 {
  padding-left: 0.5rem !important;
}

.title-p-h4-l-2 h4 {
  padding-left: 0.5rem !important;
}

.title-p-h5-l-2 h5 {
  padding-left: 0.5rem !important;
}

.title-p-h6-l-2 h6 {
  padding-left: 0.5rem !important;
}

.title-px-h1-2 h1 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.title-px-h2-2 h2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.title-px-h3-2 h3 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.title-px-h4-2 h4 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.title-px-h5-2 h5 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.title-px-h6-2 h6 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.title-py-h1-2 h1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.title-py-h2-2 h2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.title-py-h3-2 h3 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.title-py-h4-2 h4 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.title-py-h5-2 h5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.title-py-h6-2 h6 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.title-p-h1-3 h1 {
  padding: 0.75rem !important;
}

.title-p-h2-3 h2 {
  padding: 0.75rem !important;
}

.title-p-h3-3 h3 {
  padding: 0.75rem !important;
}

.title-p-h4-3 h4 {
  padding: 0.75rem !important;
}

.title-p-h5-3 h5 {
  padding: 0.75rem !important;
}

.title-p-h6-3 h6 {
  padding: 0.75rem !important;
}

.title-p-h1-t-3 h1 {
  padding-top: 0.75rem !important;
}

.title-p-h2-t-3 h2 {
  padding-top: 0.75rem !important;
}

.title-p-h3-t-3 h3 {
  padding-top: 0.75rem !important;
}

.title-p-h4-t-3 h4 {
  padding-top: 0.75rem !important;
}

.title-p-h5-t-3 h5 {
  padding-top: 0.75rem !important;
}

.title-p-h6-t-3 h6 {
  padding-top: 0.75rem !important;
}

.title-p-h1-r-3 h1 {
  padding-right: 0.75rem !important;
}

.title-p-h2-r-3 h2 {
  padding-right: 0.75rem !important;
}

.title-p-h3-r-3 h3 {
  padding-right: 0.75rem !important;
}

.title-p-h4-r-3 h4 {
  padding-right: 0.75rem !important;
}

.title-p-h5-r-3 h5 {
  padding-right: 0.75rem !important;
}

.title-p-h6-r-3 h6 {
  padding-right: 0.75rem !important;
}

.title-p-h1-b-3 h1 {
  padding-bottom: 0.75rem !important;
}

.title-p-h2-b-3 h2 {
  padding-bottom: 0.75rem !important;
}

.title-p-h3-b-3 h3 {
  padding-bottom: 0.75rem !important;
}

.title-p-h4-b-3 h4 {
  padding-bottom: 0.75rem !important;
}

.title-p-h5-b-3 h5 {
  padding-bottom: 0.75rem !important;
}

.title-p-h6-b-3 h6 {
  padding-bottom: 0.75rem !important;
}

.title-p-h1-l-3 h1 {
  padding-left: 0.75rem !important;
}

.title-p-h2-l-3 h2 {
  padding-left: 0.75rem !important;
}

.title-p-h3-l-3 h3 {
  padding-left: 0.75rem !important;
}

.title-p-h4-l-3 h4 {
  padding-left: 0.75rem !important;
}

.title-p-h5-l-3 h5 {
  padding-left: 0.75rem !important;
}

.title-p-h6-l-3 h6 {
  padding-left: 0.75rem !important;
}

.title-px-h1-3 h1 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.title-px-h2-3 h2 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.title-px-h3-3 h3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.title-px-h4-3 h4 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.title-px-h5-3 h5 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.title-px-h6-3 h6 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.title-py-h1-3 h1 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.title-py-h2-3 h2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.title-py-h3-3 h3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.title-py-h4-3 h4 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.title-py-h5-3 h5 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.title-py-h6-3 h6 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.title-p-h1-4 h1 {
  padding: 1rem !important;
}

.title-p-h2-4 h2 {
  padding: 1rem !important;
}

.title-p-h3-4 h3 {
  padding: 1rem !important;
}

.title-p-h4-4 h4 {
  padding: 1rem !important;
}

.title-p-h5-4 h5 {
  padding: 1rem !important;
}

.title-p-h6-4 h6 {
  padding: 1rem !important;
}

.title-p-h1-t-4 h1 {
  padding-top: 1rem !important;
}

.title-p-h2-t-4 h2 {
  padding-top: 1rem !important;
}

.title-p-h3-t-4 h3 {
  padding-top: 1rem !important;
}

.title-p-h4-t-4 h4 {
  padding-top: 1rem !important;
}

.title-p-h5-t-4 h5 {
  padding-top: 1rem !important;
}

.title-p-h6-t-4 h6 {
  padding-top: 1rem !important;
}

.title-p-h1-r-4 h1 {
  padding-right: 1rem !important;
}

.title-p-h2-r-4 h2 {
  padding-right: 1rem !important;
}

.title-p-h3-r-4 h3 {
  padding-right: 1rem !important;
}

.title-p-h4-r-4 h4 {
  padding-right: 1rem !important;
}

.title-p-h5-r-4 h5 {
  padding-right: 1rem !important;
}

.title-p-h6-r-4 h6 {
  padding-right: 1rem !important;
}

.title-p-h1-b-4 h1 {
  padding-bottom: 1rem !important;
}

.title-p-h2-b-4 h2 {
  padding-bottom: 1rem !important;
}

.title-p-h3-b-4 h3 {
  padding-bottom: 1rem !important;
}

.title-p-h4-b-4 h4 {
  padding-bottom: 1rem !important;
}

.title-p-h5-b-4 h5 {
  padding-bottom: 1rem !important;
}

.title-p-h6-b-4 h6 {
  padding-bottom: 1rem !important;
}

.title-p-h1-l-4 h1 {
  padding-left: 1rem !important;
}

.title-p-h2-l-4 h2 {
  padding-left: 1rem !important;
}

.title-p-h3-l-4 h3 {
  padding-left: 1rem !important;
}

.title-p-h4-l-4 h4 {
  padding-left: 1rem !important;
}

.title-p-h5-l-4 h5 {
  padding-left: 1rem !important;
}

.title-p-h6-l-4 h6 {
  padding-left: 1rem !important;
}

.title-px-h1-4 h1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.title-px-h2-4 h2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.title-px-h3-4 h3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.title-px-h4-4 h4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.title-px-h5-4 h5 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.title-px-h6-4 h6 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.title-py-h1-4 h1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.title-py-h2-4 h2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.title-py-h3-4 h3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.title-py-h4-4 h4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.title-py-h5-4 h5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.title-py-h6-4 h6 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.title-p-h1-5 h1 {
  padding: 1.5rem !important;
}

.title-p-h2-5 h2 {
  padding: 1.5rem !important;
}

.title-p-h3-5 h3 {
  padding: 1.5rem !important;
}

.title-p-h4-5 h4 {
  padding: 1.5rem !important;
}

.title-p-h5-5 h5 {
  padding: 1.5rem !important;
}

.title-p-h6-5 h6 {
  padding: 1.5rem !important;
}

.title-p-h1-t-5 h1 {
  padding-top: 1.5rem !important;
}

.title-p-h2-t-5 h2 {
  padding-top: 1.5rem !important;
}

.title-p-h3-t-5 h3 {
  padding-top: 1.5rem !important;
}

.title-p-h4-t-5 h4 {
  padding-top: 1.5rem !important;
}

.title-p-h5-t-5 h5 {
  padding-top: 1.5rem !important;
}

.title-p-h6-t-5 h6 {
  padding-top: 1.5rem !important;
}

.title-p-h1-r-5 h1 {
  padding-right: 1.5rem !important;
}

.title-p-h2-r-5 h2 {
  padding-right: 1.5rem !important;
}

.title-p-h3-r-5 h3 {
  padding-right: 1.5rem !important;
}

.title-p-h4-r-5 h4 {
  padding-right: 1.5rem !important;
}

.title-p-h5-r-5 h5 {
  padding-right: 1.5rem !important;
}

.title-p-h6-r-5 h6 {
  padding-right: 1.5rem !important;
}

.title-p-h1-b-5 h1 {
  padding-bottom: 1.5rem !important;
}

.title-p-h2-b-5 h2 {
  padding-bottom: 1.5rem !important;
}

.title-p-h3-b-5 h3 {
  padding-bottom: 1.5rem !important;
}

.title-p-h4-b-5 h4 {
  padding-bottom: 1.5rem !important;
}

.title-p-h5-b-5 h5 {
  padding-bottom: 1.5rem !important;
}

.title-p-h6-b-5 h6 {
  padding-bottom: 1.5rem !important;
}

.title-p-h1-l-5 h1 {
  padding-left: 1.5rem !important;
}

.title-p-h2-l-5 h2 {
  padding-left: 1.5rem !important;
}

.title-p-h3-l-5 h3 {
  padding-left: 1.5rem !important;
}

.title-p-h4-l-5 h4 {
  padding-left: 1.5rem !important;
}

.title-p-h5-l-5 h5 {
  padding-left: 1.5rem !important;
}

.title-p-h6-l-5 h6 {
  padding-left: 1.5rem !important;
}

.title-px-h1-5 h1 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.title-px-h2-5 h2 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.title-px-h3-5 h3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.title-px-h4-5 h4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.title-px-h5-5 h5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.title-px-h6-5 h6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.title-py-h1-5 h1 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.title-py-h2-5 h2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.title-py-h3-5 h3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.title-py-h4-5 h4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.title-py-h5-5 h5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.title-py-h6-5 h6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.title-p-h1-6 h1 {
  padding: 3rem !important;
}

.title-p-h2-6 h2 {
  padding: 3rem !important;
}

.title-p-h3-6 h3 {
  padding: 3rem !important;
}

.title-p-h4-6 h4 {
  padding: 3rem !important;
}

.title-p-h5-6 h5 {
  padding: 3rem !important;
}

.title-p-h6-6 h6 {
  padding: 3rem !important;
}

.title-p-h1-t-6 h1 {
  padding-top: 3rem !important;
}

.title-p-h2-t-6 h2 {
  padding-top: 3rem !important;
}

.title-p-h3-t-6 h3 {
  padding-top: 3rem !important;
}

.title-p-h4-t-6 h4 {
  padding-top: 3rem !important;
}

.title-p-h5-t-6 h5 {
  padding-top: 3rem !important;
}

.title-p-h6-t-6 h6 {
  padding-top: 3rem !important;
}

.title-p-h1-r-6 h1 {
  padding-right: 3rem !important;
}

.title-p-h2-r-6 h2 {
  padding-right: 3rem !important;
}

.title-p-h3-r-6 h3 {
  padding-right: 3rem !important;
}

.title-p-h4-r-6 h4 {
  padding-right: 3rem !important;
}

.title-p-h5-r-6 h5 {
  padding-right: 3rem !important;
}

.title-p-h6-r-6 h6 {
  padding-right: 3rem !important;
}

.title-p-h1-b-6 h1 {
  padding-bottom: 3rem !important;
}

.title-p-h2-b-6 h2 {
  padding-bottom: 3rem !important;
}

.title-p-h3-b-6 h3 {
  padding-bottom: 3rem !important;
}

.title-p-h4-b-6 h4 {
  padding-bottom: 3rem !important;
}

.title-p-h5-b-6 h5 {
  padding-bottom: 3rem !important;
}

.title-p-h6-b-6 h6 {
  padding-bottom: 3rem !important;
}

.title-p-h1-l-6 h1 {
  padding-left: 3rem !important;
}

.title-p-h2-l-6 h2 {
  padding-left: 3rem !important;
}

.title-p-h3-l-6 h3 {
  padding-left: 3rem !important;
}

.title-p-h4-l-6 h4 {
  padding-left: 3rem !important;
}

.title-p-h5-l-6 h5 {
  padding-left: 3rem !important;
}

.title-p-h6-l-6 h6 {
  padding-left: 3rem !important;
}

.title-px-h1-6 h1 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.title-px-h2-6 h2 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.title-px-h3-6 h3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.title-px-h4-6 h4 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.title-px-h5-6 h5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.title-px-h6-6 h6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.title-py-h1-6 h1 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.title-py-h2-6 h2 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.title-py-h3-6 h3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.title-py-h4-6 h4 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.title-py-h5-6 h5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.title-py-h6-6 h6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.title-p-h1-7 h1 {
  padding: 3.5rem !important;
}

.title-p-h2-7 h2 {
  padding: 3.5rem !important;
}

.title-p-h3-7 h3 {
  padding: 3.5rem !important;
}

.title-p-h4-7 h4 {
  padding: 3.5rem !important;
}

.title-p-h5-7 h5 {
  padding: 3.5rem !important;
}

.title-p-h6-7 h6 {
  padding: 3.5rem !important;
}

.title-p-h1-t-7 h1 {
  padding-top: 3.5rem !important;
}

.title-p-h2-t-7 h2 {
  padding-top: 3.5rem !important;
}

.title-p-h3-t-7 h3 {
  padding-top: 3.5rem !important;
}

.title-p-h4-t-7 h4 {
  padding-top: 3.5rem !important;
}

.title-p-h5-t-7 h5 {
  padding-top: 3.5rem !important;
}

.title-p-h6-t-7 h6 {
  padding-top: 3.5rem !important;
}

.title-p-h1-r-7 h1 {
  padding-right: 3.5rem !important;
}

.title-p-h2-r-7 h2 {
  padding-right: 3.5rem !important;
}

.title-p-h3-r-7 h3 {
  padding-right: 3.5rem !important;
}

.title-p-h4-r-7 h4 {
  padding-right: 3.5rem !important;
}

.title-p-h5-r-7 h5 {
  padding-right: 3.5rem !important;
}

.title-p-h6-r-7 h6 {
  padding-right: 3.5rem !important;
}

.title-p-h1-b-7 h1 {
  padding-bottom: 3.5rem !important;
}

.title-p-h2-b-7 h2 {
  padding-bottom: 3.5rem !important;
}

.title-p-h3-b-7 h3 {
  padding-bottom: 3.5rem !important;
}

.title-p-h4-b-7 h4 {
  padding-bottom: 3.5rem !important;
}

.title-p-h5-b-7 h5 {
  padding-bottom: 3.5rem !important;
}

.title-p-h6-b-7 h6 {
  padding-bottom: 3.5rem !important;
}

.title-p-h1-l-7 h1 {
  padding-left: 3.5rem !important;
}

.title-p-h2-l-7 h2 {
  padding-left: 3.5rem !important;
}

.title-p-h3-l-7 h3 {
  padding-left: 3.5rem !important;
}

.title-p-h4-l-7 h4 {
  padding-left: 3.5rem !important;
}

.title-p-h5-l-7 h5 {
  padding-left: 3.5rem !important;
}

.title-p-h6-l-7 h6 {
  padding-left: 3.5rem !important;
}

.title-px-h1-7 h1 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.title-px-h2-7 h2 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.title-px-h3-7 h3 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.title-px-h4-7 h4 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.title-px-h5-7 h5 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.title-px-h6-7 h6 {
  padding-left: 3.5rem !important;
  padding-right: 3.5rem !important;
}

.title-py-h1-7 h1 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.title-py-h2-7 h2 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.title-py-h3-7 h3 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.title-py-h4-7 h4 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.title-py-h5-7 h5 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.title-py-h6-7 h6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.title-p-h1-8 h1 {
  padding: 4rem !important;
}

.title-p-h2-8 h2 {
  padding: 4rem !important;
}

.title-p-h3-8 h3 {
  padding: 4rem !important;
}

.title-p-h4-8 h4 {
  padding: 4rem !important;
}

.title-p-h5-8 h5 {
  padding: 4rem !important;
}

.title-p-h6-8 h6 {
  padding: 4rem !important;
}

.title-p-h1-t-8 h1 {
  padding-top: 4rem !important;
}

.title-p-h2-t-8 h2 {
  padding-top: 4rem !important;
}

.title-p-h3-t-8 h3 {
  padding-top: 4rem !important;
}

.title-p-h4-t-8 h4 {
  padding-top: 4rem !important;
}

.title-p-h5-t-8 h5 {
  padding-top: 4rem !important;
}

.title-p-h6-t-8 h6 {
  padding-top: 4rem !important;
}

.title-p-h1-r-8 h1 {
  padding-right: 4rem !important;
}

.title-p-h2-r-8 h2 {
  padding-right: 4rem !important;
}

.title-p-h3-r-8 h3 {
  padding-right: 4rem !important;
}

.title-p-h4-r-8 h4 {
  padding-right: 4rem !important;
}

.title-p-h5-r-8 h5 {
  padding-right: 4rem !important;
}

.title-p-h6-r-8 h6 {
  padding-right: 4rem !important;
}

.title-p-h1-b-8 h1 {
  padding-bottom: 4rem !important;
}

.title-p-h2-b-8 h2 {
  padding-bottom: 4rem !important;
}

.title-p-h3-b-8 h3 {
  padding-bottom: 4rem !important;
}

.title-p-h4-b-8 h4 {
  padding-bottom: 4rem !important;
}

.title-p-h5-b-8 h5 {
  padding-bottom: 4rem !important;
}

.title-p-h6-b-8 h6 {
  padding-bottom: 4rem !important;
}

.title-p-h1-l-8 h1 {
  padding-left: 4rem !important;
}

.title-p-h2-l-8 h2 {
  padding-left: 4rem !important;
}

.title-p-h3-l-8 h3 {
  padding-left: 4rem !important;
}

.title-p-h4-l-8 h4 {
  padding-left: 4rem !important;
}

.title-p-h5-l-8 h5 {
  padding-left: 4rem !important;
}

.title-p-h6-l-8 h6 {
  padding-left: 4rem !important;
}

.title-px-h1-8 h1 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.title-px-h2-8 h2 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.title-px-h3-8 h3 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.title-px-h4-8 h4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.title-px-h5-8 h5 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.title-px-h6-8 h6 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.title-py-h1-8 h1 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.title-py-h2-8 h2 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.title-py-h3-8 h3 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.title-py-h4-8 h4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.title-py-h5-8 h5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.title-py-h6-8 h6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.title-p-h1-9 h1 {
  padding: 4.5rem !important;
}

.title-p-h2-9 h2 {
  padding: 4.5rem !important;
}

.title-p-h3-9 h3 {
  padding: 4.5rem !important;
}

.title-p-h4-9 h4 {
  padding: 4.5rem !important;
}

.title-p-h5-9 h5 {
  padding: 4.5rem !important;
}

.title-p-h6-9 h6 {
  padding: 4.5rem !important;
}

.title-p-h1-t-9 h1 {
  padding-top: 4.5rem !important;
}

.title-p-h2-t-9 h2 {
  padding-top: 4.5rem !important;
}

.title-p-h3-t-9 h3 {
  padding-top: 4.5rem !important;
}

.title-p-h4-t-9 h4 {
  padding-top: 4.5rem !important;
}

.title-p-h5-t-9 h5 {
  padding-top: 4.5rem !important;
}

.title-p-h6-t-9 h6 {
  padding-top: 4.5rem !important;
}

.title-p-h1-r-9 h1 {
  padding-right: 4.5rem !important;
}

.title-p-h2-r-9 h2 {
  padding-right: 4.5rem !important;
}

.title-p-h3-r-9 h3 {
  padding-right: 4.5rem !important;
}

.title-p-h4-r-9 h4 {
  padding-right: 4.5rem !important;
}

.title-p-h5-r-9 h5 {
  padding-right: 4.5rem !important;
}

.title-p-h6-r-9 h6 {
  padding-right: 4.5rem !important;
}

.title-p-h1-b-9 h1 {
  padding-bottom: 4.5rem !important;
}

.title-p-h2-b-9 h2 {
  padding-bottom: 4.5rem !important;
}

.title-p-h3-b-9 h3 {
  padding-bottom: 4.5rem !important;
}

.title-p-h4-b-9 h4 {
  padding-bottom: 4.5rem !important;
}

.title-p-h5-b-9 h5 {
  padding-bottom: 4.5rem !important;
}

.title-p-h6-b-9 h6 {
  padding-bottom: 4.5rem !important;
}

.title-p-h1-l-9 h1 {
  padding-left: 4.5rem !important;
}

.title-p-h2-l-9 h2 {
  padding-left: 4.5rem !important;
}

.title-p-h3-l-9 h3 {
  padding-left: 4.5rem !important;
}

.title-p-h4-l-9 h4 {
  padding-left: 4.5rem !important;
}

.title-p-h5-l-9 h5 {
  padding-left: 4.5rem !important;
}

.title-p-h6-l-9 h6 {
  padding-left: 4.5rem !important;
}

.title-px-h1-9 h1 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.title-px-h2-9 h2 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.title-px-h3-9 h3 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.title-px-h4-9 h4 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.title-px-h5-9 h5 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.title-px-h6-9 h6 {
  padding-left: 4.5rem !important;
  padding-right: 4.5rem !important;
}

.title-py-h1-9 h1 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.title-py-h2-9 h2 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.title-py-h3-9 h3 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.title-py-h4-9 h4 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.title-py-h5-9 h5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.title-py-h6-9 h6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.title-p-h1-10 h1 {
  padding: 5rem !important;
}

.title-p-h2-10 h2 {
  padding: 5rem !important;
}

.title-p-h3-10 h3 {
  padding: 5rem !important;
}

.title-p-h4-10 h4 {
  padding: 5rem !important;
}

.title-p-h5-10 h5 {
  padding: 5rem !important;
}

.title-p-h6-10 h6 {
  padding: 5rem !important;
}

.title-p-h1-t-10 h1 {
  padding-top: 5rem !important;
}

.title-p-h2-t-10 h2 {
  padding-top: 5rem !important;
}

.title-p-h3-t-10 h3 {
  padding-top: 5rem !important;
}

.title-p-h4-t-10 h4 {
  padding-top: 5rem !important;
}

.title-p-h5-t-10 h5 {
  padding-top: 5rem !important;
}

.title-p-h6-t-10 h6 {
  padding-top: 5rem !important;
}

.title-p-h1-r-10 h1 {
  padding-right: 5rem !important;
}

.title-p-h2-r-10 h2 {
  padding-right: 5rem !important;
}

.title-p-h3-r-10 h3 {
  padding-right: 5rem !important;
}

.title-p-h4-r-10 h4 {
  padding-right: 5rem !important;
}

.title-p-h5-r-10 h5 {
  padding-right: 5rem !important;
}

.title-p-h6-r-10 h6 {
  padding-right: 5rem !important;
}

.title-p-h1-b-10 h1 {
  padding-bottom: 5rem !important;
}

.title-p-h2-b-10 h2 {
  padding-bottom: 5rem !important;
}

.title-p-h3-b-10 h3 {
  padding-bottom: 5rem !important;
}

.title-p-h4-b-10 h4 {
  padding-bottom: 5rem !important;
}

.title-p-h5-b-10 h5 {
  padding-bottom: 5rem !important;
}

.title-p-h6-b-10 h6 {
  padding-bottom: 5rem !important;
}

.title-p-h1-l-10 h1 {
  padding-left: 5rem !important;
}

.title-p-h2-l-10 h2 {
  padding-left: 5rem !important;
}

.title-p-h3-l-10 h3 {
  padding-left: 5rem !important;
}

.title-p-h4-l-10 h4 {
  padding-left: 5rem !important;
}

.title-p-h5-l-10 h5 {
  padding-left: 5rem !important;
}

.title-p-h6-l-10 h6 {
  padding-left: 5rem !important;
}

.title-px-h1-10 h1 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.title-px-h2-10 h2 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.title-px-h3-10 h3 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.title-px-h4-10 h4 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.title-px-h5-10 h5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.title-px-h6-10 h6 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.title-py-h1-10 h1 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.title-py-h2-10 h2 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.title-py-h3-10 h3 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.title-py-h4-10 h4 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.title-py-h5-10 h5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.title-py-h6-10 h6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.archives {
  padding: 1rem;
}
.archives .archive {
  display: block;
  margin-bottom: 1rem;
}
.archives .archive .count {
  padding: 0.2rem 0.4rem;
}
.archives .archive .count-rounded {
  border-radius: 3rem;
}
.archives .archive .archive-date {
  padding-left: 0.25rem;
}

.form-input {
  appearance: none;
  border-radius: var(--bulma-radius);
  height: var(--bulma-control-height);
  border: 0.05rem solid var(--bulma-border-l);
  font-size: 0.8rem;
  line-height: 1.2rem;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 0.25rem 0.4rem;
  margin-bottom: 1.5rem;
  outline: none;
}

.bulma-delete-mixin {
  --bulma-delete-dimensions: 1.25rem;
  --bulma-delete-background-l: 0%;
  --bulma-delete-background-alpha: 0.5;
  --bulma-delete-color: var(--bulma-white);
  appearance: none;
  background-color: hsla(var(--bulma-scheme-h), var(--bulma-scheme-s), var(--bulma-delete-background-l), var(--bulma-delete-background-alpha));
  border: none;
  border-radius: var(--bulma-radius-rounded);
  cursor: pointer;
  pointer-events: auto;
  display: inline-flex;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1em;
  height: var(--bulma-delete-dimensions);
  max-height: var(--bulma-delete-dimensions);
  max-width: var(--bulma-delete-dimensions);
  min-height: var(--bulma-delete-dimensions);
  min-width: var(--bulma-delete-dimensions);
  outline: none;
  position: relative;
  vertical-align: top;
  width: var(--bulma-delete-dimensions);
}
.bulma-delete-mixin::before, .bulma-delete-mixin::after {
  background-color: var(--bulma-delete-color);
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
.bulma-delete-mixin::before {
  height: 2px;
  width: 50%;
}
.bulma-delete-mixin::after {
  height: 50%;
  width: 2px;
}
.bulma-delete-mixin:hover, .bulma-delete-mixin:focus {
  --bulma-delete-background-alpha: 0.4;
}
.bulma-delete-mixin:active {
  --bulma-delete-background-alpha: 0.5;
}
.bulma-delete-mixin.is-small {
  --bulma-delete-dimensions: 1rem;
}
.bulma-delete-mixin.is-medium {
  --bulma-delete-dimensions: 1.5rem;
}
.bulma-delete-mixin.is-large {
  --bulma-delete-dimensions: 2rem;
}

.fc .fc-scrollgrid {
  border-width: 1px;
  border-collapse: separate;
}
.fc .fc-scrollgrid-section-header th {
  border-bottom-width: 1px;
  text-align: center !important;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  background: #ccc;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.7;
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 2em;
  width: 2em;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
  opacity: 0.7;
}
.splide__pagination__page.is-active {
  background: #fff;
  z-index: 1;
  transform: scale(1.4);
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
.slide {
  position: relative; /* Establish containing block for absolute children */
  background-color: black;
}

.slide-content {
  position: absolute;
  top: 0;
  z-index: 10; /* Ensure it’s above the background */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center vertically */
}

.slide-overlay {
  width: 100%;
  height: 100%;
  background-color: var(--slide-overlay-color);
}

.slide-color {
  color: var(--slide-text-color) !important;
}

.news-image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}