@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

@font-face {
  font-family: "Glyphicons Halflings";
  src: url('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/fonts/glyphicons-halflings-regular.eot')
      format("embedded-opentype"),
    url('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/fonts/glyphicons-halflings-regular.woff2') format("woff2"),
    url('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/fonts/glyphicons-halflings-regular.woff') format("woff"),
    url('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/fonts/glyphicons-halflings-regular.ttf') format("truetype"),
    url('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/fonts/glyphicons-halflings-regular.svg') format("svg");
}
.map-scroll:before {
  content: 'Use ctrl + scroll to zoom the map';
  color:black;
  position: absolute;
  top: 40%;
  left: 35%;
  z-index: 999;
  font-size: 30px;

   }
   .map-scroll:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  background: #00000061;
  z-index: 999;
  }

  
.view-link,
.view-link a:visited {
  color: #427fed;
}

.tx-ns-open-street-map .auto-rdus_src_map_1-results {
  padding-left: 15px;
}
.tx-ns-open-street-map .auto-clear {
  right: 27px;
}

.tx-ns-open-street-map .input-group > .form-control,
.tx-ns-open-street-map .input-group > .form-select {
  width: 100%;
}

.tx-ns-open-street-map .input-group.disabledcurrentlocation .auto-clear {
  right: -7px;
}

.tx-ns-open-street-map .gm-style .gm-style-iw {
  font-weight: 400 !important;
}

.tx-ns-open-street-map .title {
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
}

.tx-ns-open-street-map .nodata {
  display: none;  
  font-weight: bolder;
  font-size: 18px;
  font-style: italic;
  width: fit-content;
}
.tx-ns-open-street-map .nodataofplace {
  display: none;  
  font-weight: bolder;
  font-size: 18px;
  font-style: italic;
  width: fit-content;
}
.icon-wrapper {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  line-height: 30px;
  background: #46bd00;
  border: 1px solid #299f55;
  border-radius: 20px;
}

.clusters {
  position: relative;
  text-align: center;  
}

.childCount {
  position: absolute;
  font-weight: bolder;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:black;
}

.tx-ns-open-street-map .map_canvas {
  min-height: 500px;
  min-width: 100%;
  
}
.tx-ns-open-street-map .info-window {
  color: #333;
}
.tx-ns-open-street-map .info-title {
  color: #333;
  overflow: hidden;
  font-weight: bolder;
  font-size: 16px;
}

.tx-ns-open-street-map .add_sidebar {
  min-height: 500px;
  overflow: auto;
}

.tx-ns-open-street-map .store_loca {
  min-height: 500px;
}

.tx-ns-open-street-map .map-add {
  cursor: pointer;
}

.tx-ns-open-street-map .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tx-ns-open-street-map .glyphicon-map-marker:before {
  content: "\e062";
}

.container-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.tx-ns-open-street-map .store_loca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tx-ns-open-street-map .store_loca .map-block {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.tx-ns-open-street-map .store_loca .add_sidebar {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  overflow: auto;
  padding: 0 15px;
}

.tx-ns-open-street-map .store_loca .add_sidebar .map-add {
  padding: 15px;
  border: 1px solid #000;
  margin-bottom: 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.tx-ns-open-street-map .form-inline-heading {
  margin: 20px 0;
}

.tx-ns-open-street-map .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tx-ns-open-street-map .input-group {
  margin-right: 10px;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
  display: table;
  border-collapse: separate;
}

.tx-ns-open-street-map .btn {
  margin-right: 10px;
  background-color: #17a2b8;
  color: #fff;
  padding: 6px 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  font-size: 16px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.tx-ns-open-street-map .btn option,
.tx-ns-open-street-map .btn.focus,
.tx-ns-open-street-map .btn:focus,
.tx-ns-open-street-map .btn:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.tx-ns-open-street-map .form-inline .input-group-addon {
  padding: 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  max-width: 1%;
  display: table-cell;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.tx-ns-open-street-map .form-inline .input-group-addon:first-child {
  border-right: 0;
  width: auto;
}

.tx-ns-open-street-map .dis_dir_block .leaflet-bar {
  float: none;
  max-width: 100%;
  width: 100%;
  padding-top: 0;
}

.tx-ns-open-street-map .dis_dir_block .leaflet-routing-alt{
  padding: 15px;
}

.tx-ns-open-street-map .dis_dir_block .leaflet-routing-alt td {
  white-space: nowrap;
}
.tx-ns-open-street-map .dis_dir_block .leaflet-routing-alt td:last-child {
  padding: 1px 10px;
}

.tx-ns-open-street-map .dis_dir_block {
  margin-top: 30px;
}

.tx-ns-open-street-map .leaflet-routing-alt-minimized {
  max-height: 66px;
}

.tx-ns-open-street-map .auto-results-wrapper ul {
  padding: 15px;
  margin-bottom: -10px;
}
.tx-ns-open-street-map .form-control {
  display: block;
  height: 34px;
  width: 100%;
  padding: 6px 21px 6px 12px;
  font-size: 16px;
}

.tx-ns-open-street-map .form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fullscreen-icon { background-image: url('/typo3conf/ext/ns_open_streetmap/Resources/Public/assets/Icons/icon-fullscreen.svg'); background-size:26px 52px; }
.fullscreen-icon.leaflet-fullscreen-on { background-position:0 -26px; }
.leaflet-touch .fullscreen-icon { background-position: 2px 2px; }
.leaflet-touch .fullscreen-icon.leaflet-fullscreen-on { background-position: 2px -24px; }
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }

@media (min-width: 768px) {
  .tx-ns-open-street-map .input-group {
    width: auto;
  }

  .tx-ns-open-street-map .store_loca .map-block {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .tx-ns-open-street-map .store_loca .add_sidebar {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* 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.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('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/leaflet/#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('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/leaflet/images/layers.png');
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/leaflet/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('../../../typo3conf/ext/ns_open_streetmap/Resources/Public/assets/leaflet/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-control-attribution svg {
	display: inline !important;
	}
.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;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 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;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.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;
		color-adjust: exact;
		}
	}

@font-face {
  font-family: 'icomoon';
  src:
    url('../../../typo3conf/ext/t3base/Resources/Public/Icons/icomoon/fonts/icomoon.ttf?iguw8t') format('truetype'),
    url('../../../typo3conf/ext/t3base/Resources/Public/Icons/icomoon/fonts/icomoon.woff?iguw8t') format('woff'),
    url('../../../typo3conf/ext/t3base/Resources/Public/Icons/icomoon/fonts/icomoon.svg?iguw8t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-check-square-o:before {
  content: "\f046";
}
.fa-user:before {
  content: "\e909";
}
.fa-sign-in:before {
  content: "\e90a";
}
.fa-calendar:before {
  content: "\e905";
}
.fa-fax:before {
  content: "\e903";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-download:before {
  content: "\f019";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-comments:before {
  content: "\f086";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-phone:before {
  content: "\f095";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-navicon:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-xing:before {
  content: "\f168";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-neutral:before {
  content: "\e906";
}
.fa-sad:before {
  content: "\e907";
}
.fa-smile:before {
  content: "\e908";
}
.fa-contrast:before {
  content: "\e904";
}
.fa-book-alt:before {
  content: "\e902";
}
.fa-read:before {
  content: "\e900";
}
.fa-book:before {
  content: "\e901";
}

.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */:root{--mm-ocd-width:80%;--mm-ocd-min-width:200px;--mm-ocd-max-width:440px}body.mm-ocd-opened{overflow-y:hidden;-ms-scroll-chaining:none;overscroll-behavior:none}.mm-ocd{position:fixed;top:0;right:0;bottom:100%;left:0;z-index:9999;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:contain;background:rgba(0,0,0,0);-webkit-transition-property:bottom,background-color;-o-transition-property:bottom,background-color;transition-property:bottom,background-color;-webkit-transition-duration:0s,.3s;-o-transition-duration:0s,.3s;transition-duration:0s,.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-delay:.45s,.15s;-o-transition-delay:.45s,.15s;transition-delay:.45s,.15s}.mm-ocd--open{bottom:0;background:rgba(0,0,0,.25);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-ocd__content{position:absolute;top:0;bottom:0;z-index:2;width:80%;width:var(--mm-ocd-width);min-width:200px;min-width:var(--mm-ocd-min-width);max-width:440px;max-width:var(--mm-ocd-max-width);background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.mm-ocd--left .mm-ocd__content{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-ocd--right .mm-ocd__content{right:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-ocd--open .mm-ocd__content{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-ocd__backdrop{position:absolute;top:0;bottom:0;z-index:3;width:calc(100% - 80%);width:calc(100% - var(--mm-ocd-width));min-width:calc(100% - 440px);min-width:calc(100% - var(--mm-ocd-max-width));max-width:calc(100% - 200px);max-width:calc(100% - var(--mm-ocd-min-width));background:rgba(3,2,1,0)}.mm-ocd--left .mm-ocd__backdrop{right:0}.mm-ocd--right .mm-ocd__backdrop{left:0}.mm-spn,.mm-spn a,.mm-spn li,.mm-spn span,.mm-spn ul{display:block;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box}:root{--mm-spn-item-height:50px;--mm-spn-item-indent:20px;--mm-spn-line-height:24px}.mm-spn{width:100%;height:100%;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;overflow:hidden;-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.mm-spn ul{-webkit-overflow-scrolling:touch;position:fixed;top:0;left:100%;bottom:0;z-index:2;width:130%;padding-right:30%;line-height:24px;line-height:var(--mm-spn-line-height);overflow:visible;overflow-y:auto;background:inherit;-webkit-transition:left .3s ease 0s;-o-transition:left .3s ease 0s;transition:left .3s ease 0s;cursor:default}.mm-spn ul:after{content:'';display:block;height:50px;height:var(--mm-spn-item-height)}.mm-spn>ul{left:0}.mm-spn ul.mm-spn--open{left:0}.mm-spn ul.mm-spn--parent{left:-30%;overflow-y:hidden}.mm-spn li{position:relative;background:inherit;cursor:pointer}.mm-spn li:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);right:25px;right:calc(var(--mm-spn-item-height)/ 2);z-index:0;width:10px;height:10px;border-top:2px solid;border-right:2px solid;-webkit-transform:rotate(45deg) translate(0,-50%);-ms-transform:rotate(45deg) translate(0,-50%);transform:rotate(45deg) translate(0,-50%);opacity:.4}.mm-spn li:after{content:'';display:block;margin-left:20px;margin-left:var(--mm-spn-item-indent);border-top:1px solid;opacity:.15}.mm-spn a,.mm-spn span{position:relative;z-index:1;padding:13px 20px;padding:calc((var(--mm-spn-item-height) - var(--mm-spn-line-height))/ 2) var(--mm-spn-item-indent)}.mm-spn a{background:inherit;color:inherit;text-decoration:none}.mm-spn a:not(:last-child){width:calc(100% - 50px);width:calc(100% - var(--mm-spn-item-height))}.mm-spn a:not(:last-child):after{content:'';display:block;position:absolute;top:0;right:0;bottom:0;border-right:1px solid;opacity:.15}.mm-spn span{background:0 0}.mm-spn.mm-spn--navbar{cursor:pointer}.mm-spn.mm-spn--navbar:before{content:'';display:block;position:absolute;top:25px;top:calc(var(--mm-spn-item-height)/ 2);left:20px;left:var(--mm-spn-item-indent);width:10px;height:10px;margin-top:2px;border-top:2px solid;border-left:2px solid;-webkit-transform:rotate(-45deg) translate(50%,-50%);-ms-transform:rotate(-45deg) translate(50%,-50%);transform:rotate(-45deg) translate(50%,-50%);opacity:.4}.mm-spn.mm-spn--navbar.mm-spn--main{cursor:default}.mm-spn.mm-spn--navbar.mm-spn--main:before{content:none;display:none}.mm-spn.mm-spn--navbar:after{content:attr(data-mm-spn-title);display:block;position:absolute;top:0;left:0;right:0;height:50px;height:var(--mm-spn-item-height);padding:0 40px;padding:0 calc(var(--mm-spn-item-indent) * 2);line-height:50px;line-height:var(--mm-spn-item-height);opacity:.4;text-align:center;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.mm-spn.mm-spn--navbar.mm-spn--main:after{padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--navbar ul{top:51px;top:calc(var(--mm-spn-item-height) + 1px)}.mm-spn.mm-spn--navbar ul:before{content:'';display:block;position:fixed;top:inherit;z-index:2;width:100%;border-top:1px solid currentColor;opacity:.15}.mm-spn.mm-spn--light{color:#444;background:#f3f3f3}.mm-spn.mm-spn--dark{color:#ddd;background:#333}.mm-spn.mm-spn--vertical{overflow-y:auto}.mm-spn.mm-spn--vertical ul{width:100%;padding-right:0;position:static}.mm-spn.mm-spn--vertical ul ul{display:none;padding-left:20px;padding-left:var(--mm-spn-item-indent)}.mm-spn.mm-spn--vertical ul ul:after{height:25px;height:calc(var(--mm-spn-item-height)/ 2)}.mm-spn.mm-spn--vertical ul.mm-spn--open{display:block}.mm-spn.mm-spn--vertical li.mm-spn--open:before{-webkit-transform:rotate(135deg) translate(-50%,0);-ms-transform:rotate(135deg) translate(-50%,0);transform:rotate(135deg) translate(-50%,0)}.mm-spn.mm-spn--vertical ul ul li:last-child:after{content:none;display:none}

:root{--bs-red: #d73427;--bs-orange: #f39200;--bs-yellow: #fdcf71;--bs-green: #94C119;--bs-grayblue: #788790;--bs-white: #fff;--bs-gray: #EAEBEC;--bs-gray-dark: #cccbc8;--bs-gray-100: #EAEBEC;--bs-gray-200: #EAEBEC;--bs-gray-300: #cccbc8;--bs-primary: #95C11F;--bs-secondary: #E60180;--bs-red: #d73427;--bs-success: #94C119;--bs-info: #788790;--bs-warning: #fdcf71;--bs-danger: #d73427;--bs-light: #EAEBEC;--bs-grayblue: #788790;--bs-gray: #EAEBEC;--bs-gray-dark: #cccbc8;--bs-dark: #2e3438;--bs-white: #fff;--bs-primary-rgb: 149, 193, 31;--bs-secondary-rgb: 230, 1, 128;--bs-red-rgb: 215, 52, 39;--bs-success-rgb: 148, 193, 25;--bs-info-rgb: 120, 135, 144;--bs-warning-rgb: 253, 207, 113;--bs-danger-rgb: 215, 52, 39;--bs-light-rgb: 234, 235, 236;--bs-grayblue-rgb: 120, 135, 144;--bs-gray-rgb: 234, 235, 236;--bs-gray-dark-rgb: 204, 203, 200;--bs-dark-rgb: 46, 52, 56;--bs-white-rgb: 255, 255, 255;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 1, 15, 28;--bs-body-color-rgb: 1, 15, 28;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: 'Roboto', Arial, sans-serif;--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1.125rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #010F1C;--bs-body-bg: #fff}*,*::before,*::after{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(1, 15, 28, 0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:0.25}hr:not([size]){height:1px}h1,.h1,h2,.h2,h3,.h3,h4,.h4,legend,h5,.h5,h6,.h6{margin-top:0;margin-bottom:1rem;font-weight:900;line-height:1.2}h1,.h1{font-size:calc(1.434375rem + 2.2125vw)}@media (min-width:1200px){h1,.h1{font-size:3.09375rem}}h2,.h2{font-size:calc(1.378125rem + 1.5375vw)}@media (min-width:1200px){h2,.h2{font-size:2.53125rem}}h3,.h3{font-size:calc(1.35rem + 1.2vw)}@media (min-width:1200px){h3,.h3{font-size:2.25rem}}h4,.h4,legend{font-size:calc(1.29375rem + 0.525vw)}@media (min-width:1200px){h4,.h4,legend{font-size:1.6875rem}}h5,.h5{font-size:calc(1.265625rem + 0.1875vw)}@media (min-width:1200px){h5,.h5{font-size:1.40625rem}}h6,.h6{font-size:1.125rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:0.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:900}small,.small{font-size:0.875em}mark,.mark{padding:0.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#95C11F;text-decoration:none}a:hover{color:#779a19;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:0.2rem 0.4rem;font-size:0.875em;color:#fff;background-color:#212529;border-radius:0.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:0.5rem;padding-bottom:0.5rem;color:#cccbc8;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:0.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:calc(1.265625rem + 0.1875vw);font-weight:400}@media (min-width:1200px){.lead{font-size:1.40625rem}}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:0.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:calc(1.265625rem + 0.1875vw)}@media (min-width:1200px){.blockquote{font-size:1.40625rem}}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:0.25rem;background-color:#fff;border:1px solid #cccbc8;border-radius:0.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:0.5rem;line-height:1}.figure-caption{font-size:0.875em;color:#6c757d}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x, 1rem);padding-left:var(--bs-gutter-x, 1rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x: 2rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 2rem}.g-5,.gy-5{--bs-gutter-y: 2rem}.g-6,.gx-6{--bs-gutter-x: 2.5rem}.g-6,.gy-6{--bs-gutter-y: 2.5rem}.g-7,.gx-7{--bs-gutter-x: 3rem}.g-7,.gy-7{--bs-gutter-y: 3rem}.g-8,.gx-8{--bs-gutter-x: 4rem}.g-8,.gy-8{--bs-gutter-y: 4rem}.g-9,.gx-9{--bs-gutter-x: 5rem}.g-9,.gy-9{--bs-gutter-y: 5rem}.g-10,.gx-10{--bs-gutter-x: 7.5rem}.g-10,.gy-10{--bs-gutter-y: 7.5rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 2rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 2rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 2.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 2.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 3rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 3rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 4rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 4rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 5rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 5rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 7.5rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 7.5rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 2rem}.g-md-5,.gy-md-5{--bs-gutter-y: 2rem}.g-md-6,.gx-md-6{--bs-gutter-x: 2.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 2.5rem}.g-md-7,.gx-md-7{--bs-gutter-x: 3rem}.g-md-7,.gy-md-7{--bs-gutter-y: 3rem}.g-md-8,.gx-md-8{--bs-gutter-x: 4rem}.g-md-8,.gy-md-8{--bs-gutter-y: 4rem}.g-md-9,.gx-md-9{--bs-gutter-x: 5rem}.g-md-9,.gy-md-9{--bs-gutter-y: 5rem}.g-md-10,.gx-md-10{--bs-gutter-x: 7.5rem}.g-md-10,.gy-md-10{--bs-gutter-y: 7.5rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 2rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 2rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 2.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 2.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 3rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 3rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 4rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 4rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 5rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 5rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 7.5rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 7.5rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 2rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 2rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 2.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 2.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 3rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 3rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 4rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 4rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 5rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 5rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 7.5rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 7.5rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 2rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 2rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 2.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 2.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 3rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 3rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 4rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 4rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 5rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 5rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 7.5rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 7.5rem}}.accordion-button{position:relative;display:flex;align-items:center;font-weight:700;width:100%;padding:1.125rem 2rem;font-size:1.125rem;color:#EAEBEC;text-align:left;background-color:#E60180;border:0;border-radius:0;overflow-anchor:none;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease}@media (prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#fff;background-color:#95C11F;box-shadow:inset 0 -1px 0 rgba(1, 15, 28, 0.125)}.accordion-button:not(.collapsed)::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EAEBEC'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:1.25rem;transition:transform 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#f380c0;outline:0;box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.accordion-header{margin-bottom:0}.accordion-item{background-color:#EAEBEC;border:1px solid rgba(1, 15, 28, 0.125)}.accordion-item:first-of-type{border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem}.accordion-body{padding:2rem 2rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#597413;background-color:#eaf3d2;border-color:#dfecbc}.alert-primary .alert-link{color:#475d0f}.alert-secondary{color:#8a014d;background-color:#facce6;border-color:#f8b3d9}.alert-secondary .alert-link{color:#6e013e}.alert-red{color:#811f17;background-color:#f7d6d4;border-color:#f3c2be}.alert-red .alert-link{color:#671912}.alert-success{color:#59740f;background-color:#eaf3d1;border-color:#dfecba}.alert-success .alert-link{color:#475d0c}.alert-info{color:#485156;background-color:#e4e7e9;border-color:#d7dbde}.alert-info .alert-link{color:#3a4145}.alert-warning{color:#665c3e;background-color:#fff5e3;border-color:#fef1d4}.alert-warning .alert-link{color:#524a32}.alert-danger{color:#811f17;background-color:#f7d6d4;border-color:#f3c2be}.alert-danger .alert-link{color:#671912}.alert-light{color:#5e676f;background-color:#fbfbfb;border-color:#f9f9f9}.alert-light .alert-link{color:#4b5259}.alert-grayblue{color:#485156;background-color:#e4e7e9;border-color:#d7dbde}.alert-grayblue .alert-link{color:#3a4145}.alert-gray{color:#5e676f;background-color:#fbfbfb;border-color:#f9f9f9}.alert-gray .alert-link{color:#4b5259}.alert-gray-dark{color:#525a61;background-color:#f5f5f4;border-color:#f0efef}.alert-gray-dark .alert-link{color:#42484e}.alert-dark{color:#1c1f22;background-color:#d5d6d7;border-color:#c0c2c3}.alert-dark .alert-link{color:#16191b}.alert-white{color:#676f77;background-color:white;border-color:white}.alert-white .alert-link{color:#52595f}.badge{display:inline-block;padding:0.35em 0.65em;font-size:0.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:0.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:0.5rem;color:#6c757d;content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:#6c757d}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:0.375rem;padding-left:0.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:0.75rem;padding-left:0.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#010F1C;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.5rem 1rem;font-size:1.125rem;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#010F1C;text-decoration:none}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:0.65}.btn-primary{color:#010F1C;background-color:#95C11F;border-color:#95C11F}.btn-primary:hover{color:#010F1C;background-color:#a5ca41;border-color:#a0c735}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#010F1C;background-color:#a5ca41;border-color:#a0c735;box-shadow:0 0 0 0.25rem rgba(127, 166, 31, 0.5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#010F1C;background-color:#aacd4c;border-color:#a0c735}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(127, 166, 31, 0.5)}.btn-primary:disabled,.btn-primary.disabled{color:#010F1C;background-color:#95C11F;border-color:#95C11F}.btn-secondary{color:#fff;background-color:#E60180;border-color:#E60180}.btn-secondary:hover{color:#fff;background-color:#c4016d;border-color:#b80166}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#c4016d;border-color:#b80166;box-shadow:0 0 0 0.25rem rgba(234, 39, 147, 0.5)}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#b80166;border-color:#ad0160}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(234, 39, 147, 0.5)}.btn-secondary:disabled,.btn-secondary.disabled{color:#fff;background-color:#E60180;border-color:#E60180}.btn-red{color:#fff;background-color:#d73427;border-color:#d73427}.btn-red:hover{color:#fff;background-color:#b72c21;border-color:#ac2a1f}.btn-check:focus+.btn-red,.btn-red:focus{color:#fff;background-color:#b72c21;border-color:#ac2a1f;box-shadow:0 0 0 0.25rem rgba(221, 82, 71, 0.5)}.btn-check:checked+.btn-red,.btn-check:active+.btn-red,.btn-red:active,.btn-red.active,.show>.btn-red.dropdown-toggle{color:#fff;background-color:#ac2a1f;border-color:#a1271d}.btn-check:checked+.btn-red:focus,.btn-check:active+.btn-red:focus,.btn-red:active:focus,.btn-red.active:focus,.show>.btn-red.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(221, 82, 71, 0.5)}.btn-red:disabled,.btn-red.disabled{color:#fff;background-color:#d73427;border-color:#d73427}.btn-success{color:#010F1C;background-color:#94C119;border-color:#94C119}.btn-success:hover{color:#010F1C;background-color:#a4ca3c;border-color:#9fc730}.btn-check:focus+.btn-success,.btn-success:focus{color:#010F1C;background-color:#a4ca3c;border-color:#9fc730;box-shadow:0 0 0 0.25rem rgba(126, 166, 25, 0.5)}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#010F1C;background-color:#a9cd47;border-color:#9fc730}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(126, 166, 25, 0.5)}.btn-success:disabled,.btn-success.disabled{color:#010F1C;background-color:#94C119;border-color:#94C119}.btn-info{color:#010F1C;background-color:#788790;border-color:#788790}.btn-info:hover{color:#010F1C;background-color:#8c99a1;border-color:#86939b}.btn-check:focus+.btn-info,.btn-info:focus{color:#010F1C;background-color:#8c99a1;border-color:#86939b;box-shadow:0 0 0 0.25rem rgba(102, 117, 127, 0.5)}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#010F1C;background-color:#939fa6;border-color:#86939b}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(102, 117, 127, 0.5)}.btn-info:disabled,.btn-info.disabled{color:#010F1C;background-color:#788790;border-color:#788790}.btn-warning{color:#010F1C;background-color:#fdcf71;border-color:#fdcf71}.btn-warning:hover{color:#010F1C;background-color:#fdd686;border-color:#fdd47f}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#010F1C;background-color:#fdd686;border-color:#fdd47f;box-shadow:0 0 0 0.25rem rgba(215, 178, 100, 0.5)}.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#010F1C;background-color:#fdd98d;border-color:#fdd47f}.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(215, 178, 100, 0.5)}.btn-warning:disabled,.btn-warning.disabled{color:#010F1C;background-color:#fdcf71;border-color:#fdcf71}.btn-danger{color:#fff;background-color:#d73427;border-color:#d73427}.btn-danger:hover{color:#fff;background-color:#b72c21;border-color:#ac2a1f}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#b72c21;border-color:#ac2a1f;box-shadow:0 0 0 0.25rem rgba(221, 82, 71, 0.5)}.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#ac2a1f;border-color:#a1271d}.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(221, 82, 71, 0.5)}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:#d73427;border-color:#d73427}.btn-light{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-light:hover{color:#010F1C;background-color:#edeeef;border-color:#ecedee}.btn-check:focus+.btn-light,.btn-light:focus{color:#010F1C;background-color:#edeeef;border-color:#ecedee;box-shadow:0 0 0 0.25rem rgba(199, 202, 205, 0.5)}.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#010F1C;background-color:#eeeff0;border-color:#ecedee}.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(199, 202, 205, 0.5)}.btn-light:disabled,.btn-light.disabled{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-grayblue{color:#010F1C;background-color:#788790;border-color:#788790}.btn-grayblue:hover{color:#010F1C;background-color:#8c99a1;border-color:#86939b}.btn-check:focus+.btn-grayblue,.btn-grayblue:focus{color:#010F1C;background-color:#8c99a1;border-color:#86939b;box-shadow:0 0 0 0.25rem rgba(102, 117, 127, 0.5)}.btn-check:checked+.btn-grayblue,.btn-check:active+.btn-grayblue,.btn-grayblue:active,.btn-grayblue.active,.show>.btn-grayblue.dropdown-toggle{color:#010F1C;background-color:#939fa6;border-color:#86939b}.btn-check:checked+.btn-grayblue:focus,.btn-check:active+.btn-grayblue:focus,.btn-grayblue:active:focus,.btn-grayblue.active:focus,.show>.btn-grayblue.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(102, 117, 127, 0.5)}.btn-grayblue:disabled,.btn-grayblue.disabled{color:#010F1C;background-color:#788790;border-color:#788790}.btn-gray{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-gray:hover{color:#010F1C;background-color:#edeeef;border-color:#ecedee}.btn-check:focus+.btn-gray,.btn-gray:focus{color:#010F1C;background-color:#edeeef;border-color:#ecedee;box-shadow:0 0 0 0.25rem rgba(199, 202, 205, 0.5)}.btn-check:checked+.btn-gray,.btn-check:active+.btn-gray,.btn-gray:active,.btn-gray.active,.show>.btn-gray.dropdown-toggle{color:#010F1C;background-color:#eeeff0;border-color:#ecedee}.btn-check:checked+.btn-gray:focus,.btn-check:active+.btn-gray:focus,.btn-gray:active:focus,.btn-gray.active:focus,.show>.btn-gray.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(199, 202, 205, 0.5)}.btn-gray:disabled,.btn-gray.disabled{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-gray-dark{color:#010F1C;background-color:#cccbc8;border-color:#cccbc8}.btn-gray-dark:hover{color:#010F1C;background-color:#d4d3d0;border-color:#d1d0ce}.btn-check:focus+.btn-gray-dark,.btn-gray-dark:focus{color:#010F1C;background-color:#d4d3d0;border-color:#d1d0ce;box-shadow:0 0 0 0.25rem rgba(174, 175, 174, 0.5)}.btn-check:checked+.btn-gray-dark,.btn-check:active+.btn-gray-dark,.btn-gray-dark:active,.btn-gray-dark.active,.show>.btn-gray-dark.dropdown-toggle{color:#010F1C;background-color:#d6d5d3;border-color:#d1d0ce}.btn-check:checked+.btn-gray-dark:focus,.btn-check:active+.btn-gray-dark:focus,.btn-gray-dark:active:focus,.btn-gray-dark.active:focus,.show>.btn-gray-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(174, 175, 174, 0.5)}.btn-gray-dark:disabled,.btn-gray-dark.disabled{color:#010F1C;background-color:#cccbc8;border-color:#cccbc8}.btn-dark{color:#fff;background-color:#2e3438;border-color:#2e3438}.btn-dark:hover{color:#fff;background-color:#272c30;border-color:#252a2d}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#272c30;border-color:#252a2d;box-shadow:0 0 0 0.25rem rgba(77, 82, 86, 0.5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#252a2d;border-color:#23272a}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(77, 82, 86, 0.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#2e3438;border-color:#2e3438}.btn-white{color:#010F1C;background-color:#fff;border-color:#fff}.btn-white:hover{color:#010F1C;background-color:white;border-color:white}.btn-check:focus+.btn-white,.btn-white:focus{color:#010F1C;background-color:white;border-color:white;box-shadow:0 0 0 0.25rem rgba(217, 219, 221, 0.5)}.btn-check:checked+.btn-white,.btn-check:active+.btn-white,.btn-white:active,.btn-white.active,.show>.btn-white.dropdown-toggle{color:#010F1C;background-color:white;border-color:white}.btn-check:checked+.btn-white:focus,.btn-check:active+.btn-white:focus,.btn-white:active:focus,.btn-white.active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 0.25rem rgba(217, 219, 221, 0.5)}.btn-white:disabled,.btn-white.disabled{color:#010F1C;background-color:#fff;border-color:#fff}.btn-outline-primary{color:#95C11F;border-color:#95C11F}.btn-outline-primary:hover{color:#010F1C;background-color:#95C11F;border-color:#95C11F}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 0.25rem rgba(149, 193, 31, 0.5)}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#010F1C;background-color:#95C11F;border-color:#95C11F}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(149, 193, 31, 0.5)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#95C11F;background-color:transparent}.btn-outline-secondary{color:#E60180;border-color:#E60180}.btn-outline-secondary:hover{color:#fff;background-color:#E60180;border-color:#E60180}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#E60180;border-color:#E60180}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#E60180;background-color:transparent}.btn-outline-red{color:#d73427;border-color:#d73427}.btn-outline-red:hover{color:#fff;background-color:#d73427;border-color:#d73427}.btn-check:focus+.btn-outline-red,.btn-outline-red:focus{box-shadow:0 0 0 0.25rem rgba(215, 52, 39, 0.5)}.btn-check:checked+.btn-outline-red,.btn-check:active+.btn-outline-red,.btn-outline-red:active,.btn-outline-red.active,.btn-outline-red.dropdown-toggle.show{color:#fff;background-color:#d73427;border-color:#d73427}.btn-check:checked+.btn-outline-red:focus,.btn-check:active+.btn-outline-red:focus,.btn-outline-red:active:focus,.btn-outline-red.active:focus,.btn-outline-red.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(215, 52, 39, 0.5)}.btn-outline-red:disabled,.btn-outline-red.disabled{color:#d73427;background-color:transparent}.btn-outline-success{color:#94C119;border-color:#94C119}.btn-outline-success:hover{color:#010F1C;background-color:#94C119;border-color:#94C119}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 0.25rem rgba(148, 193, 25, 0.5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#010F1C;background-color:#94C119;border-color:#94C119}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(148, 193, 25, 0.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#94C119;background-color:transparent}.btn-outline-info{color:#788790;border-color:#788790}.btn-outline-info:hover{color:#010F1C;background-color:#788790;border-color:#788790}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 0.25rem rgba(120, 135, 144, 0.5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#010F1C;background-color:#788790;border-color:#788790}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(120, 135, 144, 0.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#788790;background-color:transparent}.btn-outline-warning{color:#fdcf71;border-color:#fdcf71}.btn-outline-warning:hover{color:#010F1C;background-color:#fdcf71;border-color:#fdcf71}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 0.25rem rgba(253, 207, 113, 0.5)}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#010F1C;background-color:#fdcf71;border-color:#fdcf71}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(253, 207, 113, 0.5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#fdcf71;background-color:transparent}.btn-outline-danger{color:#d73427;border-color:#d73427}.btn-outline-danger:hover{color:#fff;background-color:#d73427;border-color:#d73427}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 0.25rem rgba(215, 52, 39, 0.5)}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#d73427;border-color:#d73427}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(215, 52, 39, 0.5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#d73427;background-color:transparent}.btn-outline-light{color:#EAEBEC;border-color:#EAEBEC}.btn-outline-light:hover{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 0.25rem rgba(234, 235, 236, 0.5)}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(234, 235, 236, 0.5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#EAEBEC;background-color:transparent}.btn-outline-grayblue{color:#788790;border-color:#788790}.btn-outline-grayblue:hover{color:#010F1C;background-color:#788790;border-color:#788790}.btn-check:focus+.btn-outline-grayblue,.btn-outline-grayblue:focus{box-shadow:0 0 0 0.25rem rgba(120, 135, 144, 0.5)}.btn-check:checked+.btn-outline-grayblue,.btn-check:active+.btn-outline-grayblue,.btn-outline-grayblue:active,.btn-outline-grayblue.active,.btn-outline-grayblue.dropdown-toggle.show{color:#010F1C;background-color:#788790;border-color:#788790}.btn-check:checked+.btn-outline-grayblue:focus,.btn-check:active+.btn-outline-grayblue:focus,.btn-outline-grayblue:active:focus,.btn-outline-grayblue.active:focus,.btn-outline-grayblue.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(120, 135, 144, 0.5)}.btn-outline-grayblue:disabled,.btn-outline-grayblue.disabled{color:#788790;background-color:transparent}.btn-outline-gray{color:#EAEBEC;border-color:#EAEBEC}.btn-outline-gray:hover{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-check:focus+.btn-outline-gray,.btn-outline-gray:focus{box-shadow:0 0 0 0.25rem rgba(234, 235, 236, 0.5)}.btn-check:checked+.btn-outline-gray,.btn-check:active+.btn-outline-gray,.btn-outline-gray:active,.btn-outline-gray.active,.btn-outline-gray.dropdown-toggle.show{color:#010F1C;background-color:#EAEBEC;border-color:#EAEBEC}.btn-check:checked+.btn-outline-gray:focus,.btn-check:active+.btn-outline-gray:focus,.btn-outline-gray:active:focus,.btn-outline-gray.active:focus,.btn-outline-gray.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(234, 235, 236, 0.5)}.btn-outline-gray:disabled,.btn-outline-gray.disabled{color:#EAEBEC;background-color:transparent}.btn-outline-gray-dark{color:#cccbc8;border-color:#cccbc8}.btn-outline-gray-dark:hover{color:#010F1C;background-color:#cccbc8;border-color:#cccbc8}.btn-check:focus+.btn-outline-gray-dark,.btn-outline-gray-dark:focus{box-shadow:0 0 0 0.25rem rgba(204, 203, 200, 0.5)}.btn-check:checked+.btn-outline-gray-dark,.btn-check:active+.btn-outline-gray-dark,.btn-outline-gray-dark:active,.btn-outline-gray-dark.active,.btn-outline-gray-dark.dropdown-toggle.show{color:#010F1C;background-color:#cccbc8;border-color:#cccbc8}.btn-check:checked+.btn-outline-gray-dark:focus,.btn-check:active+.btn-outline-gray-dark:focus,.btn-outline-gray-dark:active:focus,.btn-outline-gray-dark.active:focus,.btn-outline-gray-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(204, 203, 200, 0.5)}.btn-outline-gray-dark:disabled,.btn-outline-gray-dark.disabled{color:#cccbc8;background-color:transparent}.btn-outline-dark{color:#2e3438;border-color:#2e3438}.btn-outline-dark:hover{color:#fff;background-color:#2e3438;border-color:#2e3438}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 0.25rem rgba(46, 52, 56, 0.5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#2e3438;border-color:#2e3438}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(46, 52, 56, 0.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#2e3438;background-color:transparent}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#010F1C;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 0.25rem rgba(255, 255, 255, 0.5)}.btn-check:checked+.btn-outline-white,.btn-check:active+.btn-outline-white,.btn-outline-white:active,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show{color:#010F1C;background-color:#fff;border-color:#fff}.btn-check:checked+.btn-outline-white:focus,.btn-check:active+.btn-outline-white:focus,.btn-outline-white:active:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus{box-shadow:0 0 0 0.25rem rgba(255, 255, 255, 0.5)}.btn-outline-white:disabled,.btn-outline-white.disabled{color:#fff;background-color:transparent}.btn-link{font-weight:400;color:#95C11F;text-decoration:none}.btn-link:hover{color:#779a19;text-decoration:underline}.btn-link:focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d}.btn-lg,.btn-group-lg>.btn{padding:0.5rem 1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:0.3rem}@media (min-width:1200px){.btn-lg,.btn-group-lg>.btn{font-size:1.40625rem}}.btn-sm,.btn-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.984375rem;border-radius:0.2rem}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(1, 15, 28, 0.125);border-radius:0.25rem;transition:300ms}.card:hover{box-shadow:0px 30px 30px 0px rgba(0, 0, 0, 0.1)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem;font-size:0.9em}.card-title{margin-bottom:0.5rem;margin-top:-1.2em;position:relative}.card-title>span{background:#fff;padding:0.2em 0.5em;display:inline-block;line-height:1em}.card-subtitle{margin-top:-0.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:auto}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:0.5rem 1rem;margin-bottom:0;background-color:rgba(1, 15, 28, 0.03);border-bottom:1px solid rgba(1, 15, 28, 0.125)}.card-header:first-child{border-radius:calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0}.card-footer{padding:0.5rem 1rem;background-color:rgba(1, 15, 28, 0.03);border-top:1px solid rgba(1, 15, 28, 0.125)}.card-footer:last-child{border-radius:0 0 calc(0.25rem - 1px) calc(0.25rem - 1px)}.card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(0.25rem - 1px)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(0.25rem - 1px);border-bottom-left-radius:calc(0.25rem - 1px)}.card-group>.card{margin-bottom:1rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform 0.6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s 0.6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:8%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:0.5;transition:opacity 0.15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:0.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:8%;margin-bottom:1rem;margin-left:8%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:32px;height:4px;padding:0;margin-right:8px;margin-left:8px;text-indent:-999px;cursor:pointer;background-color:#fdcf71;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:1;transition:opacity 0.6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:10%;bottom:0;left:10%;padding-top:0;padding-bottom:0;color:#E60180;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#010F1C}.carousel-dark .carousel-caption{color:#010F1C}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:0.5rem 0;margin:0;font-size:1.125rem;color:#010F1C;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(1, 15, 28, 0.15);border-radius:0.25rem}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:0.125rem}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:0.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:0.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:0.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:0.5rem 0;overflow:hidden;border-top:1px solid rgba(1, 15, 28, 0.15)}.dropdown-item{display:block;width:100%;padding:0.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;text-decoration:none;background-color:#EAEBEC}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#E60180}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:0.5rem 1rem;margin-bottom:0;font-size:0.984375rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:0.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#cccbc8;background-color:#343a40;border-color:rgba(1, 15, 28, 0.15)}.dropdown-menu-dark .dropdown-item{color:#cccbc8}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255, 255, 255, 0.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#E60180}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(1, 15, 28, 0.15)}.dropdown-menu-dark .dropdown-item-text{color:#cccbc8}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.form-label{margin-bottom:0.5rem}.col-form-label{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + 1px);padding-bottom:calc(0.5rem + 1px);font-size:calc(1.265625rem + 0.1875vw)}@media (min-width:1200px){.col-form-label-lg{font-size:1.40625rem}}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.984375rem}.form-text{margin-top:0.25rem;font-size:0.875em;color:#cccbc8}.form-control{display:block;width:100%;padding:0.5rem 1rem;font-size:1.125rem;font-weight:400;line-height:1.5;color:#010F1C;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type="file"]{overflow:hidden}.form-control[type="file"]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#010F1C;background-color:#fff;border-color:#f380c0;outline:0;box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#EAEBEC;opacity:1}.form-control::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem;color:#010F1C;background-color:#EAEBEC;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dedfe0}.form-control::-webkit-file-upload-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem;color:#010F1C;background-color:#EAEBEC;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dedfe0}.form-control-plaintext{display:block;width:100%;padding:0.5rem 0;margin-bottom:0;line-height:1.5;color:#010F1C;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:0.25rem 0.5rem;font-size:0.984375rem;border-radius:0.2rem}.form-control-sm::file-selector-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-sm::-webkit-file-upload-button{padding:0.25rem 0.5rem;margin:-0.25rem -0.5rem;margin-inline-end:0.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:0.5rem 1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:0.3rem}@media (min-width:1200px){.form-control-lg{font-size:1.40625rem}}.form-control-lg::file-selector-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:0.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 1rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{width:3rem;height:auto;padding:0.5rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:0.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:0.25rem}.form-select{display:block;width:100%;padding:0.5rem 3rem 0.5rem 1rem;-moz-padding-start:calc(1rem - 3px);font-size:1.125rem;font-weight:400;line-height:1.5;color:#010F1C;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-select{transition:none}}.form-select:focus{border-color:#f380c0;outline:0;box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:1rem;background-image:none}.form-select:disabled{background-color:#EAEBEC}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #010F1C}.form-select-sm{padding-top:0.25rem;padding-bottom:0.25rem;padding-left:0.5rem;font-size:0.984375rem;border-radius:0.2rem}.form-select-lg{padding-top:0.5rem;padding-bottom:0.5rem;padding-left:1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:0.3rem}@media (min-width:1200px){.form-select-lg{font-size:1.40625rem}}.form-check{display:block;min-height:1.6875rem;padding-left:1.5em;margin-bottom:0.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:0.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(1, 15, 28, 0.25);appearance:none;color-adjust:exact;transition:all 0.2s ease-in-out}@media (prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type="checkbox"]{border-radius:0.25em}.form-check-input[type="radio"]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#f380c0;outline:0;box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.form-check-input:checked{background-color:#E60180;border-color:#E60180}.form-check-input:checked[type="checkbox"]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type="radio"]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type="checkbox"]:indeterminate{background-color:#E60180;border-color:#E60180;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:0.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:0.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%281, 15, 28, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f380c0'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:0.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff, 0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#E60180;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#f8b3d9}.form-range::-webkit-slider-runnable-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#cccbc8;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#E60180;border:0;border-radius:1rem;transition:background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#f8b3d9}.form-range::-moz-range-track{width:100%;height:0.5rem;color:transparent;cursor:pointer;background-color:#cccbc8;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem 1rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity 0.1s ease-in-out, transform 0.1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control{padding:1rem 1rem}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:0.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:0.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:0.5rem 1rem;font-size:1.125rem;font-weight:400;line-height:1.5;color:#010F1C;text-align:center;white-space:nowrap;background-color:#EAEBEC;border:1px solid #ced4da;border-radius:0.25rem}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:0.5rem 1rem;font-size:calc(1.265625rem + 0.1875vw);border-radius:0.3rem}@media (min-width:1200px){.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{font-size:1.40625rem}}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:0.25rem 0.5rem;font-size:0.984375rem;border-radius:0.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:4rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:#94C119}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.984375rem;color:#010F1C;background-color:rgba(148, 193, 25, 0.9);border-radius:0.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#94C119;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2394C119' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#94C119;box-shadow:0 0 0 0.25rem rgba(148, 193, 25, 0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#94C119}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:5.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2394C119' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right 1rem center, center right 3rem;background-size:16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#94C119;box-shadow:0 0 0 0.25rem rgba(148, 193, 25, 0.25)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#94C119}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#94C119}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 0.25rem rgba(148, 193, 25, 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#94C119}.form-check-inline .form-check-input~.valid-feedback{margin-left:0.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:0.25rem;font-size:0.875em;color:#d73427}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:0.25rem 0.5rem;margin-top:0.1rem;font-size:0.984375rem;color:#fff;background-color:rgba(215, 52, 39, 0.9);border-radius:0.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#d73427;padding-right:calc(1.5em + 1rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d73427'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d73427' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.25rem) center;background-size:calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#d73427;box-shadow:0 0 0 0.25rem rgba(215, 52, 39, 0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1rem);background-position:top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#d73427}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:5.5rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d73427'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d73427' stroke='none'/%3e%3c/svg%3e");background-position:right 1rem center, center right 3rem;background-size:16px 12px, calc(0.75em + 0.5rem) calc(0.75em + 0.5rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#d73427;box-shadow:0 0 0 0.25rem rgba(215, 52, 39, 0.25)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#d73427}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#d73427}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 0.25rem rgba(215, 52, 39, 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#d73427}.form-check-inline .form-check-input~.invalid-feedback{margin-left:0.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}.btn-close{box-sizing:content-box;width:1.5em;height:1.5em;padding:1em 1em;color:#010F1C;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23010F1C'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1.5em auto no-repeat;border:0;border-radius:0.25rem;opacity:0.5}.btn-close:hover{color:#010F1C;text-decoration:none;opacity:0.75}.btn-close:focus{outline:0;box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:0.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:0.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0, -50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:#fff;pointer-events:auto;background-color:none;background-clip:padding-box;border:1px solid rgba(1, 15, 28, 0.2);border-radius:0.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:rgba(46, 52, 56, 0.8)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:0.98}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #cccbc8;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.modal-header .btn-close{padding:0.5rem 0.5rem;margin:-0.5rem -0.5rem -0.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:0.75rem;border-top:1px solid #cccbc8;border-bottom-right-radius:calc(0.3rem - 1px);border-bottom-left-radius:calc(0.3rem - 1px)}.modal-footer>*{margin:0.25rem}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:0.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#EAEBEC}.list-group-item-action:active{color:#010F1C;background-color:#EAEBEC}.list-group-item{position:relative;display:block;padding:0.5rem 1rem;color:#212529;background-color:#fff;border:1px solid rgba(1, 15, 28, 0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#E60180;border-color:#E60180}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:0.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:0.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#597413;background-color:#eaf3d2}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#597413;background-color:#d3dbbd}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#597413;border-color:#597413}.list-group-item-secondary{color:#8a014d;background-color:#facce6}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#8a014d;background-color:#e1b8cf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#8a014d;border-color:#8a014d}.list-group-item-red{color:#811f17;background-color:#f7d6d4}.list-group-item-red.list-group-item-action:hover,.list-group-item-red.list-group-item-action:focus{color:#811f17;background-color:#dec1bf}.list-group-item-red.list-group-item-action.active{color:#fff;background-color:#811f17;border-color:#811f17}.list-group-item-success{color:#59740f;background-color:#eaf3d1}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#59740f;background-color:#d3dbbc}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#59740f;border-color:#59740f}.list-group-item-info{color:#485156;background-color:#e4e7e9}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#485156;background-color:#cdd0d2}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#485156;border-color:#485156}.list-group-item-warning{color:#665c3e;background-color:#fff5e3}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#665c3e;background-color:#e6ddcc}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#665c3e;border-color:#665c3e}.list-group-item-danger{color:#811f17;background-color:#f7d6d4}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#811f17;background-color:#dec1bf}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#811f17;border-color:#811f17}.list-group-item-light{color:#5e676f;background-color:#fbfbfb}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#5e676f;background-color:#e2e2e2}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#5e676f;border-color:#5e676f}.list-group-item-grayblue{color:#485156;background-color:#e4e7e9}.list-group-item-grayblue.list-group-item-action:hover,.list-group-item-grayblue.list-group-item-action:focus{color:#485156;background-color:#cdd0d2}.list-group-item-grayblue.list-group-item-action.active{color:#fff;background-color:#485156;border-color:#485156}.list-group-item-gray{color:#5e676f;background-color:#fbfbfb}.list-group-item-gray.list-group-item-action:hover,.list-group-item-gray.list-group-item-action:focus{color:#5e676f;background-color:#e2e2e2}.list-group-item-gray.list-group-item-action.active{color:#fff;background-color:#5e676f;border-color:#5e676f}.list-group-item-gray-dark{color:#525a61;background-color:#f5f5f4}.list-group-item-gray-dark.list-group-item-action:hover,.list-group-item-gray-dark.list-group-item-action:focus{color:#525a61;background-color:#dddddc}.list-group-item-gray-dark.list-group-item-action.active{color:#fff;background-color:#525a61;border-color:#525a61}.list-group-item-dark{color:#1c1f22;background-color:#d5d6d7}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#1c1f22;background-color:#c0c1c2}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1c1f22;border-color:#1c1f22}.list-group-item-white{color:#676f77;background-color:white}.list-group-item-white.list-group-item-action:hover,.list-group-item-white.list-group-item-action:focus{color:#676f77;background-color:#e6e6e6}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#676f77;border-color:#676f77}.table,.contenttable{--bs-table-bg: transparent;--bs-table-accent-bg: transparent;--bs-table-striped-color: #010F1C;--bs-table-striped-bg: rgba(1, 15, 28, 0.05);--bs-table-active-color: #010F1C;--bs-table-active-bg: rgba(1, 15, 28, 0.1);--bs-table-hover-color: #010F1C;--bs-table-hover-bg: rgba(1, 15, 28, 0.075);width:100%;margin-bottom:1rem;color:#010F1C;vertical-align:top;border-color:#cccbc8}.table>:not(caption)>*>*,.contenttable>:not(caption)>*>*{padding:0.5rem 0.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody,.contenttable>tbody{vertical-align:inherit}.table>thead,.contenttable>thead{vertical-align:bottom}.table>:not(:first-child),.contenttable>:not(:first-child){border-top:2px solid currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:0.25rem 0.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*,.contenttable>tbody>tr:nth-of-type(odd)>*{--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover>*{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #eaf3d2;--bs-table-striped-bg: #dee8c9;--bs-table-striped-color: #010F1C;--bs-table-active-bg: #d3dcc0;--bs-table-active-color: #010F1C;--bs-table-hover-bg: #d9e2c4;--bs-table-hover-color: #010F1C;color:#010F1C;border-color:#d3dcc0}.table-secondary{--bs-table-bg: #facce6;--bs-table-striped-bg: #eec3dc;--bs-table-striped-color: #010F1C;--bs-table-active-bg: #e1b9d2;--bs-table-active-color: #010F1C;--bs-table-hover-bg: #e7bed7;--bs-table-hover-color: #010F1C;color:#010F1C;border-color:#e1b9d2}.table-success{--bs-table-bg: #eaf3d1;--bs-table-striped-bg: #dee8c8;--bs-table-striped-color: #010F1C;--bs-table-active-bg: #d3dcbf;--bs-table-active-color: #010F1C;--bs-table-hover-bg: #d9e2c3;--bs-table-hover-color: #010F1C;color:#010F1C;border-color:#d3dcbf}.table-info{--bs-table-bg: #e4e7e9;--bs-table-striped-bg: #d9dcdf;--bs-table-striped-color: #010F1C;--bs-table-active-bg: #cdd1d5;--bs-table-active-color: #010F1C;--bs-table-hover-bg: #d3d7da;--bs-table-hover-color: #010F1C;color:#010F1C;border-color:#cdd1d5}.table-warning{--bs-table-bg: #fff5e3;--bs-table-striped-bg: #f2ead9;--bs-table-striped-color: #010F1C;--bs-table-active-bg: #e6decf;--bs-table-active-color: #010F1C;--bs-table-hover-bg: #ece4d4;--bs-table-hover-color: #010F1C;color:#010F1C;border-color:#e6decf}.table-danger{--bs-table-bg: #f7d6d4;--bs-table-striped-bg: #ebcccb;--bs-table-striped-color: #010F1C;--bs-table-active-bg: #dec2c2;--bs-table-active-color: #010F1C;--bs-table-hover-bg: #e5c7c6;--bs-table-hover-color: #010F1C;color:#010F1C;border-color:#dec2c2}.table-light{--bs-table-bg: #EAEBEC;--bs-table-striped-bg: #dee0e2;--bs-table-striped-color: #010F1C;--bs-table-active-bg: #d3d5d7;--bs-table-active-color: #010F1C;--bs-table-hover-bg: #d9dbdc;--bs-table-hover-color: #010F1C;color:#010F1C;border-color:#d3d5d7}.table-dark{--bs-table-bg: #2e3438;--bs-table-striped-bg: #383e42;--bs-table-striped-color: #fff;--bs-table-active-bg: #43484c;--bs-table-active-color: #fff;--bs-table-hover-bg: #3e4347;--bs-table-hover-color: #fff;color:#fff;border-color:#43484c}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:0.5rem 1.25rem;font-size:1rem;font-weight:700;color:#E60180;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:#779a19;text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #EAEBEC}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#EAEBEC #EAEBEC #EAEBEC;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#95C11F;background-color:#fff;border-color:#95C11F}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:0.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#E60180}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:0.5rem;padding-bottom:0.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:0.2890625rem;padding-bottom:0.2890625rem;margin-right:1rem;font-size:calc(1.265625rem + 0.1875vw);white-space:nowrap}@media (min-width:1200px){.navbar-brand{font-size:1.40625rem}}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:0.5rem;padding-bottom:0.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:0.25rem 0.75rem;font-size:calc(1.265625rem + 0.1875vw);line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0.25rem;transition:box-shadow 0.15s ease-in-out}@media (min-width:1200px){.navbar-toggler{font-size:1.40625rem}}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 0.25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:1.25rem;padding-left:1.25rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas-header{display:none}.navbar-expand-sm .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-sm .offcanvas-top,.navbar-expand-sm .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:1.25rem;padding-left:1.25rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas-header{display:none}.navbar-expand-md .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-md .offcanvas-top,.navbar-expand-md .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:1.25rem;padding-left:1.25rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas-header{display:none}.navbar-expand-lg .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-lg .offcanvas-top,.navbar-expand-lg .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:1.25rem;padding-left:1.25rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas-header{display:none}.navbar-expand-xl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xl .offcanvas-top,.navbar-expand-xl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:1.25rem;padding-left:1.25rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand-xxl .offcanvas-top,.navbar-expand-xxl .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:1.25rem;padding-left:1.25rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas-header{display:none}.navbar-expand .offcanvas{position:inherit;bottom:0;z-index:1000;flex-grow:1;visibility:visible !important;background-color:transparent;border-right:0;border-left:0;transition:none;transform:none}.navbar-expand .offcanvas-top,.navbar-expand .offcanvas-bottom{height:auto;border-top:0;border-bottom:0}.navbar-expand .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-light .navbar-brand{color:rgba(1, 15, 28, 0.9)}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:rgba(1, 15, 28, 0.9)}.navbar-light .navbar-nav .nav-link{color:rgba(1, 15, 28, 0.55)}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:rgba(1, 15, 28, 0.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(1, 15, 28, 0.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:rgba(1, 15, 28, 0.9)}.navbar-light .navbar-toggler{color:rgba(1, 15, 28, 0.55);border-color:rgba(1, 15, 28, 0.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 15, 28, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(1, 15, 28, 0.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:rgba(1, 15, 28, 0.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255, 255, 255, 0.55)}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255, 255, 255, 0.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255, 255, 255, 0.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255, 255, 255, 0.55);border-color:rgba(255, 255, 255, 0.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255, 255, 255, 0.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;color:#fff;visibility:hidden;background-color:none;background-clip:padding-box;outline:0;transition:transform 0.3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:rgba(46, 52, 56, 0.8)}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:0.98}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:0.5rem 0.5rem;margin-top:-0.5rem;margin-right:-0.5rem;margin-bottom:-0.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(1, 15, 28, 0.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(1, 15, 28, 0.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(1, 15, 28, 0.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(1, 15, 28, 0.2);transform:translateY(100%)}.offcanvas.show{transform:none}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#95C11F;background-color:#fff;border:1px solid #cccbc8;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#779a19;text-decoration:none;background-color:#EAEBEC;border-color:#cccbc8}.page-link:focus{z-index:3;color:#779a19;background-color:#EAEBEC;outline:0;box-shadow:0 0 0 0.25rem rgba(230, 1, 128, 0.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#E60180;border-color:#E60180}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#cccbc8}.page-link{padding:0.375rem 0.75rem}.page-item:first-child .page-link{border-top-left-radius:0.25rem;border-bottom-left-radius:0.25rem}.page-item:last-child .page-link{border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem}.pagination-lg .page-link{padding:0.75rem 1.5rem;font-size:calc(1.265625rem + 0.1875vw)}@media (min-width:1200px){.pagination-lg .page-link{font-size:1.40625rem}}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:0.3rem;border-bottom-left-radius:0.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:0.3rem;border-bottom-right-radius:0.3rem}.pagination-sm .page-link{padding:0.25rem 0.5rem;font-size:0.984375rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:0.2rem;border-bottom-left-radius:0.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:0.2rem;border-bottom-right-radius:0.2rem}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:0.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:0.6em}.placeholder-sm{min-height:0.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:0.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #010F1C 55%, rgba(0, 0, 0, 0.8) 75%, #010F1C 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.popover{position:absolute;top:0;left:0 /* rtl:ignore */;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.984375rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(1, 15, 28, 0.2);border-radius:0.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:0.5rem}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before{bottom:0;border-width:0.5rem 0.5rem 0;border-top-color:rgba(1, 15, 28, 0.25)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after{bottom:1px;border-width:0.5rem 0.5rem 0;border-top-color:#fff}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow{left:calc(-0.5rem - 1px);width:0.5rem;height:1rem}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before{left:0;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:rgba(1, 15, 28, 0.25)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after{left:1px;border-width:0.5rem 0.5rem 0.5rem 0;border-right-color:#fff}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before{top:0;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:rgba(1, 15, 28, 0.25)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after{top:1px;border-width:0 0.5rem 0.5rem 0.5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow{right:calc(-0.5rem - 1px);width:0.5rem;height:1rem}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before{right:0;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:rgba(1, 15, 28, 0.25)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after{right:1px;border-width:0.5rem 0 0.5rem 0.5rem;border-left-color:#fff}.popover-header{padding:0.5rem 1rem;margin-bottom:0;font-size:1.125rem;background-color:#f0f0f0;border-bottom:1px solid rgba(1, 15, 28, 0.2);border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#010F1C}.fade{transition:opacity 0.15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#95C11F}.link-primary:hover,.link-primary:focus{color:#aacd4c}.link-secondary{color:#E60180}.link-secondary:hover,.link-secondary:focus{color:#b80166}.link-red{color:#d73427}.link-red:hover,.link-red:focus{color:#ac2a1f}.link-success{color:#94C119}.link-success:hover,.link-success:focus{color:#a9cd47}.link-info{color:#788790}.link-info:hover,.link-info:focus{color:#939fa6}.link-warning{color:#fdcf71}.link-warning:hover,.link-warning:focus{color:#fdd98d}.link-danger{color:#d73427}.link-danger:hover,.link-danger:focus{color:#ac2a1f}.link-light{color:#EAEBEC}.link-light:hover,.link-light:focus{color:#eeeff0}.link-grayblue{color:#788790}.link-grayblue:hover,.link-grayblue:focus{color:#939fa6}.link-gray{color:#EAEBEC}.link-gray:hover,.link-gray:focus{color:#eeeff0}.link-gray-dark{color:#cccbc8}.link-gray-dark:hover,.link-gray-dark:focus{color:#d6d5d3}.link-dark{color:#2e3438}.link-dark:hover,.link-dark:focus{color:#252a2d}.link-white{color:#fff}.link-white:hover,.link-white:focus{color:white}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:0.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:0.25 !important}.opacity-50{opacity:0.5 !important}.opacity-75{opacity:0.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 0.5rem 1rem rgba(1, 15, 28, 0.15) !important}.shadow-sm{box-shadow:0 0.125rem 0.25rem rgba(1, 15, 28, 0.075) !important}.shadow-lg{box-shadow:0 1rem 3rem rgba(1, 15, 28, 0.175) !important}.shadow-none{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #cccbc8 !important}.border-0{border:0 !important}.border-top{border-top:1px solid #cccbc8 !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #cccbc8 !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #cccbc8 !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #cccbc8 !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#95C11F !important}.border-secondary{border-color:#E60180 !important}.border-red{border-color:#d73427 !important}.border-success{border-color:#94C119 !important}.border-info{border-color:#788790 !important}.border-warning{border-color:#fdcf71 !important}.border-danger{border-color:#d73427 !important}.border-light{border-color:#EAEBEC !important}.border-grayblue{border-color:#788790 !important}.border-gray{border-color:#EAEBEC !important}.border-gray-dark{border-color:#cccbc8 !important}.border-dark{border-color:#2e3438 !important}.border-white{border-color:#fff !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:0.25rem !important}.gap-2{gap:0.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:2rem !important}.gap-6{gap:2.5rem !important}.gap-7{gap:3rem !important}.gap-8{gap:4rem !important}.gap-9{gap:5rem !important}.gap-10{gap:7.5rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:0.25rem !important}.m-2{margin:0.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:2rem !important}.m-6{margin:2.5rem !important}.m-7{margin:3rem !important}.m-8{margin:4rem !important}.m-9{margin:5rem !important}.m-10{margin:7.5rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:2rem !important;margin-left:2rem !important}.mx-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-7{margin-right:3rem !important;margin-left:3rem !important}.mx-8{margin-right:4rem !important;margin-left:4rem !important}.mx-9{margin-right:5rem !important;margin-left:5rem !important}.mx-10{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-7{margin-top:3rem !important;margin-bottom:3rem !important}.my-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-9{margin-top:5rem !important;margin-bottom:5rem !important}.my-10{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0,form h2,form .h2,.ce-vtabs .tab-content .frame-type-textpic .ce-bodytext,.ce-vtabs .tab-content .frame-type-textmedia .ce-bodytext,.ce-vtabs .tab-content .frame-type-text{margin-top:0 !important}.mt-1,.frame-space-before-extra-small{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3,form .actions{margin-top:1rem !important}.mt-4,.frame-space-before-small{margin-top:1.5rem !important}.mt-5,.frame-space-before-medium{margin-top:2rem !important}.mt-6,.frame-space-before-large{margin-top:2.5rem !important}.mt-7,.frame-space-before-extra-large{margin-top:3rem !important}.mt-8{margin-top:4rem !important}.mt-9{margin-top:5rem !important}.mt-10{margin-top:7.5rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:0.25rem !important}.me-2{margin-right:0.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:2rem !important}.me-6{margin-right:2.5rem !important}.me-7{margin-right:3rem !important}.me-8{margin-right:4rem !important}.me-9{margin-right:5rem !important}.me-10{margin-right:7.5rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1,.frame-space-after-extra-small,.ce-vtabs .nav-pills .nav-link{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4,.frame-space-after-small{margin-bottom:1.5rem !important}.mb-5,.frame-space-after-medium,form .form-group{margin-bottom:2rem !important}.mb-6,.frame-space-after-large{margin-bottom:2.5rem !important}.mb-7,.frame-space-after-extra-large{margin-bottom:3rem !important}.mb-8{margin-bottom:4rem !important}.mb-9{margin-bottom:5rem !important}.mb-10{margin-bottom:7.5rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:0.25rem !important}.ms-2{margin-left:0.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:2rem !important}.ms-6{margin-left:2.5rem !important}.ms-7{margin-left:3rem !important}.ms-8{margin-left:4rem !important}.ms-9{margin-left:5rem !important}.ms-10{margin-left:7.5rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:2rem !important}.p-6{padding:2.5rem !important}.p-7{padding:3rem !important}.p-8{padding:4rem !important}.p-9{padding:5rem !important}.p-10{padding:7.5rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-3,.ce-vtabs .tab-content .frame-type-textpic .ce-bodytext,.ce-vtabs .tab-content .frame-type-textmedia .ce-bodytext,.ce-vtabs .tab-content .frame-type-text{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:2rem !important;padding-left:2rem !important}.px-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-7{padding-right:3rem !important;padding-left:3rem !important}.px-8{padding-right:4rem !important;padding-left:4rem !important}.px-9{padding-right:5rem !important;padding-left:5rem !important}.px-10{padding-right:7.5rem !important;padding-left:7.5rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3,.ce-vtabs .nav-pills .nav-link,.ce-vtabs .tab-content .frame-type-textpic .ce-bodytext,.ce-vtabs .tab-content .frame-type-textmedia .ce-bodytext,.ce-vtabs .tab-content .frame-type-text{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-6,. .frame-padding-y{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-7{padding-top:3rem !important;padding-bottom:3rem !important}.py-8,.parallax .parallax-content{padding-top:4rem !important;padding-bottom:4rem !important}.py-9{padding-top:5rem !important;padding-bottom:5rem !important}.py-10{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:2rem !important}.pt-6{padding-top:2.5rem !important}.pt-7{padding-top:3rem !important}.pt-8{padding-top:4rem !important}.pt-9{padding-top:5rem !important}.pt-10{padding-top:7.5rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:0.25rem !important}.pe-2{padding-right:0.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:2rem !important}.pe-6{padding-right:2.5rem !important}.pe-7{padding-right:3rem !important}.pe-8{padding-right:4rem !important}.pe-9{padding-right:5rem !important}.pe-10{padding-right:7.5rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:2rem !important}.pb-6{padding-bottom:2.5rem !important}.pb-7{padding-bottom:3rem !important}.pb-8{padding-bottom:4rem !important}.pb-9{padding-bottom:5rem !important}.pb-10{padding-bottom:7.5rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:2rem !important}.ps-6{padding-left:2.5rem !important}.ps-7{padding-left:3rem !important}.ps-8{padding-left:4rem !important}.ps-9{padding-left:5rem !important}.ps-10{padding-left:7.5rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.434375rem + 2.2125vw) !important}.fs-2{font-size:calc(1.378125rem + 1.5375vw) !important}.fs-3{font-size:calc(1.35rem + 1.2vw) !important}.fs-4{font-size:calc(1.29375rem + 0.525vw) !important}.fs-5{font-size:calc(1.265625rem + 0.1875vw) !important}.fs-6{font-size:1.125rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:900 !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end,.text-right{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-red{--bs-text-opacity: 1;color:rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-grayblue{--bs-text-opacity: 1;color:rgba(var(--bs-grayblue-rgb), var(--bs-text-opacity)) !important}.text-gray{--bs-text-opacity: 1;color:rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important}.text-gray-dark{--bs-text-opacity: 1;color:rgba(var(--bs-gray-dark-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:#cccbc8 !important}.text-black-50{--bs-text-opacity: 1;color:rgba(1, 15, 28, 0.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255, 255, 255, 0.5) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.bg-primary,.frame-layout-1{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary,.frame-layout-2{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-red{--bs-bg-opacity: 1;background-color:rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light,.frame-layout-4,.accordion-header.bg-light .accordion-button.collapsed{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-grayblue,.frame-layout-7{--bs-bg-opacity: 1;background-color:rgba(var(--bs-grayblue-rgb), var(--bs-bg-opacity)) !important}.bg-gray,.frame-layout-5,.frame-layout-6{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important}.bg-gray-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-gray-dark-rgb), var(--bs-bg-opacity)) !important}.bg-dark,.frame-layout-8,.frame-layout-9,.frame-layout-10,.accordion-header .accordion-button.collapsed{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-white,.frame-layout-3,.accordion-header.bg-white .accordion-button.collapsed{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:transparent !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:0.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:0.2rem !important}.rounded-2{border-radius:0.25rem !important}.rounded-3{border-radius:0.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:0.25rem !important;border-top-right-radius:0.25rem !important}.rounded-end{border-top-right-radius:0.25rem !important;border-bottom-right-radius:0.25rem !important}.rounded-bottom{border-bottom-right-radius:0.25rem !important;border-bottom-left-radius:0.25rem !important}.rounded-start{border-bottom-left-radius:0.25rem !important;border-top-left-radius:0.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media (min-width:576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:0.25rem !important}.gap-sm-2{gap:0.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:2rem !important}.gap-sm-6{gap:2.5rem !important}.gap-sm-7{gap:3rem !important}.gap-sm-8{gap:4rem !important}.gap-sm-9{gap:5rem !important}.gap-sm-10{gap:7.5rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:0.25rem !important}.m-sm-2{margin:0.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:2rem !important}.m-sm-6{margin:2.5rem !important}.m-sm-7{margin:3rem !important}.m-sm-8{margin:4rem !important}.m-sm-9{margin:5rem !important}.m-sm-10{margin:7.5rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:2rem !important;margin-left:2rem !important}.mx-sm-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-7{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-8{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-9{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-10{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-7{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-9{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-10{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:2rem !important}.mt-sm-6{margin-top:2.5rem !important}.mt-sm-7{margin-top:3rem !important}.mt-sm-8{margin-top:4rem !important}.mt-sm-9{margin-top:5rem !important}.mt-sm-10{margin-top:7.5rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:0.25rem !important}.me-sm-2{margin-right:0.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:2rem !important}.me-sm-6{margin-right:2.5rem !important}.me-sm-7{margin-right:3rem !important}.me-sm-8{margin-right:4rem !important}.me-sm-9{margin-right:5rem !important}.me-sm-10{margin-right:7.5rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:2rem !important}.mb-sm-6{margin-bottom:2.5rem !important}.mb-sm-7{margin-bottom:3rem !important}.mb-sm-8{margin-bottom:4rem !important}.mb-sm-9{margin-bottom:5rem !important}.mb-sm-10{margin-bottom:7.5rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:0.25rem !important}.ms-sm-2{margin-left:0.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:2rem !important}.ms-sm-6{margin-left:2.5rem !important}.ms-sm-7{margin-left:3rem !important}.ms-sm-8{margin-left:4rem !important}.ms-sm-9{margin-left:5rem !important}.ms-sm-10{margin-left:7.5rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:2rem !important}.p-sm-6{padding:2.5rem !important}.p-sm-7{padding:3rem !important}.p-sm-8{padding:4rem !important}.p-sm-9{padding:5rem !important}.p-sm-10{padding:7.5rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:2rem !important;padding-left:2rem !important}.px-sm-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-7{padding-right:3rem !important;padding-left:3rem !important}.px-sm-8{padding-right:4rem !important;padding-left:4rem !important}.px-sm-9{padding-right:5rem !important;padding-left:5rem !important}.px-sm-10{padding-right:7.5rem !important;padding-left:7.5rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-7{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-9{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-10{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:2rem !important}.pt-sm-6{padding-top:2.5rem !important}.pt-sm-7{padding-top:3rem !important}.pt-sm-8{padding-top:4rem !important}.pt-sm-9{padding-top:5rem !important}.pt-sm-10{padding-top:7.5rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:0.25rem !important}.pe-sm-2{padding-right:0.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:2rem !important}.pe-sm-6{padding-right:2.5rem !important}.pe-sm-7{padding-right:3rem !important}.pe-sm-8{padding-right:4rem !important}.pe-sm-9{padding-right:5rem !important}.pe-sm-10{padding-right:7.5rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:2rem !important}.pb-sm-6{padding-bottom:2.5rem !important}.pb-sm-7{padding-bottom:3rem !important}.pb-sm-8{padding-bottom:4rem !important}.pb-sm-9{padding-bottom:5rem !important}.pb-sm-10{padding-bottom:7.5rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:2rem !important}.ps-sm-6{padding-left:2.5rem !important}.ps-sm-7{padding-left:3rem !important}.ps-sm-8{padding-left:4rem !important}.ps-sm-9{padding-left:5rem !important}.ps-sm-10{padding-left:7.5rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width:768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:0.25rem !important}.gap-md-2{gap:0.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:2rem !important}.gap-md-6{gap:2.5rem !important}.gap-md-7{gap:3rem !important}.gap-md-8{gap:4rem !important}.gap-md-9{gap:5rem !important}.gap-md-10{gap:7.5rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:0.25rem !important}.m-md-2{margin:0.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:2rem !important}.m-md-6{margin:2.5rem !important}.m-md-7{margin:3rem !important}.m-md-8{margin:4rem !important}.m-md-9{margin:5rem !important}.m-md-10{margin:7.5rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:2rem !important;margin-left:2rem !important}.mx-md-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-7{margin-right:3rem !important;margin-left:3rem !important}.mx-md-8{margin-right:4rem !important;margin-left:4rem !important}.mx-md-9{margin-right:5rem !important;margin-left:5rem !important}.mx-md-10{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-7{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-9{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-10{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:0.25rem !important}.mt-md-2{margin-top:0.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:2rem !important}.mt-md-6{margin-top:2.5rem !important}.mt-md-7{margin-top:3rem !important}.mt-md-8{margin-top:4rem !important}.mt-md-9{margin-top:5rem !important}.mt-md-10{margin-top:7.5rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:0.25rem !important}.me-md-2{margin-right:0.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:2rem !important}.me-md-6{margin-right:2.5rem !important}.me-md-7{margin-right:3rem !important}.me-md-8{margin-right:4rem !important}.me-md-9{margin-right:5rem !important}.me-md-10{margin-right:7.5rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:0.25rem !important}.mb-md-2{margin-bottom:0.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:2rem !important}.mb-md-6{margin-bottom:2.5rem !important}.mb-md-7{margin-bottom:3rem !important}.mb-md-8{margin-bottom:4rem !important}.mb-md-9{margin-bottom:5rem !important}.mb-md-10{margin-bottom:7.5rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:0.25rem !important}.ms-md-2{margin-left:0.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:2rem !important}.ms-md-6{margin-left:2.5rem !important}.ms-md-7{margin-left:3rem !important}.ms-md-8{margin-left:4rem !important}.ms-md-9{margin-left:5rem !important}.ms-md-10{margin-left:7.5rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:0.25rem !important}.p-md-2{padding:0.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:2rem !important}.p-md-6{padding:2.5rem !important}.p-md-7{padding:3rem !important}.p-md-8{padding:4rem !important}.p-md-9{padding:5rem !important}.p-md-10{padding:7.5rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:2rem !important;padding-left:2rem !important}.px-md-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-7{padding-right:3rem !important;padding-left:3rem !important}.px-md-8{padding-right:4rem !important;padding-left:4rem !important}.px-md-9{padding-right:5rem !important;padding-left:5rem !important}.px-md-10{padding-right:7.5rem !important;padding-left:7.5rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-7{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-9{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-10{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:0.25rem !important}.pt-md-2{padding-top:0.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:2rem !important}.pt-md-6{padding-top:2.5rem !important}.pt-md-7{padding-top:3rem !important}.pt-md-8{padding-top:4rem !important}.pt-md-9{padding-top:5rem !important}.pt-md-10{padding-top:7.5rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:0.25rem !important}.pe-md-2{padding-right:0.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:2rem !important}.pe-md-6{padding-right:2.5rem !important}.pe-md-7{padding-right:3rem !important}.pe-md-8{padding-right:4rem !important}.pe-md-9{padding-right:5rem !important}.pe-md-10{padding-right:7.5rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:0.25rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:2rem !important}.pb-md-6{padding-bottom:2.5rem !important}.pb-md-7{padding-bottom:3rem !important}.pb-md-8{padding-bottom:4rem !important}.pb-md-9{padding-bottom:5rem !important}.pb-md-10{padding-bottom:7.5rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:2rem !important}.ps-md-6{padding-left:2.5rem !important}.ps-md-7{padding-left:3rem !important}.ps-md-8{padding-left:4rem !important}.ps-md-9{padding-left:5rem !important}.ps-md-10{padding-left:7.5rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width:992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:0.25rem !important}.gap-lg-2{gap:0.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:2rem !important}.gap-lg-6{gap:2.5rem !important}.gap-lg-7{gap:3rem !important}.gap-lg-8{gap:4rem !important}.gap-lg-9{gap:5rem !important}.gap-lg-10{gap:7.5rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:0.25rem !important}.m-lg-2{margin:0.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:2rem !important}.m-lg-6{margin:2.5rem !important}.m-lg-7{margin:3rem !important}.m-lg-8{margin:4rem !important}.m-lg-9{margin:5rem !important}.m-lg-10{margin:7.5rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:2rem !important;margin-left:2rem !important}.mx-lg-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-7{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-8{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-9{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-10{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-7{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-9{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-10{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:2rem !important}.mt-lg-6{margin-top:2.5rem !important}.mt-lg-7{margin-top:3rem !important}.mt-lg-8,.frame-space-before-medium{margin-top:4rem !important}.mt-lg-9,.frame-space-before-large{margin-top:5rem !important}.mt-lg-10,.frame-space-before-extra-large{margin-top:7.5rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:0.25rem !important}.me-lg-2{margin-right:0.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:2rem !important}.me-lg-6{margin-right:2.5rem !important}.me-lg-7{margin-right:3rem !important}.me-lg-8{margin-right:4rem !important}.me-lg-9{margin-right:5rem !important}.me-lg-10{margin-right:7.5rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:0.25rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:2rem !important}.mb-lg-6{margin-bottom:2.5rem !important}.mb-lg-7{margin-bottom:3rem !important}.mb-lg-8,.frame-space-after-medium{margin-bottom:4rem !important}.mb-lg-9,.frame-space-after-large{margin-bottom:5rem !important}.mb-lg-10,.frame-space-after-extra-large{margin-bottom:7.5rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:0.25rem !important}.ms-lg-2{margin-left:0.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:2rem !important}.ms-lg-6{margin-left:2.5rem !important}.ms-lg-7{margin-left:3rem !important}.ms-lg-8{margin-left:4rem !important}.ms-lg-9{margin-left:5rem !important}.ms-lg-10{margin-left:7.5rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:0.25rem !important}.p-lg-2{padding:0.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:2rem !important}.p-lg-6{padding:2.5rem !important}.p-lg-7{padding:3rem !important}.p-lg-8{padding:4rem !important}.p-lg-9{padding:5rem !important}.p-lg-10{padding:7.5rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:2rem !important;padding-left:2rem !important}.px-lg-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-7{padding-right:3rem !important;padding-left:3rem !important}.px-lg-8,.ce-vtabs .tab-content .frame-type-textpic .ce-bodytext,.ce-vtabs .tab-content .frame-type-textmedia .ce-bodytext,.ce-vtabs .tab-content .frame-type-text{padding-right:4rem !important;padding-left:4rem !important}.px-lg-9{padding-right:5rem !important;padding-left:5rem !important}.px-lg-10{padding-right:7.5rem !important;padding-left:7.5rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-7,.ce-vtabs .tab-content .frame-type-textpic .ce-bodytext,.ce-vtabs .tab-content .frame-type-textmedia .ce-bodytext,.ce-vtabs .tab-content .frame-type-text{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-9,. .frame-padding-y{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-10{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:0.25rem !important}.pt-lg-2{padding-top:0.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:2rem !important}.pt-lg-6{padding-top:2.5rem !important}.pt-lg-7{padding-top:3rem !important}.pt-lg-8{padding-top:4rem !important}.pt-lg-9{padding-top:5rem !important}.pt-lg-10{padding-top:7.5rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:0.25rem !important}.pe-lg-2{padding-right:0.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:2rem !important}.pe-lg-6{padding-right:2.5rem !important}.pe-lg-7{padding-right:3rem !important}.pe-lg-8{padding-right:4rem !important}.pe-lg-9{padding-right:5rem !important}.pe-lg-10{padding-right:7.5rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:0.25rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:2rem !important}.pb-lg-6{padding-bottom:2.5rem !important}.pb-lg-7{padding-bottom:3rem !important}.pb-lg-8{padding-bottom:4rem !important}.pb-lg-9{padding-bottom:5rem !important}.pb-lg-10{padding-bottom:7.5rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:2rem !important}.ps-lg-6{padding-left:2.5rem !important}.ps-lg-7{padding-left:3rem !important}.ps-lg-8{padding-left:4rem !important}.ps-lg-9{padding-left:5rem !important}.ps-lg-10{padding-left:7.5rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width:1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:0.25rem !important}.gap-xl-2{gap:0.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:2rem !important}.gap-xl-6{gap:2.5rem !important}.gap-xl-7{gap:3rem !important}.gap-xl-8{gap:4rem !important}.gap-xl-9{gap:5rem !important}.gap-xl-10{gap:7.5rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:0.25rem !important}.m-xl-2{margin:0.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:2rem !important}.m-xl-6{margin:2.5rem !important}.m-xl-7{margin:3rem !important}.m-xl-8{margin:4rem !important}.m-xl-9{margin:5rem !important}.m-xl-10{margin:7.5rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:2rem !important;margin-left:2rem !important}.mx-xl-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-7{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-8{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-9{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-10{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-7{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-9{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-10{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:0.25rem !important}.mt-xl-2{margin-top:0.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:2rem !important}.mt-xl-6{margin-top:2.5rem !important}.mt-xl-7{margin-top:3rem !important}.mt-xl-8{margin-top:4rem !important}.mt-xl-9{margin-top:5rem !important}.mt-xl-10{margin-top:7.5rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:0.25rem !important}.me-xl-2{margin-right:0.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:2rem !important}.me-xl-6{margin-right:2.5rem !important}.me-xl-7{margin-right:3rem !important}.me-xl-8{margin-right:4rem !important}.me-xl-9{margin-right:5rem !important}.me-xl-10{margin-right:7.5rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:0.25rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:2rem !important}.mb-xl-6{margin-bottom:2.5rem !important}.mb-xl-7{margin-bottom:3rem !important}.mb-xl-8{margin-bottom:4rem !important}.mb-xl-9{margin-bottom:5rem !important}.mb-xl-10{margin-bottom:7.5rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:0.25rem !important}.ms-xl-2{margin-left:0.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:2rem !important}.ms-xl-6{margin-left:2.5rem !important}.ms-xl-7{margin-left:3rem !important}.ms-xl-8{margin-left:4rem !important}.ms-xl-9{margin-left:5rem !important}.ms-xl-10{margin-left:7.5rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:0.25rem !important}.p-xl-2{padding:0.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:2rem !important}.p-xl-6{padding:2.5rem !important}.p-xl-7{padding:3rem !important}.p-xl-8{padding:4rem !important}.p-xl-9{padding:5rem !important}.p-xl-10{padding:7.5rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:2rem !important;padding-left:2rem !important}.px-xl-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-7{padding-right:3rem !important;padding-left:3rem !important}.px-xl-8{padding-right:4rem !important;padding-left:4rem !important}.px-xl-9{padding-right:5rem !important;padding-left:5rem !important}.px-xl-10{padding-right:7.5rem !important;padding-left:7.5rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-7{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-9{padding-top:5rem !important;padding-bottom:5rem !important}.py-xl-10{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:0.25rem !important}.pt-xl-2{padding-top:0.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:2rem !important}.pt-xl-6{padding-top:2.5rem !important}.pt-xl-7{padding-top:3rem !important}.pt-xl-8{padding-top:4rem !important}.pt-xl-9{padding-top:5rem !important}.pt-xl-10{padding-top:7.5rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:0.25rem !important}.pe-xl-2{padding-right:0.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:2rem !important}.pe-xl-6{padding-right:2.5rem !important}.pe-xl-7{padding-right:3rem !important}.pe-xl-8{padding-right:4rem !important}.pe-xl-9{padding-right:5rem !important}.pe-xl-10{padding-right:7.5rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:0.25rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:2rem !important}.pb-xl-6{padding-bottom:2.5rem !important}.pb-xl-7{padding-bottom:3rem !important}.pb-xl-8{padding-bottom:4rem !important}.pb-xl-9{padding-bottom:5rem !important}.pb-xl-10{padding-bottom:7.5rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:2rem !important}.ps-xl-6{padding-left:2.5rem !important}.ps-xl-7{padding-left:3rem !important}.ps-xl-8{padding-left:4rem !important}.ps-xl-9{padding-left:5rem !important}.ps-xl-10{padding-left:7.5rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media (min-width:1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:0.25rem !important}.gap-xxl-2{gap:0.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:2rem !important}.gap-xxl-6{gap:2.5rem !important}.gap-xxl-7{gap:3rem !important}.gap-xxl-8{gap:4rem !important}.gap-xxl-9{gap:5rem !important}.gap-xxl-10{gap:7.5rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:0.25rem !important}.m-xxl-2{margin:0.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:2rem !important}.m-xxl-6{margin:2.5rem !important}.m-xxl-7{margin:3rem !important}.m-xxl-8{margin:4rem !important}.m-xxl-9{margin:5rem !important}.m-xxl-10{margin:7.5rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:2rem !important;margin-left:2rem !important}.mx-xxl-6{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-7{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-8{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-9{margin-right:5rem !important;margin-left:5rem !important}.mx-xxl-10{margin-right:7.5rem !important;margin-left:7.5rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxl-6{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-7{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-8{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-9{margin-top:5rem !important;margin-bottom:5rem !important}.my-xxl-10{margin-top:7.5rem !important;margin-bottom:7.5rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:2rem !important}.mt-xxl-6{margin-top:2.5rem !important}.mt-xxl-7{margin-top:3rem !important}.mt-xxl-8{margin-top:4rem !important}.mt-xxl-9{margin-top:5rem !important}.mt-xxl-10{margin-top:7.5rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:2rem !important}.me-xxl-6{margin-right:2.5rem !important}.me-xxl-7{margin-right:3rem !important}.me-xxl-8{margin-right:4rem !important}.me-xxl-9{margin-right:5rem !important}.me-xxl-10{margin-right:7.5rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:2rem !important}.mb-xxl-6{margin-bottom:2.5rem !important}.mb-xxl-7{margin-bottom:3rem !important}.mb-xxl-8{margin-bottom:4rem !important}.mb-xxl-9{margin-bottom:5rem !important}.mb-xxl-10{margin-bottom:7.5rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:2rem !important}.ms-xxl-6{margin-left:2.5rem !important}.ms-xxl-7{margin-left:3rem !important}.ms-xxl-8{margin-left:4rem !important}.ms-xxl-9{margin-left:5rem !important}.ms-xxl-10{margin-left:7.5rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:2rem !important}.p-xxl-6{padding:2.5rem !important}.p-xxl-7{padding:3rem !important}.p-xxl-8{padding:4rem !important}.p-xxl-9{padding:5rem !important}.p-xxl-10{padding:7.5rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:2rem !important;padding-left:2rem !important}.px-xxl-6{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-7{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-8{padding-right:4rem !important;padding-left:4rem !important}.px-xxl-9{padding-right:5rem !important;padding-left:5rem !important}.px-xxl-10{padding-right:7.5rem !important;padding-left:7.5rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxl-6{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-7{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-8{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-9{padding-top:5rem !important;padding-bottom:5rem !important}.py-xxl-10{padding-top:7.5rem !important;padding-bottom:7.5rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:2rem !important}.pt-xxl-6{padding-top:2.5rem !important}.pt-xxl-7{padding-top:3rem !important}.pt-xxl-8{padding-top:4rem !important}.pt-xxl-9{padding-top:5rem !important}.pt-xxl-10{padding-top:7.5rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:2rem !important}.pe-xxl-6{padding-right:2.5rem !important}.pe-xxl-7{padding-right:3rem !important}.pe-xxl-8{padding-right:4rem !important}.pe-xxl-9{padding-right:5rem !important}.pe-xxl-10{padding-right:7.5rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:2rem !important}.pb-xxl-6{padding-bottom:2.5rem !important}.pb-xxl-7{padding-bottom:3rem !important}.pb-xxl-8{padding-bottom:4rem !important}.pb-xxl-9{padding-bottom:5rem !important}.pb-xxl-10{padding-bottom:7.5rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:2rem !important}.ps-xxl-6{padding-left:2.5rem !important}.ps-xxl-7{padding-left:3rem !important}.ps-xxl-8{padding-left:4rem !important}.ps-xxl-9{padding-left:5rem !important}.ps-xxl-10{padding-left:7.5rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media (min-width:1200px){.fs-1{font-size:3.09375rem !important}.fs-2{font-size:2.53125rem !important}.fs-3{font-size:2.25rem !important}.fs-4{font-size:1.6875rem !important}.fs-5{font-size:1.40625rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}html{font-size:calc(12px + 0.698vw);font-size:14px;font-weight:100;color:#2e3438}@media (min-width:576px){html{font-size:16px}}@media (min-width:992px){html{font-size:18px}}html body{font-size:inherit;max-width:100%;overflow-x:hidden;font-family:'Lato', sans-serif}@media (min-width:1500px){.frame-container-default,.container{max-width:1370px}}h1,.h1,h2,.h2,h3,.h3,h4,.h4,legend{font-family:'Lato', sans-serif;font-style:italic;padding-bottom:0.4em}h1 .subheader,.h1 .subheader,h2 .subheader,.h2 .subheader,h3 .subheader,.h3 .subheader,h4 .subheader,.h4 .subheader,legend .subheader{display:block;text-transform:none;line-height:1.2em;font-weight:300 !important}h1,.h1,h2,.h2{font-size:2.2rem;font-weight:700;line-height:1.1em;padding-bottom:0.4em;color:#2e3438;font-weight:700}h1 .header>span,.h1 .header>span,h1 .subheader>span,.h1 .subheader>span,h2 .header>span,.h2 .header>span,h2 .subheader>span,.h2 .subheader>span{display:inline-block;padding:0.2em;line-height:1em;margin-bottom:5px;background:#95C11F;color:#fff;margin-right:-0.2em}@media (max-width:575.98px){h1,.h1,h2,.h2{font-size:2.25em}}.h2alt{font-size:2.6em;font-weight:700;line-height:1.3em;padding-top:0em;padding-bottom:0.4em;color:#2e3438;text-transform:none}@media (max-width:575.98px){.h2alt{font-size:1.87em}}h3,.h3{font-size:1.7em;font-weight:700;line-height:1.2em;color:#2e3438}@media (max-width:575.98px){h3,.h3{font-size:1.5em}}h4,.h4,legend{font-size:1.3rem;color:#2e3438;font-weight:700;line-height:1.3em;margin:0}@media (max-width:575.98px){h4,.h4,legend{font-size:1.25 em}}h4 .subheader,.h4 .subheader,legend .subheader{font-size:1rem;font-weight:300}h4 .dropdown-item-title,.h4 .dropdown-item-title,legend .dropdown-item-title{padding-bottom:0.3em;display:block}.h5,h5{font-size:1.1rem;line-height:1.2em;font-weight:700}img{max-width:100%;height:auto}p:last-child{margin-bottom:0}.list-normal{padding-left:1.3em}a:hover{text-decoration:none}a,.frame a[class=""],.frame a:not([class]){color:inherit}.frame p a:not(.btn){color:inherit;display:inline-block;text-decoration:none;text-decoration-thickness:2px}.image img{max-width:100%}#wrapper{min-height:100vh;overflow-x:hidden;display:flex;-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}@media (max-width:991.98px){#topmenu .content{display:none !important}}@media (min-width:992px){#topmenu .navbar-toggler{display:none !important}}#header{padding-top:1rem}#header #scroll-content{display:none}#header #scroll-content::after{content:'';width:0px;height:0px;-webkit-transform:rotate(360deg);border-style:solid;border-width:0 12px 12px 12px;border-color:transparent transparent #EAEBEC transparent;display:block;position:absolute;right:8rem;margin-left:-6px;top:-0.5rem}#header.sticky #mainMenu{display:none !important}#header.sticky #scroll-content{display:block}#header #logo{max-width:150px;margin:0 auto;transition:all 0.5s}@media (min-width:768px){#header #logo{margin-left:0;max-width:207px;margin-top:0em;margin-bottom:0.3em}}#topmenu{min-height:2em;color:rgba(255, 255, 255, 0.4);font-size:0.9rem;text-align:right;padding:0.2rem 0}#topmenu .content{display:flex;font-size:0.9em}#topmenu .content strong{display:inline-block;padding:0 1rem}#topmenu .content p{padding:0;margin:0}#topmenu .container{display:flex;justify-content:flex-end !important}#topmenu .social{padding-left:2em;position:relative;top:0.2em}#topmenu a,#topmenu button{padding:0.2rem;display:inline-block;color:rgba(255, 255, 255, 0.8)}section>.frame{max-width:1680px;margin:0 auto}#jumbotron{max-width:1680px;margin:0 auto 5rem auto}#jumbotron .container-fluid,#jumbotron .container-sm,#jumbotron .container-md,#jumbotron .container-lg,#jumbotron .container-xl,#jumbotron .container-xxl{padding:0}#jumbotron .carouse-image img{width:100%}#jumbotron .carousel-caption{left:0;right:0}#jumbotron .split{background:rgba(148, 193, 25, 0.9)}.breadcrumb-section{font-size:0.8em}.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{font-family:'icomoon' !important;color:#95C11F;content:"";font-size:1.2rem;line-height:1.2rem}#mobilemenu .container{padding:0}#mobilemenu .content{padding:1em}#mobilemenu .content strong{display:none !important}#mobilemenu .content a{padding:0.5em 0em;border:0;display:block;width:auto}#mobilemenu .content a::after{display:none}#main-content{margin-bottom:auto}#main-content>section{min-height:70vh}#footer{font-size:0.9em}#footer .nav-link{font-size:0.9em}@media (max-width:767.98px){#footer .frame{margin-bottom:2rem}}.frame-container .frame-container,.container .frame-container,.container .container{padding-right:0;padding-left:0}.list-normal{margin-bottom:1.5rem}.list-normal li{margin-bottom:0.5em}.frame-type-menu_subpages ul,.frame-type-menu_pages ul{list-style-type:none;flex-direction:column;margin:0}.frame-type-menu_subpages ul a,.frame-type-menu_pages ul a{padding:0.5em 1em}.frame-type-menu_subpages ul a:first-child,.frame-type-menu_pages ul a:first-child{padding-left:0}.frame-type-menu_subpages ul a:flast-child,.frame-type-menu_pages ul a:flast-child{padding-right:0}ul.check li{position:relative;list-style-type:none}ul.check li::before{font-family:'icomoon' !important;content:"";margin-right:0.5em;position:absolute;left:-1.5em;color:#94C119}ul.chevron{padding-left:0}ul.chevron li{position:relative;padding-bottom:0.5em;padding-left:1.5em;list-style-type:none}ul.chevron li::before{content:"";font-size:1.2em;font-family:'icomoon' !important;margin-right:0.5em;position:absolute;left:0}#shapes{position:absolute;z-index:-1}.shape-image-right-bottom img{clip-path:url('../../../typo3temp/assets/css/#shape-image-right-bottom')}.shape-image-left-bottom img{clip-path:url('../../../typo3temp/assets/css/#shape-image-left-bottom')}.shape-image-left-top img{clip-path:url('../../../typo3temp/assets/css/#shape-image-left-top')}.shape-image-left-top img{clip-path:url('../../../typo3temp/assets/css/#shape-image-left-top')}@media print{.container{max-width:100%;width:100%}html,body{font-size:12px !important}}#footer{background:#2e3438;color:#fff}#footer *{color:#fff}#footer .icon.rounded-circle{padding:0.7rem;display:inline-block;width:2.5rem;height:2.5rem}#footer .icon.rounded-circle i{font-size:1.2em;color:#2e3438}.scroll-top{position:fixed;bottom:20px;right:20px;display:flex;justify-content:center;align-items:center;width:3em;height:3em;padding:0.5em;opacity:0.8;border-radius:1.5em;background-color:#EAEBEC;color:white;transition:all 0.3s ease-in-out;z-index:1020}.scroll-top:hover{opacity:1;color:white}.lightbox .carousel-control-prev,.lightbox .carousel-control-next{width:4rem}.lightbox .modal-header{width:100%;border-bottom:initial;position:absolute;right:0;top:0;z-index:2}.lightbox .modal-header .btn-close{margin:0;padding:0.75rem;background-color:white;border-radius:1.5rem}.lightbox .carousel{display:flex;flex-direction:column;justify-content:space-between;height:100%}.lightbox .lightbox-img{max-width:100%;object-fit:contain;max-height:100vh}.lightbox .modal-body{display:flex;justify-content:center;align-items:center;max-width:1600px;margin:0 auto;overflow:hidden}.lightbox .modal-body .carousel-item.active{display:flex;justify-content:center}.lightbox-thumbnail{display:block;position:relative}.lightbox-thumbnail:hover{text-decoration:none;display:inline-block}.lightbox-thumbnail:hover::after{content:"";font-family:'icomoon' !important;color:#fff;font-size:1.5rem;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.lightbox-thumbnail:hover::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:0.5s ease;background-color:rgba(0, 0, 0, 0.4)}.image-overlay{position:relative}.image-overlay .overlay-container{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:0.5s ease}.image-overlay:hover .overlay-container{opacity:1}@media (max-width:575.98px){.image-overlay h3,.image-overlay .h3{font-size:1.25rem;margin-bottom:1rem}.image-overlay p{font-size:0.875rem}}.carousel-indicators .active{background-color:#95C11F}.style-0 .carousel-caption{color:#E60180;font-size:1.5rem;bottom:20%;text-align:left;z-index:2}.style-0 .carousel-caption h2,.style-0 .carousel-caption .h2{color:#fff}.style-0 .carousel-overlay::before{content:'';height:10rem;width:10rem;background:#95C11F;clip-path:url('../../../typo3temp/assets/css/#shape-image-left-bottom');position:absolute;top:2rem;left:-8rem;z-index:2;rotate:137deg}.style-0 .carousel-overlay::after{content:'';height:10rem;width:10rem;background:#E60180;clip-path:url('../../../typo3temp/assets/css/#shape-image-left-bottom');top:auto;right:-5rem;z-index:2;position:absolute;bottom:-5rem;rotate:25deg}.carousel-overlay{top:0;left:0;width:100%;height:100%;background:black;background:linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 100%);z-index:0;position:absolute}.style-1,.style-2{margin-bottom:6rem}.style-1 .shape-image-right-bottom,.style-1 .shape-image-left-top,.style-2 .shape-image-right-bottom,.style-2 .shape-image-left-top{position:relative;width:120%}.style-1 .carousel-text,.style-2 .carousel-text{position:relative;padding-bottom:5rem}.style-1 .carousel-text ::after,.style-2 .carousel-text ::after{content:'';background:#E60180;width:15rem;height:20rem;position:absolute;bottom:-5rem;right:115%;clip-path:url('../../../typo3temp/assets/css/#shape-image-left-bottom');transform:rotate(93deg)}.style-1 .controls,.style-2 .controls{position:absolute;bottom:3rem;text-align:center;left:-2rem;right:1rem;color:#2e3438}.style-1 .controls .count,.style-2 .controls .count{display:inline-block}.style-1 .controls span,.style-2 .controls span{display:inline-block;padding:0 0.2rem}.style-1 .carousel-control-prev,.style-1 .carousel-control-next,.style-2 .carousel-control-prev,.style-2 .carousel-control-next{display:inline-block;position:relative;top:0.2em;width:3rem;opacity:1 !important;color:#95C11F;font-size:1.8rem}.style-1 .carousel-control-prev .fa,.style-1 .carousel-control-next .fa,.style-2 .carousel-control-prev .fa,.style-2 .carousel-control-next .fa{background-image:none !important}.style-gg .carouse-image img{transform:translate(50%, -50%);position:absolute}.style-gg .carousel-inner{position:relative;z-index:1;overflow:none}.style-1 .carousel-inner{overflow:visible}.style-2 .carouse-image{position:relative;left:-20%;margin-bottom:-2rem}.style-2 .carouse-image picture{overflow:hidden}.style-2 .carousel-text ::after{display:none}@media (max-width:575.98px){.carousel-indicators{position:relative}.carousel-overlay{display:none}.carousel-caption{padding:1.25rem;font-size:1rem}.carousel-caption h1,.carousel-caption .h1,.carousel-caption h2,.carousel-caption .h2{font-size:1.25rem;margin-bottom:1rem}.carousel-button{margin-top:1.5rem}}.glider-contain .glider-item .glider-item-content .glider-caption{margin-top:1rem}.glider-contain .glider-item .glider-item-content .glider-caption h3,.glider-contain .glider-item .glider-item-content .glider-caption .h3{font-size:1.5rem;margin-bottom:1rem}.glider-contain .glider-next,.glider-contain .glider-prev{font-size:2rem;top:25%;padding:1rem;cursor:pointer;color:rgba(1, 15, 28, 0.6);opacity:1;line-height:1;transition:opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67)}.glider-contain .glider-next.disabled,.glider-contain .glider-prev.disabled{color:rgba(1, 15, 28, 0.1)}.glider-contain .glider-next:not(.disabled):hover,.glider-contain .glider-prev:not(.disabled):hover{background:#EAEBEC;border-radius:50%;color:rgba(1, 15, 28, 0.8)}@media (max-width:991.98px){.glider-contain .glider-next,.glider-contain .glider-prev{font-size:1.5rem;top:auto;bottom:-0.75rem;padding:0.75rem}}.glider-contain .glider-prev{left:-5rem}@media (max-width:991.98px){.glider-contain .glider-prev{left:-0.75rem}}.glider-contain .glider-next{right:-5rem}@media (max-width:991.98px){.glider-contain .glider-next{right:-0.75rem}}.glider-contain .glider-dots{margin-top:1rem}.glider-contain .glider-dots .glider-dot{background:#EAEBEC}.glider-contain .glider-dots .glider-dot.active{background:#95C11F}.parallax{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.parallax header *,.parallax p{color:#fff}.parallax .parallax-content{position:relative;z-index:2}.parallax .parallax-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(39, 39, 39, 0.4);backdrop-filter:blur(7px);z-index:1}@media (max-width:575.98px){.parallax{min-height:300px !important;background-position:bottom}.parallax.container-fluid,.parallax.container-sm,.parallax.container-md,.parallax.container-lg,.parallax.container-xl,.parallax.container-xxl{padding-left:0;padding-right:0}}@media (min-width:992px){.parallax{background-attachment:fixed}}.card-teaser{border:none}.card-teaser .card-img-top{object-fit:cover}.card-teaser .card-image{position:relative}.card-teaser .card-image .card-icon{position:absolute;display:flex;justify-content:center;align-items:center;bottom:-32px;right:24px;width:88px;height:88px;background:#95C11F;border-radius:50%}.card-teaser .card-image .card-icon i{font-size:2.25rem;width:100%;color:#fff;margin:0}@media (max-width:575.98px){.card-teaser .card-body{padding-left:0;padding-right:0}.card-teaser .card-body .btn{margin-top:0}.card-teaser .card-image .card-icon{right:-8px;border:solid 8px #FFF}}.video{position:relative}.video:hover{cursor:pointer}.video .thubnail-content{background:#EAEBEC}.video .thubnail-content .play-icon{position:absolute;top:45%;left:50%;transform:translate(-50%, -45%)}.video .thubnail-content .video-description{position:absolute;bottom:2rem;left:0;width:100%;text-align:center}.video .thubnail-content .video-description p{margin-bottom:0}.bg-img{background-position:center center;background-size:contain;color:#fff;position:relative;z-index:0}.bg-img *{color:#fff}.bg-img::before{content:'';position:absolute;top:0;right:0;left:0;bottom:0;background:rgba(0, 0, 0, 0.5);z-index:-1}.blue-shape,.blue{overflow:hidden;background:#2e3438;color:#fff}.blue-shape *,.blue *{color:#fff}.blue-shape{padding-top:3rem !important}.blue-shape::before{content:'';height:20rem;width:20rem;background-image:url("/typo3conf/ext/t3base/Resources/Public/Images/stroke.svg");background-repeat:no-repeat no-repeat;background-position:center center;background-size:contain;position:absolute;top:-16rem;left:-11rem;z-index:2;rotate:97deg}.orange-border{border:5px solid #E60180}.shape-blue{background:none;position:relative;color:#fff;z-index:0}.shape-blue .card-title,.shape-blue .card-text{background:#2e3438}.shape-blue *{color:#fff}.shape-blue::before{content:'';height:31rem;width:39rem;background:#2e3438;clip-path:url('../../../typo3temp/assets/css/#shape-image-left-top');position:absolute;position:absolute;bottom:3rem;left:-5rem;z-index:2;rotate:-90deg;z-index:-1}.shape-blue .subheader{color:#E60180;padding-bottom:0.3rem;display:block}.shape-blue .card-image::before{content:'';height:9rem;width:9rem;background:#95C11F;clip-path:url('../../../typo3temp/assets/css/#shape-image-left-top');position:absolute;bottom:12rem;left:1rem;z-index:2;rotate:25deg;z-index:-1}.shape-blue .card-image::after{content:'';height:7rem;width:9rem;background:rgba(230, 1, 128, 0.7);clip-path:url('../../../typo3temp/assets/css/#shape-image-left-top');position:absolute;bottom:5rem;right:-3rem;z-index:2;rotate:-23deg;z-index:0}.news.news-single .content{padding-top:1.5rem}@media (min-width:576px){.news.news-single .content{background:#EAEBEC;padding:8% 10%;margin-bottom:4rem}}.news .news-search-form .bg-link{top:0;font-size:1.2rem}.news .news-search-form #news-subject{padding-left:2.5em}.news .news-categories{margin-left:-1rem}.news .news-categories .btn{font-size:1.3rem}.news .news-categories .active::before{content:'';width:100%;height:2px;background:#E60180;display:block;bottom:-5px;position:absolute;left:3px}.news .latest.news.item .img-fluid{margin:0 0 0 -2em}.news .latest.news.item .header{margin:1em 0 -1em 0;padding:0}.news .latest.news.item .header span{background:#E60180;color:#fff;display:inline-block;padding:0.2em}.news .latest.news.item .article-content{margin:4em 0 2em -6em;width:120%}.news .latest.news.item .description{padding:2rem;margin-left:-2rem;background:#fff}.news .newsevents-list .event{background:#fff;border:solid 1px #EAEBEC;border-left:solid 8px #E60180;padding:1.25rem 2rem}.news .newsevents-list .event:not(:first-child){margin-top:1.5rem}.news .newsevents-list .event .row>div{display:flex;flex-direction:column;justify-content:center}.news .newsevents-list .event h3,.news .newsevents-list .event .h3{font-size:1.5rem;margin-bottom:0.5rem}.news .newsevents-list .event .teaser{margin-bottom:1.25rem}.news .newsevents-list .event .teaser p{color:#010F1C}.news .newsevents-list .event .event-link{align-items:flex-end}.news .newsevents-list .event .event-link a{width:2.5rem;color:#95C11F}.news .newsevents-list .event .event-link a:hover{color:#d73427}.news .newsevents-list .event .event-link a i{font-size:2.5rem}.news .job{position:relative}.news .job .overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center;opacity:0;transition:0.5s ease;background-color:#95C11F}.news .job:hover .overlay{opacity:1}.news .job a:hover{text-decoration:none;color:initial}.news .job .news-list-item{min-height:160px;display:flex;align-items:center;width:100%}@media (max-width:575.98px){.news h1,.news .h1{font-size:1.5rem}.news h5,.news .h5{font-size:1.125rem}.news .news-slider{display:flex;overflow-x:auto;flex-wrap:nowrap;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.news .news-slider>div{flex-shrink:0;width:300px;height:100%;scroll-snap-align:start}.news .newsevents-list .event{padding:1rem}.news .newsevents-list .event h3,.news .newsevents-list .event .h3{margin-top:1rem}}.news .news-item-cols h3,.news .news-item-cols .h3{font-size:1.125rem}.kesearch_searchbox{position:relative;margin-bottom:0.5em}.kesearch_searchbox .submit{right:0.4em;top:0.4em;color:#EAEBEC;font-size:1em}#ke_search_sword{width:600px;max-width:100%}#ke_search_sword::placeholder{color:#EAEBEC;opacity:1}#ke_search_sword:-ms-input-placeholder{color:#EAEBEC;opacity:1}#ke_search_sword::-ms-input-placeholder{color:#EAEBEC;opacity:1}.poll-answer{margin-bottom:1rem}.poll-answer-description{font-size:0.9rem}.image-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-check-label.icon{cursor:pointer}.form-check-label.icon:hover{color:#95C11F}.form-check-label.icon .fa{font-size:2rem}input:checked+.form-check-label.icon{color:#95C11F}.ce-align-left{text-align:left}.ce-align-center{text-align:center}.ce-align-right{text-align:right}.ce-table td,.ce-table th{vertical-align:top}.ce-textpic,.ce-image,.ce-nowrap .ce-bodytext,.ce-gallery,.ce-row,.ce-uploads li,.ce-uploads div{overflow:hidden}.ce-left .ce-gallery,.ce-column{float:left}.ce-center .ce-outer{position:relative;float:right;right:50%}.ce-center .ce-inner{position:relative;float:right;right:-50%}.ce-right .ce-gallery{float:right}.ce-gallery figure{display:table;margin:0}.ce-gallery figcaption{display:table-caption;caption-side:bottom}.ce-gallery img{display:block}.ce-gallery iframe{border-width:0}.ce-border img,.ce-border iframe{border:2px solid #000000;padding:0px}.ce-intext.ce-right .ce-gallery,.ce-intext.ce-left .ce-gallery,.ce-above .ce-gallery{margin-bottom:10px}.ce-image .ce-gallery{margin-bottom:0}.ce-intext.ce-right .ce-gallery{margin-left:10px}.ce-intext.ce-left .ce-gallery{margin-right:10px}.ce-below .ce-gallery{margin-top:10px}.ce-column{margin-right:10px}.ce-column:last-child{margin-right:0}.ce-row{margin-bottom:10px}.ce-row:last-child{margin-bottom:0}.ce-above .ce-bodytext{clear:both}.ce-intext.ce-left ol,.ce-intext.ce-left ul{padding-left:40px;overflow:auto}.ce-headline-left{text-align:left}.ce-headline-center{text-align:center}.ce-headline-right{text-align:right}.ce-uploads{margin:0;padding:0}.ce-uploads li{list-style:none outside none;margin:1em 0}.ce-uploads img{float:left;padding-right:1em;vertical-align:top}.ce-uploads span{display:block}.ce-table{width:100%;max-width:100%}.ce-table th,.ce-table td{padding:0.5em 0.75em;vertical-align:top}.ce-table thead th{border-bottom:2px solid #dadada}.ce-table th,.ce-table td{border-top:1px solid #dadada}.ce-table-striped tbody tr:nth-of-type(odd){background-color:rgba(0, 0, 0, 0.05)}.ce-table-bordered th,.ce-table-bordered td{border:1px solid #dadada}.frame-ruler-before:before{content:'';display:block;border-top:1px solid #EAEBEC;margin-bottom:2em}.frame-ruler-after:after{content:'';display:block;border-bottom:1px solid #EAEBEC;margin-top:2em}.frame-indent{margin-left:10%;margin-right:10%}.frame-indent-left{margin-left:0}@media (min-width:992px){.frame-indent-left{margin-left:10%}}.frame-indent-right{margin-right:0}@media (min-width:992px){.frame-indent-right{margin-right:10%}}.frame-max-w-500>*{max-width:500px;margin:0 auto}.frame-max-w-750>*{max-width:750px;margin:0 auto}.frame-max-w-900>*{max-width:900px;margin:0 auto}.frame-layout-1 *{color:#fff}.frame-layout-5,.frame-layout-6{position:relative}.frame-layout-5 .frame-type-image,.frame-layout-6 .frame-type-image{width:120%;margin:0 -10%}.frame-layout-5 .frame-type-image figure,.frame-layout-6 .frame-type-image figure{margin:0}.frame-layout-5 .frame-type-text,.frame-layout-6 .frame-type-text{position:relative;left:3em;background:#fff;margin-top:2em;padding:1em 1em 1em 2em}.frame-layout-5 .frame-type-text header,.frame-layout-6 .frame-type-text header{margin-top:-2em}.frame-layout-6{background-color:#fff !important}.frame-layout-7>*{color:#E60180}.frame-layout-9,.frame-layout-10{overflow:hidden}.frame-layout-9 *,.frame-layout-10 *{color:#fff !important}.frame-layout-9 .container,.frame-layout-10 .container{position:relative;z-index:0}.frame-layout-9 .container::before,.frame-layout-10 .container::before{content:'';height:20rem;width:20rem;background-image:url("/typo3conf/ext/t3base/Resources/Public/Images/stroke.svg");background-repeat:no-repeat no-repeat;background-position:center center;background-size:contain;position:absolute;top:-127px;left:-123px;rotate:116deg;z-index:-1}.frame-layout-10 .container::after{content:'';height:20rem;width:20rem;background-image:url("/typo3conf/ext/t3base/Resources/Public/Images/stroke.svg");background-repeat:no-repeat no-repeat;background-position:center center;background-size:contain;position:absolute;bottom:-15rem;right:-9rem;rotate:116deg;z-index:-1}.frame-type-menu_subpages ul li,.frame-type-menu_pages ul li{width:100%}.frame-type-menu_subpages ul li a,.frame-type-menu_pages ul li a{padding-left:0}.gallery .image .h-100{object-fit:cover}ul.typo3-messages{list-style:none;margin:0;padding:0}ul.typo3-messages li{padding:1rem}.alert-info{background:#EAEBEC;padding-left:4rem}.alert-info::before{content:url('data:image/svg+xml; utf8, \a         <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="%23f39200" class="bi bi-info-circle-fill" viewBox="0 0 16 16">\a             <path d="M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16zm.93-9.412-1 4.705c-.07.34.029.533.304.533.194 0 .487-.07.686-.246l-.088.416c-.287.346-.92.598-1.465.598-.703 0-1.002-.422-.808-1.319l.738-3.468c.064-.293.006-.399-.287-.47l-.451-.081.082-.381 2.29-.287zM8 5.5a1 1 0 1 1 0-2 1 1 0 0 1 0 2z"/>\a         </svg>');width:1.5rem;height:1.5rem;position:absolute;left:1.25rem;top:calc(50% - 0.75rem)}@media (max-width:575.98px){.alert-info{padding-left:1rem;padding-top:1em}.alert-info::before{left:-0.5rem;top:-0.5rem}}.accordion{counter-reset:numbered}.accordion .accordion-item{border-left-width:0;border-right-width:0}.accordion-header{padding:0}.accordion-header .accordion-button{padding-left:0}.accordion-header.bg-white .accordion-button.collapsed,.accordion-header.frame-layout-3 .accordion-button.collapsed,.accordion-header.bg-white .accordion-header.accordion-button.collapsed .accordion-button.collapsed,.accordion-header.bg-light .accordion-button.collapsed,.accordion-header.frame-layout-4 .accordion-button.collapsed,.accordion-header.bg-light .accordion-header.accordion-button.collapsed .accordion-button.collapsed{color:#E60180}.accordion-header.bg-white,.accordion-header.frame-layout-3,.accordion-header.bg-white .accordion-header.accordion-button.collapsed{padding-left:0}.accordion-header.bg-white .accordion-button.collapsed,.accordion-header.frame-layout-3 .accordion-button.collapsed,.accordion-header.bg-white .accordion-header.accordion-button.collapsed .accordion-button.collapsed{color:#010F1C}.accordion-header.bg-light .accordion-button.collapsed,.accordion-header.frame-layout-4 .accordion-button.collapsed,.accordion-header.bg-light .accordion-header.accordion-button.collapsed .accordion-button.collapsed{color:#010F1C}.accordion-header .accordion-button.collapsed{color:#EAEBEC}.accordion-header .accordion-button.collapsed.icon-chevron::after{font-family:'icomoon' !important;content:"";background-image:none;color:inherit}.accordion-header .accordion-button.collapsed.icon-plus::after{font-family:'icomoon' !important;content:"";background-image:none;color:inherit}.accordion-header .accordion-button{font-weight:700}.accordion-header .accordion-button:focus{box-shadow:none}.accordion-header .accordion-button:not(.collapsed){background:#fff;color:inherit}.accordion-header .accordion-button:not(.collapsed).icon-chevron::after{transform:rotate(90deg);font-family:'icomoon' !important;content:"";background-image:none;color:inherit}.accordion-header .accordion-button:not(.collapsed).icon-plus::after{transform:rotate(90deg);font-family:'icomoon' !important;content:"";background-image:none;color:inherit}@media (max-width:575.98px){.accordion-header .accordion-button{padding-left:1rem;padding-right:1rem}}.ordered-list .accordion-button::before{height:50px;width:50px;background-color:#95C11F;color:#fff;padding:0.4em;margin-right:0.7em;border-radius:50px;text-align:center;counter-increment:numbered;content:"" counter(numbered) ""}.accordion-body{background:#fff;padding:2rem 0rem}.accordion-body>div>header{display:none}@media (max-width:575.98px){.accordion-body{padding-left:1rem;padding-right:1rem}}@media (max-width:767.98px){.breadcrumb-item{font-size:0.75rem}}form .form-check-wrapping-label .form-check-label{margin-left:0.5rem}label{display:block}.navbar .navbar-nav .nav-item .nav-link{min-height:3rem;font-size:1rem;color:#010F1C}@media (min-width:1400px){.navbar .navbar-nav .nav-item .nav-link{padding-bottom:0}}.navbar .navbar-nav .nav-item .nav-link:hover{color:#95C11F}.navbar .navbar-nav .nav-item .nav-link .dropdown-item-arrow{navbar-expand-xxlay:none}#main-nav{padding:0;background:#95C11F}@media (min-width:992px){#main-nav .navbar-nav>.nav-item{position:static !important;width:100%;border-right:4px solid rgba(255, 255, 255, 0.1)}#main-nav .navbar-nav>.nav-item:first-child{border-left:4px solid rgba(255, 255, 255, 0.1)}#main-nav .navbar-nav>.nav-item>.nav-link{width:100%;text-align:center;white-space:normal;display:flex;height:100%;justify-content:center;align-items:center;background:#95C11F;color:#fff;position:relative;padding:0.2em}#main-nav .navbar-nav>.nav-item>.nav-link::after{display:none}#main-nav .navbar-nav>.nav-item>.nav-link.active{background:#95C11F}#main-nav .navbar-nav>.nav-item>.nav-link:hover{background:#EAEBEC;color:inherit}#main-nav .navbar-nav>.nav-item:hover>.nav-link{background:#EAEBEC;color:inherit}#main-nav .navbar-nav>.nav-item.dropdown:hover>.nav-link{}#main-nav .navbar-nav>.nav-item:last-child>.nav-link{padding-left:2em;padding-right:2em}#main-nav .navbar-nav .dropdown:hover>.dropdown-menu{display:block}#main-nav .navbar-nav .dropdown-menu>li:hover>.submenu{display:block}#main-nav .navbar-nav .megamenu{bottom:0rem;background:transparent;padding-top:0;left:0;right:0;width:100%;margin-top:0}#main-nav .navbar-nav .megamenu .container{padding-left:var(--bs-gutter-x, 1rem);padding-right:var(--bs-gutter-x, 1rem)}#main-nav .navbar-nav .dropdown-menu{font-size:1rem;border:0;background:#EAEBEC}#main-nav .navbar-nav .dropdown-menu .dropdown-item{padding:0.25rem 3rem 0.25rem 0.8rem}#main-nav .navbar-nav .dropdown-menu .dropdown-item>.dropdown-item-arrow{display:none}#main-nav .navbar-nav .dropdown-menu .dropdown-item:hover,#main-nav .navbar-nav .dropdown-menu .dropdown-item.active{background:#fff;color:inherit}#main-nav .navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle::after{vertical-align:0;position:absolute;top:50%;right:1em;margin-top:-0.4em}#main-nav .navbar-nav .dropdown-menu .dropdown-menu{left:100%;top:0}#main-nav .navbar-nav .dropdown-menu .list-unstyled li{margin-bottom:1rem}#main-nav .navbar-nav .dropdown-menu .list-unstyled li a{font-weight:700}}@media (max-width:991.98px){.navbar.fixed-top .navbar-collapse,.navbar.sticky-top .navbar-collapse{overflow-y:auto;max-height:90vh;margin-top:10px}}.ce-tabs .nav-tabs .nav-link{color:rgba(1, 15, 28, 0.8);border-width:0 0 3px 0;margin-bottom:-2px}.ce-tabs .nav-tabs .nav-link.active{border-width:0 0 3px 0;border-radius:1px;color:#95C11F}.ce-tabs .nav-tabs .nav-link:hover{border-width:0 0 3px 0}.ce-tabs .tab-content .tab-pane{padding-top:2rem}.ce-tabs .tab-content .tab-pane>div>header{display:none}.ce-vtabs .nav-pills .nav-link{background:#EAEBEC;color:rgba(1, 15, 28, 0.8);text-align:left;font-weight:400;border-left:solid 8px #EAEBEC}.ce-vtabs .nav-pills .nav-link.active,.ce-vtabs .nav-pills .show>.nav-link{background:#EAEBEC;color:#95C11F;font-weight:700;border-color:#95C11F}.ce-vtabs .tab-content{background:#EAEBEC}.ce-vtabs .tab-content .tab-pane>div>header{display:none}.ce-vtabs .tab-content .tab-pane figcaption{display:none}.btn{border-radius:0;font-weight:700}.btn .fa{font-size:1.2em;display:inline-block;line-height:0.5em;position:relative;top:0.12em}.btn-primary{color:#fff}.btn-read-more{font-size:inherit;font-weight:700}.btn-read-more::after{content:"";font-size:1.2em;font-family:'icomoon' !important;display:inline-block;padding-left:0.2em;line-height:0.5em;position:relative;top:0.12em}.pagination{margin:1em 0}@media (min-width:768px){#c168{float:right}}#c387 #map_387{min-height:70vh}.form-check span a{font-size:0.9rem}.email::before,.download::before,.phone::before,.mobile::before,.external-link::before,.pdf-file-link::before,.file-link::before,.fax::before{display:inline-block;padding-right:0.5rem;font-family:'icomoon' !important;position:relative;top:0.1rem}.download::before,.file-link::before{content:""}.phone::before,.mobile::before{content:""}.email::before{content:""}.pdf-file-link::before{content:""}.external-link::before{content:""}.fax::before{content:""}.bottom-n5rem{bottom:-5rem}.carousel-control-prev-icon,.carousel-control-next-icon{background-image:none !important;font-size:3em}.container>.row:first-child>*{margin-top:0 !important}.frame-layout-4 .card{position:relative;top:-2em}.card-body .card-title{margin-top:0rem}.card-image+.card-body .card-title{margin-top:-1.7rem}.tx-poll .poll-question{margin-bottom:1rem}.poll-question+.poll-question h3,.poll-question+.poll-question .h3{margin-top:1em}/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_root.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_reboot.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fvendor%2F_rfs.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_type.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_images.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_containers.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_breakpoints.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_grid.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_accordion.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_transition.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_badge.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_breadcrumb.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_button-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_card.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_carousel.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_clearfix.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_dropdown.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_caret.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_labels.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_form-text.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_form-control.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_form-select.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_form-check.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_form-range.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_floating-labels.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fforms%2F_input-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_close.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_modal.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_backdrop.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_list-group.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_tables.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_table-variants.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_nav.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_navbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_offcanvas.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_pagination.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_placeholders.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_popover.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2F_transitions.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_colored-links.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_ratio.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_position.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_stacks.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_visually-hidden.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_stretched-link.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_text-truncation.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fhelpers%2F_vr.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Fmixins%2F_utilities.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F..%2F..%2FContrib%2FBootstrap5%2FScss%2Futilities%2F_api.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2F_layout.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FLayout%2F_footer.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FLayout%2F_scroll-top.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FLayout%2F_lightbox.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FMask%2F_img_overlay.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FMask%2F_carousel.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FMask%2F_carousel_glider.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FMask%2F_parallax.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FMask%2F_card.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FMask%2F_video.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FMask%2F_teaser.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2FNews%2Fnews.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2Fkeseach.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FExtensions%2Fpoll.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2F_tx_frontend.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2FBootstrap%2F_alert.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2FBootstrap%2F_accordion.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2FBootstrap%2F_breadcrumb.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2FBootstrap%2F_forms.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2FBootstrap%2F_navbar.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2FBootstrap%2F_tabs.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2FBootstrap%2F_buttons.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2FOverrides%2F_all.scss%22%2C%22%2Ftypo3conf%2Fext%2Ft3base%2FResources%2FPublic%2FScss%2FTheme%2Fcustom.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%2CMAAA%2C25CAAA%2CCCeA%2CqBAAA%2CqBAAA%2CCAkBI%2C8CAAA%2CMAAA%2CsBAAA%2CCAAA%2CCAeJ%2CKAAA%2CgVAAA%2CCAoBA%2CGAAA%2C%2BEAAA%2CCAQA%2CeAAA%2CUAAA%2CCAWA%2CiDAAA%2C%2BDAAA%2CCAUA%2COAAA%2CsCAAA%2CCCsCI%2C0BAAA%2COAAA%2CoBAAA%2CCAAA%2CCDjCJ%2COAAA%2CsCAAA%2CCCiCI%2C0BAAA%2COAAA%2CoBAAA%2CCAAA%2CCD5BJ%2COAAA%2C%2BBAAA%2CCC4BI%2C0BAAA%2COAAA%2CiBAAA%2CCAAA%2CCDvBJ%2CcAAA%2CoCAAA%2CCCuBI%2C0BAAA%2CcAAA%2CmBAAA%2CCAAA%2CCDlBJ%2COAAA%2CsCAAA%2CCCkBI%2C0BAAA%2COAAA%2CoBAAA%2CCAAA%2CCDbJ%2COAAA%2CkBAAA%2CCAWA%2CEAAA%2C%2BBAAA%2CCAaA%2CyCAAA%2C0EAAA%2CCAUA%2CQAAA%2CwDAAA%2CCASA%2CMAAA%2CiBAAA%2CCAKA%2CSAAA%2C%2BBAAA%2CCAOA%2CwBAAA%2CeAAA%2CCAOA%2CGAAA%2CeAAA%2CCAMA%2CGAAA%2CkCAAA%2CCAQA%2CWAAA%2CeAAA%2CCASA%2CSAAA%2CeAAA%2CCAUA%2CaAAA%2CiBAAA%2CCAOA%2CWAAA%2CsCAAA%2CCAWA%2CQAAA%2CwEAAA%2CCAQA%2CIAAA%2CcAAA%2CCACA%2CIAAA%2CUAAA%2CCAKA%2CEAAA%2CkCAAA%2CCAIE%2CQAAA%2CuCAAA%2CCAYA%2C4DAAA%2CkCAAA%2CCAUF%2CkBAAA%2C4GAAA%2CCAcA%2CIAAA%2C6EAAA%2CCASE%2CSAAA%2CiDAAA%2CCAOF%2CKAAA%2CoDAAA%2CCAME%2COAAA%2CaAAA%2CCAKF%2CIAAA%2CgGAAA%2CCAOE%2CQAAA%2CuCAAA%2CCAYF%2COAAA%2CeAAA%2CCAOA%2CQAAA%2CqBAAA%2CCAUA%2CMAAA%2C4CAAA%2CCAKA%2CQAAA%2CsEAAA%2CCAWA%2CGAAA%2CkDAAA%2CCAMA%2C2BAAA%2CsDAAA%2CCAgBA%2CMAAA%2CoBAAA%2CCAOA%2COAAA%2CeAAA%2CCAUA%2CiCAAA%2CSAAA%2CCAMA%2CsCAAA%2CkEAAA%2CCAYA%2CcAAA%2CmBAAA%2CCAOA%2CgBAAA%2CcAAA%2CCAIA%2COAAA%2CgBAAA%2CCAME%2CgBAAA%2CSAAA%2CCAQF%2C0CAAA%2CYAAA%2CCASA%2CsDAAA%2CyBAAA%2CCAOI%2CkHAAA%2CcAAA%2CCAQJ%2CmBAAA%2C2BAAA%2CCAOA%2CSAAA%2CeAAA%2CCAWA%2CSAAA%2CuCAAA%2CCAYA%2COAAA%2CyGAAA%2CCCjXI%2C0BAAA%2COAAA%2CgBAAA%2CCAAA%2CCD0XF%2CSAAA%2CUAAA%2CCAQF%2C%2BOAAA%2CSAAA%2CCAUA%2C4BAAA%2CWAAA%2CCAUA%2CgBAAA%2CgDAAA%2CCAqBA%2C4BAAA%2CuBAAA%2CCAMA%2C%2BBAAA%2CSAAA%2CCAOA%2CuBAAA%2CYAAA%2CCAOA%2C6BAAA%2CsCAAA%2CCAOA%2COAAA%2CoBAAA%2CCAMA%2COAAA%2CQAAA%2CCAQA%2CQAAA%2CgCAAA%2CCAUA%2CSAAA%2CuBAAA%2CCASA%2CSAAA%2CuBAAA%2CCEllBA%2CMAAA%2CsDAAA%2CCD2GI%2C0BAAA%2CMAAA%2CoBAAA%2CCAAA%2CCCpGF%2CWAAA%2CgEAAA%2CCDoGE%2C0BAAA%2CWAAA%2CcAAA%2CCAAA%2CCCpGF%2CWAAA%2CgEAAA%2CCDoGE%2C0BAAA%2CWAAA%2CgBAAA%2CCAAA%2CCCpGF%2CWAAA%2CgEAAA%2CCDoGE%2C0BAAA%2CWAAA%2CcAAA%2CCAAA%2CCCpGF%2CWAAA%2CgEAAA%2CCDoGE%2C0BAAA%2CWAAA%2CgBAAA%2CCAAA%2CCCpGF%2CWAAA%2CgEAAA%2CCDoGE%2C0BAAA%2CWAAA%2CcAAA%2CCAAA%2CCCpGF%2CWAAA%2CgEAAA%2CCDoGE%2C0BAAA%2CWAAA%2CgBAAA%2CCAAA%2CCC9EJ%2CeAAA%2C8BAAA%2CCAKA%2CaAAA%2C8BAAA%2CCAGA%2CkBAAA%2CoBAAA%2CCAGE%2CmCAAA%2CmBAAA%2CCAWF%2CYAAA%2C0CAAA%2CCAMA%2CYAAA%2CyDAAA%2CCDkDI%2C0BAAA%2CYAAA%2CoBAAA%2CCAAA%2CCC9CF%2CwBAAA%2CeAAA%2CCAKF%2CmBAAA%2CmEAAA%2CCAME%2C2BAAA%2CeAAA%2CCC7FF%2CWAAA%2C0BAAA%2CCAMA%2CeAAA%2C%2BGAAA%2CCAeA%2CQAAA%2CoBAAA%2CCAKA%2CYAAA%2CkCAAA%2CCAKA%2CgBAAA%2C%2BBAAA%2CCChCE%2CmGAAA%2C0HAAA%2CCCyDE%2CyBD5CE%2CyBAAA%2CeAAA%2CCAAA%2CCC4CF%2CyBD5CE%2CuCAAA%2CeAAA%2CCAAA%2CCC4CF%2CyBD5CE%2CqDAAA%2CeAAA%2CCAAA%2CCC4CF%2C0BD5CE%2CmEAAA%2CgBAAA%2CCAAA%2CCC4CF%2C0BD5CE%2CkFAAA%2CgBAAA%2CCAAA%2CCEdJ%2CKAAA%2CgMAAA%2CCAGE%2COAAA%2C4JAAA%2CCCiEE%2CKAAA%2CWAAA%2CCAIA%2CiBAAA%2CwBAAA%2CCArBJ%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CcAAA%2CkCAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CcAAA%2CkCAAA%2CCAiCI%2CUAAA%2CwBAAA%2CCAMI%2COAAA%2C%2BBAAA%2CCAAA%2COAAA%2CgCAAA%2CCAAA%2COAAA%2CuBAAA%2CCAAA%2COAAA%2CgCAAA%2CCAAA%2COAAA%2CgCAAA%2CCAAA%2COAAA%2CuBAAA%2CCAAA%2COAAA%2CgCAAA%2CCAAA%2COAAA%2CgCAAA%2CCAAA%2COAAA%2CuBAAA%2CCAAA%2CQAAA%2CgCAAA%2CCAAA%2CQAAA%2CgCAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAQE%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CUAAA%2CeAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CUAAA%2CeAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CUAAA%2CeAAA%2CCAAA%2CWAAA%2CwBAAA%2CCAAA%2CWAAA%2CwBAAA%2CCAWJ%2CWAAA%2CgBAAA%2CCAKA%2CWAAA%2CgBAAA%2CCALA%2CWAAA%2CsBAAA%2CCAKA%2CWAAA%2CsBAAA%2CCALA%2CWAAA%2CqBAAA%2CCAKA%2CWAAA%2CqBAAA%2CCALA%2CWAAA%2CmBAAA%2CCAKA%2CWAAA%2CmBAAA%2CCALA%2CWAAA%2CqBAAA%2CCAKA%2CWAAA%2CqBAAA%2CCALA%2CWAAA%2CmBAAA%2CCAKA%2CWAAA%2CmBAAA%2CCALA%2CWAAA%2CqBAAA%2CCAKA%2CWAAA%2CqBAAA%2CCALA%2CWAAA%2CmBAAA%2CCAKA%2CWAAA%2CmBAAA%2CCALA%2CWAAA%2CmBAAA%2CCAKA%2CWAAA%2CmBAAA%2CCALA%2CWAAA%2CmBAAA%2CCAKA%2CWAAA%2CmBAAA%2CCALA%2CaAAA%2CqBAAA%2CCAKA%2CaAAA%2CqBAAA%2CCFxDJ%2CyBEUE%2CQAAA%2CWAAA%2CCAIA%2CoBAAA%2CwBAAA%2CCArBJ%2CiBAAA%2CwBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAiCI%2CaAAA%2CwBAAA%2CCAMI%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CwBAAA%2CCAQE%2CaAAA%2CaAAA%2CCAAA%2CaAAA%2CuBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAWJ%2CiBAAA%2CgBAAA%2CCAKA%2CiBAAA%2CgBAAA%2CCALA%2CiBAAA%2CsBAAA%2CCAKA%2CiBAAA%2CsBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CmBAAA%2CqBAAA%2CCAKA%2CmBAAA%2CqBAAA%2CCAAA%2CCFxDJ%2CyBEUE%2CQAAA%2CWAAA%2CCAIA%2CoBAAA%2CwBAAA%2CCArBJ%2CiBAAA%2CwBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAiCI%2CaAAA%2CwBAAA%2CCAMI%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CwBAAA%2CCAQE%2CaAAA%2CaAAA%2CCAAA%2CaAAA%2CuBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAWJ%2CiBAAA%2CgBAAA%2CCAKA%2CiBAAA%2CgBAAA%2CCALA%2CiBAAA%2CsBAAA%2CCAKA%2CiBAAA%2CsBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CmBAAA%2CqBAAA%2CCAKA%2CmBAAA%2CqBAAA%2CCAAA%2CCFxDJ%2CyBEUE%2CQAAA%2CWAAA%2CCAIA%2CoBAAA%2CwBAAA%2CCArBJ%2CiBAAA%2CwBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAiCI%2CaAAA%2CwBAAA%2CCAMI%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CwBAAA%2CCAQE%2CaAAA%2CaAAA%2CCAAA%2CaAAA%2CuBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAWJ%2CiBAAA%2CgBAAA%2CCAKA%2CiBAAA%2CgBAAA%2CCALA%2CiBAAA%2CsBAAA%2CCAKA%2CiBAAA%2CsBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CmBAAA%2CqBAAA%2CCAKA%2CmBAAA%2CqBAAA%2CCAAA%2CCFxDJ%2C0BEUE%2CQAAA%2CWAAA%2CCAIA%2CoBAAA%2CwBAAA%2CCArBJ%2CiBAAA%2CwBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CkCAAA%2CCAiCI%2CaAAA%2CwBAAA%2CCAMI%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CwBAAA%2CCAQE%2CaAAA%2CaAAA%2CCAAA%2CaAAA%2CuBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CaAAA%2CeAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAWJ%2CiBAAA%2CgBAAA%2CCAKA%2CiBAAA%2CgBAAA%2CCALA%2CiBAAA%2CsBAAA%2CCAKA%2CiBAAA%2CsBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CqBAAA%2CCAKA%2CiBAAA%2CqBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CiBAAA%2CmBAAA%2CCAKA%2CiBAAA%2CmBAAA%2CCALA%2CmBAAA%2CqBAAA%2CCAKA%2CmBAAA%2CqBAAA%2CCAAA%2CCFxDJ%2C0BEUE%2CSAAA%2CWAAA%2CCAIA%2CqBAAA%2CwBAAA%2CCArBJ%2CkBAAA%2CwBAAA%2CCAAA%2CkBAAA%2CuBAAA%2CCAAA%2CkBAAA%2CkCAAA%2CCAAA%2CkBAAA%2CuBAAA%2CCAAA%2CkBAAA%2CuBAAA%2CCAAA%2CkBAAA%2CkCAAA%2CCAiCI%2CcAAA%2CwBAAA%2CCAMI%2CWAAA%2C%2BBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CYAAA%2CgCAAA%2CCAAA%2CYAAA%2CgCAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAQE%2CcAAA%2CaAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CeAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CeAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CcAAA%2CeAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAWJ%2CmBAAA%2CgBAAA%2CCAKA%2CmBAAA%2CgBAAA%2CCALA%2CmBAAA%2CsBAAA%2CCAKA%2CmBAAA%2CsBAAA%2CCALA%2CmBAAA%2CqBAAA%2CCAKA%2CmBAAA%2CqBAAA%2CCALA%2CmBAAA%2CmBAAA%2CCAKA%2CmBAAA%2CmBAAA%2CCALA%2CmBAAA%2CqBAAA%2CCAKA%2CmBAAA%2CqBAAA%2CCALA%2CmBAAA%2CmBAAA%2CCAKA%2CmBAAA%2CmBAAA%2CCALA%2CmBAAA%2CqBAAA%2CCAKA%2CmBAAA%2CqBAAA%2CCALA%2CmBAAA%2CmBAAA%2CCAKA%2CmBAAA%2CmBAAA%2CCALA%2CmBAAA%2CmBAAA%2CCAKA%2CmBAAA%2CmBAAA%2CCALA%2CmBAAA%2CmBAAA%2CCAKA%2CmBAAA%2CmBAAA%2CCALA%2CqBAAA%2CqBAAA%2CCAKA%2CqBAAA%2CqBAAA%2CCAAA%2CCCnHR%2CkBAAA%2CyXAAA%2CCCgBM%2CuCAAA%2CkBAAA%2CeAAA%2CCAAA%2CCDAJ%2CkCAAA%2CoFAAA%2CCAKE%2CyCAAA%2CuTAAA%2CCAOF%2CyBAAA%2CicAAA%2CCCZI%2CuCAAA%2CyBAAA%2CeAAA%2CCAAA%2CCDwBJ%2CwBAAA%2CSAAA%2CCAIA%2CwBAAA%2CyFAAA%2CCAQF%2CkBAAA%2CeAAA%2CCAIA%2CgBAAA%2CgEAAA%2CCAIE%2C8BAAA%2C8DAAA%2CCAGE%2CgDAAA%2CsFAAA%2CCAKF%2CoCAAA%2CYAAA%2CCAKA%2C6BAAA%2CoEAAA%2CCAII%2CyDAAA%2C4FAAA%2CCAKF%2CiDAAA%2CoEAAA%2CCAMJ%2CgBAAA%2CiBAAA%2CCAUE%2CqCAAA%2CcAAA%2CCAIA%2CiCAAA%2C4CAAA%2CCAKE%2C6CAAA%2CYAAA%2CCACA%2C4CAAA%2CeAAA%2CCAEA%2CmDAAA%2CeAAA%2CCE9GJ%2COAAA%2CyGAAA%2CCASA%2CeAAA%2CaAAA%2CCAMA%2CYAAA%2CeAAA%2CCASA%2CmBAAA%2CkBAAA%2CCAIE%2C8BAAA%2C8DAAA%2CCAoBA%2CeAAA%2C2DAAA%2CCC9CA%2C2BAAA%2CaAAA%2CCD8CA%2CiBAAA%2C2DAAA%2CCC9CA%2C6BAAA%2CaAAA%2CCD8CA%2CWAAA%2C2DAAA%2CCC9CA%2CuBAAA%2CaAAA%2CCD8CA%2CeAAA%2C2DAAA%2CCC9CA%2C2BAAA%2CaAAA%2CCD8CA%2CYAAA%2C2DAAA%2CCC9CA%2CwBAAA%2CaAAA%2CCD8CA%2CeAAA%2C2DAAA%2CCC9CA%2C2BAAA%2CaAAA%2CCD8CA%2CcAAA%2C2DAAA%2CCC9CA%2C0BAAA%2CaAAA%2CCD8CA%2CaAAA%2C2DAAA%2CCC9CA%2CyBAAA%2CaAAA%2CCD8CA%2CgBAAA%2C2DAAA%2CCC9CA%2C4BAAA%2CaAAA%2CCD8CA%2CYAAA%2C2DAAA%2CCC9CA%2CwBAAA%2CaAAA%2CCD8CA%2CiBAAA%2C2DAAA%2CCC9CA%2C6BAAA%2CaAAA%2CCD8CA%2CYAAA%2C2DAAA%2CCC9CA%2CwBAAA%2CaAAA%2CCD8CA%2CaAAA%2CuDAAA%2CCC9CA%2CyBAAA%2CaAAA%2CCCDF%2COAAA%2CuLAAA%2CCAcE%2CaAAA%2CYAAA%2CCAMF%2CYAAA%2C0BAAA%2CCCzBA%2CYAAA%2C0EAAA%2CCAaE%2CkCAAA%2CmBAAA%2CCAGE%2C0CAAA%2CoIAAA%2CCAQF%2CwBAAA%2CaAAA%2CCCvBF%2C%2BBAAA%2C2DAAA%2CCAME%2CyCAAA%2C%2BBAAA%2CCAOA%2CkXAAA%2CSAAA%2CCAWF%2CaAAA%2CsDAAA%2CCAKE%2C0BAAA%2CUAAA%2CCAOA%2C0EAAA%2CgBAAA%2CCAMA%2CmGAAA%2CsDAAA%2CCASA%2C6GAAA%2CoDAAA%2CCAmBF%2CuBAAA%2C0CAAA%2CCAIE%2C2GAAA%2CaAAA%2CCAMA%2C0CAAA%2CcAAA%2CCAKF%2CyEAAA%2C4CAAA%2CCAKA%2CyEAAA%2C0CAAA%2CCAsBA%2CoBAAA%2CmEAAA%2CCAKE%2CwDAAA%2CUAAA%2CCAKA%2C4FAAA%2CeAAA%2CCAMA%2CqHAAA%2CwDAAA%2CCAKA%2CoFAAA%2CkDAAA%2CCClIF%2CKAAA%2CsYAAA%2CCNgBM%2CuCAAA%2CKAAA%2CeAAA%2CCAAA%2CCMCJ%2CWAAA%2CkCAAA%2CCAKA%2CiCAAA%2C0DAAA%2CCAiBA%2CmDAAA%2CgCAAA%2CCAgBA%2CaAAA%2C2DAAA%2CCClCA%2CmBAAA%2C2DAAA%2CCAMA%2CiDAAA%2C4GAAA%2CCAaA%2C0IAAA%2C2DAAA%2CCAWE%2CwKAAA%2CgDAAA%2CCAUF%2C4CAAA%2C2DAAA%2CCDNA%2CeAAA%2CwDAAA%2CCClCA%2CqBAAA%2CwDAAA%2CCAMA%2CqDAAA%2CyGAAA%2CCAaA%2CoJAAA%2CwDAAA%2CCAWE%2CkLAAA%2CgDAAA%2CCAUF%2CgDAAA%2CwDAAA%2CCDNA%2CSAAA%2CwDAAA%2CCClCA%2CeAAA%2CwDAAA%2CCAMA%2CyCAAA%2CwGAAA%2CCAaA%2CsHAAA%2CwDAAA%2CCAWE%2CoJAAA%2C%2BCAAA%2CCAUF%2CoCAAA%2CwDAAA%2CCDNA%2CaAAA%2C2DAAA%2CCClCA%2CmBAAA%2C2DAAA%2CCAMA%2CiDAAA%2C4GAAA%2CCAaA%2C0IAAA%2C2DAAA%2CCAWE%2CwKAAA%2CgDAAA%2CCAUF%2C4CAAA%2C2DAAA%2CCDNA%2CUAAA%2C2DAAA%2CCClCA%2CgBAAA%2C2DAAA%2CCAMA%2C2CAAA%2C6GAAA%2CCAaA%2C2HAAA%2C2DAAA%2CCAWE%2CyJAAA%2CiDAAA%2CCAUF%2CsCAAA%2C2DAAA%2CCDNA%2CaAAA%2C2DAAA%2CCClCA%2CmBAAA%2C2DAAA%2CCAMA%2CiDAAA%2C6GAAA%2CCAaA%2C0IAAA%2C2DAAA%2CCAWE%2CwKAAA%2CiDAAA%2CCAUF%2C4CAAA%2C2DAAA%2CCDNA%2CYAAA%2CwDAAA%2CCClCA%2CkBAAA%2CwDAAA%2CCAMA%2C%2BCAAA%2CwGAAA%2CCAaA%2CqIAAA%2CwDAAA%2CCAWE%2CmKAAA%2C%2BCAAA%2CCAUF%2C0CAAA%2CwDAAA%2CCDNA%2CWAAA%2C2DAAA%2CCClCA%2CiBAAA%2C2DAAA%2CCAMA%2C6CAAA%2C6GAAA%2CCAaA%2CgIAAA%2C2DAAA%2CCAWE%2C8JAAA%2CiDAAA%2CCAUF%2CwCAAA%2C2DAAA%2CCDNA%2CcAAA%2C2DAAA%2CCClCA%2CoBAAA%2C2DAAA%2CCAMA%2CmDAAA%2C6GAAA%2CCAaA%2C%2BIAAA%2C2DAAA%2CCAWE%2C6KAAA%2CiDAAA%2CCAUF%2C8CAAA%2C2DAAA%2CCDNA%2CUAAA%2C2DAAA%2CCClCA%2CgBAAA%2C2DAAA%2CCAMA%2C2CAAA%2C6GAAA%2CCAaA%2C2HAAA%2C2DAAA%2CCAWE%2CyJAAA%2CiDAAA%2CCAUF%2CsCAAA%2C2DAAA%2CCDNA%2CeAAA%2C2DAAA%2CCClCA%2CqBAAA%2C2DAAA%2CCAMA%2CqDAAA%2C6GAAA%2CCAaA%2CoJAAA%2C2DAAA%2CCAWE%2CkLAAA%2CiDAAA%2CCAUF%2CgDAAA%2C2DAAA%2CCDNA%2CUAAA%2CwDAAA%2CCClCA%2CgBAAA%2CwDAAA%2CCAMA%2C2CAAA%2CuGAAA%2CCAaA%2C2HAAA%2CwDAAA%2CCAWE%2CyJAAA%2C8CAAA%2CCAUF%2CsCAAA%2CwDAAA%2CCDNA%2CWAAA%2CqDAAA%2CCClCA%2CiBAAA%2CuDAAA%2CCAMA%2C6CAAA%2CyGAAA%2CCAaA%2CgIAAA%2CuDAAA%2CCAWE%2C8JAAA%2CiDAAA%2CCAUF%2CwCAAA%2CqDAAA%2CCDAA%2CqBAAA%2CkCAAA%2CCCsBA%2C2BAAA%2C2DAAA%2CCAMA%2CiEAAA%2CgDAAA%2CCAKA%2CiLAAA%2C2DAAA%2CCASE%2C%2BMAAA%2CgDAAA%2CCAUF%2C4DAAA%2C0CAAA%2CCDpDA%2CuBAAA%2CkCAAA%2CCCsBA%2C6BAAA%2CwDAAA%2CCAMA%2CqEAAA%2C%2BCAAA%2CCAKA%2C2LAAA%2CwDAAA%2CCASE%2CyNAAA%2C%2BCAAA%2CCAUF%2CgEAAA%2C0CAAA%2CCDpDA%2CiBAAA%2CkCAAA%2CCCsBA%2CuBAAA%2CwDAAA%2CCAMA%2CyDAAA%2C%2BCAAA%2CCAKA%2C6JAAA%2CwDAAA%2CCASE%2C2LAAA%2C%2BCAAA%2CCAUF%2CoDAAA%2C0CAAA%2CCDpDA%2CqBAAA%2CkCAAA%2CCCsBA%2C2BAAA%2C2DAAA%2CCAMA%2CiEAAA%2CgDAAA%2CCAKA%2CiLAAA%2C2DAAA%2CCASE%2C%2BMAAA%2CgDAAA%2CCAUF%2C4DAAA%2C0CAAA%2CCDpDA%2CkBAAA%2CkCAAA%2CCCsBA%2CwBAAA%2C2DAAA%2CCAMA%2C2DAAA%2CiDAAA%2CCAKA%2CkKAAA%2C2DAAA%2CCASE%2CgMAAA%2CiDAAA%2CCAUF%2CsDAAA%2C0CAAA%2CCDpDA%2CqBAAA%2CkCAAA%2CCCsBA%2C2BAAA%2C2DAAA%2CCAMA%2CiEAAA%2CiDAAA%2CCAKA%2CiLAAA%2C2DAAA%2CCASE%2C%2BMAAA%2CiDAAA%2CCAUF%2C4DAAA%2C0CAAA%2CCDpDA%2CoBAAA%2CkCAAA%2CCCsBA%2C0BAAA%2CwDAAA%2CCAMA%2C%2BDAAA%2C%2BCAAA%2CCAKA%2C4KAAA%2CwDAAA%2CCASE%2C0MAAA%2C%2BCAAA%2CCAUF%2C0DAAA%2C0CAAA%2CCDpDA%2CmBAAA%2CkCAAA%2CCCsBA%2CyBAAA%2C2DAAA%2CCAMA%2C6DAAA%2CiDAAA%2CCAKA%2CuKAAA%2C2DAAA%2CCASE%2CqMAAA%2CiDAAA%2CCAUF%2CwDAAA%2C0CAAA%2CCDpDA%2CsBAAA%2CkCAAA%2CCCsBA%2C4BAAA%2C2DAAA%2CCAMA%2CmEAAA%2CiDAAA%2CCAKA%2CsLAAA%2C2DAAA%2CCASE%2CoNAAA%2CiDAAA%2CCAUF%2C8DAAA%2C0CAAA%2CCDpDA%2CkBAAA%2CkCAAA%2CCCsBA%2CwBAAA%2C2DAAA%2CCAMA%2C2DAAA%2CiDAAA%2CCAKA%2CkKAAA%2C2DAAA%2CCASE%2CgMAAA%2CiDAAA%2CCAUF%2CsDAAA%2C0CAAA%2CCDpDA%2CuBAAA%2CkCAAA%2CCCsBA%2C6BAAA%2C2DAAA%2CCAMA%2CqEAAA%2CiDAAA%2CCAKA%2C2LAAA%2C2DAAA%2CCASE%2CyNAAA%2CiDAAA%2CCAUF%2CgEAAA%2C0CAAA%2CCDpDA%2CkBAAA%2CkCAAA%2CCCsBA%2CwBAAA%2CwDAAA%2CCAMA%2C2DAAA%2C8CAAA%2CCAKA%2CkKAAA%2CwDAAA%2CCASE%2CgMAAA%2C8CAAA%2CCAUF%2CsDAAA%2C0CAAA%2CCDpDA%2CmBAAA%2C4BAAA%2CCCsBA%2CyBAAA%2CqDAAA%2CCAMA%2C6DAAA%2CiDAAA%2CCAKA%2CuKAAA%2CqDAAA%2CCASE%2CqMAAA%2CiDAAA%2CCAUF%2CwDAAA%2CuCAAA%2CCDxCF%2CUAAA%2CkDAAA%2CCAKE%2CgBAAA%2CuCAAA%2CCAKA%2CgBAAA%2CyBAAA%2CCAIA%2CsCAAA%2CaAAA%2CCAaF%2C2BAAA%2C%2BEAAA%2CCd%2BBI%2C0BAAA%2C2BAAA%2CoBAAA%2CCAAA%2CCc3BJ%2C2BAAA%2CiEAAA%2CCExGA%2CMAAA%2CqNAAA%2CCAcA%2CYAAA%2C%2BCAAA%2CCAOE%2CSAAA%2C4BAAA%2CCAKA%2CkBAAA%2CwCAAA%2CCAIE%2C8BAAA%2CyGAAA%2CCAKA%2C6BAAA%2CkHAAA%2CCAQF%2C8DAAA%2CYAAA%2CCAMF%2CWAAA%2C%2BCAAA%2CCAUA%2CYAAA%2CwDAAA%2CCAGE%2CiBAAA%2CwEAAA%2CCAMF%2CeAAA%2CmCAAA%2CCAQA%2CsBAAA%2CkBAAA%2CCAKE%2CiBAAA%2CoBAAA%2CCAIA%2CsBAAA%2CgBAAA%2CCASF%2CaAAA%2CyHAAA%2CCAOE%2CyBAAA%2CyDAAA%2CCAKF%2CaAAA%2CsGAAA%2CCAME%2CwBAAA%2CyDAAA%2CCAUF%2CkBAAA%2C8EAAA%2CCAcA%2CmBAAA%2CwCAAA%2CCAMA%2CkBAAA%2C8FAAA%2CCAUA%2CyCAAA%2CUAAA%2CCAMA%2CwBAAA%2CsFAAA%2CCAKA%2C2BAAA%2C4FAAA%2CCAaE%2CkBAAA%2CkBAAA%2CCZrHE%2CyBAAA%2CYAAA%2C%2BBAAA%2CCY8HA%2CkBAAA%2C2BAAA%2CCAKE%2CwBAAA%2C2BAAA%2CCAOE%2CmCAAA%2CsDAAA%2CCAGE%2CiGAAA%2CyBAAA%2CCAKA%2CoGAAA%2C4BAAA%2CCAOF%2CoCAAA%2CoDAAA%2CCAGE%2CmGAAA%2CwBAAA%2CCAKA%2CsGAAA%2C2BAAA%2CCAAA%2CCCnNV%2CUAAA%2CiBAAA%2CCAIA%2CwBAAA%2CkBAAA%2CCAIA%2CgBAAA%2C4CAAA%2CCCnBE%2CuBAAA%2CmCAAA%2CCD0BD%2CeAAA%2CwIAAA%2CCTRK%2CuCAAA%2CeAAA%2CeAAA%2CCAAA%2CCSkBN%2C8DAAA%2CaAAA%2CCAOA%2CwEAAA%2C0BAAA%2CCAKA%2CwEAAA%2C2BAAA%2CCAaE%2C8BAAA%2CoDAAA%2CCAMA%2CiJAAA%2CmBAAA%2CCAOA%2CoFAAA%2C8CAAA%2CCTxDI%2CuCAAA%2CoFAAA%2CeAAA%2CCAAA%2CCSqEN%2C8CAAA%2CoNAAA%2CCTrEM%2CuCAAA%2C8CAAA%2CeAAA%2CCAAA%2CCSyFJ%2CoHAAA%2CqDAAA%2CCAQF%2CuBAAA%2CMAAA%2CCAIA%2CuBAAA%2COAAA%2CCAMA%2CwDAAA%2CyHAAA%2CCAkBA%2C4BAAA%2CwQAAA%2CCAGA%2C4BAAA%2CyQAAA%2CCASA%2CqBAAA%2CmKAAA%2CCAeE%2CsCAAA%2CmTAAA%2CCTxJI%2CuCAAA%2CsCAAA%2CeAAA%2CCAAA%2CCS4KJ%2C6BAAA%2CSAAA%2CCAUF%2CkBAAA%2C4GAAA%2CCAcE%2CsFAAA%2C%2BBAAA%2CCAKA%2CqDAAA%2CwBAAA%2CCAIA%2CiCAAA%2CaAAA%2CCEhOF%2CsCAAA%2CiBAAA%2CCAOA%2CiBAAA%2CkBAAA%2CCCsBI%2CwBAAA%2C0LAAA%2CCA4BA%2C8BAAA%2CaAAA%2CCD1CJ%2CeAAA%2CqQAAA%2CCAiBE%2C%2BBAAA%2CmCAAA%2CCAeE%2CqBAAA%2CoBAAA%2CCAGE%2CqCAAA%2CiBAAA%2CCAMF%2CmBAAA%2CkBAAA%2CCAGE%2CmCAAA%2CiBAAA%2CCfGF%2CyBefA%2CwBAAA%2CoBAAA%2CCAGE%2CwCAAA%2CiBAAA%2CCAMF%2CsBAAA%2CkBAAA%2CCAGE%2CsCAAA%2CiBAAA%2CCAAA%2CCfGF%2CyBefA%2CwBAAA%2CoBAAA%2CCAGE%2CwCAAA%2CiBAAA%2CCAMF%2CsBAAA%2CkBAAA%2CCAGE%2CsCAAA%2CiBAAA%2CCAAA%2CCfGF%2CyBefA%2CwBAAA%2CoBAAA%2CCAGE%2CwCAAA%2CiBAAA%2CCAMF%2CsBAAA%2CkBAAA%2CCAGE%2CsCAAA%2CiBAAA%2CCAAA%2CCfGF%2C0BefA%2CwBAAA%2CoBAAA%2CCAGE%2CwCAAA%2CiBAAA%2CCAMF%2CsBAAA%2CkBAAA%2CCAGE%2CsCAAA%2CiBAAA%2CCAAA%2CCfGF%2C0BefA%2CyBAAA%2CoBAAA%2CCAGE%2CyCAAA%2CiBAAA%2CCAMF%2CuBAAA%2CkBAAA%2CCAGE%2CuCAAA%2CiBAAA%2CCAAA%2CCAYJ%2CuCAAA%2CwDAAA%2CCC1CE%2CgCAAA%2C0LAAA%2CCA4BA%2CsCAAA%2CaAAA%2CCD2BF%2CwCAAA%2C4DAAA%2CCCvDE%2CiCAAA%2C0LAAA%2CCA4BA%2CuCAAA%2CaAAA%2CCDqCA%2CiCAAA%2CgBAAA%2CCAOF%2C0CAAA%2C6DAAA%2CCCxEE%2CmCAAA%2C0EAAA%2CCAeE%2CmCAAA%2CYAAA%2CCAIA%2CoCAAA%2C6KAAA%2CCASF%2CyCAAA%2CaAAA%2CCDsDA%2CoCAAA%2CgBAAA%2CCAQJ%2CkBAAA%2CmFAAA%2CCAUA%2CeAAA%2CkKAAA%2CCAyBE%2C0CAAA%2C2DAAA%2CCAOA%2C4CAAA%2CwDAAA%2CCAOA%2CgDAAA%2C8DAAA%2CCAUF%2CoBAAA%2CaAAA%2CCAKA%2CiBAAA%2CwGAAA%2CCAUA%2CoBAAA%2CgDAAA%2CCAOA%2CoBAAA%2CyEAAA%2CCAME%2CmCAAA%2CaAAA%2CCAGE%2CkFAAA%2CqDAAA%2CCAMA%2CoFAAA%2CmCAAA%2CCAMA%2CwFAAA%2CaAAA%2CCAMF%2CsCAAA%2CkCAAA%2CCAIA%2CwCAAA%2CaAAA%2CCAIA%2CqCAAA%2CaAAA%2CCExOF%2CYAAA%2CoBAAA%2CCAUA%2CgBAAA%2CkHAAA%2CCAWA%2CmBAAA%2CuGAAA%2CCrB8GI%2C0BAAA%2CmBAAA%2CoBAAA%2CCAAA%2CCqBxGJ%2CmBAAA%2CwFAAA%2CCC3BA%2CWAAA%2CkDAAA%2CCCAA%2CcAAA%2CsSAAA%2CCfgBM%2CuCAAA%2CcAAA%2CeAAA%2CCAAA%2CCeIJ%2C2BAAA%2CeAAA%2CCAGE%2C0DAAA%2CcAAA%2CCAMF%2CoBAAA%2CmHAAA%2CCAgBA%2C2CAAA%2CYAAA%2CCAMA%2C2BAAA%2CuBAAA%2CCAWA%2C%2BCAAA%2CkCAAA%2CCASA%2CoCAAA%2CkWAAA%2CCfvDI%2CuCAAA%2CoCAAA%2CeAAA%2CCAAA%2CCesEJ%2CyEAAA%2CwBAAA%2CCAIA%2C0CAAA%2CkWAAA%2CCf1EI%2CuCAAA%2C0CAAA%2CeAAA%2CCAAA%2CCeyFJ%2C%2BEAAA%2CwBAAA%2CCAUF%2CwBAAA%2CgKAAA%2CCAWE%2CgFAAA%2C8BAAA%2CCAcF%2CiBAAA%2CuGAAA%2CCAME%2CuCAAA%2CuEAAA%2CCAMA%2C6CAAA%2CuEAAA%2CCAOF%2CiBAAA%2CmHAAA%2CCvB5BI%2C0BAAA%2CiBAAA%2CoBAAA%2CCAAA%2CCuBkCF%2CuCAAA%2C%2BDAAA%2CCAMA%2C6CAAA%2C%2BDAAA%2CCAWA%2CsBAAA%2CmCAAA%2CCAIA%2CyBAAA%2CqCAAA%2CCAIA%2CyBAAA%2CmCAAA%2CCAMF%2CoBAAA%2CqCAAA%2CCAKE%2CmDAAA%2CcAAA%2CCAIA%2CuCAAA%2CkCAAA%2CCAKA%2C0CAAA%2CkCAAA%2CCCjNF%2CaAAA%2CuoBAAA%2CChBeM%2CuCAAA%2CaAAA%2CeAAA%2CCAAA%2CCgBOJ%2CmBAAA%2C%2BEAAA%2CCAWA%2C0DAAA%2CwCAAA%2CCAMA%2CsBAAA%2CwBAAA%2CCAOA%2C4BAAA%2C2CAAA%2CCAMF%2CgBAAA%2CyGAAA%2CCAQA%2CgBAAA%2CsHAAA%2CCxBsEI%2C0BAAA%2CgBAAA%2CoBAAA%2CCAAA%2CCyBnIJ%2CYAAA%2C4EAAA%2CCAME%2C8BAAA%2C6BAAA%2CCAMF%2CkBAAA%2CwQAAA%2CCjBIM%2CuCAAA%2CkBAAA%2CeAAA%2CCAAA%2CCiBUJ%2CmCAAA%2CoBAAA%2CCAIA%2CgCAAA%2CiBAAA%2CCAKA%2CyBAAA%2CsBAAA%2CCAIA%2CwBAAA%2C%2BEAAA%2CCAMA%2C0BAAA%2C6CAAA%2CCAIE%2C2CAAA%2C8OAAA%2CCAQA%2CwCAAA%2CsJAAA%2CCASF%2CiDAAA%2CsRAAA%2CCAWA%2C2BAAA%2C2CAAA%2CCAUE%2C2FAAA%2CWAAA%2CCAeJ%2CaAAA%2CkBAAA%2CCAGE%2C%2BBAAA%2CySAAA%2CCjBzFI%2CuCAAA%2C%2BBAAA%2CeAAA%2CCAAA%2CCiBiGF%2CqCAAA%2CyJAAA%2CCAIA%2CuCAAA%2CuLAAA%2CCAYJ%2CmBAAA%2CsCAAA%2CCAKA%2CWAAA%2C2DAAA%2CCAOI%2CmDAAA%2C4CAAA%2CCC3IJ%2CYAAA%2C%2BEAAA%2CCAOE%2CkBAAA%2CSAAA%2CCAKE%2CwCAAA%2CgEAAA%2CCACA%2CoCAAA%2CgEAAA%2CCAGF%2C8BAAA%2CQAAA%2CCAIA%2CkCAAA%2C2NAAA%2CClBNI%2CuCAAA%2CkCAAA%2CeAAA%2CCAAA%2CCkBiBF%2CyCAAA%2CwBAAA%2CCAKF%2C2CAAA%2C8HAAA%2CCAWA%2C8BAAA%2CuMAAA%2CClBjCI%2CuCAAA%2C8BAAA%2CeAAA%2CCAAA%2CCkB2CF%2CqCAAA%2CwBAAA%2CCAKF%2C8BAAA%2C8HAAA%2CCAWA%2CqBAAA%2CmBAAA%2CCAGE%2C2CAAA%2CwBAAA%2CCAIA%2CuCAAA%2CwBAAA%2CCCtFJ%2CeAAA%2CiBAAA%2CCAGE%2CyDAAA%2C0CAAA%2CCAMA%2CqBAAA%2CkMAAA%2CCnBWI%2CuCAAA%2CqBAAA%2CeAAA%2CCAAA%2CCmBEJ%2C6BAAA%2CiBAAA%2CCAGE%2C0CAAA%2CiBAAA%2CCAIA%2CwFAAA%2C4CAAA%2CCAMA%2C8CAAA%2C4CAAA%2CCAMF%2C4BAAA%2C4CAAA%2CCAQE%2CsIAAA%2C0EAAA%2CCAOA%2CoDAAA%2C0EAAA%2CCCpDJ%2CaAAA%2C4EAAA%2CCAOE%2CqDAAA%2CoDAAA%2CCASA%2CiEAAA%2CSAAA%2CCAQA%2CkBAAA%2C2BAAA%2CCAIE%2CwBAAA%2CSAAA%2CCAYJ%2CkBAAA%2CiOAAA%2CCAqBA%2CkHAAA%2C%2BEAAA%2CC5BsEI%2C0BAAA%2CkHAAA%2CoBAAA%2CCAAA%2CC4B7DJ%2CkHAAA%2CiEAAA%2CCASA%2C0DAAA%2CkBAAA%2CCAeI%2CqKAAA%2CsDAAA%2CCAOA%2C4JAAA%2CsDAAA%2CCAWF%2C0IAAA%2CqEAAA%2CCC3FA%2CgBAAA%2C0EAAA%2CCASA%2CeAAA%2C4MAAA%2CCAgBE%2C8HAAA%2CaAAA%2CCA5CA%2C0DAAA%2CkcAAA%2CCA8DE%2CsEAAA%2CsEAAA%2CCA9DF%2C0EAAA%2C8GAAA%2CCAAA%2CwDAAA%2CoBAAA%2CCAoFI%2C4NAAA%2CinBAAA%2CCASF%2CoEAAA%2CsEAAA%2CCA7FF%2CkEAAA%2CoBAAA%2CCAwGE%2CkFAAA%2CwBAAA%2CCAIA%2C8EAAA%2CiDAAA%2CCAIA%2CsGAAA%2CaAAA%2CCAMF%2CqDAAA%2CiBAAA%2CCAtHA%2CsKAAA%2CSAAA%2CCAmIE%2C8LAAA%2CSAAA%2CCAhHJ%2CkBAAA%2C0EAAA%2CCASA%2CiBAAA%2CwMAAA%2CCAgBE%2C8IAAA%2CaAAA%2CCA5CA%2C8DAAA%2CkhBAAA%2CCA8DE%2C0EAAA%2CqEAAA%2CCA9DF%2C8EAAA%2C8GAAA%2CCAAA%2C4DAAA%2CoBAAA%2CCAoFI%2CoOAAA%2CisBAAA%2CCASF%2CwEAAA%2CqEAAA%2CCA7FF%2CsEAAA%2CoBAAA%2CCAwGE%2CsFAAA%2CwBAAA%2CCAIA%2CkFAAA%2CgDAAA%2CCAIA%2C0GAAA%2CaAAA%2CCAMF%2CuDAAA%2CiBAAA%2CCAtHA%2C8KAAA%2CSAAA%2CCAmIE%2CsMAAA%2CSAAA%2CCCpIN%2CWAAA%2C0eAAA%2CCAYE%2CiBAAA%2C%2BCAAA%2CCAMA%2CiBAAA%2CoEAAA%2CCAMA%2CwCAAA%2CiDAAA%2CCAQF%2CiBAAA%2CiDAAA%2CCC9BA%2COAAA%2CwHAAA%2CCAmBA%2CcAAA%2C8DAAA%2CCAQE%2C0BAAA%2CgEAAA%2CCvBdI%2CuCAAA%2C0BAAA%2CeAAA%2CCAAA%2CCuBkBJ%2C0BAAA%2CcAAA%2CCAKA%2CkCAAA%2CqBAAA%2CCAKF%2CyBAAA%2CwBAAA%2CCAGE%2CwCAAA%2C%2BBAAA%2CCAKA%2CqCAAA%2CeAAA%2CCAKF%2CuBAAA%2C4DAAA%2CCAOA%2CeAAA%2CqNAAA%2CCAkBA%2CgBAAA%2CwGAAA%2CCC3EE%2CqBAAA%2CSAAA%2CCACA%2CqBAAA%2CYAAA%2CCDgFF%2CcAAA%2CkNAAA%2CCASE%2CyBAAA%2CyDAAA%2CCAOF%2CaAAA%2C%2BBAAA%2CCAOA%2CYAAA%2C4CAAA%2CCASA%2CcAAA%2C6NAAA%2CCAaE%2CgBAAA%2CcAAA%2CC3B1EE%2CyB2BkFF%2CcAAA%2CmCAAA%2CCAKA%2CyBAAA%2C0BAAA%2CCAIA%2CuBAAA%2C8BAAA%2CCAQA%2CUAAA%2CeAAA%2CCAAA%2CC3BnGE%2CyB2BuGF%2CoBAAA%2CeAAA%2CCAAA%2CC3BvGE%2C0B2B8GF%2CUAAA%2CgBAAA%2CCAAA%2CCASE%2CkBAAA%2C%2BCAAA%2CCAME%2CiCAAA%2CoCAAA%2CCAMA%2CgCAAA%2CeAAA%2CCAIA%2C8BAAA%2CeAAA%2CCAIA%2CgCAAA%2CeAAA%2CC3B9HF%2C4B2B0GA%2C0BAAA%2C%2BCAAA%2CCAME%2CyCAAA%2CoCAAA%2CCAMA%2CwCAAA%2CeAAA%2CCAIA%2CsCAAA%2CeAAA%2CCAIA%2CwCAAA%2CeAAA%2CCAAA%2CC3B9HF%2C4B2B0GA%2C0BAAA%2C%2BCAAA%2CCAME%2CyCAAA%2CoCAAA%2CCAMA%2CwCAAA%2CeAAA%2CCAIA%2CsCAAA%2CeAAA%2CCAIA%2CwCAAA%2CeAAA%2CCAAA%2CC3B9HF%2C4B2B0GA%2C0BAAA%2C%2BCAAA%2CCAME%2CyCAAA%2CoCAAA%2CCAMA%2CwCAAA%2CeAAA%2CCAIA%2CsCAAA%2CeAAA%2CCAIA%2CwCAAA%2CeAAA%2CCAAA%2CC3B9HF%2C6B2B0GA%2C0BAAA%2C%2BCAAA%2CCAME%2CyCAAA%2CoCAAA%2CCAMA%2CwCAAA%2CeAAA%2CCAIA%2CsCAAA%2CeAAA%2CCAIA%2CwCAAA%2CeAAA%2CCAAA%2CC3B9HF%2C6B2B0GA%2C2BAAA%2C%2BCAAA%2CCAME%2C0CAAA%2CoCAAA%2CCAMA%2CyCAAA%2CeAAA%2CCAIA%2CuCAAA%2CeAAA%2CCAIA%2CyCAAA%2CeAAA%2CCAAA%2CCEtMN%2CYAAA%2CuFAAA%2CCAUA%2CqBAAA%2C0CAAA%2CCAIE%2CgCAAA%2C6DAAA%2CCAaF%2CwBAAA%2C2CAAA%2CCAME%2C4DAAA%2CqEAAA%2CCAQA%2C%2BBAAA%2CsCAAA%2CCAWF%2CiBAAA%2C%2BHAAA%2CCASE%2C6BAAA%2C8DAAA%2CCAIA%2C4BAAA%2CoEAAA%2CCAIA%2CoDAAA%2CuDAAA%2CCAQA%2CwBAAA%2CkEAAA%2CCAOA%2CkCAAA%2CkBAAA%2CCAGE%2CyCAAA%2CoCAAA%2CCAgBA%2CuBAAA%2CkBAAA%2CCAII%2CoDAAA%2C2DAAA%2CCAKA%2CmDAAA%2C2DAAA%2CCAKA%2C%2BCAAA%2CYAAA%2CCAIA%2CyDAAA%2CwCAAA%2CCAIE%2CgEAAA%2CsCAAA%2CC7BlEN%2CyB6B4CA%2C0BAAA%2CkBAAA%2CCAII%2CuDAAA%2C2DAAA%2CCAKA%2CsDAAA%2C2DAAA%2CCAKA%2CkDAAA%2CYAAA%2CCAIA%2C4DAAA%2CwCAAA%2CCAIE%2CmEAAA%2CsCAAA%2CCAAA%2CC7BlEN%2CyB6B4CA%2C0BAAA%2CkBAAA%2CCAII%2CuDAAA%2C2DAAA%2CCAKA%2CsDAAA%2C2DAAA%2CCAKA%2CkDAAA%2CYAAA%2CCAIA%2C4DAAA%2CwCAAA%2CCAIE%2CmEAAA%2CsCAAA%2CCAAA%2CC7BlEN%2CyB6B4CA%2C0BAAA%2CkBAAA%2CCAII%2CuDAAA%2C2DAAA%2CCAKA%2CsDAAA%2C2DAAA%2CCAKA%2CkDAAA%2CYAAA%2CCAIA%2C4DAAA%2CwCAAA%2CCAIE%2CmEAAA%2CsCAAA%2CCAAA%2CC7BlEN%2C0B6B4CA%2C0BAAA%2CkBAAA%2CCAII%2CuDAAA%2C2DAAA%2CCAKA%2CsDAAA%2C2DAAA%2CCAKA%2CkDAAA%2CYAAA%2CCAIA%2C4DAAA%2CwCAAA%2CCAIE%2CmEAAA%2CsCAAA%2CCAAA%2CC7BlEN%2C0B6B4CA%2C2BAAA%2CkBAAA%2CCAII%2CwDAAA%2C2DAAA%2CCAKA%2CuDAAA%2C2DAAA%2CCAKA%2CmDAAA%2CYAAA%2CCAIA%2C6DAAA%2CwCAAA%2CCAIE%2CoEAAA%2CsCAAA%2CCAAA%2CCAgBV%2CkBAAA%2CeAAA%2CCAGE%2CmCAAA%2CoBAAA%2CCAGE%2C8CAAA%2CqBAAA%2CCCnJF%2CyBAAA%2CsCAAA%2CCAKI%2C4GAAA%2CsCAAA%2CCAMA%2CuDAAA%2CwDAAA%2CCAXJ%2C2BAAA%2CsCAAA%2CCAKI%2CgHAAA%2CsCAAA%2CCAMA%2CyDAAA%2CwDAAA%2CCAXJ%2CqBAAA%2CsCAAA%2CCAKI%2CoGAAA%2CsCAAA%2CCAMA%2CmDAAA%2CwDAAA%2CCAXJ%2CyBAAA%2CsCAAA%2CCAKI%2C4GAAA%2CsCAAA%2CCAMA%2CuDAAA%2CwDAAA%2CCAXJ%2CsBAAA%2CsCAAA%2CCAKI%2CsGAAA%2CsCAAA%2CCAMA%2CoDAAA%2CwDAAA%2CCAXJ%2CyBAAA%2CsCAAA%2CCAKI%2C4GAAA%2CsCAAA%2CCAMA%2CuDAAA%2CwDAAA%2CCAXJ%2CwBAAA%2CsCAAA%2CCAKI%2C0GAAA%2CsCAAA%2CCAMA%2CsDAAA%2CwDAAA%2CCAXJ%2CuBAAA%2CsCAAA%2CCAKI%2CwGAAA%2CsCAAA%2CCAMA%2CqDAAA%2CwDAAA%2CCAXJ%2C0BAAA%2CsCAAA%2CCAKI%2C8GAAA%2CsCAAA%2CCAMA%2CwDAAA%2CwDAAA%2CCAXJ%2CsBAAA%2CsCAAA%2CCAKI%2CsGAAA%2CsCAAA%2CCAMA%2CoDAAA%2CwDAAA%2CCAXJ%2C2BAAA%2CsCAAA%2CCAKI%2CgHAAA%2CsCAAA%2CCAMA%2CyDAAA%2CwDAAA%2CCAXJ%2CsBAAA%2CsCAAA%2CCAKI%2CsGAAA%2CsCAAA%2CCAMA%2CoDAAA%2CwDAAA%2CCAXJ%2CuBAAA%2CoCAAA%2CCAKI%2CwGAAA%2CsCAAA%2CCAMA%2CqDAAA%2CwDAAA%2CCCXN%2CqBAAA%2CuXAAA%2CCAqBE%2CyDAAA%2CyIAAA%2CCAOA%2CiCAAA%2CsBAAA%2CCAIA%2CiCAAA%2CqBAAA%2CCAKA%2C2DAAA%2CiCAAA%2CCAUF%2CaAAA%2CgBAAA%2CCAWE%2C4BAAA%2CuBAAA%2CCAgBA%2CgCAAA%2CkBAAA%2CCAIE%2CkCAAA%2CkBAAA%2CCAQF%2CoCAAA%2CqBAAA%2CCAIA%2CqCAAA%2CkBAAA%2CCAUA%2CqFAAA%2CoFAAA%2CCAUF%2CcAAA%2CkFAAA%2CCAUE%2C8BAAA%2CgFAAA%2CCC1HA%2CeAAA%2CsPAAA%2CCAAA%2CiBAAA%2CsPAAA%2CCAAA%2CeAAA%2CsPAAA%2CCAAA%2CYAAA%2CsPAAA%2CCAAA%2CeAAA%2CsPAAA%2CCAAA%2CcAAA%2CsPAAA%2CCAAA%2CaAAA%2CsPAAA%2CCAAA%2CYAAA%2C0OAAA%2CCDmJE%2CkBAAA%2CgDAAA%2CC%2FBzEA%2C4B%2BByEA%2CqBAAA%2CgDAAA%2CCAAA%2CC%2FBzEA%2C4B%2BByEA%2CqBAAA%2CgDAAA%2CCAAA%2CC%2FBzEA%2C4B%2BByEA%2CqBAAA%2CgDAAA%2CCAAA%2CC%2FBzEA%2C6B%2BByEA%2CqBAAA%2CgDAAA%2CCAAA%2CC%2FBzEA%2C6B%2BByEA%2CsBAAA%2CgDAAA%2CCAAA%2CCEhJJ%2CKAAA%2C0EAAA%2CCAQA%2CUAAA%2CwLAAA%2CC7BOM%2CuCAAA%2CUAAA%2CeAAA%2CCAAA%2CC6BEJ%2CgCAAA%2CkCAAA%2CCAOA%2CmBAAA%2CgDAAA%2CCAWF%2CUAAA%2C%2BBAAA%2CCAGE%2CoBAAA%2C8HAAA%2CCAME%2CoDAAA%2CsDAAA%2CCAOA%2C6BAAA%2CmEAAA%2CCAOF%2C8DAAA%2CwDAAA%2CCAOA%2CyBAAA%2CkEAAA%2CCAcA%2CqBAAA%2C8CAAA%2CCAMA%2CuDAAA%2CmCAAA%2CCAaA%2CwCAAA%2C%2BBAAA%2CCAQA%2CkDAAA%2C0CAAA%2CCAUA%2CiEAAA%2CUAAA%2CCAWA%2CuBAAA%2CYAAA%2CCAGA%2CqBAAA%2CaAAA%2CCCvHF%2CQAAA%2CuIAAA%2CCAeE%2C2JAAA%2C%2BEAAA%2CCAwBF%2CcAAA%2CgIAAA%2CCtCgFI%2C0BAAA%2CcAAA%2CoBAAA%2CCAAA%2CCsCxEF%2CwCAAA%2CoBAAA%2CCAWF%2CYAAA%2CiFAAA%2CCAOE%2CsBAAA%2C8BAAA%2CCAKA%2C2BAAA%2CeAAA%2CCAUF%2CaAAA%2CwCAAA%2CCAcA%2CiBAAA%2C8CAAA%2CCASA%2CgBAAA%2CoMAAA%2CCtCgBI%2C0BAAA%2CgBAAA%2CoBAAA%2CCAAA%2CCQnHE%2CuCAAA%2CgBAAA%2CeAAA%2CCAAA%2CC8B4GJ%2CsBAAA%2CoBAAA%2CCAIA%2CsBAAA%2CuDAAA%2CCASF%2CqBAAA%2C%2BIAAA%2CCAUA%2CmBAAA%2CwDAAA%2CClCxFI%2CyBAAA%2CkBAAA%2C2CAAA%2CCkC2GI%2C8BAAA%2CkBAAA%2CCAGE%2C6CAAA%2CiBAAA%2CCAIA%2CwCAAA%2C0CAAA%2CCAMF%2CqCAAA%2CgBAAA%2CCAIA%2CmCAAA%2CuCAAA%2CCAKA%2CkCAAA%2CYAAA%2CCAIA%2CoCAAA%2CYAAA%2CCAIA%2C6BAAA%2CyKAAA%2CCAYA%2CqEAAA%2CwCAAA%2CCAOA%2CkCAAA%2CqDAAA%2CCAAA%2CClC5JJ%2CyBAAA%2CkBAAA%2C2CAAA%2CCkC2GI%2C8BAAA%2CkBAAA%2CCAGE%2C6CAAA%2CiBAAA%2CCAIA%2CwCAAA%2C0CAAA%2CCAMF%2CqCAAA%2CgBAAA%2CCAIA%2CmCAAA%2CuCAAA%2CCAKA%2CkCAAA%2CYAAA%2CCAIA%2CoCAAA%2CYAAA%2CCAIA%2C6BAAA%2CyKAAA%2CCAYA%2CqEAAA%2CwCAAA%2CCAOA%2CkCAAA%2CqDAAA%2CCAAA%2CClC5JJ%2CyBAAA%2CkBAAA%2C2CAAA%2CCkC2GI%2C8BAAA%2CkBAAA%2CCAGE%2C6CAAA%2CiBAAA%2CCAIA%2CwCAAA%2C0CAAA%2CCAMF%2CqCAAA%2CgBAAA%2CCAIA%2CmCAAA%2CuCAAA%2CCAKA%2CkCAAA%2CYAAA%2CCAIA%2CoCAAA%2CYAAA%2CCAIA%2C6BAAA%2CyKAAA%2CCAYA%2CqEAAA%2CwCAAA%2CCAOA%2CkCAAA%2CqDAAA%2CCAAA%2CClC5JJ%2C0BAAA%2CkBAAA%2C2CAAA%2CCkC2GI%2C8BAAA%2CkBAAA%2CCAGE%2C6CAAA%2CiBAAA%2CCAIA%2CwCAAA%2C0CAAA%2CCAMF%2CqCAAA%2CgBAAA%2CCAIA%2CmCAAA%2CuCAAA%2CCAKA%2CkCAAA%2CYAAA%2CCAIA%2CoCAAA%2CYAAA%2CCAIA%2C6BAAA%2CyKAAA%2CCAYA%2CqEAAA%2CwCAAA%2CCAOA%2CkCAAA%2CqDAAA%2CCAAA%2CClC5JJ%2C0BAAA%2CmBAAA%2C2CAAA%2CCkC2GI%2C%2BBAAA%2CkBAAA%2CCAGE%2C8CAAA%2CiBAAA%2CCAIA%2CyCAAA%2C0CAAA%2CCAMF%2CsCAAA%2CgBAAA%2CCAIA%2CoCAAA%2CuCAAA%2CCAKA%2CmCAAA%2CYAAA%2CCAIA%2CqCAAA%2CYAAA%2CCAIA%2C8BAAA%2CyKAAA%2CCAYA%2CuEAAA%2CwCAAA%2CCAOA%2CmCAAA%2CqDAAA%2CCAAA%2CCAtDJ%2CeAAA%2C2CAAA%2CCAKI%2C2BAAA%2CkBAAA%2CCAGE%2C0CAAA%2CiBAAA%2CCAIA%2CqCAAA%2C0CAAA%2CCAMF%2CkCAAA%2CgBAAA%2CCAIA%2CgCAAA%2CuCAAA%2CCAKA%2C%2BBAAA%2CYAAA%2CCAIA%2CiCAAA%2CYAAA%2CCAIA%2C0BAAA%2CyKAAA%2CCAYA%2C%2BDAAA%2CwCAAA%2CCAOA%2C%2BBAAA%2CqDAAA%2CCAkBN%2C4BAAA%2C0BAAA%2CCAGE%2CoEAAA%2C0BAAA%2CCAOA%2CoCAAA%2C2BAAA%2CCAGE%2CoFAAA%2C0BAAA%2CCAKA%2C6CAAA%2C0BAAA%2CCAKF%2CqFAAA%2C0BAAA%2CCAMF%2C8BAAA%2C6DAAA%2CCAKA%2CmCAAA%2C8PAAA%2CCAIA%2C2BAAA%2C2BAAA%2CCAGE%2CmGAAA%2C0BAAA%2CCAUF%2C2BAAA%2CUAAA%2CCAGE%2CkEAAA%2CUAAA%2CCAOA%2CmCAAA%2C%2BBAAA%2CCAGE%2CkFAAA%2C%2BBAAA%2CCAKA%2C4CAAA%2C%2BBAAA%2CCAKF%2CmFAAA%2CUAAA%2CCAMF%2C6BAAA%2CqEAAA%2CCAKA%2CkCAAA%2CkQAAA%2CCAIA%2C0BAAA%2C%2BBAAA%2CCAEE%2CgGAAA%2CUAAA%2CCCxUJ%2CWAAA%2CqNAAA%2CC%2FBoBM%2CuCAAA%2CWAAA%2CeAAA%2CCAAA%2CC%2BBJN%2CoBAAA%2CwGAAA%2CCPLE%2CyBAAA%2CSAAA%2CCACA%2CyBAAA%2CYAAA%2CCOQF%2CkBAAA%2C%2BEAAA%2CCAME%2C6BAAA%2CmFAAA%2CCAQF%2CiBAAA%2C%2BBAAA%2CCAKA%2CgBAAA%2C6CAAA%2CCAMA%2CiBAAA%2CgGAAA%2CCAQA%2CeAAA%2C%2BFAAA%2CCAQA%2CeAAA%2CyHAAA%2CCAUA%2CkBAAA%2C%2BGAAA%2CCASA%2CgBAAA%2CcAAA%2CCChFA%2CYAAA%2C2CAAA%2CCAKA%2CWAAA%2CiOAAA%2CChCeM%2CuCAAA%2CWAAA%2CeAAA%2CCAAA%2CCgCNJ%2CiBAAA%2C0FAAA%2CCAQA%2CiBAAA%2C2GAAA%2CCAUA%2CwCAAA%2CgBAAA%2CCAIA%2C6BAAA%2CkEAAA%2CCAOA%2C%2BBAAA%2C4EAAA%2CCCvCA%2CWAAA%2CwBAAA%2CCAQM%2CkCAAA%2CgEAAA%2CCAMA%2CiCAAA%2CkEAAA%2CCAdN%2C0BAAA%2C6DAAA%2CCzCmIE%2C0BAAA%2C0BAAA%2CoBAAA%2CCAAA%2CCyC3HI%2CiDAAA%2C8DAAA%2CCAMA%2CgDAAA%2CgEAAA%2CCAdN%2C0BAAA%2C4CAAA%2CCAQM%2CiDAAA%2C8DAAA%2CCAMA%2CgDAAA%2CgEAAA%2CCClBR%2CaAAA%2C%2BGAAA%2CCAQE%2CyBAAA%2C%2BBAAA%2CCAOF%2CgBAAA%2CgBAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAME%2C%2BBAAA%2CkDAAA%2CCAKF%2C4BACE%2CIAAA%2CWAAA%2CCAAA%2CCAKF%2CkBAAA%2CsJAAA%2CCAMA%2C4BACE%2CKAAA%2CsBAAA%2CCAAA%2CCC%2FCF%2CSAAA%2CogBAAA%2CCAmBE%2CwBAAA%2CwDAAA%2CCAME%2C%2BDAAA%2CsFAAA%2CCAYF%2C6FAAA%2C0BAAA%2CCAGE%2C6GAAA%2C4EAAA%2CCAMA%2C2GAAA%2C6DAAA%2CCASF%2C%2BFAAA%2CiDAAA%2CCAKE%2C%2BGAAA%2CmFAAA%2CCAMA%2C6GAAA%2CoEAAA%2CCASF%2CmGAAA%2CuBAAA%2CCAGE%2CmHAAA%2CmFAAA%2CCAMA%2CiHAAA%2CoEAAA%2CCAQF%2CqHAAA%2CwHAAA%2CCAaA%2CgGAAA%2CkDAAA%2CCAKE%2CgHAAA%2CmFAAA%2CCAMA%2C8GAAA%2CoEAAA%2CCAwBJ%2CgBAAA%2CiNAAA%2CCASE%2CsBAAA%2CYAAA%2CCAKF%2CcAAA%2C%2BBAAA%2CCC1JA%2CMAAA%2C%2BBAAA%2CCpCoBM%2CuCAAA%2CMAAA%2CeAAA%2CCAAA%2CCoCjBJ%2CiBAAA%2CSAAA%2CCAOA%2CqBAAA%2CYAAA%2CCAKF%2CYAAA%2CqDAAA%2CCpCKM%2CuCAAA%2CYAAA%2CeAAA%2CCAAA%2CCoCAJ%2CgCAAA%2C%2BCAAA%2CCpCAI%2CuCAAA%2CgCAAA%2CeAAA%2CCAAA%2CCUlBJ%2CiBAAA%2CmCAAA%2CC2BDA%2CcAAA%2CaAAA%2CCAII%2CwCAAA%2CaAAA%2CCAJJ%2CgBAAA%2CaAAA%2CCAII%2C4CAAA%2CaAAA%2CCAJJ%2CUAAA%2CaAAA%2CCAII%2CgCAAA%2CaAAA%2CCAJJ%2CcAAA%2CaAAA%2CCAII%2CwCAAA%2CaAAA%2CCAJJ%2CWAAA%2CaAAA%2CCAII%2CkCAAA%2CaAAA%2CCAJJ%2CcAAA%2CaAAA%2CCAII%2CwCAAA%2CaAAA%2CCAJJ%2CaAAA%2CaAAA%2CCAII%2CsCAAA%2CaAAA%2CCAJJ%2CYAAA%2CaAAA%2CCAII%2CoCAAA%2CaAAA%2CCAJJ%2CeAAA%2CaAAA%2CCAII%2C0CAAA%2CaAAA%2CCAJJ%2CWAAA%2CaAAA%2CCAII%2CkCAAA%2CaAAA%2CCAJJ%2CgBAAA%2CaAAA%2CCAII%2C4CAAA%2CaAAA%2CCAJJ%2CWAAA%2CaAAA%2CCAII%2CkCAAA%2CaAAA%2CCAJJ%2CYAAA%2CUAAA%2CCAII%2CoCAAA%2CWAAA%2CCCHN%2COAAA%2C4BAAA%2CCAIE%2CeAAA%2C2DAAA%2CCAMA%2CSAAA%2CqDAAA%2CCAUA%2CWAAA%2CuBAAA%2CCAAA%2CWAAA%2CqCAAA%2CCAAA%2CYAAA%2CsCAAA%2CCAAA%2CYAAA%2CsCAAA%2CCCpBF%2CWAAA%2CgDAAA%2CCAQA%2CcAAA%2CmDAAA%2CCAaI%2CYAAA%2CkCAAA%2CC3CwCA%2CyB2CxCA%2CeAAA%2CkCAAA%2CCAAA%2CC3CwCA%2CyB2CxCA%2CeAAA%2CkCAAA%2CCAAA%2CC3CwCA%2CyB2CxCA%2CeAAA%2CkCAAA%2CCAAA%2CC3CwCA%2C0B2CxCA%2CeAAA%2CkCAAA%2CCAAA%2CC3CwCA%2C0B2CxCA%2CgBAAA%2CkCAAA%2CCAAA%2CCCtBJ%2CQAAA%2CqEAAA%2CCAOA%2CQAAA%2CmEAAA%2CCCJA%2C2EAAA%2CiOAAA%2CCCCE%2CuBAAA%2CoEAAA%2CCCDF%2CeAAA%2CyDAAA%2CCCJA%2CIAAA%2C2GAAA%2CCC%2BDQ%2CgBAAA%2CkCAAA%2CCAAA%2CWAAA%2C6BAAA%2CCAAA%2CcAAA%2CgCAAA%2CCAAA%2CcAAA%2CgCAAA%2CCAAA%2CmBAAA%2CqCAAA%2CCAAA%2CgBAAA%2CkCAAA%2CCAAA%2CaAAA%2CqBAAA%2CCAAA%2CWAAA%2CsBAAA%2CCAAA%2CYAAA%2CqBAAA%2CCAAA%2CWAAA%2CoBAAA%2CCAAA%2CYAAA%2CuBAAA%2CCAAA%2CYAAA%2CsBAAA%2CCAAA%2CYAAA%2CuBAAA%2CCAAA%2CaAAA%2CoBAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAAA%2CiBAAA%2C0BAAA%2CCAAA%2CkBAAA%2C2BAAA%2CCAAA%2CiBAAA%2C0BAAA%2CCAAA%2CUAAA%2CyBAAA%2CCAAA%2CgBAAA%2C%2BBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CaAAA%2C4BAAA%2CCAAA%2CcAAA%2C6BAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CeAAA%2C8BAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyDAAA%2CCAAA%2CWAAA%2C%2BDAAA%2CCAAA%2CWAAA%2CwDAAA%2CCAAA%2CaAAA%2C0BAAA%2CCAAA%2CiBAAA%2C0BAAA%2CCAAA%2CmBAAA%2C4BAAA%2CCAAA%2CmBAAA%2C4BAAA%2CCAAA%2CgBAAA%2CyBAAA%2CCAAA%2CiBAAA%2C0BAAA%2CCAAA%2COAAA%2CgBAAA%2CCAAA%2CQAAA%2CkBAAA%2CCAAA%2CSAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2CYAAA%2CsBAAA%2CCAAA%2CSAAA%2CiBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CWAAA%2CoBAAA%2CCAAA%2COAAA%2CkBAAA%2CCAAA%2CQAAA%2CoBAAA%2CCAAA%2CSAAA%2CqBAAA%2CCAAA%2CkBAAA%2C0CAAA%2CCAAA%2CoBAAA%2CqCAAA%2CCAAA%2CoBAAA%2CqCAAA%2CCAAA%2CQAAA%2CmCAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CYAAA%2CuCAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CYAAA%2CyCAAA%2CCAAA%2CcAAA%2CyBAAA%2CCAAA%2CeAAA%2C0CAAA%2CCAAA%2CiBAAA%2C0BAAA%2CCAAA%2CcAAA%2CwCAAA%2CCAAA%2CgBAAA%2CwBAAA%2CCAAA%2CgBAAA%2C%2BBAAA%2CCAAA%2CkBAAA%2C%2BBAAA%2CCAAA%2CYAAA%2C%2BBAAA%2CCAAA%2CgBAAA%2C%2BBAAA%2CCAAA%2CaAAA%2C%2BBAAA%2CCAAA%2CgBAAA%2C%2BBAAA%2CCAAA%2CeAAA%2C%2BBAAA%2CCAAA%2CcAAA%2C%2BBAAA%2CCAAA%2CiBAAA%2C%2BBAAA%2CCAAA%2CaAAA%2C%2BBAAA%2CCAAA%2CkBAAA%2C%2BBAAA%2CCAAA%2CaAAA%2C%2BBAAA%2CCAAA%2CcAAA%2C4BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CMAAA%2CoBAAA%2CCAAA%2CMAAA%2CoBAAA%2CCAAA%2CMAAA%2CoBAAA%2CCAAA%2COAAA%2CqBAAA%2CCAAA%2CQAAA%2CqBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CYAAA%2C0BAAA%2CCAAA%2CMAAA%2CqBAAA%2CCAAA%2CMAAA%2CqBAAA%2CCAAA%2CMAAA%2CqBAAA%2CCAAA%2COAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2C0BAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CYAAA%2C2BAAA%2CCAAA%2CWAAA%2CwBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CaAAA%2CgCAAA%2CCAAA%2CkBAAA%2CqCAAA%2CCAAA%2CqBAAA%2CwCAAA%2CCAAA%2CaAAA%2CsBAAA%2CCAAA%2CaAAA%2CsBAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAAA%2CWAAA%2CyBAAA%2CCAAA%2CaAAA%2C2BAAA%2CCAAA%2CmBAAA%2CiCAAA%2CCAAA%2COAAA%2CgBAAA%2CCAAA%2COAAA%2CsBAAA%2CCAAA%2COAAA%2CqBAAA%2CCAAA%2COAAA%2CmBAAA%2CCAAA%2COAAA%2CqBAAA%2CCAAA%2COAAA%2CmBAAA%2CCAAA%2COAAA%2CqBAAA%2CCAAA%2COAAA%2CmBAAA%2CCAAA%2COAAA%2CmBAAA%2CCAAA%2COAAA%2CmBAAA%2CCAAA%2CQAAA%2CqBAAA%2CCAAA%2CuBAAA%2CqCAAA%2CCAAA%2CqBAAA%2CmCAAA%2CCAAA%2CwBAAA%2CiCAAA%2CCAAA%2CyBAAA%2CwCAAA%2CCAAA%2CwBAAA%2CuCAAA%2CCAAA%2CwBAAA%2CuCAAA%2CCAAA%2CmBAAA%2CiCAAA%2CCAAA%2CiBAAA%2C%2BBAAA%2CCAAA%2CoBAAA%2C6BAAA%2CCAAA%2CsBAAA%2C%2BBAAA%2CCAAA%2CqBAAA%2C8BAAA%2CCAAA%2CqBAAA%2CmCAAA%2CCAAA%2CmBAAA%2CiCAAA%2CCAAA%2CsBAAA%2C%2BBAAA%2CCAAA%2CuBAAA%2CsCAAA%2CCAAA%2CsBAAA%2CqCAAA%2CCAAA%2CuBAAA%2CgCAAA%2CCAAA%2CiBAAA%2C0BAAA%2CCAAA%2CkBAAA%2CgCAAA%2CCAAA%2CgBAAA%2C8BAAA%2CCAAA%2CmBAAA%2C4BAAA%2CCAAA%2CqBAAA%2C8BAAA%2CCAAA%2CoBAAA%2C6BAAA%2CCAAA%2CaAAA%2CmBAAA%2CCAAA%2CSAAA%2CkBAAA%2CCAAA%2CSAAA%2CkBAAA%2CCAAA%2CSAAA%2CkBAAA%2CCAAA%2CSAAA%2CkBAAA%2CCAAA%2CSAAA%2CkBAAA%2CCAAA%2CSAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CKAAA%2CmBAAA%2CCAAA%2CKAAA%2CyBAAA%2CCAAA%2CKAAA%2CwBAAA%2CCAAA%2CKAAA%2CsBAAA%2CCAAA%2CKAAA%2CwBAAA%2CCAAA%2CKAAA%2CsBAAA%2CCAAA%2CKAAA%2CwBAAA%2CCAAA%2CKAAA%2CsBAAA%2CCAAA%2CKAAA%2CsBAAA%2CCAAA%2CKAAA%2CsBAAA%2CCAAA%2CMAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CMAAA%2CkDAAA%2CCAAA%2CMAAA%2C8DAAA%2CCAAA%2CMAAA%2C4DAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2C4DAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2C4DAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2COAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CMAAA%2CkDAAA%2CCAAA%2CMAAA%2C8DAAA%2CCAAA%2CMAAA%2C4DAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2C4DAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2C4DAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2CMAAA%2CwDAAA%2CCAAA%2COAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CiLAAA%2CuBAAA%2CCAAA%2CsCAAA%2C6BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CoBAAA%2C0BAAA%2CCAAA%2CgCAAA%2C4BAAA%2CCAAA%2CiCAAA%2C0BAAA%2CCAAA%2CgCAAA%2C4BAAA%2CCAAA%2CsCAAA%2C0BAAA%2CCAAA%2CMAAA%2C0BAAA%2CCAAA%2CMAAA%2C0BAAA%2CCAAA%2COAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CMAAA%2CyBAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2COAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CMAAA%2C0BAAA%2CCAAA%2CoEAAA%2CgCAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2C%2BBAAA%2C%2BBAAA%2CCAAA%2CiDAAA%2C6BAAA%2CCAAA%2C%2BBAAA%2C%2BBAAA%2CCAAA%2CqCAAA%2C6BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2COAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CMAAA%2CwBAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2COAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CKAAA%2CoBAAA%2CCAAA%2CKAAA%2C0BAAA%2CCAAA%2CKAAA%2CyBAAA%2CCAAA%2CKAAA%2CuBAAA%2CCAAA%2CKAAA%2CyBAAA%2CCAAA%2CKAAA%2CuBAAA%2CCAAA%2CKAAA%2CyBAAA%2CCAAA%2CKAAA%2CuBAAA%2CCAAA%2CKAAA%2CuBAAA%2CCAAA%2CKAAA%2CuBAAA%2CCAAA%2CMAAA%2CyBAAA%2CCAAA%2CMAAA%2CoDAAA%2CCAAA%2CMAAA%2CgEAAA%2CCAAA%2CMAAA%2C8DAAA%2CCAAA%2CgKAAA%2C0DAAA%2CCAAA%2CMAAA%2C8DAAA%2CCAAA%2CMAAA%2C0DAAA%2CCAAA%2CMAAA%2C8DAAA%2CCAAA%2CMAAA%2C0DAAA%2CCAAA%2CMAAA%2C0DAAA%2CCAAA%2CMAAA%2C0DAAA%2CCAAA%2COAAA%2C8DAAA%2CCAAA%2CMAAA%2CoDAAA%2CCAAA%2CMAAA%2CgEAAA%2CCAAA%2CMAAA%2C8DAAA%2CCAAA%2C%2BLAAA%2C0DAAA%2CCAAA%2CMAAA%2C8DAAA%2CCAAA%2CMAAA%2C0DAAA%2CCAAA%2CyBAAA%2C8DAAA%2CCAAA%2CMAAA%2C0DAAA%2CCAAA%2CkCAAA%2C0DAAA%2CCAAA%2CMAAA%2C0DAAA%2CCAAA%2COAAA%2C8DAAA%2CCAAA%2CMAAA%2CwBAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2COAAA%2C6BAAA%2CCAAA%2CMAAA%2C0BAAA%2CCAAA%2CMAAA%2CgCAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2COAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C2BAAA%2CCAAA%2CMAAA%2CiCAAA%2CCAAA%2CMAAA%2CgCAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2CgCAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2CgCAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2COAAA%2CgCAAA%2CCAAA%2CMAAA%2CyBAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2COAAA%2C8BAAA%2CCAAA%2CgBAAA%2C%2BCAAA%2CCAAA%2CMAAA%2CiDAAA%2CCAAA%2CMAAA%2CiDAAA%2CCAAA%2CMAAA%2C0CAAA%2CCAAA%2CMAAA%2C%2BCAAA%2CCAAA%2CMAAA%2CiDAAA%2CCAAA%2CMAAA%2C6BAAA%2CCAAA%2CYAAA%2C4BAAA%2CCAAA%2CYAAA%2C4BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CYAAA%2C8BAAA%2CCAAA%2CWAAA%2C0BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CWAAA%2C0BAAA%2CCAAA%2CMAAA%2CwBAAA%2CCAAA%2COAAA%2C2BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2COAAA%2CwBAAA%2CCAAA%2CYAAA%2C0BAAA%2CCAAA%2CsBAAA%2C2BAAA%2CCAAA%2CaAAA%2C4BAAA%2CCAAA%2CsBAAA%2C%2BBAAA%2CCAAA%2C2BAAA%2CoCAAA%2CCAAA%2C8BAAA%2CuCAAA%2CCAAA%2CgBAAA%2CmCAAA%2CCAAA%2CgBAAA%2CmCAAA%2CCAAA%2CiBAAA%2CoCAAA%2CCAAA%2CWAAA%2C6BAAA%2CCAAA%2CaAAA%2C6BAAA%2CCAAA%2CYAAA%2CgEAAA%2CCAAA%2CcAAA%2CyFAAA%2CCAAA%2CgBAAA%2C2FAAA%2CCAAA%2CUAAA%2CqFAAA%2CCAAA%2CcAAA%2CyFAAA%2CCAAA%2CWAAA%2CsFAAA%2CCAAA%2CcAAA%2CyFAAA%2CCAAA%2CaAAA%2CwFAAA%2CCAAA%2CYAAA%2CuFAAA%2CCAAA%2CeAAA%2C0FAAA%2CCAAA%2CWAAA%2CsFAAA%2CCAAA%2CgBAAA%2C2FAAA%2CCAAA%2CWAAA%2CsFAAA%2CCAAA%2CYAAA%2CuFAAA%2CCAAA%2CYAAA%2CuFAAA%2CCAAA%2CWAAA%2C4FAAA%2CCAAA%2CYAAA%2C6CAAA%2CCAAA%2CeAAA%2C0DAAA%2CCAAA%2CeAAA%2C8DAAA%2CCAAA%2CYAAA%2C6CAAA%2CCAVA%2CiBAAA%2CuBAAA%2CCAAA%2CiBAAA%2CsBAAA%2CCAAA%2CiBAAA%2CuBAAA%2CCAAA%2CkBAAA%2CoBAAA%2CCAUA%2C4BAAA%2CgGAAA%2CCAAA%2C8BAAA%2CkGAAA%2CCAAA%2CQAAA%2C4FAAA%2CCAAA%2CYAAA%2CgGAAA%2CCAAA%2CSAAA%2C6FAAA%2CCAAA%2CYAAA%2CgGAAA%2CCAAA%2CWAAA%2C%2BFAAA%2CCAAA%2CiFAAA%2C8FAAA%2CCAAA%2C6BAAA%2CiGAAA%2CCAAA%2CyCAAA%2C6FAAA%2CCAAA%2CcAAA%2CkGAAA%2CCAAA%2CwGAAA%2C6FAAA%2CCAAA%2CiFAAA%2C8FAAA%2CCAAA%2CUAAA%2C8FAAA%2CCAAA%2CSAAA%2CgGAAA%2CCAAA%2CgBAAA%2C0DAAA%2CCAVA%2CeAAA%2CoBAAA%2CCAAA%2CeAAA%2CqBAAA%2CCAAA%2CeAAA%2CoBAAA%2CCAAA%2CeAAA%2CqBAAA%2CCAAA%2CgBAAA%2CkBAAA%2CCAUA%2CaAAA%2C8CAAA%2CCAAA%2CiBAAA%2C0BAAA%2CCAAA%2CkBAAA%2C2BAAA%2CCAAA%2CkBAAA%2C2BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CWAAA%2C0BAAA%2CCAAA%2CWAAA%2C%2BBAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CWAAA%2C%2BBAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CcAAA%2C8BAAA%2CCAAA%2CaAAA%2CoFAAA%2CCAAA%2CaAAA%2CwFAAA%2CCAAA%2CgBAAA%2C0FAAA%2CCAAA%2CeAAA%2CsFAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CWAAA%2C4BAAA%2CCjDAJ%2CyBiDAI%2CgBAAA%2CqBAAA%2CCAAA%2CcAAA%2CsBAAA%2CCAAA%2CeAAA%2CqBAAA%2CCAAA%2CaAAA%2CyBAAA%2CCAAA%2CmBAAA%2C%2BBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CiBAAA%2C6BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CkBAAA%2C8BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CaAAA%2C6BAAA%2CCAAA%2CgBAAA%2CgCAAA%2CCAAA%2CqBAAA%2CqCAAA%2CCAAA%2CwBAAA%2CwCAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CcAAA%2CyBAAA%2CCAAA%2CgBAAA%2C2BAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CUAAA%2CgBAAA%2CCAAA%2CUAAA%2CsBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2C0BAAA%2CqCAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2C2BAAA%2CiCAAA%2CCAAA%2C4BAAA%2CwCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CoBAAA%2C%2BBAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2C0BAAA%2CsCAAA%2CCAAA%2CyBAAA%2CqCAAA%2CCAAA%2C0BAAA%2CgCAAA%2CCAAA%2CoBAAA%2C0BAAA%2CCAAA%2CqBAAA%2CgCAAA%2CCAAA%2CmBAAA%2C8BAAA%2CCAAA%2CsBAAA%2C4BAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CgBAAA%2CmBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CeAAA%2CkBAAA%2CCAAA%2CQAAA%2CmBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CWAAA%2CsBAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CYAAA%2C0BAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CYAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CYAAA%2C6BAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CYAAA%2C2BAAA%2CCAAA%2CQAAA%2CoBAAA%2CCAAA%2CQAAA%2C0BAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2CiCAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CeAAA%2C0BAAA%2CCAAA%2CaAAA%2C2BAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CCjDAJ%2CyBiDAI%2CgBAAA%2CqBAAA%2CCAAA%2CcAAA%2CsBAAA%2CCAAA%2CeAAA%2CqBAAA%2CCAAA%2CaAAA%2CyBAAA%2CCAAA%2CmBAAA%2C%2BBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CiBAAA%2C6BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CkBAAA%2C8BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CaAAA%2C6BAAA%2CCAAA%2CgBAAA%2CgCAAA%2CCAAA%2CqBAAA%2CqCAAA%2CCAAA%2CwBAAA%2CwCAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CcAAA%2CyBAAA%2CCAAA%2CgBAAA%2C2BAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CUAAA%2CgBAAA%2CCAAA%2CUAAA%2CsBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2C0BAAA%2CqCAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2C2BAAA%2CiCAAA%2CCAAA%2C4BAAA%2CwCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CoBAAA%2C%2BBAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2C0BAAA%2CsCAAA%2CCAAA%2CyBAAA%2CqCAAA%2CCAAA%2C0BAAA%2CgCAAA%2CCAAA%2CoBAAA%2C0BAAA%2CCAAA%2CqBAAA%2CgCAAA%2CCAAA%2CmBAAA%2C8BAAA%2CCAAA%2CsBAAA%2C4BAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CgBAAA%2CmBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CeAAA%2CkBAAA%2CCAAA%2CQAAA%2CmBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CWAAA%2CsBAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CYAAA%2C0BAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CYAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CYAAA%2C6BAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CYAAA%2C2BAAA%2CCAAA%2CQAAA%2CoBAAA%2CCAAA%2CQAAA%2C0BAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2CiCAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CeAAA%2C0BAAA%2CCAAA%2CaAAA%2C2BAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CCjDAJ%2CyBiDAI%2CgBAAA%2CqBAAA%2CCAAA%2CcAAA%2CsBAAA%2CCAAA%2CeAAA%2CqBAAA%2CCAAA%2CaAAA%2CyBAAA%2CCAAA%2CmBAAA%2C%2BBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CiBAAA%2C6BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CkBAAA%2C8BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CaAAA%2C6BAAA%2CCAAA%2CgBAAA%2CgCAAA%2CCAAA%2CqBAAA%2CqCAAA%2CCAAA%2CwBAAA%2CwCAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CcAAA%2CyBAAA%2CCAAA%2CgBAAA%2C2BAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CUAAA%2CgBAAA%2CCAAA%2CUAAA%2CsBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2C0BAAA%2CqCAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2C2BAAA%2CiCAAA%2CCAAA%2C4BAAA%2CwCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CoBAAA%2C%2BBAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2C0BAAA%2CsCAAA%2CCAAA%2CyBAAA%2CqCAAA%2CCAAA%2C0BAAA%2CgCAAA%2CCAAA%2CoBAAA%2C0BAAA%2CCAAA%2CqBAAA%2CgCAAA%2CCAAA%2CmBAAA%2C8BAAA%2CCAAA%2CsBAAA%2C4BAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CgBAAA%2CmBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CeAAA%2CkBAAA%2CCAAA%2CQAAA%2CmBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CWAAA%2CsBAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CoCAAA%2C0BAAA%2CCAAA%2CmCAAA%2C0BAAA%2CCAAA%2C0CAAA%2C4BAAA%2CCAAA%2CYAAA%2C0BAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CYAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CmCAAA%2C6BAAA%2CCAAA%2CkCAAA%2C6BAAA%2CCAAA%2CyCAAA%2C%2BBAAA%2CCAAA%2CYAAA%2C6BAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CYAAA%2C2BAAA%2CCAAA%2CQAAA%2CoBAAA%2CCAAA%2CQAAA%2C0BAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CmKAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CmKAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2C4BAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2CiCAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CeAAA%2C0BAAA%2CCAAA%2CaAAA%2C2BAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CCjDAJ%2C0BiDAI%2CgBAAA%2CqBAAA%2CCAAA%2CcAAA%2CsBAAA%2CCAAA%2CeAAA%2CqBAAA%2CCAAA%2CaAAA%2CyBAAA%2CCAAA%2CmBAAA%2C%2BBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CYAAA%2CwBAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CiBAAA%2C6BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CkBAAA%2C8BAAA%2CCAAA%2CWAAA%2CuBAAA%2CCAAA%2CcAAA%2CwBAAA%2CCAAA%2CaAAA%2C6BAAA%2CCAAA%2CgBAAA%2CgCAAA%2CCAAA%2CqBAAA%2CqCAAA%2CCAAA%2CwBAAA%2CwCAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CgBAAA%2CsBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CkBAAA%2CwBAAA%2CCAAA%2CcAAA%2CyBAAA%2CCAAA%2CgBAAA%2C2BAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CUAAA%2CgBAAA%2CCAAA%2CUAAA%2CsBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CqBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CUAAA%2CmBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2C0BAAA%2CqCAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2C2BAAA%2CiCAAA%2CCAAA%2C4BAAA%2CwCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2C2BAAA%2CuCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CoBAAA%2C%2BBAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CwBAAA%2CmCAAA%2CCAAA%2CsBAAA%2CiCAAA%2CCAAA%2CyBAAA%2C%2BBAAA%2CCAAA%2C0BAAA%2CsCAAA%2CCAAA%2CyBAAA%2CqCAAA%2CCAAA%2C0BAAA%2CgCAAA%2CCAAA%2CoBAAA%2C0BAAA%2CCAAA%2CqBAAA%2CgCAAA%2CCAAA%2CmBAAA%2C8BAAA%2CCAAA%2CsBAAA%2C4BAAA%2CCAAA%2CwBAAA%2C8BAAA%2CCAAA%2CuBAAA%2C6BAAA%2CCAAA%2CgBAAA%2CmBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CYAAA%2CkBAAA%2CCAAA%2CeAAA%2CkBAAA%2CCAAA%2CQAAA%2CmBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CwBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CQAAA%2CsBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CWAAA%2CsBAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CkDAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2C4DAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CSAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CYAAA%2CwDAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CYAAA%2C0BAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CYAAA%2C4BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CYAAA%2C6BAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CYAAA%2C2BAAA%2CCAAA%2CQAAA%2CoBAAA%2CCAAA%2CQAAA%2C0BAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CyBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CQAAA%2CuBAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CoDAAA%2CCAAA%2CSAAA%2CgEAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C8DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CSAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CSAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C2BAAA%2CCAAA%2CSAAA%2CiCAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2CgCAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2C%2BBAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C8BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CSAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CeAAA%2C0BAAA%2CCAAA%2CaAAA%2C2BAAA%2CCAAA%2CgBAAA%2C4BAAA%2CCAAA%2CCjDAJ%2C0BiDAI%2CiBAAA%2CqBAAA%2CCAAA%2CeAAA%2CsBAAA%2CCAAA%2CgBAAA%2CqBAAA%2CCAAA%2CcAAA%2CyBAAA%2CCAAA%2CoBAAA%2C%2BBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CYAAA%2CuBAAA%2CCAAA%2CaAAA%2CwBAAA%2CCAAA%2CiBAAA%2C4BAAA%2CCAAA%2CkBAAA%2C6BAAA%2CCAAA%2CYAAA%2CuBAAA%2CCAAA%2CmBAAA%2C8BAAA%2CCAAA%2CYAAA%2CuBAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAAA%2CcAAA%2C6BAAA%2CCAAA%2CiBAAA%2CgCAAA%2CCAAA%2CsBAAA%2CqCAAA%2CCAAA%2CyBAAA%2CwCAAA%2CCAAA%2CiBAAA%2CsBAAA%2CCAAA%2CiBAAA%2CsBAAA%2CCAAA%2CmBAAA%2CwBAAA%2CCAAA%2CmBAAA%2CwBAAA%2CCAAA%2CeAAA%2CyBAAA%2CCAAA%2CiBAAA%2C2BAAA%2CCAAA%2CuBAAA%2CiCAAA%2CCAAA%2CWAAA%2CgBAAA%2CCAAA%2CWAAA%2CsBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2CWAAA%2CmBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2CWAAA%2CmBAAA%2CCAAA%2CWAAA%2CqBAAA%2CCAAA%2CWAAA%2CmBAAA%2CCAAA%2CWAAA%2CmBAAA%2CCAAA%2CWAAA%2CmBAAA%2CCAAA%2CYAAA%2CqBAAA%2CCAAA%2C2BAAA%2CqCAAA%2CCAAA%2CyBAAA%2CmCAAA%2CCAAA%2C4BAAA%2CiCAAA%2CCAAA%2C6BAAA%2CwCAAA%2CCAAA%2C4BAAA%2CuCAAA%2CCAAA%2C4BAAA%2CuCAAA%2CCAAA%2CuBAAA%2CiCAAA%2CCAAA%2CqBAAA%2C%2BBAAA%2CCAAA%2CwBAAA%2C6BAAA%2CCAAA%2C0BAAA%2C%2BBAAA%2CCAAA%2CyBAAA%2C8BAAA%2CCAAA%2CyBAAA%2CmCAAA%2CCAAA%2CuBAAA%2CiCAAA%2CCAAA%2C0BAAA%2C%2BBAAA%2CCAAA%2C2BAAA%2CsCAAA%2CCAAA%2C0BAAA%2CqCAAA%2CCAAA%2C2BAAA%2CgCAAA%2CCAAA%2CqBAAA%2C0BAAA%2CCAAA%2CsBAAA%2CgCAAA%2CCAAA%2CoBAAA%2C8BAAA%2CCAAA%2CuBAAA%2C4BAAA%2CCAAA%2CyBAAA%2C8BAAA%2CCAAA%2CwBAAA%2C6BAAA%2CCAAA%2CiBAAA%2CmBAAA%2CCAAA%2CaAAA%2CkBAAA%2CCAAA%2CaAAA%2CkBAAA%2CCAAA%2CaAAA%2CkBAAA%2CCAAA%2CaAAA%2CkBAAA%2CCAAA%2CaAAA%2CkBAAA%2CCAAA%2CaAAA%2CkBAAA%2CCAAA%2CgBAAA%2CkBAAA%2CCAAA%2CSAAA%2CmBAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2CsBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2CsBAAA%2CCAAA%2CSAAA%2CwBAAA%2CCAAA%2CSAAA%2CsBAAA%2CCAAA%2CSAAA%2CsBAAA%2CCAAA%2CSAAA%2CsBAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CYAAA%2CsBAAA%2CCAAA%2CUAAA%2CkDAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CWAAA%2C4DAAA%2CCAAA%2CaAAA%2CwDAAA%2CCAAA%2CUAAA%2CkDAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2C4DAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CUAAA%2CwDAAA%2CCAAA%2CWAAA%2C4DAAA%2CCAAA%2CaAAA%2CwDAAA%2CCAAA%2CUAAA%2CuBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CWAAA%2C4BAAA%2CCAAA%2CaAAA%2C0BAAA%2CCAAA%2CUAAA%2CyBAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CWAAA%2C8BAAA%2CCAAA%2CaAAA%2C4BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CWAAA%2C%2BBAAA%2CCAAA%2CaAAA%2C6BAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CWAAA%2C6BAAA%2CCAAA%2CaAAA%2C2BAAA%2CCAAA%2CSAAA%2CoBAAA%2CCAAA%2CSAAA%2C0BAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2CyBAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CSAAA%2CuBAAA%2CCAAA%2CUAAA%2CyBAAA%2CCAAA%2CUAAA%2CoDAAA%2CCAAA%2CUAAA%2CgEAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CWAAA%2C8DAAA%2CCAAA%2CUAAA%2CoDAAA%2CCAAA%2CUAAA%2CgEAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C8DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CUAAA%2C0DAAA%2CCAAA%2CWAAA%2C8DAAA%2CCAAA%2CUAAA%2CwBAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CWAAA%2C6BAAA%2CCAAA%2CUAAA%2C0BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CUAAA%2C6BAAA%2CCAAA%2CWAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C2BAAA%2CCAAA%2CUAAA%2CiCAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2CgCAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CWAAA%2CgCAAA%2CCAAA%2CUAAA%2CyBAAA%2CCAAA%2CUAAA%2C%2BBAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C8BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CUAAA%2C4BAAA%2CCAAA%2CWAAA%2C8BAAA%2CCAAA%2CgBAAA%2C0BAAA%2CCAAA%2CcAAA%2C2BAAA%2CCAAA%2CiBAAA%2C4BAAA%2CCAAA%2CCC5CR%2C0BD4CQ%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CMAAA%2C4BAAA%2CCAAA%2CMAAA%2C8BAAA%2CCAAA%2CMAAA%2C%2BBAAA%2CCAAA%2CCCzBR%2CaDyBQ%2CgBAAA%2CyBAAA%2CCAAA%2CsBAAA%2C%2BBAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CeAAA%2CwBAAA%2CCAAA%2CmBAAA%2C4BAAA%2CCAAA%2CoBAAA%2C6BAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CqBAAA%2C8BAAA%2CCAAA%2CcAAA%2CuBAAA%2CCAAA%2CCE%2FDR%2CKAAA%2C2EAAA%2CCnD%2BDI%2CyBAAA%2CKAAA%2CcAAA%2CCAAA%2CCAAA%2CyBAAA%2CKAAA%2CcAAA%2CCAAA%2CCmD%2FCA%2CUAAA%2CiFAAA%2CCAUJ%2C0BAEI%2CoCAAA%2CgBAAA%2CCAAA%2CCAOJ%2CmCAAA%2CqEAAA%2CCAcI%2CsIAAA%2C8EAAA%2CCAWJ%2CcAAA%2CqGAAA%2CCAWI%2CgJAAA%2CsHAAA%2CCnDKA%2C4BAAA%2CcAAA%2CgBAAA%2CCAAA%2CCmDYJ%2COAAA%2CwHAAA%2CCnDZI%2C4BAAA%2COAAA%2CgBAAA%2CCAAA%2CCmD6BJ%2COAAA%2C%2BDAAA%2CCnD7BI%2C4BAAA%2COAAA%2CeAAA%2CCAAA%2CCmD2CJ%2CcAAA%2CyEAAA%2CCnD3CI%2C4BAAA%2CcAAA%2CiBAAA%2CCAAA%2CCmD0DA%2C%2BCAAA%2C8BAAA%2CCAKA%2C6EAAA%2CkCAAA%2CCAMJ%2COAAA%2CkDAAA%2CCAYA%2CIAAA%2C0BAAA%2CCAMA%2CaAAA%2CeAAA%2CCAIA%2CaAAA%2CkBAAA%2CCAKA%2CQAAA%2CoBAAA%2CCAIA%2C2CAAA%2CaAAA%2CCASA%2CqBAAA%2CqFAAA%2CCAeA%2CWAAA%2CcAAA%2CCAMA%2CSAAA%2CoMAAA%2CCnDlII%2C4BAAA%2CkBAAA%2CuBAAA%2CCAAA%2CCAbA%2CyBAAA%2CyBAAA%2CuBAAA%2CCAAA%2CCmDiLJ%2CQAAA%2CgBAAA%2CCAGI%2CwBAAA%2CYAAA%2CCAGI%2C%2BBAAA%2CkPAAA%2CCA0BA%2CyBAAA%2CuBAAA%2CCAIA%2C%2BBAAA%2CaAAA%2CCAcJ%2CcAAA%2CiDAAA%2CCnDnOA%2CyBAAA%2CcAAA%2CgEAAA%2CCAAA%2CCmDgQJ%2CSAAA%2CgGAAA%2CCACI%2CkBAAA%2C4BAAA%2CCAGJ%2CyBAAA%2CmCAAA%2CCACQ%2CoBAAA%2CkBAAA%2CCAWJ%2CoBAAA%2CgDAAA%2CCAKA%2CiBAAA%2C4CAAA%2CCAMA%2C2BAAA%2CkEAAA%2CCASJ%2CeAAA%2C8BAAA%2CCAKA%2CWAAA%2CwCAAA%2CCAII%2C0JAAA%2CSAAA%2CCAIA%2C8BAAA%2CUAAA%2CCAIA%2C6BAAA%2CcAAA%2CCAMA%2CkBAAA%2CkCAAA%2CCAKJ%2CoBAAA%2CeAAA%2CCAGI%2C8DAAA%2CgGAAA%2CCAWA%2CuBAAA%2CSAAA%2CCAIA%2CqBAAA%2CWAAA%2CCAGI%2C4BAAA%2CuBAAA%2CCAIA%2CuBAAA%2CmDAAA%2CCAMI%2C8BAAA%2CYAAA%2CCAQZ%2CcAAA%2CkBAAA%2CCACI%2CsBAAA%2CeAAA%2CCAQJ%2CQAAA%2CeAAA%2CCAII%2CkBAAA%2CeAAA%2CCnDvWA%2C4BAAA%2CeAAA%2CkBAAA%2CCAAA%2CCmD2XJ%2CoFAAA%2C8BAAA%2CCAOA%2CaAAA%2CoBAAA%2CCAGI%2CgBAAA%2CmBAAA%2CCAMJ%2CuDAAA%2CmDAAA%2CCAMI%2C2DAAA%2CiBAAA%2CCAGI%2CmFAAA%2CcAAA%2CCAIA%2CmFAAA%2CeAAA%2CCAcJ%2CYAAA%2CsCAAA%2CCAGI%2CoBAAA%2C6GAAA%2CCAcR%2CWAAA%2CcAAA%2CCAGI%2CcAAA%2C8EAAA%2CCAKI%2CsBAAA%2C0GAAA%2CCAeR%2CQAAA%2C4BAAA%2CCAKA%2C8BAAA%2CwCAAA%2CCAKA%2C6BAAA%2CuCAAA%2CCAKA%2C0BAAA%2CoCAAA%2CCAKA%2C0BAAA%2CoCAAA%2CCAkBA%2CaACA%2CWAAA%2CyBAAA%2CCACA%2CUAAA%2CyBAAA%2CCAAA%2CCClkBA%2CQAAA%2C6BAAA%2CCAQI%2CUAAA%2CUAAA%2CCAKI%2C6BAAA%2C8DAAA%2CCAMI%2C%2BBAAA%2C6BAAA%2CCCnBZ%2CYAAA%2CiPAAA%2CCAiBC%2CkBAAA%2CqBAAA%2CCCfA%2CkEAAA%2CUAAA%2CCAGA%2CwBAAA%2C0EAAA%2CCAQC%2CmCAAA%2CoEAAA%2CCAOD%2CoBAAA%2C4EAAA%2CCAOA%2CwBAAA%2CkDAAA%2CCAKA%2CsBAAA%2CqGAAA%2CCASE%2C4CAAA%2CmCAAA%2CCAQH%2CoBAAA%2C%2BBAAA%2CCAEC%2C0BAAA%2CyCAAA%2CCAKC%2CiCAAA%2CyNAAA%2CCAYA%2CkCAAA%2CyHAAA%2CCCnEF%2CeAAA%2CiBAAA%2CCAEE%2CkCAAA%2CqGAAA%2CCAYA%2CwCAAA%2CSAAA%2CCvD6DE%2C4BuDxDA%2CqCAAA%2CoCAAA%2CCAIA%2CiBAAA%2CkBAAA%2CCAAA%2CCCHF%2C6BAAA%2CwBAAA%2CCAYA%2C2BAAA%2CmEAAA%2CCASE%2C6DAAA%2CUAAA%2CCASA%2CmCAAA%2C4JAAA%2CCAaA%2CkCAAA%2CyKAAA%2CCA%2BBJ%2CkBAAA%2CwLAAA%2CCAgBA%2CkBAAA%2CkBAAA%2CCAKE%2CoIAAA%2C4BAAA%2CCAMA%2CgDAAA%2CqCAAA%2CCAIE%2CgEAAA%2CgKAAA%2CCAeF%2CsCAAA%2CmFAAA%2CCAQE%2CoDAAA%2CoBAAA%2CCAIA%2CgDAAA%2CqCAAA%2CCAMF%2CgIAAA%2C%2BGAAA%2CCAME%2CgJAAA%2CgCAAA%2CCAqBF%2C6BAAA%2CgDAAA%2CCAKA%2C0BAAA%2CyCAAA%2CCAQA%2CyBAAA%2CgBAAA%2CCAWA%2CwBAAA%2C%2BCAAA%2CCAIE%2CgCAAA%2CeAAA%2CCAQA%2CgCAAA%2CYAAA%2CCxDlJA%2C4BwD2JF%2CqBAAA%2CiBAAA%2CCAIA%2CkBAAA%2CYAAA%2CCAIA%2CkBAAA%2C8BAAA%2CCAOE%2CsFAAA%2CoCAAA%2CCAQF%2CiBAAA%2CiBAAA%2CCAAA%2CCC1PI%2CkEAAA%2CeAAA%2CCAGE%2C2IAAA%2CmCAAA%2CCAQN%2C0DAAA%2CmNAAA%2CCAUE%2C4EAAA%2C0BAAA%2CCAIA%2CoGAAA%2C%2BDAAA%2CCzD%2BCA%2C4BAAA%2C0DAAA%2CyDAAA%2CCAAA%2CCyDjCF%2C6BAAA%2CUAAA%2CCzDiCE%2C4BAAA%2C6BAAA%2CaAAA%2CCAAA%2CCyD1BF%2C6BAAA%2CWAAA%2CCzD0BE%2C4BAAA%2C6BAAA%2CcAAA%2CCAAA%2CCyDlBF%2C6BAAA%2CeAAA%2CCAGE%2CyCAAA%2CkBAAA%2CCAGE%2CgDAAA%2CkBAAA%2CCChEN%2CUAAA%2C8FAAA%2CCAKC%2C%2BBAAA%2CUAAA%2CCAQA%2C4BAAA%2C2BAAA%2CCAKA%2C4BAAA%2C0HAAA%2CC1D0DG%2C4BAAA%2CUAAA%2CsDAAA%2CC0D5CF%2C8IAAA%2C8BAAA%2CCAAA%2CC1D%2BBE%2CyBAAA%2CUAAA%2C2BAAA%2CCAAA%2CC2D%2FDJ%2CaAAA%2CWAAA%2CCAGI%2C2BAAA%2CgBAAA%2CCAGA%2CyBAAA%2CiBAAA%2CCAGI%2CoCAAA%2C4JAAA%2CCAYI%2CsCAAA%2CgDAAA%2CC3DuDR%2C4B2DhCI%2CwBAAA%2C8BAAA%2CCAKI%2C6BAAA%2CYAAA%2CCAKJ%2CoCAAA%2CgCAAA%2CCAAA%2CCCtDR%2COAAA%2CiBAAA%2CCAGI%2CaAAA%2CcAAA%2CCAIA%2CyBAAA%2CkBAAA%2CCAGI%2CoCAAA%2CkEAAA%2CCAOA%2C4CAAA%2CiEAAA%2CCAOI%2C8CAAA%2CeAAA%2CCCxBZ%2CQAAA%2CgGAAA%2CCAMI%2CUAAA%2CUAAA%2CCAOA%2CgBAAA%2CmGAAA%2CCAgBJ%2CkBAAA%2C6CAAA%2CCAMI%2CsBAAA%2CUAAA%2CCAKJ%2CYAAA%2C2BAAA%2CCAGI%2CoBAAA%2CoRAAA%2CCAiBJ%2CeAAA%2CwBAAA%2CCAMA%2CYAAA%2CsDAAA%2CCACI%2C%2BCAAA%2CkBAAA%2CCAKA%2CcAAA%2CUAAA%2CCAGW%2CoBAAA%2CyLAAA%2CCAgBf%2CuBAAA%2CiDAAA%2CCACI%2CgCAAA%2CoKAAA%2CCAgBA%2C%2BBAAA%2CoLAAA%2CCC3GA%2C2BAAA%2CkBAAA%2CC9D8DA%2CyBAAA%2C2BAAA%2CoDAAA%2CCAAA%2CC8DlDI%2CiCAAA%2CsBAAA%2CCAKA%2CsCAAA%2CkBAAA%2CCAOJ%2CuBAAA%2CiBAAA%2CCACI%2C4BAAA%2CgBAAA%2CCASA%2CuCAAA%2CwGAAA%2CCAoBA%2CmCAAA%2CiBAAA%2CCAIA%2CgCAAA%2C6BAAA%2CCAII%2CqCAAA%2CgEAAA%2CCASJ%2CyCAAA%2CgCAAA%2CCAKA%2CqCAAA%2C8CAAA%2CCAeA%2C8BAAA%2C2FAAA%2CCAMI%2CgDAAA%2CiBAAA%2CCAIA%2CuCAAA%2CyDAAA%2CCAOA%2CmEAAA%2CqCAAA%2CCAKA%2CsCAAA%2CqBAAA%2CCAGI%2CwCAAA%2CaAAA%2CCAKJ%2C0CAAA%2CoBAAA%2CCAGI%2C4CAAA%2C0BAAA%2CCAII%2CkDAAA%2CaAAA%2CCAIA%2C8CAAA%2CgBAAA%2CCAShB%2CWAAA%2CiBAAA%2CCAGI%2CoBAAA%2CqLAAA%2CCAgBA%2C0BAAA%2CSAAA%2CCAIA%2CmBAAA%2CkCAAA%2CCAKA%2C2BAAA%2C2DAAA%2CC9D9FJ%2C4B8DyGI%2CmBAAA%2CgBAAA%2CCAIA%2CmBAAA%2CkBAAA%2CCAKA%2CmBAAA%2CkIAAA%2CCAUI%2CuBAAA%2C6DAAA%2CCASA%2C8BAAA%2CYAAA%2CCAGI%2CmEAAA%2CeAAA%2CCAAA%2CCAQR%2CmDAAA%2CkBAAA%2CCC5NR%2CoBAAA%2CqCAAA%2CCAKI%2C4BAAA%2CiDAAA%2CCAWJ%2CiBAAA%2C0BAAA%2CCAGI%2C8BAAA%2CuBAAA%2CCAOA%2CuCAAA%2CuBAAA%2CCAKA%2CwCAAA%2CuBAAA%2CCC%2FBJ%2CaAAA%2CkBAAA%2CCACA%2CyBAAA%2CgBAAA%2CCAEA%2CaAAA%2C4DAAA%2CCAQA%2CuBAAA%2CcAAA%2CCACA%2C6BAAA%2CaAAA%2CCAIA%2C2BAAA%2CcAAA%2CCAOA%2CqCAAA%2CaAAA%2CCCtBA%2CeAAA%2CeAAA%2CCAIA%2CiBAAA%2CiBAAA%2CCAIA%2CgBAAA%2CgBAAA%2CCAIA%2C0BAAA%2CkBAAA%2CCAKA%2CiGAAA%2CeAAA%2CCAUA%2CgCAAA%2CUAAA%2CCAKA%2CqBAAA%2CuCAAA%2CCAMA%2CqBAAA%2CwCAAA%2CCAMA%2CsBAAA%2CWAAA%2CCAIA%2CmBAAA%2CsBAAA%2CCAKA%2CuBAAA%2CyCAAA%2CCAKA%2CgBAAA%2CaAAA%2CCAIA%2CmBAAA%2CcAAA%2CCAIA%2CiCAAA%2CoCAAA%2CCAMA%2CqFAAA%2CkBAAA%2CCAMA%2CsBAAA%2CeAAA%2CCAIA%2CgCAAA%2CgBAAA%2CCAIA%2C%2BBAAA%2CiBAAA%2CCAIA%2CsBAAA%2CeAAA%2CCAIA%2CWAAA%2CiBAAA%2CCAIA%2CsBAAA%2CcAAA%2CCAIA%2CQAAA%2CkBAAA%2CCAIA%2CmBAAA%2CeAAA%2CCAIA%2CuBAAA%2CUAAA%2CCAIA%2C4CAAA%2C%2BBAAA%2CCAOA%2CkBAAA%2CeAAA%2CCAIA%2CoBAAA%2CiBAAA%2CCAIA%2CmBAAA%2CgBAAA%2CCAKA%2CYAAA%2CkBAAA%2CCAKA%2CeAAA%2CyCAAA%2CCAKA%2CgBAAA%2C%2BCAAA%2CCAMA%2CiBAAA%2CaAAA%2CCAKA%2CUAAA%2CyBAAA%2CCAKA%2C0BAAA%2CuCAAA%2CCAMA%2CmBAAA%2C%2BBAAA%2CCAIA%2C0BAAA%2C4BAAA%2CCAKA%2C4CAAA%2CoCAAA%2CCAIA%2C4CAAA%2CwBAAA%2CCAqDA%2C2BAAA%2CuEAAA%2CCAOA%2CyBAAA%2CuEAAA%2CCAOA%2CcAAA%2CgCAAA%2CCAKA%2CmBAAA%2CaAAA%2CCjE7LI%2CyBAAA%2CmBAAA%2CeAAA%2CCAAA%2CCiEqMJ%2CoBAAA%2CcAAA%2CCjErMI%2CyBAAA%2CoBAAA%2CgBAAA%2CCAAA%2CCiE6MJ%2CmBAAA%2C6BAAA%2CCAKA%2CmBAAA%2C6BAAA%2CCAKA%2CmBAAA%2C6BAAA%2CCASI%2CkBAAA%2CUAAA%2CCAoBJ%2CgCAAA%2CiBAAA%2CCAGA%2CoEAAA%2CwBAAA%2CCACoB%2CkFAAA%2CQAAA%2CCAChB%2CkEAAA%2CiFAAA%2CCAOI%2CgFAAA%2CeAAA%2CCAUR%2CgBAAA%2CgCAAA%2CCASI%2CkBAAA%2CaAAA%2CCAaJ%2CiCAAA%2CeAAA%2CCAGI%2CqCAAA%2CqBAAA%2CCAMA%2CuDAAA%2C2BAAA%2CCAKA%2CuEAAA%2CsRAAA%2CCAqBA%2CmCAAA%2CyRAAA%2CCA0BI%2C6DAAA%2CUAAA%2CCAGI%2CiEAAA%2CcAAA%2CCAWZ%2CuBAAA%2CgBAAA%2CCAIA%2CkBAAA%2CkCAAA%2CCAA2D%2CqBAAA%2CYAAA%2CCC7a3D%2CYAAA%2CoCAAA%2CCAII%2CoBAAA%2CskBAAA%2CClEuEA%2C4BAAA%2CYAAA%2CiCAAA%2CCkEtDI%2CoBAAA%2CwBAAA%2CCAAA%2CCCtBR%2CWAAA%2CsBAAA%2CCAEE%2C2BAAA%2CwCAAA%2CCAOF%2CkBAAA%2CSAAA%2CCAEE%2CoCAAA%2CcAAA%2CCAII%2CgbAAA%2CaAAA%2CCAkBJ%2CoIAAA%2CcAAA%2CCAGI%2CwNAAA%2CaAAA%2CCASA%2CwNAAA%2CaAAA%2CCASA%2C8CAAA%2CaAAA%2CCAKI%2CkEAAA%2CkFAAA%2CCAMA%2C%2BDAAA%2CkFAAA%2CCAQR%2CoCAAA%2CeAAA%2CCAIE%2C0CAAA%2CeAAA%2CCAIA%2CoDAAA%2C6BAAA%2CCASI%2CwEAAA%2C0GAAA%2CCAMA%2CqEAAA%2C0GAAA%2CCnEpBJ%2C4BAAA%2CoCAAA%2CoCAAA%2CCAAA%2CCmEoCA%2CwCAAA%2C2LAAA%2CCASJ%2CgBAAA%2CiCAAA%2CCAGE%2C2BAAA%2CYAAA%2CCnEhDE%2C4BAAA%2CgBAAA%2CoCAAA%2CCAAA%2CCAAA%2C4BoE3EA%2CiBAAA%2CiBAAA%2CCAAA%2CCCKI%2CkDAAA%2CkBAAA%2CCAGR%2CMAAA%2CaAAA%2CCCNM%2CwCAAA%2C4CAAA%2CCtE4DF%2C0BAAA%2CwCAAA%2CgBAAA%2CCAAA%2CCsElDI%2C8CAAA%2CaAAA%2CCAKA%2C6DAAA%2CwBAAA%2CCAeR%2CUAAA%2C4BAAA%2CCtE8BI%2CyBsEnBE%2CgCAAA%2CqFAAA%2CCAOE%2C4CAAA%2C8CAAA%2CCAEA%2C0CAAA%2CgLAAA%2CCAYE%2CiDAAA%2CYAAA%2CCAQA%2CiDAAA%2CkBAAA%2CCAUA%2CgDAAA%2CgCAAA%2CCAWA%2CgDAAA%2CgCAAA%2CCAUA%2CyDAAA%2CCA%2BBA%2CqDAAA%2CkCAAA%2CCAQJ%2CqDAAA%2CaAAA%2CCAIA%2CuDAAA%2CaAAA%2CCAIA%2CgCAAA%2CuFAAA%2CCASE%2C2CAAA%2C4EAAA%2CCAMF%2CqCAAA%2C0CAAA%2CCAKE%2CoDAAA%2CmCAAA%2CCACR%2CyEAAA%2CYAAA%2CCAEU%2CqHAAA%2C6BAAA%2CCAGV%2C2EAAA%2CsEAAA%2CCASS%2CoDAAA%2CeAAA%2CCAGC%2CuDAAA%2CkBAAA%2CCAGE%2CyDAAA%2CeAAA%2CCAAA%2CCtEpHR%2C4BsE8IF%2CuEAAA%2C%2BCAAA%2CCAAA%2CCCxNM%2C6BAAA%2CoEAAA%2CCAII%2CoCAAA%2CsDAAA%2CCAKA%2CmCAAA%2CsBAAA%2CCAQJ%2CgCAAA%2CgBAAA%2CCAGI%2C2CAAA%2CYAAA%2CCAQJ%2C%2BBAAA%2C2GAAA%2CCASA%2C2EAAA%2CqEAAA%2CCASJ%2CuBAAA%2CkBAAA%2CCAIQ%2C4CAAA%2CYAAA%2CCACA%2C4CAAA%2CYAAA%2CCCrDZ%2CKAAA%2C%2BBAAA%2CCAMI%2CSAAA%2CmFAAA%2CCAcJ%2CaAAA%2CUAAA%2CCAIA%2CeAAA%2CiCAAA%2CCAKI%2CsBAAA%2CqJAAA%2CCClBJ%2CYAAA%2CYAAA%2CCzEoDI%2CyBAAA%2CMAAA%2CWAAA%2CCAAA%2CC0E9DJ%2CeAAA%2CeAAA%2CCAEA%2CmBAAA%2CgBAAA%2CCAGoF%2C8IAAA%2CuGAAA%2CCAC7D%2CqCAAA%2CaAAA%2CCACP%2C%2BBAAA%2CaAAA%2CCACT%2CeAAA%2CaAAA%2CCACQ%2CuBAAA%2CaAAA%2CCACA%2CuBAAA%2CaAAA%2CCACV%2CaAAA%2CaAAA%2CCAEL%2CcAAA%2CYAAA%2CCAGA%2CwDAAA%2C8CAAA%2CCAGA%2C8BAAA%2CuBAAA%2CCAKA%2CsBAAA%2C0BAAA%2CCAEA%2CuBAAA%2CeAAA%2CCACA%2CmCAAA%2CkBAAA%2CCAEA%2CwBAAA%2CkBAAA%2CCAEA%2CmEAAA%2CcAAA%22%7D */
.femanager_flashmessages>div{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px}.femanager_flashmessages>.message-2{background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225}.femanager_flashmessages>.message-1{background-color:#FBF6DE;border:1px solid #B1905C;color:#9E7D4A}.femanager_flashmessages>.message-0{background-color:#CDEACA;border:1px solid #58B548;color:#3B7826}.femanager_flashmessages>.message--1{background-color:#EAF7FF;border:1px solid #C5DBE6;color:#4C73A1}.femanager_flashmessages>.message--2{background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444}.femanager_note{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6F7FA;border:1px solid #C2CBCF;color:#444;list-style-type:none;margin-left:0}.femanager_error{background-position:10px 12px;background-repeat:no-repeat;margin-bottom:4px;padding:12px 12px 12px 36px;background-color:#F6D3CF;border:1px solid #D66C68;color:#AA0225;list-style-type:none;margin-left:0}

.tx-poll .poll-answer-image,
.tx-poll .poll-answer-description {
	margin-left: 18px;
}
.tx-poll .poll-question .poll-question-number {
	display: none;
}

.tx-poll .poll-question .poll-checkbox-user-answer,
.tx-poll .poll-question .poll-radiobutton-user-answer {
	display: inline-block;
}

.tx-poll div.poll-result-bar {
	width: 100%;
}
.tx-poll span.poll-result-bar {
	display: inline-block;
	background-color: #FFAAAA;
	height: 10px;
}
.tx-poll .poll-result-percent {
	display: inline-block;
	width: 55px;
}
.tx-poll .poll-result-answer {
	display: inline-block;
}
.tx-poll .poll-result-row {
	height: 70px;
	display: inline-block;
	width: 100%;
}

.tx-poll .poll-button {
	margin-top: 40px;
	display: inline-block;
	width: 100%;
}
.tx-poll .card-img-top {
	height: auto;
}
.tx-poll .typo3-messages {
	list-style: none;
	padding: 0;
}



/* Poll-Question */
.tx-poll .poll-question {
	padding-top: 15px;
	padding-bottom: 15px;
    width: 100%;
    display: inline-block;
}
.tx-poll .poll-question .poll-question-answers {
	padding: 0;
    width: 100%;
    display: inline-block;
}
.tx-poll .poll-question .poll-question-answers .poll-radio-user-answer {
    display: inline-block;
}
.tx-poll .poll-question .poll-question-answers .poll-radio {
	display: inline-block;
	width: 100%;
	float: left;
}
.tx-poll .poll-question .poll-question-answers .poll-radiolabel {
	display: inline-block;
	float: left;
	margin-top: 2px;
}
.tx-poll .poll-question .poll-question-answers .poll-radiolabel label {
	font-weight: normal;
}
.tx-poll .poll-question.layout-inline-scaled .poll-question-answers .poll-answer {
	text-align: center;
}
.tx-poll .poll-question.layout-inline-scaled .poll-answer-scale {
	background-image: linear-gradient(90deg, red, yellow, green);
	height: 5px;
}



.tx-poll .poll-result-question {
    width: 640px;
}



/** @todo check while implementing captcha */
.tx-poll .poll-captcha span {
    display: inline-block;
    width: 100%;
}
.poll-captcha span.poll-captcha-image {
    height: 32px;
    width: 104px;
}
.poll-captcha span.poll-captcha-field {
    margin-bottom: 16px;
}
.tx-poll .message-error {
    color: #CC0000;
    font-weight: bold;
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url("/typo3temp/zeroseven/font_loader/6cd1ebc20ff726a84047488ecd3eeff4.ttf") format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url("/typo3temp/zeroseven/font_loader/9d81ffd783c9341733f332e8f66186f2.ttf") format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url("/typo3temp/zeroseven/font_loader/1b0e0966a5ec5eee7a4455ee732cc491.ttf") format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url("/typo3temp/zeroseven/font_loader/df3d16414cbdefb8c19f22d5889f09ee.ttf") format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("/typo3temp/zeroseven/font_loader/4df5c0d50845cca778189651b387bd5b.ttf") format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url("/typo3temp/zeroseven/font_loader/a1d481fd480e93f3bde238feefef7268.ttf") format('truetype');
}


/* Sources: */
/* @see https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i [styles] */
/* @see https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2_Gwfo.ttf [font] */
/* @see https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxsAXC-v.ttf [font] */
/* @see https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wq_Gwfo.ttf [font] */
/* @see https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USSwiPHA.ttf [font] */
/* @see https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf [font] */
/* @see https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVSwiPHA.ttf [font] */