@charset "UTF-8";/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}
.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:flex}
.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}
.ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:flex-start;text-align:left}
.ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:flex-start;text-align:left}
.ct-label.ct-vertical.ct-start{align-items:flex-end;justify-content:flex-end;text-align:right}
.ct-label.ct-vertical.ct-end{align-items:flex-end;justify-content:flex-start;text-align:left}
.ct-chart-bar .ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:center;text-align:center}
.ct-chart-bar .ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:center;text-align:center}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{align-items:flex-end;justify-content:flex-start;text-align:left}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{align-items:flex-start;justify-content:flex-start;text-align:left}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{align-items:center;justify-content:flex-end;text-align:right}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{align-items:center;justify-content:flex-start;text-align:left}
.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}
.ct-grid-background{fill:none}
.ct-point{stroke-width:10px;stroke-linecap:round}
.ct-line{fill:none;stroke-width:4px}
.ct-area{stroke:none;fill-opacity:.1}
.ct-bar{fill:none;stroke-width:10px}
.ct-slice-donut{fill:none;stroke-width:60px}
.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#d70206}
.ct-series-a .ct-area,.ct-series-a .ct-slice-pie{fill:#d70206}
.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#f05b4f}
.ct-series-b .ct-area,.ct-series-b .ct-slice-pie{fill:#f05b4f}
.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#f4c63d}
.ct-series-c .ct-area,.ct-series-c .ct-slice-pie{fill:#f4c63d}
.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#d17905}
.ct-series-d .ct-area,.ct-series-d .ct-slice-pie{fill:#d17905}
.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#453d3f}
.ct-series-e .ct-area,.ct-series-e .ct-slice-pie{fill:#453d3f}
.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#59922b}
.ct-series-f .ct-area,.ct-series-f .ct-slice-pie{fill:#59922b}
.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#0544d3}
.ct-series-g .ct-area,.ct-series-g .ct-slice-pie{fill:#0544d3}
.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#6b0392}
.ct-series-h .ct-area,.ct-series-h .ct-slice-pie{fill:#6b0392}
.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#e6805e}
.ct-series-i .ct-area,.ct-series-i .ct-slice-pie{fill:#e6805e}
.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}
.ct-series-j .ct-area,.ct-series-j .ct-slice-pie{fill:#dda458}
.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}
.ct-series-k .ct-area,.ct-series-k .ct-slice-pie{fill:#eacf7d}
.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}
.ct-series-l .ct-area,.ct-series-l .ct-slice-pie{fill:#86797d}
.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}
.ct-series-m .ct-area,.ct-series-m .ct-slice-pie{fill:#b2c326}
.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}
.ct-series-n .ct-area,.ct-series-n .ct-slice-pie{fill:#6188e2}
.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}
.ct-series-o .ct-area,.ct-series-o .ct-slice-pie{fill:#a748ca}
.ct-square{display:block;position:relative;width:100%}
.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}
.ct-square:after{content:"";display:table;clear:both}
.ct-square>svg{display:block;position:absolute;top:0;left:0}
.ct-minor-second{display:block;position:relative;width:100%}
.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}
.ct-minor-second:after{content:"";display:table;clear:both}
.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}
.ct-major-second{display:block;position:relative;width:100%}
.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}
.ct-major-second:after{content:"";display:table;clear:both}
.ct-major-second>svg{display:block;position:absolute;top:0;left:0}
.ct-minor-third{display:block;position:relative;width:100%}
.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}
.ct-minor-third:after{content:"";display:table;clear:both}
.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}
.ct-major-third{display:block;position:relative;width:100%}
.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}
.ct-major-third:after{content:"";display:table;clear:both}
.ct-major-third>svg{display:block;position:absolute;top:0;left:0}
.ct-perfect-fourth{display:block;position:relative;width:100%}
.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}
.ct-perfect-fourth:after{content:"";display:table;clear:both}
.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}
.ct-perfect-fifth{display:block;position:relative;width:100%}
.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}
.ct-perfect-fifth:after{content:"";display:table;clear:both}
.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}
.ct-minor-sixth{display:block;position:relative;width:100%}
.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}
.ct-minor-sixth:after{content:"";display:table;clear:both}
.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}
.ct-golden-section{display:block;position:relative;width:100%}
.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}
.ct-golden-section:after{content:"";display:table;clear:both}
.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}
.ct-major-sixth{display:block;position:relative;width:100%}
.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}
.ct-major-sixth:after{content:"";display:table;clear:both}
.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}
.ct-minor-seventh{display:block;position:relative;width:100%}
.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}
.ct-minor-seventh:after{content:"";display:table;clear:both}
.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}
.ct-major-seventh{display:block;position:relative;width:100%}
.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}
.ct-major-seventh:after{content:"";display:table;clear:both}
.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}
.ct-octave{display:block;position:relative;width:100%}
.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}
.ct-octave:after{content:"";display:table;clear:both}
.ct-octave>svg{display:block;position:absolute;top:0;left:0}
.ct-major-tenth{display:block;position:relative;width:100%}
.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}
.ct-major-tenth:after{content:"";display:table;clear:both}
.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}
.ct-major-eleventh{display:block;position:relative;width:100%}
.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}
.ct-major-eleventh:after{content:"";display:table;clear:both}
.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}
.ct-major-twelfth{display:block;position:relative;width:100%}
.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}
.ct-major-twelfth:after{content:"";display:table;clear:both}
.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}
.ct-double-octave{display:block;position:relative;width:100%}
.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}
.ct-double-octave:after{content:"";display:table;clear:both}
.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}
.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}
/* control positioning */
.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}
.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}
/* cursors */
.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
/* visual tweaks */
.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}
/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}
/* general toolbar styles */
.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}
.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}
/* layers control */
.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}
/* popup */
.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}
.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}
/* div icon */
.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}
/* Directions */
.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
/* Printing */
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}
/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/*
  titillium web
  used in all texts (default font for this website)
*/
@font-face {
  font-family: "Titillium Web";
  src: local("Titillium Web"), url("/assets/TitilliumWeb-Regular-486e78be.ttf");
}
@font-face {
  font-family: "Titillium Web";
  src: local("Titillium Web"), url("/assets/TitilliumWeb-SemiBold-3a285881.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Titillium Web";
  src: local("Titillium Web"), url("/assets/TitilliumWeb-Bold-fe3d6895.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Titillium Web";
  src: local("Titillium Web"), url("/assets/TitilliumWeb-ExtraLight-96db1f9f.ttf");
  font-weight: 100;
}
@font-face {
  font-family: "Titillium Web";
  src: local("Titillium Web"), url("/assets/TitilliumWeb-Regular-486e78be.ttf");
}
/*
  unbounded
  used for header title
*/
@font-face {
  font-family: "Unbounded";
  src: local("Unbounded"), url("/assets/Unbounded-Regular-4aa6498d.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Unbounded";
  src: local("Unbounded"), url("/assets/Unbounded-Bold-af25a210.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Unbounded";
  src: local("Unbounded"), url("/assets/Unbounded-ExtraLight-a513a209.ttf");
  font-weight: 100;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  min-height: 100vh;
  color: #000000;
  background: #ffffff;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
.print-only {
  display: none;
}
.default-link {
  color: #006cb4;
  text-decoration: underline;
  cursor: pointer;
}
#pnrr-regione-piemonte-app {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
#pnrr-regione-piemonte-app iframe {
  width: 100%;
  height: 100%;
  border: none;
  flex-grow: 1;
}
#pnrr-regione-piemonte-app .image-slideshow .navigation.navigation-next::after {
  margin-left: 2px;
}
#pnrr-regione-piemonte-app .cookie-blocked-placeholder {
  background-color: #e6e4ef;
  color: #000000;
  border: solid 1px #000000;
  padding: 1.5rem;
}
#pnrr-regione-piemonte-app .cookie-blocked-placeholder a {
  color: #7e0303;
}
#pnrr-regione-piemonte-app .cookie-blocked-placeholder a:hover {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .story-telling {
  width: 100%;
}
#pnrr-regione-piemonte-app .story-telling .story-spaced-video {
  margin-top: 3.5rem;
  margin-bottom: 3rem;
}
@container (max-width: 1023px) {
  #pnrr-regione-piemonte-app .story-telling .story-spaced-video {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
#pnrr-regione-piemonte-app .story-telling .h-shifted {
  margin-top: 3.5rem;
}
#pnrr-regione-piemonte-app .story-telling .image-slideshow {
  border-radius: 15px;
  overflow: hidden;
}
#pnrr-regione-piemonte-app .story-telling .image-slideshow .image-container {
  min-height: 0;
  width: 100%;
  padding-bottom: 66.625%;
}
#pnrr-regione-piemonte-app .story-telling .image-slideshow.ratio800x450 .image-container {
  padding-bottom: 56.25%;
}
#pnrr-regione-piemonte-app .story-telling .small-page-body {
  max-width: none;
  padding: 2rem 4rem 2rem 4rem;
}
@container (max-width: 768px) {
  #pnrr-regione-piemonte-app .story-telling .small-page-body {
    padding: 2rem 1.5rem;
  }
}
@container (max-width: 1200px) {
  #pnrr-regione-piemonte-app .story-telling .story-text-column {
    margin-top: 2rem;
    padding: 0 2rem;
  }
}
#pnrr-regione-piemonte-app .story-telling .story-telling-image.image-with-overlay {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
}
#pnrr-regione-piemonte-app .story-telling .story-telling-image.image-with-overlay + .text-overlay {
  margin-bottom: 2rem;
}
#pnrr-regione-piemonte-app .story-telling .text-overlay {
  background-color: rgba(0, 0, 0, 0.65);
  color: #ffffff;
  width: 100%;
  font-size: 0.8rem;
  padding: 0.5rem 1rem 1rem 1rem;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#pnrr-regione-piemonte-app .story-telling ul {
  margin-bottom: 1rem;
}
#pnrr-regione-piemonte-app .story-telling .story-button {
  border: none;
  background-color: #006cb4;
  color: #ffffff;
  border-radius: 6px;
  padding: 0.7rem 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
}
#pnrr-regione-piemonte-app .story-telling .story-button.last-element {
  margin-top: 2rem;
}
#pnrr-regione-piemonte-app .story-telling .story-button:hover {
  color: #ffffff;
  background-color: #07346a;
}
#pnrr-regione-piemonte-app .story-telling .story-telling-image {
  margin-bottom: 2rem;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
  border-radius: 15px;
}
#pnrr-regione-piemonte-app .story-telling .story-telling-map {
  margin-bottom: 2rem;
  margin-top: 0;
}
#pnrr-regione-piemonte-app .story-telling .story-telling-map .map {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  padding: 2rem 1rem 0 1rem;
  /* @container (max-width: 768px) {

    .main-text {
      padding: 1rem 0rem;
    }
  } */
}
@container (max-width: 768px) {
  #pnrr-regione-piemonte-app .story-telling .page-content .page-content {
    padding: 1rem 0.5rem;
  }
}
#pnrr-regione-piemonte-app .story-telling b {
  font-weight: bold;
}
#pnrr-regione-piemonte-app .story-telling .columns-wrapper {
  margin-top: 4rem;
}
@container (max-width: 1023px) {
  #pnrr-regione-piemonte-app .story-telling .columns-wrapper {
    margin-top: 2rem;
  }
}
#pnrr-regione-piemonte-app .story-telling .story-link {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}
#pnrr-regione-piemonte-app .story-telling .main-text .capitol-letter {
  font-size: 3.8rem;
  float: left;
  line-height: 3rem;
  margin-right: 0.2rem;
  font-weight: 600;
}
#pnrr-regione-piemonte-app .story-telling .card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#pnrr-regione-piemonte-app .story-telling .card-content p {
  margin-bottom: 1rem;
}
main {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
p {
  margin-bottom: 1rem;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}
.highlight-panel {
  background-color: #f3f8ff;
  position: relative;
  width: 100%;
  /*&::before {
    content: '';
    display: block;
    background-color: $color-highlight-background;
    height: 100%;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
  }

  &::after {
    content: '';
    display: block;
    background-color: $color-highlight-background;
    height: 100%;
    width: 100vw;
    position: absolute;
    left: 100%;
    top: 0;
  }*/
}
.highlight-link {
  font-size: 1.2rem;
}
.default-legend {
  font-size: 0.9rem;
  font-style: italic;
}
.columns-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.columns-section .column {
  flex-basis: calc(50% - 2rem);
}
.columns-section .column:not(:last-child) {
  margin-right: 1rem;
}
.columns-section .column:last-child {
  margin-left: 1rem;
}
/* headers */
h1 {
  font-weight: bold;
  font-size: 2.5rem;
}
/* spacing utils */
.h-spaced-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
/* align utils */
.centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subtext {
  font-size: 0.8rem;
}
b,
strong {
  font-weight: bold;
}
.loading-spinner-with-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #006cb4;
}
.loading-spinner-with-description .loading-description {
  font-size: 1.3rem;
}
.loading-spinner-with-description .loading-description::after {
  content: "...";
}
#pnrr-regione-piemonte-app .mission-1-text-color {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-2-text-color {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-3-text-color {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-4-text-color {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-5-text-color {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-6-text-color {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-7-text-color {
  color: #30570a;
}
#pnrr-regione-piemonte-app .story-card.mission-1 .card-mission-title {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-1 .video-placeholder-overlay {
  background: transparent linear-gradient(180deg, #006cb4 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-1 .video-placeholder-overlay::after {
  background: transparent linear-gradient(360deg, #006cb4 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-1 .video-placeholder-overlay .mission-code {
  color: #aed4e7;
}
#pnrr-regione-piemonte-app .video-section-wrapper .intro-text {
  font-size: 1rem;
}
#pnrr-regione-piemonte-app .video-section-wrapper .project-details .project-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 h4.mission-title {
  color: #006cb4;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 .page-wrapper-with-stripe::after {
  background: linear-gradient(180deg, #d3e9fe 0%, #eef9ff 25%, #eef9ff 70%, #d3e9fe 100%);
}
#pnrr-regione-piemonte-app .story-telling.mission-1 .project-details .project-amount {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 .video-section-wrapper::before {
  background-color: #097ecd;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 .video-section-wrapper::after {
  background: transparent linear-gradient(180deg, #1f4077 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 .capitol-letter {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 .story-link {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 li {
  list-style-position: outside;
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 li::marker {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 ul.mission-list {
  margin: 0.5rem 0;
}
#pnrr-regione-piemonte-app .story-telling.mission-1 .sequence-field-value {
  color: #004c80;
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#pnrr-regione-piemonte-app .story-card.mission-2 .card-mission-title {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-2 .video-placeholder-overlay {
  background: transparent linear-gradient(180deg, #1e6e3a 0%, #04551f 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-2 .video-placeholder-overlay::after {
  background: transparent linear-gradient(360deg, #1e6e3a 0%, #04551f 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-2 .video-placeholder-overlay .mission-code {
  color: #daf8e2;
}
#pnrr-regione-piemonte-app .video-section-wrapper .intro-text {
  font-size: 1rem;
}
#pnrr-regione-piemonte-app .video-section-wrapper .project-details .project-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 h4.mission-title {
  color: #35a258;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 .page-wrapper-with-stripe::after {
  background: linear-gradient(180deg, #daf8e2 0%, #0ea730 25%, #0ea730 70%, #daf8e2 100%);
}
#pnrr-regione-piemonte-app .story-telling.mission-2 .project-details .project-amount {
  color: #35a258;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 .video-section-wrapper::before {
  background-color: #226537;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 .video-section-wrapper::after {
  background: transparent linear-gradient(180deg, #35a258 0%, #04551f 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 .capitol-letter {
  color: #35a258;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 .story-link {
  color: #35a258;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 li {
  list-style-position: outside;
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 li::marker {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 ul.mission-list {
  margin: 0.5rem 0;
}
#pnrr-regione-piemonte-app .story-telling.mission-2 .sequence-field-value {
  color: #226537;
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#pnrr-regione-piemonte-app .story-card.mission-3 .card-mission-title {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-3 .video-placeholder-overlay {
  background: transparent linear-gradient(180deg, #bf0000 0%, #7e0303 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-3 .video-placeholder-overlay::after {
  background: transparent linear-gradient(360deg, #bf0000 0%, #7e0303 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-3 .video-placeholder-overlay .mission-code {
  color: #fccdcd;
}
#pnrr-regione-piemonte-app .video-section-wrapper .intro-text {
  font-size: 1rem;
}
#pnrr-regione-piemonte-app .video-section-wrapper .project-details .project-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 h4.mission-title {
  color: #bf0000;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 .page-wrapper-with-stripe::after {
  background: linear-gradient(180deg, #d3e9fe 0%, #7e0303 25%, #7e0303 70%, #d3e9fe 100%);
}
#pnrr-regione-piemonte-app .story-telling.mission-3 .project-details .project-amount {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 .video-section-wrapper::before {
  background-color: #097ecd;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 .video-section-wrapper::after {
  background: transparent linear-gradient(180deg, #133374 0%, #7e0303 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 .capitol-letter {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 .story-link {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 li {
  list-style-position: outside;
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 li::marker {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 ul.mission-list {
  margin: 0.5rem 0;
}
#pnrr-regione-piemonte-app .story-telling.mission-3 .sequence-field-value {
  color: #7e0303;
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#pnrr-regione-piemonte-app .story-card.mission-4 .card-mission-title {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-4 .video-placeholder-overlay {
  background: transparent linear-gradient(180deg, #713d0a 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-4 .video-placeholder-overlay::after {
  background: transparent linear-gradient(360deg, #713d0a 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-4 .video-placeholder-overlay .mission-code {
  color: #aed4e7;
}
#pnrr-regione-piemonte-app .video-section-wrapper .intro-text {
  font-size: 1rem;
}
#pnrr-regione-piemonte-app .video-section-wrapper .project-details .project-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 h4.mission-title {
  color: #bc640d;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 .page-wrapper-with-stripe::after {
  background: linear-gradient(180deg, #d3e9fe 0%, #eef9ff 25%, #eef9ff 70%, #d3e9fe 100%);
}
#pnrr-regione-piemonte-app .story-telling.mission-4 .project-details .project-amount {
  color: #bc640d;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 .video-section-wrapper::before {
  background-color: #097ecd;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 .video-section-wrapper::after {
  background: transparent linear-gradient(180deg, #133374 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 .capitol-letter {
  color: #bc640d;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 .story-link {
  color: #bc640d;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 li {
  list-style-position: outside;
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 li::marker {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 ul.mission-list {
  margin: 0.5rem 0;
}
#pnrr-regione-piemonte-app .story-telling.mission-4 .sequence-field-value {
  color: #412204;
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#pnrr-regione-piemonte-app .story-card.mission-5 .card-mission-title {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-5 .video-placeholder-overlay {
  background: transparent linear-gradient(180deg, #7739a4 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-5 .video-placeholder-overlay::after {
  background: transparent linear-gradient(360deg, #7739a4 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-5 .video-placeholder-overlay .mission-code {
  color: #aed4e7;
}
#pnrr-regione-piemonte-app .video-section-wrapper .intro-text {
  font-size: 1rem;
}
#pnrr-regione-piemonte-app .video-section-wrapper .project-details .project-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 h4.mission-title {
  color: #7739a4;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 .page-wrapper-with-stripe::after {
  background: linear-gradient(180deg, #d3e9fe 0%, #eef9ff 25%, #eef9ff 70%, #d3e9fe 100%);
}
#pnrr-regione-piemonte-app .story-telling.mission-5 .project-details .project-amount {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 .video-section-wrapper::before {
  background-color: #097ecd;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 .video-section-wrapper::after {
  background: transparent linear-gradient(180deg, #133374 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 .capitol-letter {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 .story-link {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 li {
  list-style-position: outside;
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 li::marker {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 ul.mission-list {
  margin: 0.5rem 0;
}
#pnrr-regione-piemonte-app .story-telling.mission-5 .sequence-field-value {
  color: #512671;
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#pnrr-regione-piemonte-app .story-card.mission-6 .card-mission-title {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-6 .video-placeholder-overlay {
  background: transparent linear-gradient(180deg, #8c750f 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-6 .video-placeholder-overlay::after {
  background: transparent linear-gradient(360deg, #8c750f 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-6 .video-placeholder-overlay .mission-code {
  color: #aed4e7;
}
#pnrr-regione-piemonte-app .video-section-wrapper .intro-text {
  font-size: 1rem;
}
#pnrr-regione-piemonte-app .video-section-wrapper .project-details .project-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 h4.mission-title {
  color: #8c750f;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 .page-wrapper-with-stripe::after {
  background: linear-gradient(180deg, #d3e9fe 0%, #eef9ff 25%, #eef9ff 70%, #d3e9fe 100%);
}
#pnrr-regione-piemonte-app .story-telling.mission-6 .project-details .project-amount {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 .video-section-wrapper::before {
  background-color: #097ecd;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 .video-section-wrapper::after {
  background: transparent linear-gradient(180deg, #133374 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 .capitol-letter {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 .story-link {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 li {
  list-style-position: outside;
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 li::marker {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 ul.mission-list {
  margin: 0.5rem 0;
}
#pnrr-regione-piemonte-app .story-telling.mission-6 .sequence-field-value {
  color: #3c2a00;
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#pnrr-regione-piemonte-app .story-card.mission-7 .card-mission-title {
  color: #30570a;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-7 .video-placeholder-overlay {
  background: transparent linear-gradient(180deg, #30570a 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-7 .video-placeholder-overlay::after {
  background: transparent linear-gradient(360deg, #30570a 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .video-placeholder.mission-7 .video-placeholder-overlay .mission-code {
  color: #aed4e7;
}
#pnrr-regione-piemonte-app .video-section-wrapper .intro-text {
  font-size: 1rem;
}
#pnrr-regione-piemonte-app .video-section-wrapper .project-details .project-amount {
  font-size: 2.5rem;
  font-weight: 700;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 h4.mission-title {
  color: #41b80e;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 .page-wrapper-with-stripe::after {
  background: linear-gradient(180deg, #d3e9fe 0%, #eef9ff 25%, #eef9ff 70%, #d3e9fe 100%);
}
#pnrr-regione-piemonte-app .story-telling.mission-7 .project-details .project-amount {
  color: #41b80e;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 .video-section-wrapper::before {
  background-color: #097ecd;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 .video-section-wrapper::after {
  background: transparent linear-gradient(180deg, #133374 0%, #205ea5 100%) 0% 0% no-repeat padding-box;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 .capitol-letter {
  color: #41b80e;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 .story-link {
  color: #41b80e;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 li {
  list-style-position: outside;
  margin-left: -1rem;
  margin-bottom: 0.5rem;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 li::marker {
  color: #30570a;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 ul.mission-list {
  margin: 0.5rem 0;
}
#pnrr-regione-piemonte-app .story-telling.mission-7 .sequence-field-value {
  color: #3f5747;
}
#pnrr-regione-piemonte-app .story-telling .page-content {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item.sub-menu-item-mission-1:hover {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-1 .missions-ring-chart-data-wrapper {
  background-color: #e2f2ff;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-1 .missions-ring-chart-data-wrapper .missions-ring-chart-total-amount {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .pnrr-implementation .mission-number-row.mission-1 .mission-code {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-card {
  color: #ffffff;
  background: linear-gradient(#10bdff, #004c80);
}
#pnrr-regione-piemonte-app .mission-1-card:hover {
  background: linear-gradient(rgb(0, 177.7050209205, 245.5), rgb(0, 60.859375, 102.5));
}
#pnrr-regione-piemonte-app .proclamation-card .proclamation-title-mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .news .news-mission-1,
#pnrr-regione-piemonte-app .news-data-wrapper .news-mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .intervention-card .intervention-card-mission-1 {
  background: linear-gradient(#006cb4, #004c80);
}
#pnrr-regione-piemonte-app .mission-1-sequence .mission-sequence-item:nth-child(2) {
  background-color: #f3f8ff;
}
#pnrr-regione-piemonte-app .mission-1-sequence .mission-sequence-item:nth-child(2):after {
  background-color: #f3f8ff;
}
#pnrr-regione-piemonte-app .mission-1-sequence .mission-sequence-item:nth-child(3) {
  background-color: #e2f2ff;
}
#pnrr-regione-piemonte-app .mission-1-sequence .mission-sequence-item:nth-child(3):after {
  background-color: #e2f2ff;
}
#pnrr-regione-piemonte-app .mission-1-sequence .mission-sequence-item .mission-sequence-item-text {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .loading-spinner-with-description {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .loading-spinner-with-description .csi-default-loading-spinner::after {
  border-color: #006cb4 transparent #006cb4 transparent;
}
#pnrr-regione-piemonte-app .mission-1-page .tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #063374;
}
#pnrr-regione-piemonte-app .mission-1-page .tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-page-title .mission-page-title-code {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-news {
  border-left: solid 20px #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover {
  color: #063374;
  border-bottom: solid 6px #063374;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-1-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover {
  color: #006cb4;
  border-bottom: solid 6px #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-value-chart .ct-series-a .ct-slice-pie {
  stroke: #006cb4;
  fill: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-ring-chart-total {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .amount {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar {
  background-color: rgba(0, 108, 180, 0.12);
}
#pnrr-regione-piemonte-app .mission-1-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar .progress-bar-completed {
  background-color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .national-components-wrapper .accordion-item-title {
  border-color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .national-components-wrapper .accordion-item-title .accordion-title-icon {
  border-color: #006cb4;
}
#pnrr-regione-piemonte-app .mission-1-page .national-components-wrapper .national-component-row {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .component-panel-mission-1 .component-title {
  color: #004c80;
}
#pnrr-regione-piemonte-app .interventions-wrapper .intervention-mission-filters .filter-label-wrapper .filter-label-code.mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-component-filter .mission-component-filter-checkbox .mission-component-filter-title.mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-measure-filter-checkbox .mission-measure-filter-title.mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .intervention .intervention-measure-title.mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .intervention .intervention-amount.amount-value-mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-1 .comuni.active {
  fill: #006cb4;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-1 .regioni.active {
  fill: #006cb4;
}
#pnrr-regione-piemonte-app .news-item .news-item-mission-title.mission-1 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item.sub-menu-item-mission-2:hover {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-2 .missions-ring-chart-data-wrapper {
  background-color: #daf8e2;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-2 .missions-ring-chart-data-wrapper .missions-ring-chart-total-amount {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .pnrr-implementation .mission-number-row.mission-2 .mission-code {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-card {
  color: #ffffff;
  background: linear-gradient(#35a258, #226537);
}
#pnrr-regione-piemonte-app .mission-2-card:hover {
  background: linear-gradient(rgb(46.7139534884, 142.7860465116, 77.5627906977), rgb(27.5777777778, 81.9222222222, 44.6111111111));
}
#pnrr-regione-piemonte-app .proclamation-card .proclamation-title-mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .news .news-mission-2,
#pnrr-regione-piemonte-app .news-data-wrapper .news-mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .intervention-card .intervention-card-mission-2 {
  background: linear-gradient(#1e6e3a, #226537);
}
#pnrr-regione-piemonte-app .mission-2-sequence .mission-sequence-item:nth-child(2) {
  background-color: #f4fff3;
}
#pnrr-regione-piemonte-app .mission-2-sequence .mission-sequence-item:nth-child(2):after {
  background-color: #f4fff3;
}
#pnrr-regione-piemonte-app .mission-2-sequence .mission-sequence-item:nth-child(3) {
  background-color: #daf8e2;
}
#pnrr-regione-piemonte-app .mission-2-sequence .mission-sequence-item:nth-child(3):after {
  background-color: #daf8e2;
}
#pnrr-regione-piemonte-app .mission-2-sequence .mission-sequence-item .mission-sequence-item-text {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .loading-spinner-with-description {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .loading-spinner-with-description .csi-default-loading-spinner::after {
  border-color: #1e6e3a transparent #1e6e3a transparent;
}
#pnrr-regione-piemonte-app .mission-2-page .tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #226537;
}
#pnrr-regione-piemonte-app .mission-2-page .tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #35a258;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-page-title .mission-page-title-code {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-news {
  border-left: solid 20px #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header.active {
  color: #226537;
  border-bottom: solid 6px #226537;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-2-page .tab-header:last-child.active {
  color: #35a258;
  border-bottom: solid 6px #35a258;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-value-chart .ct-series-a .ct-slice-pie {
  stroke: #1e6e3a;
  fill: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-ring-chart-total {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .amount {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar {
  background-color: rgba(30, 110, 58, 0.12);
}
#pnrr-regione-piemonte-app .mission-2-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar .progress-bar-completed {
  background-color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .national-components-wrapper .accordion-item-title {
  border-color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .national-components-wrapper .accordion-item-title .accordion-title-icon {
  border-color: #1e6e3a;
}
#pnrr-regione-piemonte-app .mission-2-page .national-components-wrapper .national-component-row {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .component-panel-mission-2 .component-title {
  color: #226537;
}
#pnrr-regione-piemonte-app .interventions-wrapper .intervention-mission-filters .filter-label-wrapper .filter-label-code.mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-component-filter .mission-component-filter-checkbox .mission-component-filter-title.mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-measure-filter-checkbox .mission-measure-filter-title.mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .intervention .intervention-measure-title.mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .intervention .intervention-amount.amount-value-mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-2 .comuni.active {
  fill: #1e6e3a;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-2 .regioni.active {
  fill: #1e6e3a;
}
#pnrr-regione-piemonte-app .news-item .news-item-mission-title.mission-2 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item.sub-menu-item-mission-3:hover {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-3 .missions-ring-chart-data-wrapper {
  background-color: #fccdcd;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-3 .missions-ring-chart-data-wrapper .missions-ring-chart-total-amount {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .pnrr-implementation .mission-number-row.mission-3 .mission-code {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-card {
  color: #ffffff;
  background: linear-gradient(#bf0000, #7e0303);
}
#pnrr-regione-piemonte-app .mission-3-card:hover {
  background: linear-gradient(rgb(165.5, 0, 0), rgb(101.0930232558, 2.4069767442, 2.4069767442));
}
#pnrr-regione-piemonte-app .proclamation-card .proclamation-title-mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .news .news-mission-3,
#pnrr-regione-piemonte-app .news-data-wrapper .news-mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .intervention-card .intervention-card-mission-3 {
  background: linear-gradient(#bf0000, #7e0303);
}
#pnrr-regione-piemonte-app .mission-3-sequence .mission-sequence-item:nth-child(2) {
  background-color: #faf2f2;
}
#pnrr-regione-piemonte-app .mission-3-sequence .mission-sequence-item:nth-child(2):after {
  background-color: #faf2f2;
}
#pnrr-regione-piemonte-app .mission-3-sequence .mission-sequence-item:nth-child(3) {
  background-color: #fccdcd;
}
#pnrr-regione-piemonte-app .mission-3-sequence .mission-sequence-item:nth-child(3):after {
  background-color: #fccdcd;
}
#pnrr-regione-piemonte-app .mission-3-sequence .mission-sequence-item .mission-sequence-item-text {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .loading-spinner-with-description {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .loading-spinner-with-description .csi-default-loading-spinner::after {
  border-color: #bf0000 transparent #bf0000 transparent;
}
#pnrr-regione-piemonte-app .mission-3-page .tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #7e0303;
}
#pnrr-regione-piemonte-app .mission-3-page .tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-page-title .mission-page-title-code {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-news {
  border-left: solid 20px #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header.active {
  color: #7e0303;
  border-bottom: solid 6px #7e0303;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-3-page .tab-header:last-child.active {
  color: #bf0000;
  border-bottom: solid 6px #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-value-chart .ct-series-a .ct-slice-pie {
  stroke: #bf0000;
  fill: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-ring-chart-total {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .amount {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar {
  background-color: rgba(191, 0, 0, 0.12);
}
#pnrr-regione-piemonte-app .mission-3-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar .progress-bar-completed {
  background-color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .national-components-wrapper .accordion-item-title {
  border-color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .national-components-wrapper .accordion-item-title .accordion-title-icon {
  border-color: #bf0000;
}
#pnrr-regione-piemonte-app .mission-3-page .national-components-wrapper .national-component-row {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .component-panel-mission-3 .component-title {
  color: #7e0303;
}
#pnrr-regione-piemonte-app .interventions-wrapper .intervention-mission-filters .filter-label-wrapper .filter-label-code.mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-component-filter .mission-component-filter-checkbox .mission-component-filter-title.mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-measure-filter-checkbox .mission-measure-filter-title.mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .intervention .intervention-measure-title.mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .intervention .intervention-amount.amount-value-mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-3 .comuni.active {
  fill: #bf0000;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-3 .regioni.active {
  fill: #bf0000;
}
#pnrr-regione-piemonte-app .news-item .news-item-mission-title.mission-3 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item.sub-menu-item-mission-4:hover {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-4 .missions-ring-chart-data-wrapper {
  background-color: #f2e1d0;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-4 .missions-ring-chart-data-wrapper .missions-ring-chart-total-amount {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .pnrr-implementation .mission-number-row.mission-4 .mission-code {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-card {
  color: #ffffff;
  background: linear-gradient(#bc640d, #412204);
}
#pnrr-regione-piemonte-app .mission-4-card:hover {
  background: linear-gradient(rgb(164.1492537313, 87.3134328358, 11.3507462687), rgb(40.9782608696, 21.4347826087, 2.5217391304));
}
#pnrr-regione-piemonte-app .proclamation-card .proclamation-title-mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .news .news-mission-4,
#pnrr-regione-piemonte-app .news-data-wrapper .news-mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .intervention-card .intervention-card-mission-4 {
  background: linear-gradient(#713d0a, #412204);
}
#pnrr-regione-piemonte-app .mission-4-sequence .mission-sequence-item:nth-child(2) {
  background-color: #fff1e3;
}
#pnrr-regione-piemonte-app .mission-4-sequence .mission-sequence-item:nth-child(2):after {
  background-color: #fff1e3;
}
#pnrr-regione-piemonte-app .mission-4-sequence .mission-sequence-item:nth-child(3) {
  background-color: #f2e1d0;
}
#pnrr-regione-piemonte-app .mission-4-sequence .mission-sequence-item:nth-child(3):after {
  background-color: #f2e1d0;
}
#pnrr-regione-piemonte-app .mission-4-sequence .mission-sequence-item .mission-sequence-item-text {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .loading-spinner-with-description {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .loading-spinner-with-description .csi-default-loading-spinner::after {
  border-color: #713d0a transparent #713d0a transparent;
}
#pnrr-regione-piemonte-app .mission-4-page .tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #412204;
}
#pnrr-regione-piemonte-app .mission-4-page .tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #bc640d;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-page-title .mission-page-title-code {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-news {
  border-left: solid 20px #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header.active {
  color: #412204;
  border-bottom: solid 6px #412204;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-4-page .tab-header:last-child.active {
  color: #bc640d;
  border-bottom: solid 6px #bc640d;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-value-chart .ct-series-a .ct-slice-pie {
  stroke: #713d0a;
  fill: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-ring-chart-total {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .amount {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar {
  background-color: rgba(113, 61, 10, 0.12);
}
#pnrr-regione-piemonte-app .mission-4-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar .progress-bar-completed {
  background-color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .national-components-wrapper .accordion-item-title {
  border-color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .national-components-wrapper .accordion-item-title .accordion-title-icon {
  border-color: #713d0a;
}
#pnrr-regione-piemonte-app .mission-4-page .national-components-wrapper .national-component-row {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .component-panel-mission-4 .component-title {
  color: #412204;
}
#pnrr-regione-piemonte-app .interventions-wrapper .intervention-mission-filters .filter-label-wrapper .filter-label-code.mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-component-filter .mission-component-filter-checkbox .mission-component-filter-title.mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-measure-filter-checkbox .mission-measure-filter-title.mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .intervention .intervention-measure-title.mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .intervention .intervention-amount.amount-value-mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-4 .comuni.active {
  fill: #713d0a;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-4 .regioni.active {
  fill: #713d0a;
}
#pnrr-regione-piemonte-app .news-item .news-item-mission-title.mission-4 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item.sub-menu-item-mission-5:hover {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-5 .missions-ring-chart-data-wrapper {
  background-color: #f4e5fd;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-5 .missions-ring-chart-data-wrapper .missions-ring-chart-total-amount {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .pnrr-implementation .mission-number-row.mission-5 .mission-code {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-card {
  color: #ffffff;
  background: linear-gradient(#7739a4, #512671);
}
#pnrr-regione-piemonte-app .mission-5-card:hover {
  background: linear-gradient(rgb(105.2692307692, 50.4230769231, 145.0769230769), rgb(67.321192053, 31.582781457, 93.917218543));
}
#pnrr-regione-piemonte-app .proclamation-card .proclamation-title-mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .news .news-mission-5,
#pnrr-regione-piemonte-app .news-data-wrapper .news-mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .intervention-card .intervention-card-mission-5 {
  background: linear-gradient(#7739a4, #512671);
}
#pnrr-regione-piemonte-app .mission-5-sequence .mission-sequence-item:nth-child(2) {
  background-color: #faf5fd;
}
#pnrr-regione-piemonte-app .mission-5-sequence .mission-sequence-item:nth-child(2):after {
  background-color: #faf5fd;
}
#pnrr-regione-piemonte-app .mission-5-sequence .mission-sequence-item:nth-child(3) {
  background-color: #f4e5fd;
}
#pnrr-regione-piemonte-app .mission-5-sequence .mission-sequence-item:nth-child(3):after {
  background-color: #f4e5fd;
}
#pnrr-regione-piemonte-app .mission-5-sequence .mission-sequence-item .mission-sequence-item-text {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .loading-spinner-with-description {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .loading-spinner-with-description .csi-default-loading-spinner::after {
  border-color: #7739a4 transparent #7739a4 transparent;
}
#pnrr-regione-piemonte-app .mission-5-page .tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #512671;
}
#pnrr-regione-piemonte-app .mission-5-page .tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-page-title .mission-page-title-code {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-news {
  border-left: solid 20px #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header.active {
  color: #512671;
  border-bottom: solid 6px #512671;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-5-page .tab-header:last-child.active {
  color: #7739a4;
  border-bottom: solid 6px #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-value-chart .ct-series-a .ct-slice-pie {
  stroke: #7739a4;
  fill: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-ring-chart-total {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .amount {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar {
  background-color: rgba(119, 57, 164, 0.12);
}
#pnrr-regione-piemonte-app .mission-5-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar .progress-bar-completed {
  background-color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .national-components-wrapper .accordion-item-title {
  border-color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .national-components-wrapper .accordion-item-title .accordion-title-icon {
  border-color: #7739a4;
}
#pnrr-regione-piemonte-app .mission-5-page .national-components-wrapper .national-component-row {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .component-panel-mission-5 .component-title {
  color: #512671;
}
#pnrr-regione-piemonte-app .interventions-wrapper .intervention-mission-filters .filter-label-wrapper .filter-label-code.mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-component-filter .mission-component-filter-checkbox .mission-component-filter-title.mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-measure-filter-checkbox .mission-measure-filter-title.mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .intervention .intervention-measure-title.mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .intervention .intervention-amount.amount-value-mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-5 .comuni.active {
  fill: #7739a4;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-5 .regioni.active {
  fill: #7739a4;
}
#pnrr-regione-piemonte-app .news-item .news-item-mission-title.mission-5 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item.sub-menu-item-mission-6:hover {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-6 .missions-ring-chart-data-wrapper {
  background-color: #fbf8e2;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-6 .missions-ring-chart-data-wrapper .missions-ring-chart-total-amount {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .pnrr-implementation .mission-number-row.mission-6 .mission-code {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-card {
  color: #ffffff;
  background: linear-gradient(#d9b904, #3c2a00);
}
#pnrr-regione-piemonte-app .mission-6-card:hover {
  background: linear-gradient(rgb(191.9615384615, 163.6538461538, 3.5384615385), rgb(34.5, 24.15, 0));
}
#pnrr-regione-piemonte-app .proclamation-card .proclamation-title-mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .news .news-mission-6,
#pnrr-regione-piemonte-app .news-data-wrapper .news-mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .intervention-card .intervention-card-mission-6 {
  background: linear-gradient(#8c750f, #3c2a00);
}
#pnrr-regione-piemonte-app .mission-6-sequence .mission-sequence-item:nth-child(2) {
  background-color: #fffdfa;
}
#pnrr-regione-piemonte-app .mission-6-sequence .mission-sequence-item:nth-child(2):after {
  background-color: #fffdfa;
}
#pnrr-regione-piemonte-app .mission-6-sequence .mission-sequence-item:nth-child(3) {
  background-color: #fbf8e2;
}
#pnrr-regione-piemonte-app .mission-6-sequence .mission-sequence-item:nth-child(3):after {
  background-color: #fbf8e2;
}
#pnrr-regione-piemonte-app .mission-6-sequence .mission-sequence-item .mission-sequence-item-text {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .loading-spinner-with-description {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .loading-spinner-with-description .csi-default-loading-spinner::after {
  border-color: #8c750f transparent #8c750f transparent;
}
#pnrr-regione-piemonte-app .mission-6-page .tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #3c2a00;
}
#pnrr-regione-piemonte-app .mission-6-page .tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-page-title .mission-page-title-code {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-news {
  border-left: solid 20px #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header.active {
  color: #3c2a00;
  border-bottom: solid 6px #3c2a00;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-6-page .tab-header:last-child.active {
  color: #8c750f;
  border-bottom: solid 6px #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-value-chart .ct-series-a .ct-slice-pie {
  stroke: #8c750f;
  fill: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-ring-chart-total {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .amount {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar {
  background-color: rgba(140, 117, 15, 0.12);
}
#pnrr-regione-piemonte-app .mission-6-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar .progress-bar-completed {
  background-color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .national-components-wrapper .accordion-item-title {
  border-color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .national-components-wrapper .accordion-item-title .accordion-title-icon {
  border-color: #8c750f;
}
#pnrr-regione-piemonte-app .mission-6-page .national-components-wrapper .national-component-row {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .component-panel-mission-6 .component-title {
  color: #3c2a00;
}
#pnrr-regione-piemonte-app .interventions-wrapper .intervention-mission-filters .filter-label-wrapper .filter-label-code.mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-component-filter .mission-component-filter-checkbox .mission-component-filter-title.mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-measure-filter-checkbox .mission-measure-filter-title.mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .intervention .intervention-measure-title.mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .intervention .intervention-amount.amount-value-mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-6 .comuni.active {
  fill: #8c750f;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-6 .regioni.active {
  fill: #8c750f;
}
#pnrr-regione-piemonte-app .news-item .news-item-mission-title.mission-6 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item.sub-menu-item-mission-7:hover {
  color: #30570a;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-7 .missions-ring-chart-data-wrapper {
  background-color: #dff8e5;
}
#pnrr-regione-piemonte-app .missions-ring-chart-container.mission-7 .missions-ring-chart-data-wrapper .missions-ring-chart-total-amount {
  color: #30570a;
}
#pnrr-regione-piemonte-app .pnrr-implementation .mission-number-row.mission-7 .mission-code {
  color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-card {
  color: #ffffff;
  background: linear-gradient(#41b80e, #3f5747);
}
#pnrr-regione-piemonte-app .mission-7-card:hover {
  background: linear-gradient(rgb(56.6287878788, 160.303030303, 12.196969697), rgb(52.29, 72.21, 58.93));
}
#pnrr-regione-piemonte-app .proclamation-card .proclamation-title-mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .news .news-mission-7,
#pnrr-regione-piemonte-app .news-data-wrapper .news-mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .intervention-card .intervention-card-mission-7 {
  background: linear-gradient(#30570a, #3f5747);
}
#pnrr-regione-piemonte-app .mission-7-sequence .mission-sequence-item:nth-child(2) {
  background-color: #deffe8;
}
#pnrr-regione-piemonte-app .mission-7-sequence .mission-sequence-item:nth-child(2):after {
  background-color: #deffe8;
}
#pnrr-regione-piemonte-app .mission-7-sequence .mission-sequence-item:nth-child(3) {
  background-color: #dff8e5;
}
#pnrr-regione-piemonte-app .mission-7-sequence .mission-sequence-item:nth-child(3):after {
  background-color: #dff8e5;
}
#pnrr-regione-piemonte-app .mission-7-sequence .mission-sequence-item .mission-sequence-item-text {
  color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .loading-spinner-with-description {
  color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .loading-spinner-with-description .csi-default-loading-spinner::after {
  border-color: #30570a transparent #30570a transparent;
}
#pnrr-regione-piemonte-app .mission-7-page .tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #41b80e;
}
#pnrr-regione-piemonte-app .mission-7-page .mission-page-title .mission-page-title-code {
  color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .mission-news {
  border-left: solid 20px #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header.active, #pnrr-regione-piemonte-app .mission-7-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header.active {
  color: #30570a;
  border-bottom: solid 6px #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-1-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-2-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-3-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-4-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-5-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-7-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child:hover, #pnrr-regione-piemonte-app .mission-7-page .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:last-child.active, #pnrr-regione-piemonte-app .mission-6-page.mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .mission-7-page .tab-header:last-child.active {
  color: #41b80e;
  border-bottom: solid 6px #41b80e;
}
#pnrr-regione-piemonte-app .mission-7-page .mission-value-chart .ct-series-a .ct-slice-pie {
  stroke: #30570a;
  fill: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .mission-ring-chart-total {
  color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .mission-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .amount {
  color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar {
  background-color: rgba(48, 87, 10, 0.12);
}
#pnrr-regione-piemonte-app .mission-7-page .mission-components-measures-accordion .mission-components-measures-body .section-body-row-amount .progress-bar .progress-bar-completed {
  background-color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .national-components-wrapper .accordion-item-title {
  border-color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .national-components-wrapper .accordion-item-title .accordion-title-icon {
  border-color: #30570a;
}
#pnrr-regione-piemonte-app .mission-7-page .national-components-wrapper .national-component-row {
  color: #30570a;
}
#pnrr-regione-piemonte-app .component-panel-mission-7 .component-title {
  color: #3f5747;
}
#pnrr-regione-piemonte-app .interventions-wrapper .intervention-mission-filters .filter-label-wrapper .filter-label-code.mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-component-filter .mission-component-filter-checkbox .mission-component-filter-title.mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .interventions-wrapper .mission-component-filters .mission-measure-filter-checkbox .mission-measure-filter-title.mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .intervention .intervention-measure-title.mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .intervention .intervention-amount.amount-value-mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-7 .comuni.active {
  fill: #30570a;
}
#pnrr-regione-piemonte-app .intervention .intervention-places-map.mission-7 .regioni.active {
  fill: #30570a;
}
#pnrr-regione-piemonte-app .news-item .news-item-mission-title.mission-7 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-a .ct-bar,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-a .ct-line,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-a .ct-point,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #006cb4;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(1) {
  fill: #006cb4;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(1)::before {
  content: "M1";
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-b .ct-bar,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-b .ct-line,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-b .ct-point,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-b .ct-slice-donut {
  stroke: #1e6e3a;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(2) {
  fill: #1e6e3a;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-c .ct-bar,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-c .ct-line,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-c .ct-point,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-c .ct-slice-donut {
  stroke: #bf0000;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(3) {
  fill: #bf0000;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-d .ct-bar,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-d .ct-line,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-d .ct-point,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-d .ct-slice-donut {
  stroke: #713d0a;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(4) {
  fill: #713d0a;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-e .ct-bar,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-e .ct-line,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-e .ct-point,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-e .ct-slice-donut {
  stroke: #7739a4;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(5) {
  fill: #7739a4;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-f .ct-bar,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-f .ct-line,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-f .ct-point,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-f .ct-slice-donut {
  stroke: #8c750f;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(6) {
  fill: #8c750f;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-g .ct-bar,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-g .ct-line,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-g .ct-point,
#pnrr-regione-piemonte-app .default-ring-chart .ct-series-g .ct-slice-donut {
  stroke: #30570a;
}
#pnrr-regione-piemonte-app .default-ring-chart .ct-label:nth-child(7) {
  fill: #30570a;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-0 {
  color: #006cb4;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-0 .legend-square {
  background-color: #006cb4;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-1 {
  color: #1e6e3a;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-1 .legend-square {
  background-color: #1e6e3a;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-2 {
  color: #bf0000;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-2 .legend-square {
  background-color: #bf0000;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-3 {
  color: #713d0a;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-3 .legend-square {
  background-color: #713d0a;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-4 {
  color: #7739a4;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-4 .legend-square {
  background-color: #7739a4;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-5 {
  color: #8c750f;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-5 .legend-square {
  background-color: #8c750f;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-6 {
  color: #30570a;
}
#pnrr-regione-piemonte-app .default-ring-chart-container .legend-row-6 .legend-square {
  background-color: #30570a;
}
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-label {
  fill: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-a .ct-bar,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-a .ct-line,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-a .ct-point,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #006cb4;
}
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-b .ct-bar,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-b .ct-line,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-b .ct-point,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-b .ct-slice-donut {
  stroke: #1e6e3a;
}
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-c .ct-bar,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-c .ct-line,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-c .ct-point,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-c .ct-slice-donut {
  stroke: #bf0000;
}
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-d .ct-bar,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-d .ct-line,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-d .ct-point,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-d .ct-slice-donut {
  stroke: #713d0a;
}
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-e .ct-bar,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-e .ct-line,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-e .ct-point,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-e .ct-slice-donut {
  stroke: #7739a4;
}
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-f .ct-bar,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-f .ct-line,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-f .ct-point,
#pnrr-regione-piemonte-app .pnrr-ring-chart .ct-series-f .ct-slice-donut {
  stroke: #8c750f;
}
#pnrr-regione-piemonte-app .mission-value-chart .ct-series-b .ct-slice-pie {
  stroke: none;
  fill: none;
}
#pnrr-regione-piemonte-app .mission-ring-chart .ct-series-b .ct-slice-donut {
  stroke: #e6e4ef;
}
/*
  IMPORTANT
  all overrides for components coming from npm packages must be wrapped
  inside the app container's id; this allows selectors to have higher 
  specificity than components' scoped ones
*/
#pnrr-regione-piemonte-app .image-slideshow .navigation {
  background-color: rgba(0, 0, 0, 0.75);
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  margin: 0 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#pnrr-regione-piemonte-app .image-slideshow .navigation::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.9rem solid transparent;
  border-bottom: 0.9rem solid transparent;
  border-right: 0.9rem solid #ffffff;
  margin-left: -2px;
}
#pnrr-regione-piemonte-app .image-slideshow .navigation.navigation-next::after {
  rotate: 180deg;
}
#pnrr-regione-piemonte-app .ds-base--main-menu .nav-item-container {
  margin: 0 0.3rem;
}
#pnrr-regione-piemonte-app .ds-base--main-menu .nav-item {
  font-family: "Titillium Web";
}
#pnrr-regione-piemonte-app .ds-base--main-menu .nav-item:hover:not(.nav-item-with-subroutes) {
  border-bottom: solid 2px #ffffff;
}
#pnrr-regione-piemonte-app .sub-routes.opened {
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 6px;
  top: 100%;
  left: calc(50% - 190px);
  width: 380px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.16);
}
#pnrr-regione-piemonte-app .sub-routes.opened .nav-subitem {
  color: #000000;
}
#pnrr-regione-piemonte-app .sub-routes.opened .nav-subitem:not(:last-child) {
  margin-bottom: 0.7rem;
}
#pnrr-regione-piemonte-app .sub-routes.opened .sub-menu-item:hover {
  color: #006cb4;
}
#pnrr-regione-piemonte-app input[type=checkbox] {
  appearance: none;
  background-color: #ffffff;
  padding: 0;
  font: inherit;
  color: currentColor;
  width: 1rem;
  height: 1rem;
  border: 2px solid #7f7f7f;
  border-radius: 0.15em;
  display: grid;
  place-content: center;
}
#pnrr-regione-piemonte-app input[type=checkbox]::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1rem 1rem #ffffff;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#pnrr-regione-piemonte-app input[type=checkbox]:checked {
  background-color: #006cb4;
  border-color: #006cb4;
}
#pnrr-regione-piemonte-app input[type=checkbox]:checked::before {
  transform: scale(1);
}
#pnrr-regione-piemonte-app input[type=checkbox]:disabled {
  --form-control-color: $color-disabled;
  color: #b1b1b1;
  cursor: not-allowed;
}
#pnrr-regione-piemonte-app .select-wrapper select {
  padding-right: 3rem;
}
#pnrr-regione-piemonte-app .select-wrapper::after {
  background-image: url("/generic-images/chevron-down-black.svg");
  height: 1rem;
  width: 1rem;
  top: calc(50% - 0.3rem);
}
#pnrr-regione-piemonte-app .mission-filter input {
  min-width: 1rem;
}
#pnrr-regione-piemonte-app .mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers {
  border-color: #7f7f7f;
  font-size: 1.7rem;
}
#pnrr-regione-piemonte-app .mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header {
  width: 100%;
  text-align: center;
}
#pnrr-regione-piemonte-app .mission-page .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header:not(.active) {
  color: #7f7f7f;
}
#pnrr-regione-piemonte-app .proclamations-page .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .pnrr-implementation .tab-headers .tab-header.active, #pnrr-regione-piemonte-app .proclamations-page .tab-headers .tab-header:first-child:hover, #pnrr-regione-piemonte-app .pnrr-implementation .tab-headers .tab-header:first-child:hover {
  color: #063374;
  border-bottom: solid 6px #063374;
}
#pnrr-regione-piemonte-app .proclamations-page .tab-headers .tab-header.active:last-child, #pnrr-regione-piemonte-app .pnrr-implementation .tab-headers .tab-header.active:last-child, #pnrr-regione-piemonte-app .proclamations-page .tab-headers .tab-header:last-child:hover, #pnrr-regione-piemonte-app .pnrr-implementation .tab-headers .tab-header:last-child:hover {
  color: #006cb4;
  border-bottom: solid 6px #006cb4;
}
#pnrr-regione-piemonte-app .proclamations-page .tab-headers, #pnrr-regione-piemonte-app .pnrr-implementation .tab-headers {
  border-color: #7f7f7f;
  font-size: 1.7rem;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}
#pnrr-regione-piemonte-app .proclamations-page .tab-headers .tab-header, #pnrr-regione-piemonte-app .pnrr-implementation .tab-headers .tab-header {
  width: 100%;
  text-align: center;
}
#pnrr-regione-piemonte-app .proclamations-page .tab-headers .tab-header:not(.active), #pnrr-regione-piemonte-app .pnrr-implementation .tab-headers .tab-header:not(.active) {
  color: #7f7f7f;
}
#pnrr-regione-piemonte-app .mission-component-filters .mission-component-filter .mission-component-filter-checkbox {
  margin-left: 2.1rem;
  align-items: flex-start;
}
#pnrr-regione-piemonte-app .mission-component-filters .mission-component-filter .mission-component-filter-checkbox input {
  margin-top: 0.3rem;
}
#pnrr-regione-piemonte-app .mission-component-filters .mission-component-filter .mission-component-filter-checkbox label {
  width: calc(100% - 1rem);
}
#pnrr-regione-piemonte-app .mission-component-filters .mission-component-filter .mission-measure-filter-checkbox {
  margin-left: 3.8rem;
  align-items: flex-start;
}
#pnrr-regione-piemonte-app .mission-component-filters .mission-component-filter .mission-measure-filter-checkbox input {
  margin-top: 0.3rem;
}
#pnrr-regione-piemonte-app .mission-component-filters .mission-component-filter .mission-measure-filter-checkbox label {
  width: calc(100% - 1rem);
}
#pnrr-regione-piemonte-app .component-measures-accordion .accordion-item-wrapper.active {
  background-color: #fafafa;
}
#pnrr-regione-piemonte-app .component-measures-accordion .accordion-item-wrapper .accordion-item-title {
  font-family: "Titillium Web";
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-bottom: solid 1px #e6e4ef;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
}
#pnrr-regione-piemonte-app .component-measures-accordion .accordion-item-wrapper .accordion-item-title .item-title-text:hover {
  text-decoration: underline;
}
#pnrr-regione-piemonte-app .component-measures-accordion .accordion-item-wrapper .accordion-item-title::before {
  content: "Misura";
  font-size: 0.9rem;
  color: #575757;
}
#pnrr-regione-piemonte-app .component-measures-accordion .accordion-item-wrapper .accordion-item-title::before:hover {
  text-decoration: none;
}
#pnrr-regione-piemonte-app .intervention-towns-accordion .accordion-item-wrapper.active,
#pnrr-regione-piemonte-app .national-components-wrapper .accordion-item-wrapper.active {
  background-color: transparent;
}
#pnrr-regione-piemonte-app .national-components-wrapper .accordion-item-title {
  border-bottom: solid 1px;
  font-family: "Titillium Web";
}
#pnrr-regione-piemonte-app .mission-components-measures-accordion .accordion-item-wrapper.active {
  background-color: #fafafa;
}
#pnrr-regione-piemonte-app .mission-components-measures-accordion .accordion-item-wrapper .accordion-item-title {
  border-bottom: solid 1px #e6e4ef;
  font-family: "Titillium Web";
}
#pnrr-regione-piemonte-app .mission-components-measures-accordion .accordion-item-wrapper .accordion-item-title .item-title-text {
  font-size: 1.8rem;
}
/*
  NOTE
  wrap selectors in app's main div's ID
  to allow overrides to have more specificity and
  take priority
*/
#pnrr-regione-piemonte-app .sub-menu-item.sub-menu-item-mission--2, #pnrr-regione-piemonte-app .sub-menu-item.sub-menu-item-mission-7 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  padding-bottom: 1rem;
}
#pnrr-regione-piemonte-app .measure-panel .measure-chart .mission-ring-chart-text {
  font-size: 0.7rem;
  width: 120%;
  bottom: -2rem;
}
#pnrr-regione-piemonte-app .measure-panel .measure-chart .mission-ring-chart-total-amount {
  font-size: 0.9rem;
}
#pnrr-regione-piemonte-app .mission-sequence.component-sequence .mission-sequence-hex-icon {
  height: 7rem;
  width: 7rem;
}
@container (max-width: 900px) {
  #pnrr-regione-piemonte-app .mission-sequence.component-sequence .mission-sequence-hex-icon {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem;
  }
}
#pnrr-regione-piemonte-app .mission-sequence.measure-sequence .mission-sequence-hex-icon {
  height: 5rem;
  width: 5rem;
}
@container (max-width: 900px) {
  #pnrr-regione-piemonte-app .mission-sequence.measure-sequence .mission-sequence-hex-icon {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem;
  }
}
#pnrr-regione-piemonte-app .header-content .header-text-wrapper h1.header-text {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
#pnrr-regione-piemonte-app .header-content .header-text-wrapper h1.header-text .regular {
  font-weight: lighter;
  margin-right: 0.2rem;
}
#pnrr-regione-piemonte-app .header-content .header-text-wrapper h1.header-text .bold {
  font-weight: bold;
  margin-right: 0.2rem;
}
.tab-view-wrapper .tab-headers .tab-header:first-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #063374;
  color: #ffffff;
}
.tab-view-wrapper .tab-headers .tab-header:last-child .tab-header-updated-at-wrapper .tab-header-updated-at {
  background-color: #006cb4;
  color: #ffffff;
}
.tab-view-wrapper .tab-headers .tab-header:not(.active) .tab-header-updated-at-wrapper {
  display: none;
}
.tab-view-wrapper .tab-headers .tab-header .tab-header-updated-at-wrapper {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tab-view-wrapper .tab-headers .tab-header .tab-header-updated-at-wrapper .tab-header-updated-at {
  font-size: 0.9rem;
  padding: 0.1rem 0.7rem;
}
.default-ring-chart .ct-label {
  font-weight: 600;
  font-size: 1rem;
}
#pnrr-plan-page {
  width: 100%;
}
#pnrr-plan-page .pnrr-legend {
  display: flex;
  flex-direction: row;
}
#pnrr-plan-page .pnrr-legend .mission-item {
  flex-grow: 0;
  flex-basis: 14.28%;
}
#pnrr-plan-page .pnrr-legend .mission-icon {
  height: 2rem;
}
#pnrr-plan-page .pnrr-legend .mission-title {
  font-size: 0.8rem;
}
#pnrr-plan-page .pnrr-legend .mission-title + div {
  font-size: 0.7rem;
}
#pnrr-regione-piemonte-app .page-attuazione-number .default-ring-chart .ct-series-a .ct-slice-donut {
  stroke: #be4c00;
}
#pnrr-regione-piemonte-app .page-attuazione-number .default-ring-chart .ct-series-b .ct-slice-donut {
  stroke: #0569a3;
}
#pnrr-regione-piemonte-app .page-attuazione-number .default-ring-chart .ct-series-c .ct-slice-donut {
  stroke: #3e952f;
}
#pnrr-regione-piemonte-app .page-attuazione-number .default-sequence-item-0 {
  color: #be4c00;
}
#pnrr-regione-piemonte-app .page-attuazione-number .default-sequence-item-1 {
  color: #0569a3;
}
#pnrr-regione-piemonte-app .page-attuazione-number .default-sequence-item-2 {
  color: #3e952f;
}
#pnrr-regione-piemonte-app .number-projects-state-panel .default-ring-chart .ct-label:nth-child(1) {
  fill: #be4c00;
}
#pnrr-regione-piemonte-app .number-projects-state-panel .default-ring-chart .ct-label:nth-child(2) {
  fill: #0569a3;
}
#pnrr-regione-piemonte-app .number-projects-state-panel .default-ring-chart .ct-label:nth-child(3) {
  fill: #3e952f !important;
}
@container (max-width: 790px) {
  #pnrr-regione-piemonte-app .number-projects-state-panel .default-ring-chart-wrapper {
    margin: 0 auto;
  }
}
@container (max-width: 650px) {
  #pnrr-regione-piemonte-app .number-projects-state-panel .default-ring-chart-wrapper {
    max-width: 100%;
  }
}
#pnrr-regione-piemonte-app .number-projects-state-panel .columns .column {
  margin: 0 2rem;
}
@container (max-width: 1200px) {
  #pnrr-regione-piemonte-app .number-projects-state-panel .columns .column {
    width: calc(100% - 4rem);
  }
}
@container (max-width: 790px) {
  #pnrr-regione-piemonte-app .number-projects-state-panel .columns .column {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 40px;
  }
  #pnrr-regione-piemonte-app .number-projects-state-panel .columns .column:first-child {
    border-bottom: 2px solid #0066b2;
  }
}
.number-projects-state-panel.panel-body::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 2px;
  height: 68%;
  background-color: #0066b2;
  z-index: 1;
}
.custom-labels .ct-series {
  font-size: 24px;
  line-height: 22px;
  letter-spacing: -0.5px;
}
@container (max-width: 1400px) {
  .custom-labels .ct-series {
    font-size: 20px;
  }
}
@container (max-width: 1200px) {
  .custom-labels .ct-series {
    font-size: 25px;
  }
}
@container (max-width: 790px) {
  .custom-labels .ct-series {
    font-size: 20px;
  }
}
.custom-labels .ct-series.ct-series-0 {
  color: #be4c00;
}
.custom-labels .ct-series.ct-series-1 {
  color: #0569a3;
}
.custom-labels .ct-series.ct-series-2 {
  color: #3e952f;
}
.custom-labels .ct-series .new-line {
  display: block;
  font-size: 14px;
}
/*
  NOTE
  wrap selectors in app's main div's ID
  to allow overrides to have more specificity and
  take priority
*/
@container (max-width: 900px) {
  #pnrr-regione-piemonte-app .page-body {
    padding: 2rem;
  }
}
@container (max-width: 500px) {
  #pnrr-regione-piemonte-app .page-body {
    padding: 2rem 1rem;
  }
}
@container (max-width: 1050px) {
  #pnrr-regione-piemonte-app .small-page-body {
    padding: 2rem;
  }
}
@container (max-width: 768px) {
  #pnrr-regione-piemonte-app .small-page-body {
    padding: 2rem 1.5rem;
  }
}
@container (max-width: 500px) {
  #pnrr-regione-piemonte-app .small-page-body {
    padding: 2rem 1rem;
  }
}
@container (max-width: 750px) {
  #pnrr-regione-piemonte-app .header-content .header-text-wrapper h1.header-text {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
@container (max-width: 530px) {
  #pnrr-regione-piemonte-app .header-content .header-text-wrapper h1.header-text {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
}
@container (max-width: 400px) {
  #pnrr-regione-piemonte-app .header-content .header-text-wrapper h1.header-text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
@container (max-width: 750px) {
  #pnrr-regione-piemonte-app .header-content .header-sub-text-wrapper .header-sub-text {
    font-size: 0.8rem;
  }
}
@container (max-width: 1430px) {
  #pnrr-regione-piemonte-app .ds-base--main-menu .nav-wrapper .nav-items-wrapper::before {
    content: "Menu";
    display: block;
    background-color: #07346a;
    width: 100%;
    text-align: center;
    padding: 16px 8px 8px 8px;
  }
}
@container (max-width: 1430px) {
  #pnrr-regione-piemonte-app .ds-base--main-menu .sub-routes.opened {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}
@container (max-width: 1430px) {
  #pnrr-regione-piemonte-app .page-header {
    padding: 1rem 3rem 3rem 3rem;
  }
}
@container (max-width: 1024px) {
  #pnrr-regione-piemonte-app .page-header {
    padding: 1rem 3rem 5rem 3rem;
  }
}
@container (max-width: 767px) {
  #pnrr-regione-piemonte-app .page-header {
    padding: 1rem 2rem 2rem 2rem;
  }
}
@container (max-width: 700px) {
  #pnrr-regione-piemonte-app .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header,
  #pnrr-regione-piemonte-app .pnrr-implementation .tab-view-wrapper .tab-headers .tab-header,
  #pnrr-regione-piemonte-app .proclamations-page .tab-view-wrapper .tab-headers .tab-header {
    font-size: 1.3rem;
  }
}
@container (max-width: 530px) {
  #pnrr-regione-piemonte-app .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header,
  #pnrr-regione-piemonte-app .pnrr-implementation .tab-view-wrapper .tab-headers .tab-header,
  #pnrr-regione-piemonte-app .proclamations-page .tab-view-wrapper .tab-headers .tab-header {
    font-size: 1.1rem;
  }
}
@container (max-width: 440px) {
  #pnrr-regione-piemonte-app .mission-page-tab-data .tab-view-wrapper .tab-headers .tab-header,
  #pnrr-regione-piemonte-app .pnrr-implementation .tab-view-wrapper .tab-headers .tab-header,
  #pnrr-regione-piemonte-app .proclamations-page .tab-view-wrapper .tab-headers .tab-header {
    font-size: 1rem;
  }
}
@container (max-width: 900px) {
  #pnrr-regione-piemonte-app .columns-section.mobile-reverse {
    flex-wrap: wrap-reverse;
  }
  #pnrr-regione-piemonte-app .columns-section .column {
    flex-basis: 100%;
    margin: 1rem auto;
  }
  #pnrr-regione-piemonte-app .columns-section .column.image-column img {
    width: 100%;
  }
}
@container (max-width: 900px) {
  #pnrr-regione-piemonte-app .mission-components-measures-accordion .accordion-item-wrapper .accordion-item-title .item-title-text {
    font-size: 1.5rem;
  }
}
@container (max-width: 600px) {
  #pnrr-regione-piemonte-app .mission-components-measures-accordion .accordion-item-wrapper .accordion-item-title .item-title-text {
    font-size: 1.2rem;
  }
}
body.mobile-menu-opened {
  height: 100vh;
  overflow-y: hidden;
}
@container (max-width: 1450px) {
  #pnrr-plan-page .missions-displayer-wrapper {
    display: flex;
    flex-direction: column;
  }
  #pnrr-plan-page .missions-displayer-wrapper .default-ring-chart-wrapper:first-child {
    margin-bottom: 3rem;
  }
}
@container (max-width: 1150px) {
  #pnrr-plan-page .pnrr-legend {
    flex-wrap: wrap;
  }
  #pnrr-plan-page .pnrr-legend .mission-item {
    flex-basis: 25%;
  }
}
@container (max-width: 792px) {
  #pnrr-plan-page .missions-displayer-wrapper .default-ring-chart-wrapper:first-child {
    margin-bottom: 0;
  }
  #pnrr-plan-page .missions-displayer-chart {
    margin-bottom: 2rem;
  }
  #pnrr-plan-page .pnrr-legend .mission-item {
    flex-basis: 33%;
  }
}
@container (max-width: 600px) {
  #pnrr-plan-page .pnrr-legend .mission-item {
    flex-basis: 50%;
  }
}
@media print {
  @page {
    size: auto; /* auto is the initial value */
    /* this affects the margin in the printer settings */
    margin: 25mm 0;
  }
  /*   * {
    -webkit-print-color-adjust: exact !important; 
    print-color-adjust: exact !important;         
  } */
  #pnrr-regione-piemonte-app .intervention-point-map {
    display: none;
  }
  #pnrr-regione-piemonte-app .intervention-places-map-wrapper {
    break-inside: avoid;
  }
  #pnrr-regione-piemonte-app .intervention-places-map-wrapper .intervention-places {
    break-before: avoid;
  }
  #pnrr-regione-piemonte-app .no-print,
  #pnrr-regione-piemonte-app .intervention-component-title,
  #pnrr-regione-piemonte-app .intervention-header-image,
  #pnrr-regione-piemonte-app .intervention-description h2,
  #pnrr-regione-piemonte-app .intervention-amount,
  #pnrr-regione-piemonte-app .intervention-places-map,
  #pnrr-regione-piemonte-app .accordion-title-icon,
  #pnrr-regione-piemonte-app .ds-base--main-menu .mobile-menu-icon,
  #pnrr-regione-piemonte-app footer .email-link-wrapper,
  #pnrr-regione-piemonte-app footer .footer-links-wrapper,
  #pnrr-regione-piemonte-app footer .footer-version {
    display: none;
  }
  #pnrr-regione-piemonte-app footer {
    -webkit-print-color-adjust: exact !important; /* Chrome, Edge, Safari */
    print-color-adjust: exact !important;
  }
  #pnrr-regione-piemonte-app .page-header {
    -webkit-print-color-adjust: exact;
  }
  #pnrr-regione-piemonte-app .print-only {
    display: block;
  }
  #pnrr-regione-piemonte-app main {
    padding: 2rem;
  }
  #pnrr-regione-piemonte-app main .intervention-updated-at.print-only {
    align-self: flex-start;
  }
  #pnrr-regione-piemonte-app main .small-page-body {
    padding: 0;
  }
  #pnrr-regione-piemonte-app main > div {
    display: contents;
  }
  #pnrr-regione-piemonte-app main > div .intervention-progress {
    break-inside: avoid;
    order: 2;
    background-color: #ffffff;
    margin-bottom: 2rem;
  }
  #pnrr-regione-piemonte-app main > div .intervention-progress .progress-item {
    -webkit-print-color-adjust: exact;
  }
  #pnrr-regione-piemonte-app main > div .intervention-progress-notes {
    break-before: avoid;
    break-inside: avoid;
    order: 3;
    background-color: #ffffff;
    margin-top: 1rem;
  }
  #pnrr-regione-piemonte-app .small-page-body {
    max-width: 100%;
  }
  #pnrr-regione-piemonte-app .page-header {
    margin-bottom: 2em;
    min-height: 10em;
  }
  #pnrr-regione-piemonte-app .intervention-data {
    margin: 2em 0;
  }
  #pnrr-regione-piemonte-app .intervention-data .intervention-data-row {
    break-inside: avoid;
  }
  #pnrr-regione-piemonte-app .intervention-links {
    margin: 2rem 0;
    order: 5;
  }
  #pnrr-regione-piemonte-app .intervention-updated-at {
    order: 6;
  }
  #pnrr-regione-piemonte-app .intervention-places-map-wrapper {
    page-break-before: always;
    order: 5;
    width: 100%;
  }
  #pnrr-regione-piemonte-app .intervention-places-map-wrapper:not(.print-only) {
    display: none;
  }
  #pnrr-regione-piemonte-app .intervention-places-map-wrapper.print-only {
    break-inside: avoid;
  }
  #pnrr-regione-piemonte-app .intervention-places-map-wrapper.print-only .accordion-item-body {
    max-height: 100%;
  }
}
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: white;
  color: black;
  padding: 0.5rem 1rem;
  z-index: 1000;
  transition: top 0.2s ease;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #000;
}
.skip-link:focus {
  top: 0;
}
/*# sourceMappingURL=main.scss.map *//*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/* variables for easy override */
.ds-base--main-menu {
  background-color: transparent;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@container (max-width: 1430px) {
.ds-base--main-menu {
    flex-grow: 1;
}
}
.ds-base--main-menu .backdrop {
  display: none;
}
.ds-base--main-menu .backdrop.is-open {
  display: block;
  height: 100%;
  width: 100vw;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0.92;
}
.ds-base--main-menu .backdrop.is-visible {
  background-color: rgba(0, 0, 0, 0.85);
}
.ds-base--main-menu .mobile-menu-icon {
  display: none;
  background-color: transparent;
  border: none;
}
@container (max-width: 1430px) {
.ds-base--main-menu .mobile-menu-icon {
    display: block;
}
}
.ds-base--main-menu .mobile-menu-icon .menu-icon-line {
  background-color: #ffffff;
  margin: 6px 0;
  height: 5px;
  width: 35px;
}
.ds-base--main-menu .nav-item-container {
  margin: 0 0.3rem;
}
@container (max-width: 1430px) {
.ds-base--main-menu .nav-item-container {
    width: 100%;
    border-bottom: solid 1px #dddddd;
}
.ds-base--main-menu .nav-item-container .nav-item-wrapper .nav-item {
    border-bottom: none;
}
}
.ds-base--main-menu .nav-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@container (max-width: 1430px) {
.ds-base--main-menu .nav-item-wrapper .nav-item::after {
    display: inline-block;
    margin-left: 0.7rem;
    content: " ";
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
}
.ds-base--main-menu .nav-item-wrapper .nav-item.opened::after {
    transform: rotate(-135deg);
    top: 2px;
}
}
.ds-base--main-menu .sub-routes {
  position: absolute;
  visibility: hidden;
}
@container (max-width: 1430px) {
.ds-base--main-menu .sub-routes {
    position: relative;
    max-height: 0;
}
}
.ds-base--main-menu .sub-routes.opened {
  display: flex;
  flex-direction: column;
  z-index: 999;
  visibility: visible;
}
@container (max-width: 1430px) {
.ds-base--main-menu .sub-routes.opened {
    max-height: 100%;
}
}
.ds-base--main-menu .sub-routes .nav-subitem {
  text-decoration: none;
  color: #ffffff;
}
.ds-base--main-menu .nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}
@container (max-width: 1430px) {
.ds-base--main-menu .nav-wrapper {
    background-color: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 99;
    transition: all linear 0.2s;
    width: 350px;
    max-width: 100%;
}
.ds-base--main-menu .nav-wrapper.is-open {
    right: 0;
    overflow-y: scroll;
}
}
.ds-base--main-menu .nav-wrapper .nav-items-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}
@container (max-width: 1430px) {
.ds-base--main-menu .nav-wrapper .nav-items-wrapper {
    flex-direction: column;
    justify-content: flex-start;
}
}
.ds-base--main-menu .nav-wrapper .nav-item {
  display: block;
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
  font-size: 21px;
  padding: 4px 1.2rem;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  border-bottom: solid 2px transparent;
}
.ds-base--main-menu .nav-wrapper .nav-item.nav-item-with-subroutes {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ds-base--main-menu .nav-wrapper .nav-item.nav-item-with-subroutes .nav-item-title {
  font-weight: bold;
}
.ds-base--main-menu .nav-wrapper .nav-item.nav-item-with-subroutes .nav-item-icon-wrapper {
  flex-basis: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ds-base--main-menu .nav-wrapper .nav-item.nav-item-with-subroutes .nav-item-icon {
  margin-left: 0.7rem;
  content: " ";
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  transform-origin: 5px center;
  position: relative;
  transition: transform 0.3s;
}
.ds-base--main-menu .nav-wrapper .nav-item.nav-item-with-subroutes.opened .nav-item-icon {
  transform: rotate(225deg);
}
.ds-base--main-menu .nav-wrapper .nav-item.active {
  border-bottom: solid 2px #ffffff;
}
@container (max-width: 1430px) {
.ds-base--main-menu .nav-wrapper .nav-item {
    color: #000000;
    font: normal normal normal 18px/27px Titillium Web;
    padding: 12px 20px;
}
.ds-base--main-menu .nav-wrapper .nav-item.active {
    color: #085a9a;
    font-weight: 600;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-0b8bded7],[data-v-0b8bded7]::before,[data-v-0b8bded7]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-0b8bded7] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-0b8bded7] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-0b8bded7] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-0b8bded7] {
  max-width: 100%;
}
footer[data-v-0b8bded7] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-0b8bded7] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-0b8bded7] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.sub-menu-item[data-v-0b8bded7] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sub-menu-item-icon[data-v-0b8bded7] {
  height: 2rem;
  margin-right: 0.5rem;
}
.sub-menu-item-mission[data-v-0b8bded7] {
  font-weight: bold;
  margin-right: 0.5rem;
}
.sub-menu-item-text[data-v-0b8bded7] {
  font-size: 0.8rem;
  font-weight: bold;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-5bd32e7a],[data-v-5bd32e7a]::before,[data-v-5bd32e7a]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-5bd32e7a] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-5bd32e7a] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-5bd32e7a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-5bd32e7a] {
  max-width: 100%;
}
footer[data-v-5bd32e7a] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-5bd32e7a] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-5bd32e7a] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}
/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.page-header[data-v-5bd32e7a] {
  padding: 2rem 6rem 6rem 6rem;
  background-image: url("/generic-images/home-header-background-v2-resized.jpg");
  background-size: cover;
  background-position: bottom, left;
}
.header-content[data-v-5bd32e7a] {
  color: #ffffff;
}
.header-content .header-text-wrapper[data-v-5bd32e7a] {
  position: relative;
  display: inline-block;
  margin-bottom: 0.1rem;
  margin-top: 5rem;
}
@container (max-width: 767px) {
.header-content .header-text-wrapper[data-v-5bd32e7a] {
    margin-top: 2rem;
}
}
.header-content .header-text-wrapper .header-text[data-v-5bd32e7a] {
  font-family: "Unbounded";
  max-width: 700px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: -0.4rem;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@container (max-width: 767px) {
.header-content .header-text-wrapper .header-text[data-v-5bd32e7a] {
    font-size: 7vw;
    letter-spacing: 0.1rem;
}
}
.header-content .header-sub-text-wrapper[data-v-5bd32e7a] {
  margin-bottom: 4.9rem;
}
@container (max-width: 767px) {
.header-content .header-sub-text-wrapper[data-v-5bd32e7a] {
    margin-bottom: 2rem;
}
}
.header-content .header-sub-text-wrapper .header-sub-text[data-v-5bd32e7a] {
  font-weight: 100;
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  word-spacing: 0.16rem;
  letter-spacing: 0.07rem;
}
@container (max-width: 530px) {
.header-content .header-sub-text-wrapper[data-v-5bd32e7a] {
    font-size: 0.9rem;
}
}
.header-nav[data-v-5bd32e7a] {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
  align-items: center;
  justify-content: flex-end;
}
.header-nav .region-logo[data-v-5bd32e7a] {
  flex-grow: 1;
}
.header-nav .partner-logos[data-v-5bd32e7a] {
  margin-right: 1rem;
}
@container (max-width: 750px) {
.header-nav[data-v-5bd32e7a] {
    margin-bottom: 0.2rem;
}
}
.header-buttons[data-v-5bd32e7a] {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
}
.link-button[data-v-5bd32e7a] {
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 0.3rem 2rem;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}
.link-button[data-v-5bd32e7a]:not(:last-child) {
  margin-right: 1rem;
}
.link-button.light-button[data-v-5bd32e7a] {
  background-color: #ffffff;
  color: #006cb4;
}
.link-button[data-v-5bd32e7a]:hover {
  background-color: #006cb4;
  border-color: #006cb4;
  color: #ffffff;
}
@container (max-width: 750px) {
.link-button[data-v-5bd32e7a] {
    font-size: 0.8rem;
    padding: 0.2rem 1rem;
}
}
@container (max-width: 600px) {
.link-button[data-v-5bd32e7a] {
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
}
.link-button[data-v-5bd32e7a]:not(:last-child) {
    margin-right: 0.5rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-f451ba22],[data-v-f451ba22]::before,[data-v-f451ba22]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-f451ba22] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-f451ba22] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-f451ba22] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-f451ba22] {
  max-width: 100%;
}
footer[data-v-f451ba22] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-f451ba22] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-f451ba22] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.page-header[data-v-f451ba22] {
  padding: 2rem 6rem;
  background: url("/generic-images/header-background-v2.jpg"), rgb(31, 64, 119);
  background-size: cover;
  background-position: bottom, left;
  position: relative;
  z-index: 11;
  margin-bottom: -1px;
}
@container (max-width: 767px) {
.page-header[data-v-f451ba22] {
    background-size: auto 45%;
    background-repeat: no-repeat;
}
}
.header-content[data-v-f451ba22] {
  color: #ffffff;
}
.header-content .header-text-wrapper[data-v-f451ba22] {
  position: relative;
  display: inline-block;
  margin-bottom: 0.1rem;
}
.header-content .header-text-wrapper .header-text[data-v-f451ba22] {
  font-family: "Unbounded";
  max-width: 700px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.25rem;
  margin-bottom: -0.4rem;
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@container (max-width: 767px) {
.header-content .header-text-wrapper .header-text[data-v-f451ba22] {
    font-size: 7vw;
    letter-spacing: 0.1rem;
}
}
.header-content .header-sub-text-wrapper .header-sub-text[data-v-f451ba22] {
  font-weight: 100;
  font-style: italic;
  font-weight: 500;
  font-size: 1.2rem;
  word-spacing: 0.16rem;
  letter-spacing: 0.07rem;
  margin-top: -0.3rem;
}
@container (max-width: 530px) {
.header-content .header-sub-text-wrapper[data-v-f451ba22] {
    font-size: 0.9rem;
}
}
.header-nav[data-v-f451ba22] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 3rem;
}
@container (max-width: 1024px) {
.header-nav[data-v-f451ba22] {
    margin-bottom: 0rem;
}
}
.header-nav .region-logo[data-v-f451ba22] {
  flex-grow: 1;
}
.header-nav .partner-logos[data-v-f451ba22] {
  margin-right: 1rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-b5293a0d],[data-v-b5293a0d]::before,[data-v-b5293a0d]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-b5293a0d] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-b5293a0d] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-b5293a0d] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-b5293a0d] {
  max-width: 100%;
}
footer[data-v-b5293a0d] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-b5293a0d] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-b5293a0d] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.pnrr-partners-logos[data-v-b5293a0d] {
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  column-gap: 1rem;
  row-gap: 0.5rem;
}
.pnrr-partners-logos.footer-logos[data-v-b5293a0d] {
  flex-wrap: wrap;
}
.pnrr-partners-logos .partner-logo[data-v-b5293a0d] {
  flex-shrink: 1;
}
.pnrr-partners-logos img[data-v-b5293a0d] {
  max-width: 100%;
  max-height: 47px;
}
@container (max-width: 750px) {
.pnrr-partners-logos[data-v-b5293a0d] {
    padding: 0.5rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-6f921d17],[data-v-6f921d17]::before,[data-v-6f921d17]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-6f921d17] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-6f921d17] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-6f921d17] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-6f921d17] {
  max-width: 100%;
}
footer[data-v-6f921d17] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-6f921d17] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-6f921d17] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
footer[data-v-6f921d17] {
  background-color: #1f4077;
  color: #ffffff;
}
footer a[data-v-6f921d17] {
  color: #ffffff;
  text-decoration: none;
}
.footer-wrapper[data-v-6f921d17] {
  padding: 2rem 6rem;
}
@container (max-width: 870px) {
.footer-wrapper[data-v-6f921d17] {
    padding: 1rem 2rem;
}
}
.pnrr-partners-logos[data-v-6f921d17] {
  border-bottom: solid 1px #ffffff;
  margin-bottom: 1rem;
}
@container (max-width: 870px) {
.email-link-wrapper[data-v-6f921d17] {
    display: none;
}
}
.email-link[data-v-6f921d17] {
  font-weight: bold;
}
@container (max-width: 870px) {
.footer-links-wrapper[data-v-6f921d17] {
    font-size: 1.2rem;
}
}
.footer-link[data-v-6f921d17] {
  font-weight: bold;
}
.footer-version[data-v-6f921d17] {
  font-size: 0.8rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-322b16e9],[data-v-322b16e9]::before,[data-v-322b16e9]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-322b16e9] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-322b16e9] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-322b16e9] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-322b16e9] {
  max-width: 100%;
}
footer[data-v-322b16e9] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-322b16e9] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-322b16e9] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}
/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
.ds-base--default-loading-spinner[data-v-322b16e9] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
/*
  removes browser's light blue highlight on elements
*/
.ds-base--default-loading-spinner .csi-default-loading-spinner[data-v-322b16e9] {
  display: block;
}
.ds-base--default-loading-spinner .csi-default-loading-spinner[data-v-322b16e9]:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #006cb4;
  border-color: #006cb4 transparent #006cb4 transparent;
  animation: csi-default-loading-spinner-animation-322b16e9 1.2s linear infinite;
}
@keyframes csi-default-loading-spinner-animation-322b16e9 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-b6d794e8],[data-v-b6d794e8]::before,[data-v-b6d794e8]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-b6d794e8] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-b6d794e8] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-b6d794e8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-b6d794e8] {
  max-width: 100%;
}
footer[data-v-b6d794e8] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-b6d794e8] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-b6d794e8] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.data-error[data-v-b6d794e8] {
  color: #bf0000;
  background-color: #ffffff;
  margin: 1rem auto;
}
.data-error h2[data-v-b6d794e8] {
  color: #ffffff;
  background-color: rgba(191, 0, 0, 0.75);
  padding: 1rem 2rem;
  font-weight: bold;
}
.data-error p[data-v-b6d794e8] {
  padding: 1rem 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
.ds-core--default-loading-spinner[data-v-131621fc] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

/*
  removes browser's light blue highlight on elements
*/
[data-v-131621fc],[data-v-131621fc]::before,[data-v-131621fc]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-131621fc] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-131621fc] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-131621fc] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-131621fc] {
  max-width: 100%;
}
footer[data-v-131621fc] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-131621fc] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-131621fc] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds-core--default-loading-spinner .csi-default-loading-spinner[data-v-131621fc] {
  display: block;
}
.ds-core--default-loading-spinner .csi-default-loading-spinner[data-v-131621fc]:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #006cb4;
  border-color: #006cb4 transparent #006cb4 transparent;
  animation: csi-default-loading-spinner-animation-131621fc 1.2s linear infinite;
}
@keyframes csi-default-loading-spinner-animation-131621fc {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-2f42b98c],[data-v-2f42b98c]::before,[data-v-2f42b98c]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-2f42b98c] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-2f42b98c] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-2f42b98c] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-2f42b98c] {
  max-width: 100%;
}
footer[data-v-2f42b98c] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-2f42b98c] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-2f42b98c] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.data-error[data-v-2f42b98c] {
  color: #bf0000;
  background-color: #ffffff;
  margin: 1rem auto;
}
.data-error h2[data-v-2f42b98c] {
  color: #ffffff;
  background-color: rgba(191, 0, 0, 0.75);
  padding: 1rem 2rem;
  font-weight: bold;
}
.data-error p[data-v-2f42b98c] {
  padding: 1rem 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
.ds-core--rolling-dots-loading-spinner[data-v-8c8bbfb0] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

/*
  removes browser's light blue highlight on elements
*/
[data-v-8c8bbfb0],[data-v-8c8bbfb0]::before,[data-v-8c8bbfb0]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-8c8bbfb0] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-8c8bbfb0] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-8c8bbfb0] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-8c8bbfb0] {
  max-width: 100%;
}
footer[data-v-8c8bbfb0] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-8c8bbfb0] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-8c8bbfb0] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner[data-v-8c8bbfb0] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0] {
  animation: csi-rolling-dots-loading-spinner-8c8bbfb0 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #006cb4;
  margin: -4px 0 0 -4px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(1) {
  animation-delay: -0.036s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(2) {
  animation-delay: -0.072s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(3) {
  animation-delay: -0.108s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(4) {
  animation-delay: -0.144s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(5) {
  animation-delay: -0.18s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(6) {
  animation-delay: -0.216s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(7) {
  animation-delay: -0.252s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(8) {
  animation-delay: -0.288s;
}
.ds-core--rolling-dots-loading-spinner .csi-rolling-dots-loading-spinner div[data-v-8c8bbfb0]:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes csi-rolling-dots-loading-spinner-8c8bbfb0 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
.ds-core--radar-loading-spinner[data-v-86d24ba2] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

/*
  removes browser's light blue highlight on elements
*/
[data-v-86d24ba2],[data-v-86d24ba2]::before,[data-v-86d24ba2]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-86d24ba2] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-86d24ba2] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-86d24ba2] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-86d24ba2] {
  max-width: 100%;
}
footer[data-v-86d24ba2] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-86d24ba2] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-86d24ba2] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds-core--radar-loading-spinner .csi-ds-radar-loading-spinner[data-v-86d24ba2] {
  display: block;
  position: relative;
  width: 72px;
  height: 72px;
}
.ds-core--radar-loading-spinner .csi-ds-radar-loading-spinner div[data-v-86d24ba2] {
  position: absolute;
  border: 4px solid #006cb4;
  opacity: 1;
  border-radius: 50%;
  animation: csi-ds-radar-loading-spinner-86d24ba2 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.ds-core--radar-loading-spinner .csi-ds-radar-loading-spinner div[data-v-86d24ba2]:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes csi-ds-radar-loading-spinner-86d24ba2 {
0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
}
4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
}
5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
}
100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}
/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/* variables for easy override */
.csi-ds--default-main-menu {
  background-color: transparent;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu {
    flex-grow: 1;
}
}
.csi-ds--default-main-menu .backdrop {
  display: none;
}
.csi-ds--default-main-menu .backdrop.is-open {
  display: block;
  height: 100%;
  width: 100vw;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  opacity: 0.92;
}
.csi-ds--default-main-menu .backdrop.is-visible {
  background-color: rgba(0, 0, 0, 0.85);
}
.csi-ds--default-main-menu .mobile-menu-icon {
  display: none;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .mobile-menu-icon {
    display: block;
}
}
.csi-ds--default-main-menu .mobile-menu-icon .menu-icon-line {
  background-color: #000000;
  margin: 6px 0;
  height: 5px;
  width: 35px;
}
.csi-ds--default-main-menu .nav-item-container {
  margin: 0 0.3rem;
  height: 100%;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .nav-item-container {
    width: 100%;
    border-bottom: solid 1px #dddddd;
}
.csi-ds--default-main-menu .nav-item-container .nav-item-wrapper .nav-item {
    border-bottom: none;
}
}
.csi-ds--default-main-menu .nav-item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .nav-item-wrapper .nav-item::after {
    display: inline-block;
    margin-left: 0.7rem;
    content: " ";
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
}
.csi-ds--default-main-menu .nav-item-wrapper .nav-item.opened::after {
    transform: rotate(-135deg);
    top: 2px;
}
}
.csi-ds--default-main-menu .sub-routes {
  position: absolute;
  visibility: hidden;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .sub-routes {
    position: relative;
    max-height: 0;
}
}
.csi-ds--default-main-menu .sub-routes.opened {
  display: flex;
  flex-direction: column;
  z-index: 999;
  visibility: visible;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .sub-routes.opened {
    max-height: 100%;
}
}
.csi-ds--default-main-menu .sub-routes .nav-subitem {
  text-decoration: none;
  color: #000000;
}
.csi-ds--default-main-menu .nav-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .nav-wrapper {
    background-color: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 99;
    transition: all linear 0.2s;
    width: 350px;
    max-width: 100%;
}
.csi-ds--default-main-menu .nav-wrapper.is-open {
    right: 0;
    overflow-y: scroll;
}
}
.csi-ds--default-main-menu .nav-wrapper .nav-items-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  background-color: transparent;
  height: 100%;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .nav-wrapper .nav-items-wrapper {
    flex-direction: column;
    justify-content: flex-start;
}
}
.csi-ds--default-main-menu .nav-wrapper .nav-item {
  display: flex;
  flex-direction: column;
  color: #000000;
  background-color: transparent;
  font-weight: bold;
  font-size: 1.2rem;
  overflow: hidden;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  border-bottom: solid 2px transparent;
  height: 100%;
  box-sizing: border-box;
}
.csi-ds--default-main-menu .nav-wrapper .nav-item.nav-item-with-subroutes {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.csi-ds--default-main-menu .nav-wrapper .nav-item.nav-item-with-subroutes .nav-item-title {
  font-weight: bold;
}
.csi-ds--default-main-menu .nav-wrapper .nav-item.nav-item-with-subroutes .nav-item-icon-wrapper {
  flex-basis: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.csi-ds--default-main-menu .nav-wrapper .nav-item.nav-item-with-subroutes .nav-item-icon {
  margin-left: 0.7rem;
  content: " ";
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  transform-origin: 5px center;
  position: relative;
  transition: transform 0.3s;
}
.csi-ds--default-main-menu .nav-wrapper .nav-item.nav-item-with-subroutes.opened .nav-item-icon {
  transform: rotate(225deg);
}
.csi-ds--default-main-menu .nav-wrapper .nav-item.active, .csi-ds--default-main-menu .nav-wrapper .nav-item:hover {
  border-bottom: solid 2px #000000;
}
@container (max-width: 900px) {
.csi-ds--default-main-menu .nav-wrapper .nav-item {
    color: #000000;
    font: normal normal normal 18px/27px Titillium Web;
    padding: 12px 20px;
}
.csi-ds--default-main-menu .nav-wrapper .nav-item.active {
    color: #085a9a;
    font-weight: 600;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 1rem;
  width: 100%;
}
.ds--breadcrumb .breadcrumb-item:last-child:hover::after, .ds--breadcrumb .breadcrumb-item:last-child:hover, .ds--breadcrumb .breadcrumb-item:hover::after, .ds--breadcrumb .breadcrumb-item:hover {
  background-color: #ff0000;
  color: #ffffff;
}
.ds--breadcrumb .breadcrumb-item {
  background-color: #000000;
  color: #ffffff;
  padding: 0.3rem 0.7rem;
  position: relative;
  text-decoration: none;
  transition: none;
}
.ds--breadcrumb .breadcrumb-item:hover {
  text-decoration: underline;
}
.ds--breadcrumb .breadcrumb-item:last-child {
  background-color: #ffffff;
  color: #000000;
}
.ds--breadcrumb .breadcrumb-item:last-child::after {
  background: #ffffff;
}
.ds--breadcrumb .breadcrumb-item:last-child:hover {
  text-decoration: underline;
}
.ds--breadcrumb .breadcrumb-item:not(:first-child) {
  padding-left: calc(12px + 0.4rem);
  margin-left: 1px;
}
.ds--breadcrumb .breadcrumb-item::after {
  content: "";
  z-index: 2;
  position: absolute;
  display: block;
  right: -12px;
  top: 0;
  bottom: 0;
  right: -11px;
  width: 12px;
  height: 100%;
  background: #000000;
  -webkit-clip-path: polygon(0% 100%, 10% 100%, 0% 0%, 10% 0%, 100% 50%);
  clip-path: polygon(0% 100%, 10% 100%, 100% 50%, 10% 0%, 0% 0%);
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--select-field {
  margin: 1.2rem 0;
  position: relative;
}
.ds--select-field .select-field-content-wrapper {
  position: relative;
}
.ds--select-field .announcement {
  height: 0;
}
.ds--select-field label {
  display: block;
  padding: 0.7rem 0;
  text-align: left;
  font-size: 0.75rem;
}
.ds--select-field button,
.ds--select-field ul {
  display: block;
  padding: 0.4rem 60px 0.4rem 0.4rem;
  width: 60%;
  text-align: left;
  background: #ffffff;
  font-size: 1rem;
  border: solid 1px #212121;
  border-radius: 2px;
}
.ds--select-field.disabled button {
  background-color: #cccccc;
  color: #555555;
}
.ds--select-field button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.ds--select-field button::before {
  content: "";
  height: 24px;
  width: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 1px;
  position: absolute;
  right: 2px;
}
.ds--select-field button:focus-visible {
  outline: 0;
  box-shadow: 0 0 3px #ff9000 inset;
}
.ds--select-field ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  max-height: 10rem;
  overflow-y: auto;
  list-style-type: none;
  padding: 0;
  margin-top: 0.1rem;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top left;
  transition: all 0.1s ease-in;
  pointer-events: none;
  z-index: 99;
}
.ds--select-field ul.active {
  opacity: 1;
  transform: scale(1, 1);
  pointer-events: auto;
}
.ds--select-field ul li {
  padding: 0.6rem 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease-in;
  position: relative;
  color: #212121;
}
.ds--select-field ul li.disabled {
  pointer-events: none;
  color: #cccccc;
}
.ds--select-field ul li::before {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  height: 15px;
  width: 8px;
  border-bottom: 2px solid #212121;
  border-right: 2px solid #212121;
  position: absolute;
  right: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.ds--select-field ul li:hover, .ds--select-field ul li.current {
  background: #e6e6e6;
}
.ds--select-field ul li.active {
  background-color: #ff9000;
}
.ds--select-field ul li.active::before {
  opacity: 1;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--input-field label {
  display: block;
  padding: 0.7rem 0;
  text-align: left;
  font-size: 0.75rem;
}
.ds--input-field input {
  padding: 0.4rem 60px 0.4rem 0.4rem;
  border: solid 1px #212121;
  border-radius: 2px;
}
.ds--input-field input:focus {
  outline: none;
}
.ds--input-field input::placeholder {
  color: #989898;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--textarea-field label {
  display: block;
  padding: 0.7rem 0;
  text-align: left;
  font-size: 0.75rem;
}
.ds--textarea-field textarea {
  padding: 0.4rem 60px 0.4rem 0.4rem;
  border: solid 1px #212121;
  border-radius: 2px;
  width: 100%;
  height: 7rem;
  box-sizing: border-box;
  resize: none;
}
.ds--textarea-field textarea.resizable {
  resize: both;
}
.ds--textarea-field textarea:focus {
  outline: none;
}
.ds--textarea-field textarea::placeholder {
  color: #989898;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--checkbox-field::after, .ds--checkbox-field::before {
  box-sizing: border-box;
}
.ds--checkbox-field [type=checkbox].substituted {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ds--checkbox-field [type=checkbox].substituted + .label-wrapper {
  -webkit-user-select: none;
  user-select: none;
}
.ds--checkbox-field [type=checkbox].substituted:disabled + .label-wrapper:before {
  opacity: 0.5;
}
.ds--checkbox-field [type=checkbox].substituted:enabled:active + .label-wrapper:before, .ds--checkbox-field [type=checkbox].substituted:enabled + .label-wrapper:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07rem rgba(0, 0, 0, 0.1) inset;
  background-color: #f0f0f0;
}
.ds--checkbox-field [type=checkbox].substituted:checked + .label-wrapper:before {
  background-color: #ff9000;
  background-size: 0.75rem;
  color: rgba(0, 0, 0, 0.075);
}
.ds--checkbox-field .checkbox-label {
  color: #000000;
}
.ds--checkbox-field .checkbox-label::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.3rem;
  width: 1.3rem;
  margin-right: 0.6em;
  color: rgba(0, 0, 0, 0.275);
  border: solid 0.06em;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07rem transparent inset;
  border-radius: 0.2em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-cca7c315],[data-v-cca7c315]::before,[data-v-cca7c315]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-cca7c315] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-cca7c315] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-cca7c315] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-cca7c315] {
  max-width: 100%;
}
footer[data-v-cca7c315] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-cca7c315] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-cca7c315] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.dropdown-header[data-v-cca7c315] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-bottom: solid 1px #000000;
  cursor: pointer;
}
.dropdown-header .dropdown-button[data-v-cca7c315] {
  background-color: transparent;
  border: none;
  color: #000000;
  cursor: pointer;
}
.dropdown-header .dropdown-button[data-v-cca7c315]::before {
  border-style: solid;
  border-width: 0.25em 0.25em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.dropdown-header .dropdown-button.close-button[data-v-cca7c315]::before {
  transform: rotate(135deg);
}
.dropdown-content[data-v-cca7c315] {
  transition: all 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.dropdown-content.opened[data-v-cca7c315] {
  height: auto;
  opacity: 1;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}
/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--toolbar-section {
  position: relative;
}
.ds--toolbar-section .toolbar-wrapper {
  background-color: var(--csi-default-contrast, black);
  padding: 0.5rem 1rem;
  position: sticky;
  top: 40px;
  z-index: 2;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-a3ed287b],[data-v-a3ed287b]::before,[data-v-a3ed287b]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-a3ed287b] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-a3ed287b] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-a3ed287b] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-a3ed287b] {
  max-width: 100%;
}
footer[data-v-a3ed287b] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-a3ed287b] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-a3ed287b] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--news-carousel-container[data-v-a3ed287b] {
  position: relative;
  max-width: 100%;
}
.carousel-items-wrapper[data-v-a3ed287b] {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: auto;
  flex-wrap: nowrap;
}
.carousel-item[data-v-a3ed287b] {
  flex: 1 1 0;
  margin: 0 0.3rem;
}
.card-item .card-image[data-v-a3ed287b] {
  height: 250px;
  background-position: center center;
  background-size: cover;
}
.prev[data-v-a3ed287b],
.next[data-v-a3ed287b] {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  margin-top: -22px;
  color: var(--bs-primary);
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 9;
}
.next[data-v-a3ed287b] {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev[data-v-a3ed287b]:hover,
.next[data-v-a3ed287b]:hover {
  /* color: rgba(0, 0, 0, 0.8); */
  text-decoration: none;
}
.text[data-v-a3ed287b] {
  color: var(--bg-white);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.dot[data-v-a3ed287b] {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dot-row[data-v-a3ed287b] {
  text-align: center;
}
.active[data-v-a3ed287b],
.dot[data-v-a3ed287b]:hover {
  background-color: var(--bs-gray);
}
.fade[data-v-a3ed287b] {
  animation-name: fade-a3ed287b;
  animation-duration: 1.5s;
}
.slide-row[data-v-a3ed287b] {
  display: flex;
  justify-content: space-between;
}
@keyframes fade-a3ed287b {
from {
    opacity: 0.4;
}
to {
    opacity: 1;
}
}
@media only screen and (max-width: 300px) {
.prev[data-v-a3ed287b],
  .next[data-v-a3ed287b],
  .text[data-v-a3ed287b] {
    font-size: 11px;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--toast {
  border: solid 1px #797979;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  margin: 0.7rem;
  box-sizing: border-box;
}
.ds--toast .toast-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  border-bottom: solid 1px #797979;
}
.ds--toast .toast-header .toast-close-button {
  padding: 0.2rem 0.35rem;
  cursor: pointer;
}
.ds--toast .toast-body {
  padding: 0.5rem 1rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.ds--default-toast-container {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  right: 0;
  float: right;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: transparent;
  padding: 1rem 1rem 1rem 0;
  width: 400px;
  max-height: 100vh;
  overflow-y: auto;
}
.ds--default-toast-container .contained-toast {
  margin: 0;
  max-width: 400px;
}
.ds--default-toast-container .contained-toast:not(:last-child) {
  margin-bottom: 0.7rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-bd287331],[data-v-bd287331]::before,[data-v-bd287331]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-bd287331] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-bd287331] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-bd287331] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-bd287331] {
  max-width: 100%;
}
footer[data-v-bd287331] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-bd287331] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-bd287331] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.updated-at-panel[data-v-bd287331] {
  background-color: #006cb4;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0.1rem 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.updated-at-panel > div[data-v-bd287331] {
  text-align: center;
}
.updated-at-subtext[data-v-bd287331] {
  font-size: 0.7rem;
}
.processing-data-updated-at[data-v-bd287331] {
  font-style: italic;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-bf4e712a],[data-v-bf4e712a]::before,[data-v-bf4e712a]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-bf4e712a] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-bf4e712a] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-bf4e712a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-bf4e712a] {
  max-width: 100%;
}
footer[data-v-bf4e712a] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-bf4e712a] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-bf4e712a] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.default-sequence-wrapper[data-v-bf4e712a] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@container (max-width: 1100px) {
.default-sequence-wrapper[data-v-bf4e712a] {
    flex-direction: column-reverse;
}
}
.default-sequence[data-v-bf4e712a] {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
@container (max-width: 1100px) {
.default-sequence[data-v-bf4e712a] {
    flex-direction: column;
}
}
.default-sequence-item[data-v-bf4e712a]:after {
  content: "";
  position: absolute;
  display: block;
  right: -39px;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
.default-sequence-item[data-v-bf4e712a] {
  position: relative;
  left: -40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  color: #006cb4;
  padding: 2.8rem 0.7rem;
}
@container (max-width: 1100px) {
.default-sequence-item[data-v-bf4e712a]:after {
    display: none;
}
}
.default-sequence-item[data-v-bf4e712a]:nth-child(1) {
  background-color: rgb(189.6860465116, 219.9534883721, 251.8139534884);
}
.default-sequence-item[data-v-bf4e712a]:nth-child(1):after {
  background-color: rgb(189.6860465116, 219.9534883721, 251.8139534884);
}
.default-sequence-item[data-v-bf4e712a]:nth-child(2) {
  background-color: #d6e9fd;
}
.default-sequence-item[data-v-bf4e712a]:nth-child(2):after {
  background-color: #d6e9fd;
}
.default-sequence-item[data-v-bf4e712a]:nth-child(3) {
  background-color: rgb(228.588372093, 240.8279069767, 253.711627907);
}
.default-sequence-item[data-v-bf4e712a]:nth-child(3):after {
  background-color: rgb(228.588372093, 240.8279069767, 253.711627907);
}
@container (max-width: 1100px) {
.default-sequence-item[data-v-bf4e712a] {
    left: 0;
    padding: 1.5rem 0.7rem;
}
}
.default-sequence-item-text[data-v-bf4e712a] {
  font-weight: bold;
  font-size: 3rem;
  line-height: 3rem;
}
@container (max-width: 1100px) {
.default-sequence-item-text[data-v-bf4e712a] {
    font-size: 2rem;
    line-height: 2rem;
}
}
@container (max-width: 600px) {
.default-sequence-item-text[data-v-bf4e712a] {
    font-size: 1.5rem;
    line-height: 1.5rem;
}
}
.default-sequence-item-subtext[data-v-bf4e712a] {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
}
@container (max-width: 1100px) {
.default-sequence-updated-at[data-v-bf4e712a] {
    margin-bottom: 2rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-231ca5fe],[data-v-231ca5fe]::before,[data-v-231ca5fe]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-231ca5fe] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-231ca5fe] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-231ca5fe] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-231ca5fe] {
  max-width: 100%;
}
footer[data-v-231ca5fe] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-231ca5fe] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-231ca5fe] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.default-link-button[data-v-231ca5fe] {
  border: solid 1px #006cb4;
  color: #006cb4;
  background-color: #ffffff;
  padding: 0.3rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.default-link-button[data-v-231ca5fe]:not(.active) {
  display: none;
}
.default-link-button[data-v-231ca5fe]:hover {
  color: #ffffff;
  background-color: #006cb4;
}
.default-link-button.disabled[data-v-231ca5fe] {
  border-color: #b1b1b1;
  color: #b1b1b1;
  cursor: not-allowed;
}
.default-link-button.disabled[data-v-231ca5fe]:hover {
  background-color: #ffffff;
  border-color: #b1b1b1;
  color: #b1b1b1;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-5ea8b791],[data-v-5ea8b791]::before,[data-v-5ea8b791]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-5ea8b791] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-5ea8b791] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-5ea8b791] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-5ea8b791] {
  max-width: 100%;
}
footer[data-v-5ea8b791] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-5ea8b791] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-5ea8b791] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-card[data-v-5ea8b791] {
  padding: 2rem 1rem;
  border-radius: 8px;
  position: relative;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.16);
}
.hex-background[data-v-5ea8b791] {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  width: 50%;
  background-image: url("/missions/hex-background.png");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@container (max-width: 650px) {
.hex-background[data-v-5ea8b791] {
    width: 100%;
}
}
.mission-card-new[data-v-5ea8b791] {
  position: absolute;
  top: 0;
  right: 1rem;
  background-color: transparent;
  background-image: url("/generic-images/new-badge.png");
  background-size: cover;
  color: #bf0000;
  padding: 0.3rem 1.5rem 0 1.5rem;
  height: 3.5rem;
}
.mission-card-new .mission-card-new-text[data-v-5ea8b791] {
  font-size: 1.1rem;
  font-weight: bold;
}
.mission-card-main[data-v-5ea8b791] {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.mission-card-icon[data-v-5ea8b791] {
  margin-right: 1rem;
  flex-shrink: 0;
}
.mission-card-icon img[data-v-5ea8b791] {
  height: 4rem;
}
@container (max-width: 650px) {
.mission-card-icon img[data-v-5ea8b791] {
    height: 2.2rem;
}
}
.mission-card-header[data-v-5ea8b791] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mission-card-header .mission-card-acronym[data-v-5ea8b791] {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: bold;
  margin-right: 1rem;
  opacity: 0.7;
}
@container (max-width: 650px) {
.mission-card-header .mission-card-acronym[data-v-5ea8b791] {
    font-size: 2rem;
    line-height: 2rem;
}
}
.mission-card-header .mission-card-description[data-v-5ea8b791] {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
}
@container (max-width: 650px) {
.mission-card-header .mission-card-description[data-v-5ea8b791] {
    font-size: 1.1rem;
    line-height: 1.3rem;
}
}
.mission-card-content .mission-card-amount[data-v-5ea8b791] {
  font-weight: bold;
  font-size: 2.3rem;
}
@container (max-width: 650px) {
.mission-card-content .mission-card-amount[data-v-5ea8b791] {
    font-size: 1.8rem;
}
}
.mission-card-footer-placeholder[data-v-5ea8b791] {
  height: 3rem;
}
.mission-card-footer[data-v-5ea8b791] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  padding: 2rem 3rem;
}
.mission-card-footer .mission-card-footer-link[data-v-5ea8b791] {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
}
.mission-card-footer .mission-card-footer-link span[data-v-5ea8b791] {
  font-weight: bold;
  border-bottom: solid 2px transparent;
}
.mission-card-footer .mission-card-footer-link span[data-v-5ea8b791]:hover {
  border-bottom: solid 2px #ffffff;
}
.mission-card-footer .mission-card-footer-link img[data-v-5ea8b791] {
  height: 1.1rem;
  margin-left: 0.7rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
@container (max-width: 790px) {
.default-ring-chart .ct-label {
    display: none;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-f7dcb988],[data-v-f7dcb988]::before,[data-v-f7dcb988]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-f7dcb988] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-f7dcb988] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-f7dcb988] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-f7dcb988] {
  max-width: 100%;
}
footer[data-v-f7dcb988] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-f7dcb988] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-f7dcb988] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.default-ring-chart-wrapper[data-v-f7dcb988] {
  min-height: 400px;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@container (max-width: 790px) {
.default-ring-chart-wrapper[data-v-f7dcb988] {
    height: calc(100% + 12rem);
}
}
.default-ring-chart[data-v-f7dcb988] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* @container (max-width: 790px) {
    height: 500px;
    width: 500px;
  } */
}
.default-ring-chart-total[data-v-f7dcb988] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.default-ring-chart-total .default-ring-chart-total-amount[data-v-f7dcb988] {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
}
@container (max-width: 390px) {
.default-ring-chart-total .default-ring-chart-total-amount[data-v-f7dcb988] {
    font-size: 2.3rem;
}
}
@container (max-width: 350px) {
.default-ring-chart-total .default-ring-chart-total-amount[data-v-f7dcb988] {
    font-size: 2rem;
}
}
.default-ring-chart-total .default-ring-chart-total-text[data-v-f7dcb988] {
  font-weight: bold;
  font-size: 1.2rem;
}
@container (max-width: 390px) {
.default-ring-chart-total .default-ring-chart-total-text[data-v-f7dcb988] {
    font-size: 1rem;
}
}
@container (max-width: 350px) {
.default-ring-chart-total .default-ring-chart-total-text[data-v-f7dcb988] {
    font-size: 0.9rem;
}
}
.default-ring-legend[data-v-f7dcb988] {
  display: none;
}
@container (max-width: 790px) {
.default-ring-legend[data-v-f7dcb988] {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
}
}
.default-ring-legend .legend-row[data-v-f7dcb988] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
.default-ring-legend .legend-row .legend-square[data-v-f7dcb988] {
  width: 1.2rem;
  height: 1.2rem;
}
.default-ring-legend .legend-row .legend-mission[data-v-f7dcb988] {
  margin-left: 0.5rem;
  font-weight: 600;
}
.default-ring-legend .legend-row .legend-amount[data-v-f7dcb988] {
  width: 80px;
  text-align: right;
  margin-right: 1rem;
  font-weight: bold;
}
.default-ring-legend .legend-row.legend-row-custom-label[data-v-f7dcb988] {
  font-size: 1rem;
}
.default-ring-legend .legend-row.legend-row-custom-label[data-v-f7dcb988]:nth-child(1) {
  color: #fd9151;
}
.default-ring-legend .legend-row.legend-row-custom-label[data-v-f7dcb988]:nth-child(2) {
  color: #0569a3;
}
.default-ring-legend .legend-row.legend-row-custom-label[data-v-f7dcb988]:nth-child(3) {
  color: #55b945;
}
.default-ring-legend .legend-row.legend-row-custom-label .legend-amount[data-v-f7dcb988] {
  width: auto;
  text-align: right;
  margin-right: 1rem;
  margin-left: 1rem;
  font-weight: bold;
}
.inside-data-row[data-v-f7dcb988] {
  text-align: center;
  color: #595959;
}
.inside-data-row .inside-data-amount[data-v-f7dcb988] {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
}
@container (max-width: 790px) {
.inside-data-row .inside-data-amount[data-v-f7dcb988] {
    font-size: 2rem;
}
}
.inside-data-row .inside-data-label[data-v-f7dcb988] {
  font-size: 1.5rem;
}
@container (max-width: 790px) {
.inside-data-row .inside-data-label[data-v-f7dcb988] {
    font-size: 1rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-3fed9633],[data-v-3fed9633]::before,[data-v-3fed9633]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-3fed9633] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-3fed9633] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-3fed9633] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-3fed9633] {
  max-width: 100%;
}
footer[data-v-3fed9633] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-3fed9633] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-3fed9633] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.proclamation-card[data-v-3fed9633] {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 1rem 3rem 1rem;
}
.proclamation-state[data-v-3fed9633] {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  padding: 0.3rem 2.8rem;
  font-size: 0.8rem;
  font-weight: 600;
}
.proclamation-state.state-open[data-v-3fed9633] {
  background-color: #03893b;
}
.proclamation-state.state-extended[data-v-3fed9633] {
  background-color: #a7463f;
}
.proclamation-state.state-coming[data-v-3fed9633] {
  background-color: #0071e1;
}
.proclamation-state.state-expired[data-v-3fed9633] {
  background-color: #575757;
}
.proclamation-type[data-v-3fed9633] {
  font-size: 0.8rem;
  font-weight: bold;
}
.proclamation-title[data-v-3fed9633] {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 1.2rem 0;
  display: flex;
  flex-direction: row;
}
.proclamation-title .proclamation-mission-icon[data-v-3fed9633] {
  height: 1.5rem;
  margin-right: 0.6rem;
}
.proclamation-link[data-v-3fed9633] {
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.proclamation-link[data-v-3fed9633]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.proclamation-separator[data-v-3fed9633] {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
}
.proclamation-data[data-v-3fed9633] {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}
.proclamation-data .proclamation-data-value[data-v-3fed9633] {
  font-weight: bold;
}
.proclamation-deadline-banner[data-v-3fed9633] {
  background-color: #bf0000;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.3rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-ef743380],[data-v-ef743380]::before,[data-v-ef743380]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-ef743380] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-ef743380] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-ef743380] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-ef743380] {
  max-width: 100%;
}
footer[data-v-ef743380] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-ef743380] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-ef743380] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.page-title[data-v-ef743380] {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem auto 3rem auto;
  text-align: center;
}
@container (max-width: 900px) {
.page-title[data-v-ef743380] {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
}
@container (max-width: 600px) {
.page-title[data-v-ef743380] {
    font-size: 1.5rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-b3355486],[data-v-b3355486]::before,[data-v-b3355486]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-b3355486] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-b3355486] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-b3355486] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-b3355486] {
  max-width: 100%;
}
footer[data-v-b3355486] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-b3355486] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-b3355486] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.proclamations[data-v-b3355486] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.proclamations h1[data-v-b3355486] {
  text-align: center;
  margin: 1rem auto 3rem auto;
}
.proclamations .proclamations-wrapper[data-v-b3355486] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.proclamations .proclamations-wrapper .proclamation-card[data-v-b3355486] {
  width: calc(33% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
@container (max-width: 1200px) {
.proclamations .proclamations-wrapper .proclamation-card[data-v-b3355486] {
    width: calc(50% - 1rem);
}
}
@container (max-width: 870px) {
.proclamations .proclamations-wrapper .proclamation-card[data-v-b3355486] {
    width: 100%;
}
}
.proclamations .proclamations-footer[data-v-b3355486] {
  text-align: center;
  margin: 4rem auto 3rem auto;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-8611cae0],[data-v-8611cae0]::before,[data-v-8611cae0]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-8611cae0] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-8611cae0] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-8611cae0] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-8611cae0] {
  max-width: 100%;
}
footer[data-v-8611cae0] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-8611cae0] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-8611cae0] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.news-item[data-v-8611cae0] {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.news-header-image[data-v-8611cae0] {
  height: 13rem;
  background-position: bottom right;
  background-size: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.news-content[data-v-8611cae0] {
  padding: 0 1.5rem 3rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-mission-title[data-v-8611cae0] {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 1.2rem 0;
  display: flex;
  flex-direction: row;
}
.news-mission-title .news-mission-icon[data-v-8611cae0] {
  height: 1.5rem;
  margin-right: 0.6rem;
}
.news-title[data-v-8611cae0] {
  margin-bottom: 0.5rem;
}
.news-title a[data-v-8611cae0] {
  font-weight: bold;
  margin-bottom: 0.7rem;
  text-decoration: none;
  color: #000000;
}
.news-title a[data-v-8611cae0]:hover {
  text-decoration: underline;
}
.news-text[data-v-8611cae0] {
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.news-date[data-v-8611cae0] {
  font-size: 0.9rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-2359be12],[data-v-2359be12]::before,[data-v-2359be12]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-2359be12] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-2359be12] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-2359be12] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-2359be12] {
  max-width: 100%;
}
footer[data-v-2359be12] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-2359be12] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-2359be12] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.news[data-v-2359be12] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.news h1[data-v-2359be12] {
  text-align: center;
  margin: 1rem auto 3rem auto;
}
.news .news-wrapper[data-v-2359be12] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news .news-wrapper .news-item[data-v-2359be12] {
  width: calc((100% - 4rem) / 3);
  margin-bottom: 1rem;
}
.news .news-wrapper .news-item[data-v-2359be12]:not(:last-child) {
  margin-right: 2rem;
}
@container (max-width: 1200px) {
.news .news-wrapper .news-item[data-v-2359be12] {
    width: calc(50% - 0.5rem);
}
.news .news-wrapper .news-item[data-v-2359be12]:nth-child(odd) {
    margin-right: 1rem;
}
.news .news-wrapper .news-item[data-v-2359be12]:nth-child(even) {
    margin-right: 0;
}
}
@container (max-width: 870px) {
.news .news-wrapper .news-item[data-v-2359be12] {
    width: 100%;
}
.news .news-wrapper .news-item[data-v-2359be12]:nth-child(odd) {
    margin-right: 0;
}
}
.news .news-footer[data-v-2359be12] {
  text-align: center;
  margin: 4rem auto 3rem auto;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-5acf73c1],[data-v-5acf73c1]::before,[data-v-5acf73c1]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-5acf73c1] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-5acf73c1] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-5acf73c1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-5acf73c1] {
  max-width: 100%;
}
footer[data-v-5acf73c1] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-5acf73c1] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-5acf73c1] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-item[data-v-5acf73c1] {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
@container (max-width: 780px) {
.mission-item[data-v-5acf73c1] {
    width: 100%;
}
}
.mission-item .mission-title[data-v-5acf73c1] {
  font-weight: bold;
}
.mission-item .mission-icon[data-v-5acf73c1] {
  height: 4rem;
  margin-right: 0.7rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.stories-video-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.5%;
  position: relative;
}
.stories-video-wrapper iframe {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-8ce62ad6],[data-v-8ce62ad6]::before,[data-v-8ce62ad6]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-8ce62ad6] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-8ce62ad6] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-8ce62ad6] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-8ce62ad6] {
  max-width: 100%;
}
footer[data-v-8ce62ad6] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-8ce62ad6] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-8ce62ad6] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.stories-header-columns[data-v-8ce62ad6] {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 1rem;
  align-items: stretch;
  margin-bottom: 2rem;
  align-items: stretch;
}
@container (max-width: 768px) {
.stories-header-columns[data-v-8ce62ad6] {
    margin: 0 0 1rem 0;
}
}
.stories-header-columns .column[data-v-8ce62ad6] {
  width: calc(33% - 2rem);
  margin: 0 1rem;
}
.stories-header-columns .media-column[data-v-8ce62ad6],
.stories-header-columns .video-column[data-v-8ce62ad6] {
  width: calc(66% - 2rem);
}
@container (max-width: 768px) {
.stories-header-columns .media-column[data-v-8ce62ad6],
  .stories-header-columns .video-column[data-v-8ce62ad6] {
    width: 100%;
}
}
.stories-header-columns.stories-header-columns-reverse[data-v-8ce62ad6] {
  flex-direction: row-reverse !important;
}
.stories-header-columns.stories-header-columns-home[data-v-8ce62ad6] {
  margin: 0;
  padding-bottom: 30px;
}
.stories-header-columns.stories-header-columns-home .column[data-v-8ce62ad6] {
  width: calc(30% - 2rem);
  margin: 0 1rem;
}
.stories-header-columns.stories-header-columns-home .media-column[data-v-8ce62ad6],
.stories-header-columns.stories-header-columns-home .video-column[data-v-8ce62ad6] {
  width: calc(70% - 2rem);
}
@container (max-width: 1300px) {
.stories-header-columns.stories-header-columns-home[data-v-8ce62ad6] {
    width: calc(100% - 2rem);
    flex-direction: column-reverse !important;
}
.stories-header-columns.stories-header-columns-home .column[data-v-8ce62ad6] {
    width: 100%;
    margin: 1rem 0;
}
.stories-header-columns.stories-header-columns-home .media-column[data-v-8ce62ad6],
  .stories-header-columns.stories-header-columns-home .video-column[data-v-8ce62ad6] {
    width: 100%;
}
}
@container (max-width: 768px) {
.stories-header-columns.stories-header-columns-home[data-v-8ce62ad6] {
    width: 100%;
}
}
@container (max-width: 1300px) {
.stories-header-columns[data-v-8ce62ad6] {
    flex-direction: column;
}
.stories-header-columns .column[data-v-8ce62ad6] {
    width: calc(100% - 4rem);
    margin-bottom: 2rem;
}
}
@container (max-width: 768px) {
.stories-header-columns .column[data-v-8ce62ad6] {
    margin: 0 0 2rem 0;
    width: 100%;
}
}
.title[data-v-8ce62ad6] {
  color: #ffffff;
}
.title-content[data-v-8ce62ad6] {
  margin: 0 3rem 3rem 3rem;
}
@container (max-width: 768px) {
.title-content[data-v-8ce62ad6] {
    margin: 0 0.5rem 1rem 0.5rem;
}
}
.main-title[data-v-8ce62ad6] {
  color: #ffffff;
}
.page-wrapper[data-v-8ce62ad6] {
  position: relative;
}
.page-wrapper[data-v-8ce62ad6]:before {
  content: "";
  width: 100%;
  height: 39.2rem;
  position: absolute;
  top: 0;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 76%);
}
.page-wrapper[data-v-8ce62ad6]:after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
  width: 100%;
  height: 38rem;
  position: absolute;
  top: 0;
  display: block;
}
.page-wrapper .page-content[data-v-8ce62ad6] {
  position: relative;
  z-index: 10;
  float: left;
  left: 0;
  width: 100%;
}
.hex-background[data-v-8ce62ad6] {
  position: absolute;
  top: 1.4rem;
  right: 0;
  height: 40%;
  width: 40%;
  background-image: url("/missions/hex-background-2.svg");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@container (max-width: 1300px) {
.hex-background[data-v-8ce62ad6] {
    height: 30%;
    width: 30%;
}
}
@container (max-width: 1200px) {
.hex-background[data-v-8ce62ad6] {
    height: 20%;
    width: 20%;
    right: 0%;
    background-position: top left;
}
}
@container (max-width: 768px) {
.hex-background[data-v-8ce62ad6] {
    display: none;
}
}
.main-title[data-v-8ce62ad6] {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 900px;
  margin-top: 0rem;
  align-items: flex-start;
}
@container (max-width: 650px) {
.main-title[data-v-8ce62ad6] {
    flex-direction: column;
}
}
.main-title .content[data-v-8ce62ad6] {
  height: 100%;
}
.main-title .content .main-title-text[data-v-8ce62ad6] {
  font-size: 2rem;
  font-weight: bold;
}
.main-title .content .sub-title[data-v-8ce62ad6] {
  margin-top: 0rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.text-column[data-v-8ce62ad6] {
  width: 100%;
  height: 100%;
  display: flex;
}
@container (max-width: 1200px) {
.stories-video-wrapper[data-v-8ce62ad6] {
    margin-bottom: 3rem;
}
}
.video-placeholder[data-v-8ce62ad6] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
}
.video-placeholder img[data-v-8ce62ad6] {
  width: 100%;
  height: 100%;
}
.play-video-button[data-v-8ce62ad6] {
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: rgba(223, 223, 223, 0.5);
  position: absolute;
  top: calc(50% - 5rem);
  left: calc(50% - 5rem);
  border: solid 2px #898989;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 11;
  /* HTML: <div class="triangle"></div> */
}
@container (max-width: 600px) {
.play-video-button[data-v-8ce62ad6] {
    width: 7rem;
    height: 7rem;
    top: calc(50% - 3.5rem);
    left: calc(50% - 3.5rem);
}
}
.play-video-button[data-v-8ce62ad6]:hover {
  background-color: rgba(223, 223, 223, 0.85);
}
.play-video-button[data-v-8ce62ad6]:hover::after {
  background-color: #ffffff;
}
.play-video-button[data-v-8ce62ad6]::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 2.5rem + 0.5rem);
  top: calc(50% - 2.8867513459rem);
  z-index: 9;
  width: 5rem;
  aspect-ratio: 0.8660254038;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(0 0, 0 100%, 0 50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: rotate(180deg);
}
@container (max-width: 600px) {
.play-video-button[data-v-8ce62ad6]::after {
    width: 3rem;
    left: calc(50% - 1.5rem + 0.5rem);
    top: calc(50% - 1.7320508076rem);
}
}
.play-video-button[data-v-8ce62ad6]::before {
  /* control the border thickness */
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  left: calc(50% - 2.5rem + 0.5rem);
  top: calc(50% - 2.8867513459rem);
  width: 5rem;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 50%, 0 100%, 0 0, 100% 50%, calc(100% - 3px) 50%, 1.5px 2.5980762114px, 1.5px calc(100% - 2.5980762114px), calc(100% - 3px) 50%);
  background: #898989;
}
@container (max-width: 600px) {
.play-video-button[data-v-8ce62ad6]::before {
    width: 3rem;
    left: calc(50% - 1.5rem + 0.5rem);
    top: calc(50% - 1.7320508076rem);
}
}
.play-video-button .triangle[data-v-8ce62ad6] {
  --b: 25px; /* control the border thickness */
  height: 180px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 50%, 0 100%, 0 0, 100% 50%, calc(100% - var(--b)) 50%, calc(var(--b) / 2) calc(var(--b) * 0.8660254038), calc(var(--b) / 2) calc(100% - var(--b) * 0.8660254038), calc(100% - var(--b)) 50%);
  background: linear-gradient(45deg, #fa6900, #c02942);
}
@container (max-width: 768px) {
[data-v-8ce62ad6] .video-description {
    padding: 2rem !important;
}
}
@container (max-width: 1024px) {
[data-v-8ce62ad6] .video-wrapper {
    margin-bottom: 0 !important;
}
}
[data-v-8ce62ad6] .story-button {
  cursor: auto !important;
}
@container (max-width: 768px) {
[data-v-8ce62ad6] .story-button {
    margin: 0 !important;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-1d85c81e],[data-v-1d85c81e]::before,[data-v-1d85c81e]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-1d85c81e] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-1d85c81e] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-1d85c81e] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-1d85c81e] {
  max-width: 100%;
}
footer[data-v-1d85c81e] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-1d85c81e] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-1d85c81e] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.card[data-v-1d85c81e] {
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 4rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
@container (max-width: 1023px) {
.card[data-v-1d85c81e] {
    padding: 2rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.video-embedded-cover {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
  bottom: 0;
}
.video-embedded-cover .background-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
}
.v-leave-active {
  transition: opacity 3s ease 0.4s;
}
.v-leave-to {
  opacity: 0;
}
.video-wrapper {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 56.5%;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-d939b518],[data-v-d939b518]::before,[data-v-d939b518]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-d939b518] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-d939b518] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-d939b518] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-d939b518] {
  max-width: 100%;
}
footer[data-v-d939b518] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-d939b518] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-d939b518] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.video-wrapper[data-v-d939b518] {
  container-type: inline-size;
}
@container (max-width: 1200px) {
.video-wrapper[data-v-d939b518] {
    margin-bottom: 3rem;
}
}
.video-overlay-background[data-v-d939b518] {
  width: 100%;
  overflow: hidden;
}
.play-video-button[data-v-d939b518] {
  position: relative;
  width: 10rem;
  height: 10rem;
  background-color: rgba(223, 223, 223, 0.5);
  position: absolute;
  top: calc(50% - 5rem);
  left: calc(50% - 5rem);
  border: solid 2px #898989;
  border-radius: 10rem;
  cursor: pointer;
  transition: all 0.3s linear;
  z-index: 11;
  /* HTML: <div class="triangle"></div> */
}
@container (max-width: 600px) {
.play-video-button[data-v-d939b518] {
    width: 7rem;
    height: 7rem;
    top: calc(50% - 3.5rem);
    left: calc(50% - 3.5rem);
}
}
.play-video-button[data-v-d939b518]:hover {
  background-color: rgba(223, 223, 223, 0.85);
}
.play-video-button[data-v-d939b518]:hover::after {
  background-color: #ffffff;
}
.play-video-button[data-v-d939b518]::after {
  content: "";
  position: absolute;
  display: block;
  left: calc(50% - 2.5rem + 0.5rem);
  top: calc(50% - 2.8867513459rem);
  z-index: 9;
  width: 5rem;
  aspect-ratio: 0.8660254038;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-clip-path: polygon(0 0, 0 100%, 0 50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: rotate(180deg);
}
@container (max-width: 600px) {
.play-video-button[data-v-d939b518]::after {
    width: 3rem;
    left: calc(50% - 1.5rem + 0.5rem);
    top: calc(50% - 1.7320508076rem);
}
}
.play-video-button[data-v-d939b518]::before {
  /* control the border thickness */
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
  left: calc(50% - 2.5rem + 0.5rem);
  top: calc(50% - 2.8867513459rem);
  width: 5rem;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 50%, 0 100%, 0 0, 100% 50%, calc(100% - 3px) 50%, 1.5px 2.5980762114px, 1.5px calc(100% - 2.5980762114px), calc(100% - 3px) 50%);
  background: #898989;
}
@container (max-width: 600px) {
.play-video-button[data-v-d939b518]::before {
    width: 3rem;
    left: calc(50% - 1.5rem + 0.5rem);
    top: calc(50% - 1.7320508076rem);
}
}
.play-video-button .triangle[data-v-d939b518] {
  --b: 25px; /* control the border thickness */
  height: 180px;
  aspect-ratio: 0.8660254038;
  clip-path: polygon(100% 50%, 0 100%, 0 0, 100% 50%, calc(100% - var(--b)) 50%, calc(var(--b) / 2) calc(var(--b) * 0.8660254038), calc(var(--b) / 2) calc(100% - var(--b) * 0.8660254038), calc(100% - var(--b)) 50%);
  background: linear-gradient(45deg, #fa6900, #c02942);
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.missions-displayer-chart-legend {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 414px;
}
.missions-displayer-chart-legend .mission-item {
  width: calc(50% - 1rem);
}
@container (max-width: 780px) {
.missions-displayer-chart-legend {
    max-height: none;
}
.missions-displayer-chart-legend .mission-item {
    width: 100%;
}
}
/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-5c25b386],[data-v-5c25b386]::before,[data-v-5c25b386]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-5c25b386] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-5c25b386] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-5c25b386] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-5c25b386] {
  max-width: 100%;
}
footer[data-v-5c25b386] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-5c25b386] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-5c25b386] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.home-page-wrapper[data-v-5c25b386] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-data-sequence[data-v-5c25b386] {
  margin-top: 2rem;
}
@container (max-width: 1450px) {
.home-data-sequence[data-v-5c25b386] {
    margin-top: 0;
}
}
.interventions-link-button[data-v-5c25b386] {
  margin-bottom: 2rem;
}
.missions-displayer-wrapper[data-v-5c25b386] {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 4rem auto;
}
@container (max-width: 1450px) {
.missions-displayer-wrapper[data-v-5c25b386] {
    display: flex;
    flex-direction: column;
}
}
.missions-displayer-wrapper .missions-displayer-chart[data-v-5c25b386] {
  width: 100%;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.missions-displayer-wrapper .missions-displayer-chart .home-ring-chart[data-v-5c25b386] {
  flex-grow: 1;
}
.mission-cards[data-v-5c25b386] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.mission-cards .mission-card-item[data-v-5c25b386] {
  width: calc(50% - 1rem);
  margin-bottom: 2rem;
}
@container (max-width: 1250px) {
.mission-cards .mission-card-item[data-v-5c25b386] {
    width: 100%;
}
}
.video-description[data-v-5c25b386] {
  z-index: 9;
  margin-bottom: 0;
  padding: 2.5rem;
  margin-right: 0rem;
}
@container (max-width: 1510px) {
.video-description[data-v-5c25b386] {
    margin: 0;
}
}
.video-description .card-title[data-v-5c25b386] {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}
.first-story[data-v-5c25b386] {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 1rem 0rem 1rem;
  flex-wrap: wrap;
  /* @container (max-width: 1510px) {
    .story-card-item {
      width: calc(50% - 2rem);
    }
  } */
  /* @container (max-width: 1015px) {
    .story-card-item {
      width: calc(100% - 4rem);
    }
  } */
}
@container (max-width: 1510px) {
.first-story[data-v-5c25b386] {
    margin: 0;
}
}
.first-story .story-card-item[data-v-5c25b386] {
  width: 100%;
}
.first-story .story-card-image[data-v-5c25b386] {
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
}
.stories-list[data-v-5c25b386] {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 1rem 4rem 1rem;
  flex-wrap: wrap;
}
.stories-list .story-card-item[data-v-5c25b386] {
  width: calc(33% - 2rem);
  margin: 1rem;
}
.stories-list .story-card-image[data-v-5c25b386] {
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
}
@container (max-width: 1510px) {
.stories-list .story-card-item[data-v-5c25b386] {
    width: calc(50% - 2rem);
}
}
@container (max-width: 1015px) {
.stories-list .story-card-item[data-v-5c25b386] {
    width: calc(100% - 4rem);
}
}
.text-center[data-v-5c25b386] {
  text-align: center;
}
.text-center .story-button[data-v-5c25b386] {
  padding: 1.3rem 1.5rem !important;
  font-size: 1.1rem !important;
}
@container (max-width: 1015px) {
.text-center .story-button[data-v-5c25b386] {
    margin: 0 2rem;
}
}
.home-header-stories[data-v-5c25b386] {
  display: flex;
  justify-content: center;
  position: relative;
}
@container (max-width: 768px) {
.home-header-stories[data-v-5c25b386] .hex-background {
    display: none;
}
}
.home-header-stories[data-v-5c25b386]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%; /* metà altezza del contenitore */
  background-color: #1f4077; /* blu */
  z-index: 0; /* dietro al contenuto */
}
@container (max-width: 768px) {
.home-header-stories[data-v-5c25b386]::before {
    height: 59%;
}
}
.home-header-stories > div[data-v-5c25b386] {
  max-width: 1400px;
}
.component-link-button[data-v-5c25b386] {
  margin-top: 2rem;
}
.component-link-button[data-v-5c25b386] a {
  display: block;
  width: 100%;
}
.button-link-button[data-v-5c25b386] {
  margin-top: 1rem;
}
.button-link-button[data-v-5c25b386] a {
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #006cb4;
}
.button-link-button[data-v-5c25b386] a:hover {
  color: #006cb4;
  background-color: #ffffff;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-5d45a56a],[data-v-5d45a56a]::before,[data-v-5d45a56a]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-5d45a56a] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-5d45a56a] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-5d45a56a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-5d45a56a] {
  max-width: 100%;
}
footer[data-v-5d45a56a] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-5d45a56a] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-5d45a56a] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.legislation-card[data-v-5d45a56a] {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1rem 1rem 3rem 1rem;
}
.legislation-title[data-v-5d45a56a] {
  font-size: 0.8rem;
  font-weight: bold;
  padding: 1.2rem 0;
  display: flex;
  flex-direction: row;
}
.legislation-title .legislation-mission-icon[data-v-5d45a56a] {
  height: 1.5rem;
  margin-right: 0.6rem;
}
.legislation-separator[data-v-5d45a56a] {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-526ad4ba],[data-v-526ad4ba]::before,[data-v-526ad4ba]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-526ad4ba] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-526ad4ba] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-526ad4ba] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-526ad4ba] {
  max-width: 100%;
}
footer[data-v-526ad4ba] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-526ad4ba] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-526ad4ba] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.legislation[data-v-526ad4ba] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.legislation h1[data-v-526ad4ba] {
  text-align: center;
  margin: 1rem auto 3rem auto;
}
.legislation .legislation-wrapper[data-v-526ad4ba] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.legislation .legislation-wrapper .legislation-card[data-v-526ad4ba] {
  width: calc(33% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
@container (max-width: 1200px) {
.legislation .legislation-wrapper .legislation-card[data-v-526ad4ba] {
    width: calc(50% - 1rem);
}
}
@container (max-width: 870px) {
.legislation .legislation-wrapper .legislation-card[data-v-526ad4ba] {
    width: 100%;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-197829ff],[data-v-197829ff]::before,[data-v-197829ff]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-197829ff] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-197829ff] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-197829ff] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-197829ff] {
  max-width: 100%;
}
footer[data-v-197829ff] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-197829ff] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-197829ff] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.columns-section[data-v-197829ff] {
  margin-bottom: 2rem;
}
.column h4[data-v-197829ff] {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.column p[data-v-197829ff] {
  margin-bottom: 1rem;
}
.column p.strong[data-v-197829ff] {
  font-weight: bold;
}
.charts-subtitles[data-v-197829ff] {
  display: flex;
  flex-direction: row;
  margin-top: 6rem;
}
.charts-subtitles h3[data-v-197829ff] {
  flex-basis: 50%;
  font-weight: bold;
  font-size: 1.6rem;
}
.pnrr-highlight[data-v-197829ff] {
  width: 100%;
  background-color: #f3f8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pnrr-highlight-dark[data-v-197829ff] {
  width: 100%;
  background-color: #d8e8ff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.chart-wrapper[data-v-197829ff] {
  width: 100%;
  height: 100%;
}
.missions-displayer-wrapper[data-v-197829ff] {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 4rem auto;
}
.missions-displayer-wrapper .missions-displayer-chart[data-v-197829ff] {
  width: 100%;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.missions-displayer-wrapper .missions-displayer-chart .home-ring-chart[data-v-197829ff] {
  flex-grow: 1;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-f58379bb],[data-v-f58379bb]::before,[data-v-f58379bb]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-f58379bb] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-f58379bb] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-f58379bb] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-f58379bb] {
  max-width: 100%;
}
footer[data-v-f58379bb] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-f58379bb] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-f58379bb] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}
/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
.tab-view-wrapper .tab-headers .tab-header[data-v-f58379bb] {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-view-wrapper[data-v-f58379bb] {
  position: relative;
}
.tab-view-wrapper .tab-headers[data-v-f58379bb] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: solid 1px #000000;
}
.tab-view-wrapper .tab-headers .tab-header[data-v-f58379bb] {
  position: relative;
  cursor: pointer;
  padding: 4px 12px;
  font-weight: bold;
}
.tab-view-wrapper .tab-headers .tab-header.active[data-v-f58379bb] {
  border-bottom: solid 1px #ff9000;
}
.tab-view-wrapper .tab-body[data-v-f58379bb] {
  /*
    HACK
    to display pages of different height in tab views without having blank space at bottom
  */
  visibility: hidden;
  position: absolute;
  top: -100%;
}
.tab-view-wrapper .tab-body.active[data-v-f58379bb] {
  visibility: visible;
  position: relative;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-7eccb406],[data-v-7eccb406]::before,[data-v-7eccb406]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-7eccb406] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-7eccb406] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-7eccb406] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-7eccb406] {
  max-width: 100%;
}
footer[data-v-7eccb406] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-7eccb406] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-7eccb406] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.data-error[data-v-7eccb406] {
  color: #bf0000;
  background-color: #ffffff;
  margin: 1rem auto;
}
.data-error h2[data-v-7eccb406] {
  color: #ffffff;
  background-color: rgba(191, 0, 0, 0.75);
  padding: 1rem 2rem;
  font-weight: bold;
}
.data-error p[data-v-7eccb406] {
  padding: 1rem 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-cc353342],[data-v-cc353342]::before,[data-v-cc353342]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-cc353342] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-cc353342] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-cc353342] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-cc353342] {
  max-width: 100%;
}
footer[data-v-cc353342] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-cc353342] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-cc353342] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.accordion-wrapper[data-v-cc353342] {
  -webkit-tap-highlight-color: transparent;
}
.accordion-wrapper .accordion-item-wrapper[data-v-cc353342] {
  overflow: hidden;
  cursor: pointer;
}
.accordion-wrapper .accordion-item-wrapper.active[data-v-cc353342] {
  background-color: #ff9000;
}
.accordion-wrapper .accordion-item-wrapper.active .accordion-item-title .item-title-icon[data-v-cc353342] {
  transform: rotate(270deg);
}
.accordion-wrapper .accordion-item-wrapper.active .accordion-item-title .item-title-text .accordion-title-icon[data-v-cc353342] {
  transform: rotate(225deg);
}
.accordion-wrapper .accordion-item-wrapper.active .accordion-item-body[data-v-cc353342] {
  max-height: 1000vh;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-title[data-v-cc353342] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-title .item-title-text[data-v-cc353342] {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-title .item-title-text button[data-v-cc353342] {
  font-size: 1.2rem;
  font-family: "Titillium Web";
  border: none;
  padding-left: 0;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-title .item-title-text button[data-v-cc353342]:hover {
  text-decoration: underline;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-title .item-title-text .accordion-title-icon-wrapper[data-v-cc353342] {
  flex-basis: 24px;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-title .item-title-text .accordion-title-icon[data-v-cc353342] {
  margin-left: 0.7rem;
  content: " ";
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  transform-origin: 6px center;
  position: relative;
  transition: transform 0.3s;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-title .item-title-icon[data-v-cc353342] {
  height: 1.2rem;
  transform: rotate(90deg);
  margin-right: 0.75rem;
}
.accordion-wrapper .accordion-item-wrapper .accordion-item-body[data-v-cc353342] {
  max-height: 0;
  transition: all 0.45s;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-38b8ad1e],[data-v-38b8ad1e]::before,[data-v-38b8ad1e]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-38b8ad1e] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-38b8ad1e] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-38b8ad1e] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-38b8ad1e] {
  max-width: 100%;
}
footer[data-v-38b8ad1e] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-38b8ad1e] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-38b8ad1e] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-sequence[data-v-38b8ad1e] {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 8rem;
}
@container (max-width: 1000px) {
.mission-sequence[data-v-38b8ad1e] {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto !important;
}
}
.mission-sequence .mission-sequence-hex-icon[data-v-38b8ad1e] {
  z-index: 2;
  height: 8rem;
}
@container (max-width: 1000px) {
.mission-sequence .mission-sequence-hex-icon[data-v-38b8ad1e] {
    height: 3rem;
    width: 3rem;
    margin-bottom: 1rem;
}
}
.mission-sequence-item[data-v-38b8ad1e]:not(:first-child):after {
  content: "";
  position: absolute;
  display: block;
  right: -39px;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
  clip-path: polygon(0 100%, 0 0, 100% 50%);
}
.mission-sequence-item[data-v-38b8ad1e] {
  position: relative;
  left: -40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 0.7rem;
}
@container (max-width: 1000px) {
.mission-sequence-item[data-v-38b8ad1e]:not(:first-child):after {
    display: none;
}
}
@container (max-width: 1000px) {
.mission-sequence-item[data-v-38b8ad1e] {
    width: 100%;
    left: 0;
    padding: 1rem 0.4rem;
}
}
.mission-sequence-item-text[data-v-38b8ad1e] {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2rem;
}
.mission-sequence-item-sub-text[data-v-38b8ad1e] {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-1646c82d],[data-v-1646c82d]::before,[data-v-1646c82d]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-1646c82d] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-1646c82d] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-1646c82d] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-1646c82d] {
  max-width: 100%;
}
footer[data-v-1646c82d] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-1646c82d] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-1646c82d] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.missions-ring-chart-container[data-v-1646c82d] {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 100%;
}
@container (max-width: 600px) {
.missions-ring-chart-container[data-v-1646c82d] {
    flex-direction: column;
    align-items: center;
}
}
.missions-ring-chart-data-wrapper[data-v-1646c82d] {
  position: relative;
  top: 4px;
  display: flex;
  flex-direction: column;
  padding: 1rem 1.6rem 1rem 4.4rem;
  margin-left: -4rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  text-align: center;
  z-index: 0;
  height: calc(8rem - 8px);
}
.missions-ring-chart-data-wrapper .missions-ring-chart-total-amount[data-v-1646c82d] {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 0.6rem;
}
.missions-ring-chart-data-wrapper .missions-ring-chart-text[data-v-1646c82d] {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 0.9rem;
}
@container (max-width: 600px) {
.missions-ring-chart-data-wrapper[data-v-1646c82d] {
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 1rem 1.6rem;
}
}
.missions-ring-chart-wrapper[data-v-1646c82d] {
  height: 8rem;
  width: 8rem;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.missions-ring-chart[data-v-1646c82d],
.missions-value-chart[data-v-1646c82d] {
  position: absolute;
  top: 0;
  left: 0;
}
.missions-ring-chart[data-v-1646c82d] {
  height: calc(100% - 38px);
  width: calc(100% - 38px);
  margin-left: 19px;
  margin-top: 19px;
  z-index: 3;
}
.missions-value-chart[data-v-1646c82d] {
  z-index: 2;
  height: 100%;
  width: 100%;
}
.missions-ring-chart-total[data-v-1646c82d] {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.65);
  height: calc(100% - 36px);
  width: calc(100% - 36px);
  border-radius: 50%;
}
.missions-ring-chart-disabled[data-v-1646c82d] {
  position: relative;
  display: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: #c5c9c8;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-radius: 50%;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.missions-value-chart .ct-slice-pie {
  fill: transparent;
  stroke: transparent;
}
.missions-value-chart.mission-1 .ct-series-a .ct-slice-pie {
  stroke: #006cb4;
  fill: #006cb4;
}
.missions-value-chart.mission-2 .ct-series-b .ct-slice-pie {
  stroke: #1e6e3a;
  fill: #1e6e3a;
}
.missions-value-chart.mission-3 .ct-series-c .ct-slice-pie {
  stroke: #bf0000;
  fill: #bf0000;
}
.missions-value-chart.mission-4 .ct-series-d .ct-slice-pie {
  stroke: #713d0a;
  fill: #713d0a;
}
.missions-value-chart.mission-5 .ct-series-e .ct-slice-pie {
  stroke: #7739a4;
  fill: #7739a4;
}
.missions-value-chart.mission-6 .ct-series-f .ct-slice-pie {
  stroke: #8c750f;
  fill: #8c750f;
}
.missions-ring-chart .ct-series-a .ct-slice-pie {
  stroke: #006cb4;
  fill: #006cb4;
}
.missions-ring-chart .ct-series-b .ct-slice-pie {
  stroke: #1e6e3a;
  fill: #1e6e3a;
}
.missions-ring-chart .ct-series-c .ct-slice-pie {
  stroke: #bf0000;
  fill: #bf0000;
}
.missions-ring-chart .ct-series-d .ct-slice-pie {
  stroke: #412204;
  fill: #412204;
}
.missions-ring-chart .ct-series-e .ct-slice-pie {
  stroke: #7739a4;
  fill: #7739a4;
}
.missions-ring-chart .ct-series-f .ct-slice-pie {
  stroke: #8c750f;
  fill: #8c750f;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-30899024],[data-v-30899024]::before,[data-v-30899024]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-30899024] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-30899024] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-30899024] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-30899024] {
  max-width: 100%;
}
footer[data-v-30899024] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-30899024] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-30899024] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-page-title[data-v-30899024] {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 3rem 0 3rem 0;
  align-items: center;
}
.mission-page-title .mission-page-title-code[data-v-30899024] {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 1rem;
}
.mission-page-title .mission-page-title-text[data-v-30899024] {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@container (max-width: 900px) {
.mission-page-title h1[data-v-30899024] {
    font-size: 1.9rem;
}
.mission-page-title .mission-page-title-code[data-v-30899024] {
    font-size: 1.9rem;
}
}
@container (max-width: 600px) {
.mission-page-title h1[data-v-30899024] {
    font-size: 1.5rem;
}
.mission-page-title .mission-page-title-code[data-v-30899024] {
    font-size: 1.5rem;
}
}
.mission-header[data-v-30899024] {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5rem auto;
}
.mission-header .mission-sequence[data-v-30899024] {
  flex-grow: 1;
  flex-basis: auto;
}
@container (max-width: 1250px) {
.mission-header .mission-sequence[data-v-30899024] {
    margin-bottom: 2rem;
}
}
.mission-header .mission-chart[data-v-30899024] {
  margin-left: 2rem;
}
@container (max-width: 1250px) {
.mission-header .mission-chart[data-v-30899024] {
    margin-bottom: 2rem;
    margin-left: 0;
}
}
@container (max-width: 1250px) {
.mission-header[data-v-30899024] {
    flex-direction: column;
}
.mission-header .mission-sequence[data-v-30899024] {
    flex-grow: 0;
    flex-basis: 100%;
    width: 80%;
}
}
.mission-actions[data-v-30899024] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.mission-components-measures-accordion .mission-components-measures-body[data-v-30899024] {
  padding: 2rem;
}
.mission-components-measures-accordion .mission-components-measures-body .section-title[data-v-30899024] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body[data-v-30899024] {
  margin-bottom: 4rem;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body.section-body-measures .section-body-row[data-v-30899024] {
  font-size: 1.1rem;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body.section-body-measures .section-body-row .section-body-row-amount .progress-bar[data-v-30899024] {
  height: 2.2rem;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body.section-body-measures .section-body-row .section-body-row-amount .amount-description[data-v-30899024] {
  font-size: 0.7rem;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row[data-v-30899024] {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@container (max-width: 1000px) {
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row[data-v-30899024] {
    align-items: flex-start;
}
}
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-name[data-v-30899024] {
  font-weight: bold;
  flex-basis: 50%;
}
@container (max-width: 1000px) {
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-name[data-v-30899024] {
    flex-basis: 100%;
    margin-bottom: 1rem;
}
}
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-value[data-v-30899024] {
  flex-basis: 25%;
  text-align: center;
  padding: 0 0.5rem;
}
@container (max-width: 1000px) {
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-value[data-v-30899024] {
    flex-grow: 1;
}
}
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-amount .amount[data-v-30899024] {
  font-weight: bold;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-amount .progress-bar[data-v-30899024] {
  height: 2.7rem;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-amount .progress-bar .progress-bar-completed[data-v-30899024] {
  height: 100%;
}
.mission-components-measures-accordion .mission-components-measures-body .section-body .section-body-row .section-body-row-amount .amount-description[data-v-30899024] {
  font-size: 0.8rem;
  font-weight: bold;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-a4e75ede],[data-v-a4e75ede]::before,[data-v-a4e75ede]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-a4e75ede] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-a4e75ede] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-a4e75ede] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-a4e75ede] {
  max-width: 100%;
}
footer[data-v-a4e75ede] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-a4e75ede] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-a4e75ede] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-tab-wrapper[data-v-a4e75ede] {
  padding-top: 2rem;
  margin: auto;
}
.spaced-paragraph[data-v-a4e75ede] {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.missions-displayer-wrapper[data-v-a4e75ede] {
  width: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: 4rem auto;
}
@container (max-width: 1380px) {
.missions-displayer-wrapper[data-v-a4e75ede] {
    display: flex;
    flex-direction: column;
}
}
.missions-displayer-wrapper .missions-displayer-list[data-v-a4e75ede] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@container (max-width: 1380px) {
.missions-displayer-wrapper .missions-displayer-list[data-v-a4e75ede] {
    margin-bottom: 2rem;
}
}
.missions-displayer-wrapper .missions-displayer-list .mission-item[data-v-a4e75ede] {
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
@container (max-width: 700px) {
.missions-displayer-wrapper .missions-displayer-list .mission-item[data-v-a4e75ede] {
    flex-basis: 100%;
}
}
.missions-displayer-wrapper .missions-displayer-list .mission-item .mission-icon[data-v-a4e75ede] {
  height: 4rem;
  margin-right: 0.7rem;
}
.missions-displayer-wrapper .missions-displayer-chart[data-v-a4e75ede] {
  width: 100%;
  height: 100%;
  min-height: 400px;
  align-self: stretch;
}
.mission-cards[data-v-a4e75ede] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.mission-cards .mission-card-item[data-v-a4e75ede] {
  flex-basis: calc(50% - 1rem);
  margin-bottom: 2rem;
}
@container (max-width: 1000px) {
.mission-cards .mission-card-item[data-v-a4e75ede] {
    flex-basis: calc(50% - 0.5rem);
}
}
@container (max-width: 900px) {
.mission-cards .mission-card-item[data-v-a4e75ede] {
    flex-basis: 100%;
}
}
.page-body .with-margin[data-v-a4e75ede] {
  margin-bottom: 2rem;
}
.default-link-button[data-v-a4e75ede] {
  margin-top: 2rem;
  border: solid 1px #006cb4;
  color: #ffffff;
  background-color: #006cb4;
  padding: 0.3rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.default-link-button[data-v-a4e75ede]:hover {
  color: #ffffff;
  background-color: #006cb4;
}
.default-link-button.disabled[data-v-a4e75ede] {
  border-color: #b1b1b1;
  color: #b1b1b1;
  cursor: not-allowed;
}
.default-link-button.disabled[data-v-a4e75ede]:hover {
  background-color: #ffffff;
  border-color: #b1b1b1;
  color: #b1b1b1;
}
.page-body-bottom h2[data-v-a4e75ede] {
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  padding: 20px 0;
}
.page-body-bottom h5[data-v-a4e75ede] {
  font-weight: bold;
}
[data-v-a4e75ede] .accordion-item-wrapper .accordion-item-title .item-title-text {
  align-items: center;
}
.other-version-accordion[data-v-a4e75ede] .accordion-item-wrapper .accordion-item-title .item-title-text {
  font-size: 1rem !important;
  align-items: center;
}
.other-version-accordion[data-v-a4e75ede] {
  margin-top: 2rem;
}
.other-version-accordion .section-body-row[data-v-a4e75ede] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding: 8px;
}
@container (max-width: 1000px) {
.other-version-accordion .section-body-row[data-v-a4e75ede] {
    align-items: flex-start;
}
}
.other-version-accordion .section-body-row span[data-v-a4e75ede] {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
.other-version-accordion .section-body-row .section-body-row-name[data-v-a4e75ede] {
  font-weight: bold;
  flex-basis: 50%;
}
@container (max-width: 1000px) {
.other-version-accordion .section-body-row .section-body-row-name[data-v-a4e75ede] {
    flex-basis: 100%;
    margin-bottom: 1rem;
}
}
.other-version-accordion .section-body-row .section-body-row-value[data-v-a4e75ede] {
  flex-basis: 25%;
  text-align: center;
  padding: 0 0.5rem;
}
@container (max-width: 1000px) {
.other-version-accordion .section-body-row .section-body-row-value[data-v-a4e75ede] {
    flex-grow: 1;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-365e1126],[data-v-365e1126]::before,[data-v-365e1126]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-365e1126] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-365e1126] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-365e1126] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-365e1126] {
  max-width: 100%;
}
footer[data-v-365e1126] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-365e1126] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-365e1126] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.columns[data-v-365e1126] {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@container (max-width: 1200px) {
.columns[data-v-365e1126] {
    flex-direction: column;
}
}
@container (max-width: 1200px) {
.columns.reverse-column[data-v-365e1126] {
    flex-direction: column-reverse;
}
}
.columns .column[data-v-365e1126] {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 0 3rem;
}
@container (max-width: 1200px) {
.columns .column[data-v-365e1126] {
    width: 100%;
    margin: 0 0 2rem 0;
}
}
@container (max-width: 1023px) {
.columns .column[data-v-365e1126] {
    margin: 0 0 1rem 0;
}
}
.columns.asymmetric .column[data-v-365e1126]:first-child {
  width: 66%;
}
@container (max-width: 1200px) {
.columns.asymmetric .column[data-v-365e1126]:first-child {
    width: 100%;
    margin: 0;
}
}
.columns.asymmetric .column[data-v-365e1126]:last-child {
  width: 34%;
}
@container (max-width: 1200px) {
.columns.asymmetric .column[data-v-365e1126]:last-child {
    width: 100%;
    margin: 0 0 2rem 0;
}
}
.columns.columns-wrapper-text-section[data-v-365e1126] {
  /* @container (max-width: 1023px) {
    flex-direction: column;
    .column {
      display: flex;
      flex-direction: column;
      width: 50%;
      //justify-content: center;


    }
  } */
}
@container (max-width: 1200px) {
.columns.columns-wrapper-text-section[data-v-365e1126] {
    flex-direction: row;
}
}
@container (max-width: 1023px) {
.columns.columns-wrapper-text-section[data-v-365e1126] {
    flex-direction: column;
}
}
.columns.columns-wrapper-text-section .column[data-v-365e1126] {
  width: 50%;
}
@container (max-width: 1200px) {
.columns.columns-wrapper-text-section .column[data-v-365e1126] {
    width: 50%;
    margin: 0;
}
}
@container (max-width: 1023px) {
.columns.columns-wrapper-text-section .column[data-v-365e1126] {
    width: 100%;
    margin: 0 0 2rem 0;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-ce661adc],[data-v-ce661adc]::before,[data-v-ce661adc]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-ce661adc] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-ce661adc] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-ce661adc] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-ce661adc] {
  max-width: 100%;
}
footer[data-v-ce661adc] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-ce661adc] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-ce661adc] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.missions-displayer-chart[data-v-ce661adc] {
  width: 100%;
  height: 100%;
  min-height: 400px;
  align-self: stretch;
}
.mission-page-title[data-v-ce661adc] {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 3rem 0 3rem 0;
  align-items: center;
}
@container (max-width: 790px) {
.mission-page-title[data-v-ce661adc] {
    margin: 2rem 0;
}
}
.mission-page-title .mission-page-title-code[data-v-ce661adc] {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 1rem;
}
.mission-page-title .mission-title-text[data-v-ce661adc] {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 2.8rem;
}
@container (max-width: 900px) {
.mission-page-title h1[data-v-ce661adc] {
    font-size: 1.9rem;
}
.mission-page-title .mission-page-title-code[data-v-ce661adc] {
    font-size: 1.9rem;
}
}
@container (max-width: 600px) {
.mission-page-title h1[data-v-ce661adc] {
    font-size: 1.5rem;
}
.mission-page-title .mission-page-title-code[data-v-ce661adc] {
    font-size: 1.5rem;
}
}
.number-projects-state-panel.page-body[data-v-ce661adc] {
  padding: 0;
}
.number-projects-state-panel.panel-body[data-v-ce661adc] {
  background-color: #f6f6f6;
  position: relative;
  border-radius: 5px;
  margin-bottom: 100px;
}
@container (max-width: 790px) {
.number-projects-state-panel.panel-body[data-v-ce661adc] {
    margin-bottom: 20px;
}
}
.number-projects-state-panel.panel-body[data-v-ce661adc]::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 2px;
  height: 75%;
  background-color: #0066b2;
  z-index: 1;
}
@container (max-width: 1200px) {
.number-projects-state-panel.panel-body[data-v-ce661adc]::after {
    width: 80%;
    height: 2px;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}
}
@container (max-width: 790px) {
.number-projects-state-panel.panel-body[data-v-ce661adc]::after {
    top: 43%;
    display: none;
}
}
.number-projects-state-panel.panel-body .mission-sequence-hex-icon[data-v-ce661adc] {
  position: absolute;
  top: -48px;
  left: -30px;
  width: 100px;
}
@container (max-width: 1366px) {
.number-projects-state-panel.panel-body .mission-sequence-hex-icon[data-v-ce661adc] {
    left: 10px;
}
}
@container (max-width: 1200px) {
.number-projects-state-panel.panel-body .mission-sequence-hex-icon[data-v-ce661adc] {
    width: 100px;
    top: 20px;
    left: 10px;
}
}
@container (max-width: 790px) {
.number-projects-state-panel.panel-body .mission-sequence-hex-icon[data-v-ce661adc] {
    width: 2.2rem;
    top: 20px;
    left: 10px;
}
}
.number-projects-state-panel.panel-body .default-ring-chart-container[data-v-ce661adc] {
  /* width: 50%;
  margin: auto; */
  /* width: 100%;
  height: 100%;
  align-self: stretch;
  display: flex;
  flex-direction: column; */
}
.number-projects-state-panel.panel-body h3[data-v-ce661adc] {
  text-align: center;
  margin-top: 1rem;
  font-size: 1.5rem;
}
.total-box[data-v-ce661adc] {
  background-color: #e3eef8;
  width: 42%;
  display: flex;
  align-items: center;
  margin: auto;
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
  left: 50%;
  padding: 15px 0;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
@container (max-width: 1200px) {
.total-box[data-v-ce661adc] {
    width: 90%;
    bottom: -40px;
}
}
@container (max-width: 790px) {
.total-box[data-v-ce661adc] {
    flex-direction: column;
    align-items: flex-start;
    bottom: auto;
    position: relative;
    width: 100%;
    gap: 1.5rem;
}
}
.total-box > div[data-v-ce661adc] {
  color: #0066b2;
  flex-grow: 1;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.total-box > div h4[data-v-ce661adc] {
  font-weight: 600;
  line-height: 15px;
  font-size: 20px;
}
.total-box img[data-v-ce661adc] {
  width: 50px;
  margin-right: 10px;
  display: block;
}
[data-v-ce661adc] .default-ring-chart .ct-label {
  font-size: 22px;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-9035ece1],[data-v-9035ece1]::before,[data-v-9035ece1]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-9035ece1] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-9035ece1] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-9035ece1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-9035ece1] {
  max-width: 100%;
}
footer[data-v-9035ece1] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-9035ece1] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-9035ece1] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.home-page-wrapper[data-v-9035ece1] {
  max-width: 1400px;
}
.page-body .with-margin[data-v-9035ece1] {
  margin-bottom: 2rem;
}
.page-body p strong[data-v-9035ece1],
.page-body li strong[data-v-9035ece1] {
  font-weight: bold;
}
.mission-tab-wrapper[data-v-9035ece1] {
  padding-top: 2rem;
  margin: auto;
}
.mission-detail-notes[data-v-9035ece1] {
  font-size: 0.9rem;
}
.default-link-button[data-v-9035ece1] {
  border: solid 1px #006cb4;
  color: #ffffff;
  background-color: #006cb4;
  padding: 0.3rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}
.default-link-button[data-v-9035ece1]:hover {
  color: #ffffff;
  background-color: #006cb4;
}
.default-link-button.disabled[data-v-9035ece1] {
  border-color: #b1b1b1;
  color: #b1b1b1;
  cursor: not-allowed;
}
.default-link-button.disabled[data-v-9035ece1]:hover {
  background-color: #ffffff;
  border-color: #b1b1b1;
  color: #b1b1b1;
}
.page-body-bottom h2[data-v-9035ece1] {
  font-weight: bold;
  font-size: 38px;
  line-height: 1;
  padding: 20px 0;
}
.page-body-bottom h5[data-v-9035ece1] {
  font-weight: bold;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-b4fb91b1],[data-v-b4fb91b1]::before,[data-v-b4fb91b1]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-b4fb91b1] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-b4fb91b1] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-b4fb91b1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-b4fb91b1] {
  max-width: 100%;
}
footer[data-v-b4fb91b1] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-b4fb91b1] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-b4fb91b1] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.pnrr-implementation[data-v-b4fb91b1] {
  width: 100%;
}
@container (max-width: 790px) {
.tab-view-wrapper .tab-headers .tab-header .tab-header-updated-at-wrapper[data-v-b4fb91b1] {
    width: 100vw;
    left: -50vw;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-0e927d09],[data-v-0e927d09]::before,[data-v-0e927d09]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-0e927d09] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-0e927d09] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-0e927d09] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-0e927d09] {
  max-width: 100%;
}
footer[data-v-0e927d09] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-0e927d09] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-0e927d09] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-ring-chart-wrapper[data-v-0e927d09] {
  height: 8rem;
  width: 8rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mission-ring-chart[data-v-0e927d09],
.mission-value-chart[data-v-0e927d09] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.mission-value-chart[data-v-0e927d09] {
  z-index: 2;
}
.mission-ring-chart-total[data-v-0e927d09] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.7);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  border-radius: 50%;
}
.mission-ring-chart-total .mission-ring-chart-total-amount[data-v-0e927d09] {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4rem;
}
.mission-ring-chart-text[data-v-0e927d09] {
  position: absolute;
  top: 100%;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-7a1921d3],[data-v-7a1921d3]::before,[data-v-7a1921d3]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-7a1921d3] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-7a1921d3] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-7a1921d3] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-7a1921d3] {
  max-width: 100%;
}
footer[data-v-7a1921d3] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-7a1921d3] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-7a1921d3] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.measure-panel[data-v-7a1921d3] {
  width: 100%;
  padding: 2rem 5rem;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
}
@container (max-width: 1120px) {
.measure-panel[data-v-7a1921d3] {
    padding: 1.5rem 1rem;
}
}
.measure-title[data-v-7a1921d3] {
  margin-bottom: 4rem;
}
.measure-title h4[data-v-7a1921d3] {
  font-size: 1rem;
}
.measure-title h2[data-v-7a1921d3] {
  font-weight: bold;
  font-size: 1.3rem;
}
.measure-header[data-v-7a1921d3] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 3rem auto;
  max-width: calc(1000px - 12rem);
}
@container (max-width: 1000px) {
.measure-header[data-v-7a1921d3] {
    flex-direction: column;
}
}
.measure-header .measure-sequence[data-v-7a1921d3] {
  flex-grow: 1;
  height: 5rem;
}
.measure-header .measure-chart[data-v-7a1921d3] {
  height: 5rem;
  width: 5rem;
  margin-left: 2rem;
}
@container (max-width: 1000px) {
.measure-header .measure-chart[data-v-7a1921d3] {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
}
}
.measure-link-button[data-v-7a1921d3] {
  align-self: center;
}
.measure-description[data-v-7a1921d3] {
  margin-top: 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-977b63af],[data-v-977b63af]::before,[data-v-977b63af]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-977b63af] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-977b63af] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-977b63af] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-977b63af] {
  max-width: 100%;
}
footer[data-v-977b63af] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-977b63af] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-977b63af] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.component-panel[data-v-977b63af] {
  width: 100%;
  padding: 2rem 5rem;
  border: solid 1px #e6e4ef;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
@container (max-width: 1000px) {
.component-panel[data-v-977b63af] {
    padding: 1.5rem 1rem;
}
}
.component-panel-detail[data-v-977b63af] {
  display: flex;
  flex-direction: column;
}
.component-title[data-v-977b63af] {
  margin-bottom: 4rem;
}
.component-title h4[data-v-977b63af] {
  font-size: 1.2rem;
}
.component-title h2[data-v-977b63af] {
  font-weight: bold;
  font-size: 1.7rem;
}
.component-header[data-v-977b63af] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 3rem auto;
  max-width: calc(1000px - 4rem);
}
@container (max-width: 1000px) {
.component-header[data-v-977b63af] {
    flex-direction: column;
}
.component-header .component-sequence[data-v-977b63af] {
    margin-bottom: 2rem;
    flex-grow: 0;
    flex-basis: 100%;
}
}
.component-header .component-sequence[data-v-977b63af] {
  flex-grow: 1;
  flex-basis: auto;
  height: 7rem;
}
.component-header .component-chart[data-v-977b63af] {
  height: 7rem;
  width: 7rem;
  margin-left: 2rem;
}
@container (max-width: 1000px) {
.component-header .component-chart[data-v-977b63af] {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
}
}
.component-link-button[data-v-977b63af] {
  align-self: center;
  margin-bottom: 2rem;
}
.component-description[data-v-977b63af] {
  margin-bottom: 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-f5ac72ef],[data-v-f5ac72ef]::before,[data-v-f5ac72ef]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-f5ac72ef] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-f5ac72ef] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-f5ac72ef] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-f5ac72ef] {
  max-width: 100%;
}
footer[data-v-f5ac72ef] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-f5ac72ef] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-f5ac72ef] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.document-item[data-v-f5ac72ef] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.document-item .document-icon[data-v-f5ac72ef] {
  margin-right: 1rem;
}
.document-item .document-icon img[data-v-f5ac72ef] {
  height: 2.7rem;
}
.document-item .document-link a[data-v-f5ac72ef] {
  color: #000000;
  font-weight: bold;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-1d6c9d84],[data-v-1d6c9d84]::before,[data-v-1d6c9d84]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-1d6c9d84] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-1d6c9d84] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-1d6c9d84] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-1d6c9d84] {
  max-width: 100%;
}
footer[data-v-1d6c9d84] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-1d6c9d84] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-1d6c9d84] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.documentation[data-v-1d6c9d84] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.documentation h1[data-v-1d6c9d84] {
  text-align: center;
  margin: 1rem auto 3rem auto;
}
.documentation .documentation-wrapper[data-v-1d6c9d84] {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-7854a4fa],[data-v-7854a4fa]::before,[data-v-7854a4fa]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-7854a4fa] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-7854a4fa] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-7854a4fa] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-7854a4fa] {
  max-width: 100%;
}
footer[data-v-7854a4fa] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-7854a4fa] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-7854a4fa] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-tab-wrapper[data-v-7854a4fa] {
  padding-top: 2rem;
  margin: auto auto 3rem auto;
}
.mission-tab-wrapper .mission-not-started-message[data-v-7854a4fa] {
  margin-top: 4rem;
}
.mission-header[data-v-7854a4fa] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 2rem auto 3rem auto;
}
.mission-header .mission-sequence[data-v-7854a4fa] {
  flex-grow: 1;
}
.mission-header .mission-chart[data-v-7854a4fa] {
  margin-left: 2rem;
}
@container (max-width: 1000px) {
.mission-header .mission-chart[data-v-7854a4fa] {
    margin-bottom: 2rem;
    margin-left: 0;
}
}
@container (max-width: 1000px) {
.mission-header[data-v-7854a4fa] {
    flex-direction: column;
}
.mission-header .mission-sequence[data-v-7854a4fa] {
    margin-bottom: 2rem;
    flex-grow: 0;
    flex-basis: 100%;
}
}
.mission-sub-header[data-v-7854a4fa] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission-sub-header .mission-body-title[data-v-7854a4fa] {
  margin: 2rem auto 1rem auto;
}
.mission-sub-header h3[data-v-7854a4fa] {
  font-size: 1.4rem;
}
.mission-sub-header .mission-description[data-v-7854a4fa] {
  margin-top: 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-bbd784a4],[data-v-bbd784a4]::before,[data-v-bbd784a4]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-bbd784a4] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-bbd784a4] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-bbd784a4] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-bbd784a4] {
  max-width: 100%;
}
footer[data-v-bbd784a4] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-bbd784a4] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-bbd784a4] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.component-panel[data-v-bbd784a4] {
  width: 100%;
  padding: 2rem 5rem;
  border: solid 1px #e6e4ef;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
@container (max-width: 1000px) {
.component-panel[data-v-bbd784a4] {
    padding: 1.5rem 1rem;
}
}
.component-panel-detail[data-v-bbd784a4] {
  display: flex;
  flex-direction: column;
}
.component-title[data-v-bbd784a4] {
  margin-bottom: 4rem;
}
.component-title h4[data-v-bbd784a4] {
  font-size: 1.2rem;
}
.component-title h2[data-v-bbd784a4] {
  font-weight: bold;
  font-size: 1.7rem;
}
.component-header[data-v-bbd784a4] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 3rem auto;
  max-width: calc(1000px - 4rem);
}
@container (max-width: 1000px) {
.component-header[data-v-bbd784a4] {
    flex-direction: column;
}
}
.component-header .component-sequence[data-v-bbd784a4] {
  flex-grow: 1;
  height: 7rem;
}
.component-header .component-chart[data-v-bbd784a4] {
  height: 7rem;
  width: 7rem;
  margin-left: 2rem;
}
@container (max-width: 1000px) {
.component-header .component-chart[data-v-bbd784a4] {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
}
.component-link-button[data-v-bbd784a4] {
  align-self: center;
  margin-bottom: 2rem;
}
.component-description[data-v-bbd784a4] {
  margin-bottom: 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-491340b1],[data-v-491340b1]::before,[data-v-491340b1]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-491340b1] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-491340b1] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-491340b1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-491340b1] {
  max-width: 100%;
}
footer[data-v-491340b1] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-491340b1] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-491340b1] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-tab-wrapper[data-v-491340b1] {
  padding-top: 2rem;
  margin: auto auto 3rem auto;
}
.mission-header[data-v-491340b1] {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: center;
  max-width: 1000px;
  margin: 2rem auto 3rem auto;
}
.mission-header .mission-sequence[data-v-491340b1] {
  flex-grow: 1;
}
.mission-header .mission-chart[data-v-491340b1] {
  margin-left: 2rem;
}
@container (max-width: 1000px) {
.mission-header .mission-chart[data-v-491340b1] {
    margin-bottom: 2rem;
    margin-left: 0;
}
}
@container (max-width: 1000px) {
.mission-header[data-v-491340b1] {
    flex-direction: column;
}
.mission-header .mission-sequence[data-v-491340b1] {
    margin-bottom: 2rem;
    flex-grow: 0;
    flex-basis: 100%;
}
}
.mission-sub-header[data-v-491340b1] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mission-sub-header .mission-titles-container[data-v-491340b1] {
  text-align: center;
}
.mission-sub-header h2[data-v-491340b1] {
  font-weight: bold;
  font-size: 2rem;
  margin: 2rem auto 1rem auto;
}
.mission-sub-header h3[data-v-491340b1] {
  font-size: 1.4rem;
}
.mission-sub-header .mission-description[data-v-491340b1] {
  margin-top: 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.national-components-wrapper {
  margin-top: 2rem;
}
.national-components-wrapper .national-component-row {
  display: flex;
  flex-direction: column;
}
.national-components-wrapper .national-component-row .component-code {
  font-size: 0.9rem;
  text-align: left;
}
.national-components-wrapper .national-component-row .component-name {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 0.5rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-e4582021],[data-v-e4582021]::before,[data-v-e4582021]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-e4582021] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-e4582021] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-e4582021] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-e4582021] {
  max-width: 100%;
}
footer[data-v-e4582021] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-e4582021] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-e4582021] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.mission-page-title[data-v-e4582021] {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 3rem;
}
.mission-page-title .mission-page-title-code[data-v-e4582021] {
  font-size: 2.5rem;
  font-weight: bold;
  margin-right: 1rem;
}
@container (max-width: 900px) {
.mission-page-title h1[data-v-e4582021] {
    font-size: 1.9rem;
}
.mission-page-title .mission-page-title-code[data-v-e4582021] {
    font-size: 1.9rem;
}
}
@container (max-width: 600px) {
.mission-page-title h1[data-v-e4582021] {
    font-size: 1.5rem;
}
.mission-page-title .mission-page-title-code[data-v-e4582021] {
    font-size: 1.5rem;
}
}
.mission-page-sub-title[data-v-e4582021] {
  font-size: 1.4rem;
}
@container (max-width: 900px) {
.mission-page-sub-title[data-v-e4582021] {
    font-size: 1.2rem;
}
}
@container (max-width: 600px) {
.mission-page-sub-title[data-v-e4582021] {
    font-size: 1.1rem;
}
}
.mission-page-tab-data[data-v-e4582021] {
  margin-top: 2rem;
}
.mission-news[data-v-e4582021] {
  background-color: #f4f4f4;
  padding: 4rem 3rem;
  position: relative;
  margin: 2rem auto;
}
.mission-news .mission-card-new[data-v-e4582021] {
  position: absolute;
  top: 0;
  left: -21px;
  background-color: transparent;
  background-image: url("/generic-images/new-badge.png");
  background-size: cover;
  color: #bf0000;
  padding: 0.3rem 2.2rem;
  height: 3.5rem;
}
.mission-news .mission-card-new .mission-card-new-text[data-v-e4582021] {
  font-size: 1.1rem;
  font-weight: bold;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-3798fd3f],[data-v-3798fd3f]::before,[data-v-3798fd3f]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-3798fd3f] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-3798fd3f] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-3798fd3f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-3798fd3f] {
  max-width: 100%;
}
footer[data-v-3798fd3f] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-3798fd3f] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-3798fd3f] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-card[data-v-3798fd3f] {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
}
.intervention-card-header[data-v-3798fd3f] {
  height: 162px;
  background-size: cover;
  background-position: top right;
}
.intervention-card-mission[data-v-3798fd3f] {
  color: #ffffff;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: bold;
}
.intervention-card-body[data-v-3798fd3f] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.intervention-card-title[data-v-3798fd3f] {
  font-weight: bold;
  font-size: 0.9rem;
}
.intervention-data-wrapper[data-v-3798fd3f] {
  margin: 2rem 0 1rem 0;
  padding-bottom: 0.8rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  font-size: 0.9rem;
}
.intervention-data[data-v-3798fd3f] {
  display: flex;
  flex-direction: row;
}
.intervention-data .intervention-data-value[data-v-3798fd3f] {
  margin-left: 0.5rem;
  font-weight: bold;
}
.intervention-localization[data-v-3798fd3f] {
  margin-bottom: 1rem;
  flex-grow: 1;
  font-size: 0.9rem;
}
.intervention-link-button[data-v-3798fd3f] {
  border: solid 1px #006cb4;
  color: #006cb4;
  background-color: #ffffff;
  padding: 0.3rem 0.6rem;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.intervention-link-button .intervention-link-button-text[data-v-3798fd3f] {
  margin-right: 0.5rem;
  flex-grow: 1;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
}
.intervention-link-button .intervention-link-button-icon[data-v-3798fd3f] {
  height: 1rem;
  fill: #006cb4;
}
.intervention-link-button[data-v-3798fd3f]:hover {
  color: #ffffff;
  background-color: #006cb4;
}
.intervention-link-button:hover .intervention-link-button-icon[data-v-3798fd3f] {
  height: 1rem;
  fill: #ffffff;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-3b70e43a],[data-v-3b70e43a]::before,[data-v-3b70e43a]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-3b70e43a] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-3b70e43a] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-3b70e43a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-3b70e43a] {
  max-width: 100%;
}
footer[data-v-3b70e43a] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-3b70e43a] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-3b70e43a] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.input-checkbox[data-v-3b70e43a] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-checkbox input[data-v-3b70e43a] {
  margin-right: 0.6rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/* variables for easy override */
.select-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.select-wrapper::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  right: 1rem;
  top: 50%;
  position: absolute;
  display: inline-block;
  pointer-events: none;
}
.select-wrapper select {
  cursor: pointer;
  position: relative;
  color: #000;
  appearance: none;
  outline: none;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.8rem;
  width: 100%;
  max-width: 100%;
}
.select-wrapper select.disabled {
  cursor: not-allowed;
  color: #777;
  background-color: #dddddd;
}
.select-wrapper select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid transparent;
  border-radius: 5px;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-6e68ccab],[data-v-6e68ccab]::before,[data-v-6e68ccab]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-6e68ccab] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-6e68ccab] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-6e68ccab] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-6e68ccab] {
  max-width: 100%;
}
footer[data-v-6e68ccab] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-6e68ccab] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-6e68ccab] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
/* variables for easy override */
input[data-v-6e68ccab] {
  color: #000;
  appearance: none;
  outline: none;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0.8rem;
  width: 100%;
  max-width: 100%;
}
input.disabled[data-v-6e68ccab] {
  cursor: not-allowed;
  color: #777;
  background-color: #dddddd;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-0ef3b88f],[data-v-0ef3b88f]::before,[data-v-0ef3b88f]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-0ef3b88f] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-0ef3b88f] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-0ef3b88f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-0ef3b88f] {
  max-width: 100%;
}
footer[data-v-0ef3b88f] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-0ef3b88f] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-0ef3b88f] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.input-radio[data-v-0ef3b88f] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.input-radio input[data-v-0ef3b88f] {
  margin-right: 0.6rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-484e1092],[data-v-484e1092]::before,[data-v-484e1092]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-484e1092] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-484e1092] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-484e1092] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-484e1092] {
  max-width: 100%;
}
footer[data-v-484e1092] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-484e1092] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-484e1092] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-filters[data-v-484e1092] {
  flex-basis: 30%;
  background-color: #f8f8f8;
  padding: 1rem;
  position: sticky;
  top: 0;
  max-height: 100vh;
  overflow-y: auto;
}
.intervention-filters .mobile-close-filters[data-v-484e1092] {
  display: none;
}
@container (max-width: 1300px) {
.intervention-filters[data-v-484e1092] {
    display: none;
}
.intervention-filters .mobile-close-filters[data-v-484e1092] {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: transparent;
    border: none;
}
.intervention-filters .mobile-close-filters .mobile-close-filters-text[data-v-484e1092] {
    margin-right: 0.4rem;
    font-size: 0.9rem;
}
}
.intervention-filters.mobile-active[data-v-484e1092] {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 99;
}
.intervention-filters-body[data-v-484e1092] {
  position: sticky;
  top: 0;
}
.intervention-filters-body h2[data-v-484e1092] {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.intervention-filters-body h3[data-v-484e1092] {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.intervention-filters-body h4[data-v-484e1092] {
  font-weight: 600;
  margin: 0.8rem 0 0.8rem 0;
}
.intervention-mission-filters[data-v-484e1092] {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
}
.intervention-mission-filters .mission-filter[data-v-484e1092] {
  width: 100%;
  margin-bottom: 0.7rem;
}
.intervention-mission-filters .mission-filter .filter-label-wrapper[data-v-484e1092] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.intervention-mission-filters .mission-filter .filter-label-wrapper .filter-label-icon[data-v-484e1092] {
  height: 1.9rem;
  margin-right: 0.5rem;
}
.intervention-mission-filters .mission-filter .filter-label-wrapper .filter-label-code[data-v-484e1092] {
  margin-right: 0.8rem;
  font-weight: 600;
  font-size: 1.2rem;
}
.intervention-mission-filters .mission-filter .filter-label-wrapper .filter-label-description[data-v-484e1092] {
  font-size: 0.8rem;
  font-weight: bold;
}
.mission-component-filters .mission-component-filter .mission-component-filter-title[data-v-484e1092] {
  font-weight: bold;
}
.mission-component-filters .mission-component-filter .mission-component-filter-description[data-v-484e1092] {
  font-size: 0.9rem;
  font-weight: 600;
}
.mission-measure-filters[data-v-484e1092] {
  margin: 1rem 0;
}
.mission-measure-filters .mission-measure-filter-title[data-v-484e1092] {
  font-weight: 600;
  font-size: 0.9rem;
}
.mission-measure-filters .mission-measure-filter-description[data-v-484e1092] {
  font-size: 0.8rem;
}
.intervention-place-filters[data-v-484e1092] {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  margin-bottom: 2rem;
}
.intervention-territorial-filters[data-v-484e1092] {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
}
.intervention-territorial-filters .input-checkbox[data-v-484e1092] {
  margin-bottom: 0.7rem;
}
.interventions-status-legend[data-v-484e1092] {
  font-size: 0.8rem;
  margin-top: 1rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-27e06837],[data-v-27e06837]::before,[data-v-27e06837]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-27e06837] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-27e06837] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-27e06837] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-27e06837] {
  max-width: 100%;
}
footer[data-v-27e06837] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-27e06837] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-27e06837] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.interventions-super-toolbar[data-v-27e06837] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 2rem;
}
.interventions-search-in-map-button[data-v-27e06837] {
  font-weight: bold;
  border: solid 1px rgba(0, 0, 0, 0.16);
  padding: 0.8rem 4.7rem 0.8rem 1.2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  position: relative;
}
@container (max-width: 1280px) {
.interventions-search-in-map-button[data-v-27e06837] {
    display: none;
}
}
.interventions-search-in-map-button.mobile-link[data-v-27e06837] {
  display: none;
}
@container (max-width: 1280px) {
.interventions-search-in-map-button.mobile-link[data-v-27e06837] {
    display: block;
}
}
@container (max-width: 750px) {
.interventions-search-in-map-button.mobile-link[data-v-27e06837] {
    padding: 0.4rem 3rem 0.4rem 1rem;
    font-size: 0.9rem;
}
}
.interventions-search-in-map-button .piedmont-icon[data-v-27e06837] {
  height: calc(100% - 0.1rem);
  background-image: url("/generic-images/piedmont-outline-black.svg");
  width: 3rem;
  position: absolute;
  right: 1.2rem;
  top: 0.1rem;
  background-size: cover;
}
@container (max-width: 750px) {
.interventions-search-in-map-button .piedmont-icon[data-v-27e06837] {
    width: 2.2rem;
    right: 0.5rem;
}
}
.interventions-search-in-map-button[data-v-27e06837]:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #006cb4, #063374);
}
.interventions-search-in-map-button:hover .piedmont-icon[data-v-27e06837] {
  background-image: url("/generic-images/piedmont-outline-white.svg");
}
.mobile-filters-button[data-v-27e06837] {
  display: none;
  color: #006cb4;
  font-size: 1.1rem;
  text-decoration: underline;
  margin-top: 1rem;
  background-color: transparent;
  border: none;
}
.mobile-filters-button .mobile-filters-text[data-v-27e06837] {
  font-weight: bold;
}
.mobile-filters-button .mobile-filters-icon[data-v-27e06837] {
  margin-left: 0.3rem;
}
@container (max-width: 1300px) {
.mobile-filters-button[data-v-27e06837] {
    display: flex;
}
}
.interventions-toolbar[data-v-27e06837] {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
}
.interventions-toolbar-spacer[data-v-27e06837] {
  width: 30%;
}
@container (max-width: 1300px) {
.interventions-toolbar-spacer[data-v-27e06837] {
    display: none;
}
}
.interventions-toolbar-items[data-v-27e06837] {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 1rem;
}
.interventions-toolbar-total-results[data-v-27e06837] {
  flex-direction: row;
  font-size: 1.1rem;
}
@container (max-width: 550px) {
.interventions-toolbar-total-results[data-v-27e06837] {
    font-size: 1rem;
}
}
@container (max-width: 512px) {
.interventions-toolbar-total-results[data-v-27e06837] {
    font-size: 0.9rem;
}
}
.interventions-toolbar-total-results .total-results-value[data-v-27e06837] {
  font-weight: bold;
  display: inline-block;
}
.interventions-wrapper[data-v-27e06837] {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  align-items: flex-start;
}
.interventions-data-wrapper[data-v-27e06837] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 70%;
  padding-left: 0.5rem;
  container-type: inline-size;
}
@container (max-width: 1300px) {
.interventions-data-wrapper[data-v-27e06837] {
    flex-basis: 100%;
    padding-left: 0;
}
}
.interventions-data-wrapper .intervention-card[data-v-27e06837] {
  flex-basis: calc(33% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
@container (max-width: 920px) {
.interventions-data-wrapper .intervention-card[data-v-27e06837] {
    flex-basis: calc(50% - 1rem);
}
}
@container (max-width: 628px) {
.interventions-data-wrapper .intervention-card[data-v-27e06837] {
    flex-basis: calc(100% - 1rem);
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-585364f1],[data-v-585364f1]::before,[data-v-585364f1]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-585364f1] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-585364f1] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-585364f1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-585364f1] {
  max-width: 100%;
}
footer[data-v-585364f1] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-585364f1] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-585364f1] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.image-slideshow[data-v-585364f1] {
  position: relative;
  background-color: #000000;
  margin-bottom: 4rem;
}
@container (max-width: 1023px) {
.image-slideshow[data-v-585364f1] {
    margin-bottom: 1rem;
}
}
.image-slideshow .image-container[data-v-585364f1] {
  width: 100%;
  min-height: 527px;
  background-size: cover;
  display: none;
  position: relative;
}
.image-slideshow .image-container.active[data-v-585364f1] {
  flex-basis: 100%;
  display: block;
  animation: fadeImg-585364f1 0.8s;
}
.image-slideshow .image-container .image-text[data-v-585364f1] {
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.1rem;
  padding: 8px 16px;
}
.image-slideshow .navigation[data-v-585364f1] {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 1.5rem);
  height: 3rem;
  padding: 0 1rem;
}
.image-slideshow .navigation svg[data-v-585364f1] {
  height: 3rem;
  fill: #ffffff;
}
.image-slideshow .navigation.navigation-previous[data-v-585364f1] {
  left: 0;
}
.image-slideshow .navigation.navigation-next[data-v-585364f1] {
  right: 0;
}
.image-slideshow .navigation.navigation-next svg[data-v-585364f1] {
  transform: rotate(180deg);
}
@keyframes fadeImg-585364f1 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-d45af818],[data-v-d45af818]::before,[data-v-d45af818]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-d45af818] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-d45af818] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-d45af818] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-d45af818] {
  max-width: 100%;
}
footer[data-v-d45af818] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-d45af818] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-d45af818] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-places[data-v-d45af818] {
  margin-top: 3rem;
}
.intervention-places .intervention-towns-wrapper[data-v-d45af818] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.intervention-places .intervention-towns-wrapper .intervention-town[data-v-d45af818] {
  flex-basis: 33%;
  padding: 0.5rem 0.5rem;
}
@container (max-width: 900px) {
.intervention-places .intervention-towns-wrapper .intervention-town[data-v-d45af818] {
    flex-basis: 50%;
}
}
@container (max-width: 520px) {
.intervention-places .intervention-towns-wrapper .intervention-town[data-v-d45af818] {
    flex-basis: 100%;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-07add6a8],[data-v-07add6a8]::before,[data-v-07add6a8]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-07add6a8] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-07add6a8] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-07add6a8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-07add6a8] {
  max-width: 100%;
}
footer[data-v-07add6a8] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-07add6a8] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-07add6a8] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-places[data-v-07add6a8] {
  margin-top: 3rem;
}
.intervention-places .intervention-description-wrapper[data-v-07add6a8] {
  /* display: flex;
  flex-direction: row;
  flex-wrap: wrap; */
  margin-top: 1rem;
  padding: 0 0.5rem;
}
.intervention-places .intervention-description-wrapper[data-v-07add6a8] ul {
  margin-bottom: 1rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-3b0c8c26],[data-v-3b0c8c26]::before,[data-v-3b0c8c26]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-3b0c8c26] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-3b0c8c26] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-3b0c8c26] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-3b0c8c26] {
  max-width: 100%;
}
footer[data-v-3b0c8c26] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-3b0c8c26] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-3b0c8c26] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-progress-status[data-v-3b0c8c26] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.progress-item-wrapper[data-v-3b0c8c26] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progress-item-wrapper.completed[data-v-3b0c8c26] {
  opacity: 0.6;
}
.progress-item-wrapper.completed .progress-item[data-v-3b0c8c26] {
  background-image: url("/generic-images/green-tick.svg");
  background-size: cover;
}
.progress-item-wrapper.completed .progress-item-description[data-v-3b0c8c26] {
  color: #248142;
}
.progress-item-wrapper.active .progress-item[data-v-3b0c8c26] {
  background-image: url("/generic-images/green-tick.svg");
  background-size: cover;
}
.progress-item-wrapper.active .progress-item-description[data-v-3b0c8c26] {
  color: #248142;
}
.progress-item-wrapper.inactive .progress-item[data-v-3b0c8c26] {
  background-color: #c5c9c8;
  border: solid 1px #707070;
}
.progress-item-wrapper .progress-item[data-v-3b0c8c26] {
  height: 4rem;
  width: 4rem;
  margin: 0 0.8rem;
  border-radius: 50%;
}
@container (max-width: 650px) {
.progress-item-wrapper .progress-item[data-v-3b0c8c26] {
    height: 3rem;
    width: 3rem;
}
}
.progress-item-wrapper .progress-item-description[data-v-3b0c8c26] {
  font-weight: bold;
  margin-top: 1rem;
}
.progress-item-separator[data-v-3b0c8c26] {
  flex-grow: 1;
  border-bottom: solid 2px;
  height: 0;
  max-width: 200px;
  margin-top: -2.1rem;
}
.progress-item-separator.active[data-v-3b0c8c26], .progress-item-separator.completed[data-v-3b0c8c26] {
  border-color: #248142;
}
.progress-item-separator.inactive[data-v-3b0c8c26] {
  border-color: #c5c9c8;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-ed7326f2],[data-v-ed7326f2]::before,[data-v-ed7326f2]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-ed7326f2] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-ed7326f2] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-ed7326f2] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-ed7326f2] {
  max-width: 100%;
}
footer[data-v-ed7326f2] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-ed7326f2] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-ed7326f2] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-progress-notes[data-v-ed7326f2], .intervention-progress[data-v-ed7326f2] {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.intervention-progress h2[data-v-ed7326f2] {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.intervention-progress[data-v-ed7326f2] {
  background-color: #f3f8ff;
}
.intervention-progress-notes[data-v-ed7326f2] {
  background-color: #d8e8ff;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-data-value * {
  font-weight: inherit;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-36dfaf04],[data-v-36dfaf04]::before,[data-v-36dfaf04]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-36dfaf04] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-36dfaf04] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-36dfaf04] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-36dfaf04] {
  max-width: 100%;
}
footer[data-v-36dfaf04] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-36dfaf04] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-36dfaf04] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-data h2[data-v-36dfaf04] {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.intervention-data[data-v-36dfaf04] {
  margin: 3rem 0 5rem 0;
}
.intervention-data h2[data-v-36dfaf04] {
  margin-bottom: 3rem;
}
.intervention-data-wrapper[data-v-36dfaf04] {
  display: flex;
  flex-direction: column;
}
.intervention-data-row[data-v-36dfaf04] {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
}
@container (max-width: 700px) {
.intervention-data-row[data-v-36dfaf04] {
    flex-direction: column;
    column-gap: 0;
}
}
.intervention-data-item[data-v-36dfaf04] {
  margin-bottom: 2rem;
  flex-basis: 50%;
}
.intervention-data-value[data-v-36dfaf04] {
  font-weight: bold;
  margin-top: 0.6rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-fb716160],[data-v-fb716160]::before,[data-v-fb716160]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-fb716160] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-fb716160] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-fb716160] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-fb716160] {
  max-width: 100%;
}
footer[data-v-fb716160] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-fb716160] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-fb716160] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-point-map[data-v-fb716160] {
  margin-top: 3rem;
  position: relative;
}
.intervention-point-map .map[data-v-fb716160] {
  width: 100%;
  height: 420px;
}
h2[data-v-fb716160] {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.sr-only[data-v-fb716160] {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-cafe89c7],[data-v-cafe89c7]::before,[data-v-cafe89c7]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-cafe89c7] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-cafe89c7] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-cafe89c7] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-cafe89c7] {
  max-width: 100%;
}
footer[data-v-cafe89c7] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-cafe89c7] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-cafe89c7] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-links[data-v-cafe89c7] {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.intervention-links h2[data-v-cafe89c7] {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.intervention-links[data-v-cafe89c7] {
  background-color: #f3f8ff;
}
@media print {
.intervention-links[data-v-cafe89c7] {
    padding: 1rem;
    break-before: avoid;
}
}
.intervention-links .links-list[data-v-cafe89c7] {
  display: flex;
  flex-direction: column;
}
.intervention-links .intervention-link[data-v-cafe89c7] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
}
.intervention-links .intervention-link .intervention-link-icon[data-v-cafe89c7] {
  height: 1.5rem;
  margin-right: 0.5rem;
  stroke: #0096cf;
  fill: #0096cf;
  flex: 0 0 20px;
}
.intervention-links .intervention-link a[data-v-cafe89c7]:link,
.intervention-links .intervention-link a[data-v-cafe89c7]:visited {
  color: #0096cf;
  font-weight: 600;
}
.intervention-links .intervention-link a[data-v-cafe89c7]:hover,
.intervention-links .intervention-link a[data-v-cafe89c7]:active {
  color: #006cb4;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-339d7e1a],[data-v-339d7e1a]::before,[data-v-339d7e1a]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-339d7e1a] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-339d7e1a] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-339d7e1a] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-339d7e1a] {
  max-width: 100%;
}
footer[data-v-339d7e1a] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-339d7e1a] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-339d7e1a] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.intervention-measure-title[data-v-339d7e1a] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
@container (max-width: 1050px) {
.intervention-measure-title[data-v-339d7e1a] {
    font-size: 1.3rem;
}
}
@container (max-width: 650px) {
.intervention-measure-title[data-v-339d7e1a] {
    font-size: 1.1rem;
}
}
.intervention-measure-title img[data-v-339d7e1a] {
  height: 3rem;
  margin: 0 0.5rem 0.5rem 0;
}
@container (max-width: 1050px) {
.intervention-measure-title img[data-v-339d7e1a] {
    height: 2.5rem;
}
}
@container (max-width: 650px) {
.intervention-measure-title img[data-v-339d7e1a] {
    height: 2rem;
}
}
.intervention-measure-title .intervention-measure-value[data-v-339d7e1a] {
  font-weight: bold;
  margin-right: 0.3rem;
  white-space: nowrap;
}
.intervention-component-title[data-v-339d7e1a] {
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  margin: 2rem 0 2rem 0;
}
.intervention-component-title .intervention-component-value[data-v-339d7e1a] {
  font-weight: bold;
  margin-left: 0.5rem;
}
.intervention-header-image[data-v-339d7e1a] {
  width: 100%;
  margin-bottom: 3rem;
}
.intervention-body-wrapper[data-v-339d7e1a] {
  display: flex;
  flex-direction: row;
  width: 100%;
}
@container (max-width: 900px) {
.intervention-body-wrapper[data-v-339d7e1a] {
    flex-direction: column;
}
}
.intervention-progress h2[data-v-339d7e1a], .intervention-description h2[data-v-339d7e1a], h2[data-v-339d7e1a] {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.intervention-description[data-v-339d7e1a] {
  flex-basis: 70%;
}
@container (max-width: 900px) {
.intervention-description[data-v-339d7e1a] {
    flex-basis: 100%;
}
}
.intervention-description .intervention-description-title[data-v-339d7e1a] {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.intervention-amount[data-v-339d7e1a] {
  justify-self: flex-end;
  flex-grow: 1;
  text-align: right;
}
@container (max-width: 900px) {
.intervention-amount[data-v-339d7e1a] {
    text-align: left;
    margin-top: 1rem;
}
}
.intervention-amount .intervention-amount-value[data-v-339d7e1a] {
  font-weight: bold;
  font-size: 2.5rem;
}
@container (max-width: 1050px) {
.intervention-amount .intervention-amount-value[data-v-339d7e1a] {
    font-size: 2rem;
}
}
.intervention-amount .intervention-amount-description[data-v-339d7e1a] {
  font-weight: bold;
  font-size: 1rem;
}
@container (max-width: 1050px) {
.intervention-amount .intervention-amount-description[data-v-339d7e1a] {
    font-size: 1.1rem;
}
}
.intervention-maps-wrapper[data-v-339d7e1a] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.intervention-maps-wrapper .intervention-places-map-wrapper[data-v-339d7e1a] {
  flex-basis: 50%;
  flex-grow: 1;
}
.intervention-maps-wrapper .intervention-places-map-wrapper h2[data-v-339d7e1a] {
  margin-top: 3rem;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
@media print {
.intervention-maps-wrapper .intervention-places-map-wrapper h2[data-v-339d7e1a] {
    display: none;
}
}
.intervention-maps-wrapper .intervention-places-map-wrapper .intervention-places-map[data-v-339d7e1a] {
  width: 100%;
  max-width: 250px;
  margin: 2rem 0;
}
.intervention-maps-wrapper .intervention-point-map-wrapper[data-v-339d7e1a] {
  flex-basis: 50%;
}
@container (max-width: 1000px) {
.intervention-maps-wrapper .intervention-point-map-wrapper[data-v-339d7e1a] {
    flex-basis: 100%;
}
}
.intervention-progress[data-v-339d7e1a] {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.intervention-progress[data-v-339d7e1a] {
  background-color: #f3f8ff;
}
.intervention-updated-at[data-v-339d7e1a] {
  font-size: 0.9rem;
}
.intervention-places[data-v-339d7e1a] {
  margin-bottom: 3rem;
}
[data-v-339d7e1a] .page-title {
  text-align: left;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-56c627b8],[data-v-56c627b8]::before,[data-v-56c627b8]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-56c627b8] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-56c627b8] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-56c627b8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-56c627b8] {
  max-width: 100%;
}
footer[data-v-56c627b8] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-56c627b8] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-56c627b8] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.page-wrapper[data-v-56c627b8] {
  width: 100%;
}
.large-page-body[data-v-56c627b8] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.center-align[data-v-56c627b8] {
  text-align: center;
}
.not-found-title[data-v-56c627b8] {
  font-size: 7rem;
  font-weight: bold;
  color: #006cb4;
}
.not-found-subtitle[data-v-56c627b8] {
  color: #006cb4;
  font-weight: bold;
  font-size: 2rem;
}
.home-link-button[data-v-56c627b8] {
  margin: 2rem 0;
  background-color: #006cb4;
  color: #ffffff;
  border: none;
  padding: 1.1rem 2rem;
  cursor: pointer;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.home-link-button[data-v-56c627b8]:hover {
  text-decoration: underline;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-4f33a959],[data-v-4f33a959]::before,[data-v-4f33a959]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-4f33a959] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-4f33a959] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-4f33a959] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-4f33a959] {
  max-width: 100%;
}
footer[data-v-4f33a959] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-4f33a959] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-4f33a959] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.with-api-data[data-v-4f33a959] {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-a9446e7d],[data-v-a9446e7d]::before,[data-v-a9446e7d]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-a9446e7d] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-a9446e7d] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-a9446e7d] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-a9446e7d] {
  max-width: 100%;
}
footer[data-v-a9446e7d] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-a9446e7d] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-a9446e7d] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.proclamations-filters-wrapper[data-v-a9446e7d] {
  margin-top: 3rem;
  background-color: #f3f8ff;
  color: #000000;
  padding: 2rem 1rem;
}
.proclamations-filters-wrapper h2[data-v-a9446e7d] {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1.8rem;
}
.proclamations-filters[data-v-a9446e7d] {
  display: flex;
  flex-direction: row;
}
@container (max-width: 800px) {
.proclamations-filters[data-v-a9446e7d] {
    flex-direction: column;
    flex-wrap: wrap;
}
}
.proclamations-filters .filter-label[data-v-a9446e7d] {
  margin-bottom: 0.8rem;
}
.proclamations-filter[data-v-a9446e7d] {
  display: flex;
  flex-direction: column;
  flex-basis: 33%;
  flex-grow: 1;
}
.proclamations-filter[data-v-a9446e7d]:not(:last-child) {
  margin-right: 1rem;
}
@container (max-width: 800px) {
.proclamations-filter[data-v-a9446e7d]:last-child {
    margin-right: 1rem;
}
}
.proclamations-toolbar[data-v-a9446e7d] {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
}
.proclamations-toolbar-items[data-v-a9446e7d] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.proclamations-toolbar-items[data-v-a9446e7d]:not(:last-child) {
  margin-right: 1rem;
}
.proclamations-toolbar-total-results[data-v-a9446e7d] {
  display: flex;
  flex-direction: row;
  font-size: 1.1rem;
}
.proclamations-toolbar-total-results .total-results-value[data-v-a9446e7d] {
  font-weight: bold;
  margin-left: 0.5rem;
}
.proclamations-title[data-v-a9446e7d] {
  font-size: 2rem;
  font-weight: bold;
}
.proclamations-wrapper[data-v-a9446e7d] {
  padding: 2rem 0;
}
.proclamations-data-wrapper[data-v-a9446e7d] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.proclamations-data-wrapper .proclamation-card[data-v-a9446e7d] {
  width: calc(33% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
@container (max-width: 1200px) {
.proclamations-data-wrapper .proclamation-card[data-v-a9446e7d] {
    width: calc(50% - 1rem);
}
}
@container (max-width: 870px) {
.proclamations-data-wrapper .proclamation-card[data-v-a9446e7d] {
    width: 100%;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-9057e9d3],[data-v-9057e9d3]::before,[data-v-9057e9d3]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-9057e9d3] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-9057e9d3] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-9057e9d3] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-9057e9d3] {
  max-width: 100%;
}
footer[data-v-9057e9d3] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-9057e9d3] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-9057e9d3] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.news-title[data-v-9057e9d3] {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.news-data-wrapper[data-v-9057e9d3] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.news-data-wrapper .news-item[data-v-9057e9d3] {
  width: calc(33% - 1rem);
  margin: 0 0.5rem 1rem 0.5rem;
}
@container (max-width: 1200px) {
.news-data-wrapper .news-item[data-v-9057e9d3] {
    width: calc(50% - 1rem);
}
}
@container (max-width: 870px) {
.news-data-wrapper .news-item[data-v-9057e9d3] {
    width: 100%;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-62883977],[data-v-62883977]::before,[data-v-62883977]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-62883977] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-62883977] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-62883977] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-62883977] {
  max-width: 100%;
}
footer[data-v-62883977] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-62883977] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-62883977] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.with-api-data[data-v-62883977] {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.news-item-mission-title[data-v-62883977] {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}
@container (max-width: 1050px) {
.news-item-mission-title[data-v-62883977] {
    font-size: 1.3rem;
}
}
@container (max-width: 650px) {
.news-item-mission-title[data-v-62883977] {
    font-size: 1.1rem;
}
}
.news-item-mission-title img[data-v-62883977] {
  height: 3rem;
  margin-right: 0.5rem;
}
@container (max-width: 1050px) {
.news-item-mission-title img[data-v-62883977] {
    height: 2.5rem;
}
}
@container (max-width: 650px) {
.news-item-mission-title img[data-v-62883977] {
    height: 2rem;
}
}
.news-item-mission-title .news-item-mission-value[data-v-62883977] {
  font-weight: bold;
  margin-right: 0.3rem;
  white-space: nowrap;
}
.news-item-date-title[data-v-62883977] {
  font-size: 1.2rem;
  display: flex;
  flex-direction: row;
  margin: 2rem 0 2rem 0;
}
.news-item-date-title .news-item-date-value[data-v-62883977] {
  font-weight: bold;
  margin-left: 0.5rem;
}
.news-item-header-image[data-v-62883977] {
  width: 100%;
  margin-bottom: 3rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-923c0a25],[data-v-923c0a25]::before,[data-v-923c0a25]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-923c0a25] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-923c0a25] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-923c0a25] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-923c0a25] {
  max-width: 100%;
}
footer[data-v-923c0a25] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-923c0a25] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-923c0a25] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.link-card[data-v-923c0a25] {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 1.2rem 2rem;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
.link-card[data-v-923c0a25]:hover {
  background-color: #f3f8ff;
}
.link-card .link-title[data-v-923c0a25] {
  font-weight: bold;
  font-size: 1.2rem;
}
@container (max-width: 600px) {
.link-card .link-title[data-v-923c0a25] {
    font-size: 1.2rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-218fe1f0],[data-v-218fe1f0]::before,[data-v-218fe1f0]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-218fe1f0] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-218fe1f0] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-218fe1f0] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-218fe1f0] {
  max-width: 100%;
}
footer[data-v-218fe1f0] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-218fe1f0] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-218fe1f0] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.links-wrapper[data-v-218fe1f0] {
  margin-top: 3rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-fc52222f],[data-v-fc52222f]::before,[data-v-fc52222f]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-fc52222f] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-fc52222f] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-fc52222f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-fc52222f] {
  max-width: 100%;
}
footer[data-v-fc52222f] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-fc52222f] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-fc52222f] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.sequence.second-sequence .sequence-field[data-v-fc52222f]:last-child:before, .sequence.second-sequence .sequence-field[data-v-fc52222f]:first-child:before, .sequence.first-sequence .sequence-field[data-v-fc52222f]:last-child:before, .sequence.first-sequence .sequence-field[data-v-fc52222f]:first-child:before, .text-column .video-details[data-v-fc52222f]:before, .text-column .project-details[data-v-fc52222f]:before {
  content: "";
  position: absolute;
  display: block;
  left: calc((40px - 0.5px) * -1);
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 0 50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.text-column .video-details[data-v-fc52222f]:after, .text-column .project-details[data-v-fc52222f]:after {
  content: "";
  position: absolute;
  display: block;
  right: -500rem;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 500rem;
  height: 100%;
}
.title[data-v-fc52222f] {
  color: #ffffff;
}
.title-content[data-v-fc52222f] {
  margin: 0 3rem 3rem 3rem;
  /*  @container (max-width: 600px) {
    margin: 0 1.5rem 1.5rem 1.5rem;
  } */
}
@container (max-width: 768px) {
.title-content[data-v-fc52222f] {
    margin: 0 0.5rem 1.5rem 0.5rem;
}
}
@container (max-width: 1023px) {
.title-content .title[data-v-fc52222f] {
    flex-direction: column;
}
}
.main-title[data-v-fc52222f] {
  color: #ffffff;
}
.page-wrapper[data-v-fc52222f] {
  position: relative;
}
.page-wrapper[data-v-fc52222f]:before {
  content: "";
  width: 100%;
  height: 39.2rem;
  position: absolute;
  top: 0;
  display: block;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 76%);
}
.page-wrapper[data-v-fc52222f]:after {
  content: "";
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 75%);
  width: 100%;
  height: 38rem;
  position: absolute;
  top: 0;
  display: block;
}
.page-wrapper .page-content[data-v-fc52222f] {
  position: relative;
  z-index: 10;
  float: left;
  left: 0;
  width: 100%;
}
.hex-background[data-v-fc52222f] {
  position: absolute;
  top: 1.4rem;
  right: 0;
  height: 40%;
  width: 40%;
  background-image: url("/missions/hex-background-2.svg");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@container (max-width: 1300px) {
.hex-background[data-v-fc52222f] {
    height: 30%;
    width: 30%;
}
}
@container (max-width: 1200px) {
.hex-background[data-v-fc52222f] {
    height: 20%;
    width: 20%;
    right: -10%;
    background-position: top left;
}
}
@container (max-width: 768px) {
.hex-background[data-v-fc52222f] {
    display: none;
}
}
.title[data-v-fc52222f] {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.title .code[data-v-fc52222f] {
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 0.2rem;
}
@container (max-width: 600px) {
.title .code[data-v-fc52222f] {
    font-size: 0.8rem;
}
}
.title .title-text[data-v-fc52222f] {
  font-size: 0.8rem;
}
.main-title[data-v-fc52222f] {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 75%;
  margin-top: 1.2rem;
  align-items: flex-start;
}
@container (max-width: 1024px) {
.main-title[data-v-fc52222f] {
    max-width: 90%;
}
}
@container (max-width: 650px) {
.main-title[data-v-fc52222f] {
    flex-direction: column;
    max-width: 100%;
}
}
.main-title .mission-hex-icon[data-v-fc52222f] {
  margin-top: 0.9rem;
  margin-right: 1rem;
  height: 5.2rem;
}
.main-title .content .main-title-text[data-v-fc52222f] {
  font-size: 2rem;
  font-weight: bold;
}
@container (max-width: 570px) {
.main-title .content .main-title-text[data-v-fc52222f] {
    font-size: 1.3rem;
}
}
.main-title .content .sub-title[data-v-fc52222f] {
  margin-top: 1rem;
  font-style: italic;
  font-size: 1.2rem;
}
@container (max-width: 7680px) {
.main-title .content .sub-title[data-v-fc52222f] {
    font-size: 1rem;
}
}
.text-column[data-v-fc52222f] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  justify-self: center;
}
.text-column .project-details[data-v-fc52222f] {
  background-color: #bce8fe;
  padding: 2rem 0 2rem 3rem;
  position: relative;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: right;
}
.text-column .project-details[data-v-fc52222f]:before {
  background-color: #bce8fe;
}
.text-column .project-details[data-v-fc52222f]:after {
  background-color: #bce8fe;
}
.text-column .video-details[data-v-fc52222f] {
  background-color: #e2f2ff;
  padding: 1rem 0 1rem 1rem;
  position: relative;
  font-size: 0.8rem;
  text-align: right;
}
.text-column .video-details[data-v-fc52222f]:before {
  background-color: #e2f2ff;
}
.text-column .video-details[data-v-fc52222f]:after {
  background-color: #e2f2ff;
}
.secondary-sequences[data-v-fc52222f] {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  align-items: flex-end;
}
@container (max-width: 768px) {
.secondary-sequences[data-v-fc52222f] {
    align-self: end;
    width: 90%;
}
}
.sequence[data-v-fc52222f] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: -4rem;
  width: 100%;
}
@container (max-width: 1023px) {
.sequence[data-v-fc52222f] {
    margin-right: -1rem !important;
}
}
.sequence .sequence-field[data-v-fc52222f] {
  display: flex;
  flex-direction: column;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  text-align: center;
  position: relative;
  width: 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sequence .sequence-field .sequence-field-value[data-v-fc52222f] {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.8rem;
}
.sequence .sequence-field .sequence-field-text[data-v-fc52222f] {
  font-weight: 600;
  max-width: 100px;
  line-height: 1.2rem;
}
.sequence.first-sequence .sequence-field[data-v-fc52222f]:first-child {
  background-color: #cbe0fb;
}
.sequence.first-sequence .sequence-field[data-v-fc52222f]:first-child:before {
  background-color: #cbe0fb;
}
.sequence.first-sequence .sequence-field[data-v-fc52222f]:last-child {
  background-color: #d7e9fd;
}
.sequence.first-sequence .sequence-field[data-v-fc52222f]:last-child:before {
  background-color: #d7e9fd;
}
.sequence.second-sequence .sequence-field[data-v-fc52222f]:first-child {
  background-color: #e2f2ff;
}
.sequence.second-sequence .sequence-field[data-v-fc52222f]:first-child:before {
  background-color: #e2f2ff;
}
.sequence.second-sequence .sequence-field[data-v-fc52222f]:last-child {
  background-color: #f3f8fe;
}
.sequence.second-sequence .sequence-field[data-v-fc52222f]:last-child:before {
  background-color: #f3f8fe;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-281c1d8e],[data-v-281c1d8e]::before,[data-v-281c1d8e]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-281c1d8e] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-281c1d8e] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-281c1d8e] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-281c1d8e] {
  max-width: 100%;
}
footer[data-v-281c1d8e] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-281c1d8e] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-281c1d8e] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.sequence.second-sequence .sequence-field[data-v-281c1d8e]:last-child:before, .sequence.second-sequence .sequence-field[data-v-281c1d8e]:first-child:before, .sequence.first-sequence .sequence-field[data-v-281c1d8e]:last-child:before, .sequence.first-sequence .sequence-field[data-v-281c1d8e]:first-child:before {
  content: "";
  position: absolute;
  display: block;
  left: calc((30px - 0.5px) * -1);
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 0 50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.page-wrapper[data-v-281c1d8e] {
  position: relative;
}
.page-wrapper[data-v-281c1d8e]::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  width: 100%;
  height: 38rem;
  top: 0;
  display: block;
}
.page-wrapper .page-content[data-v-281c1d8e] {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 2rem;
}
.text-background[data-v-281c1d8e] {
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  width: 100%;
  height: 38rem;
  position: relative;
  top: 0;
  background: linear-gradient(180deg, #dfdfdf 0%, #fafafa 25%, #fafafa 70%, #dfdfdf 100%);
  display: block;
}
.main-text-wrapper[data-v-281c1d8e] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 2rem;
}
@container (max-width: 768px) {
.main-text-wrapper[data-v-281c1d8e] {
    margin-top: 0rem;
}
}
.main-text-wrapper .main-text[data-v-281c1d8e] {
  width: 80%;
  font-size: 1rem;
  line-height: 1.6rem;
}
@container (max-width: 1200px) {
.main-text-wrapper .main-text[data-v-281c1d8e] {
    width: 80%;
}
}
@container (max-width: 1024px) {
.main-text-wrapper .main-text[data-v-281c1d8e] {
    width: 100%;
    padding: 1rem 0.5rem;
}
}
.secondary-sequences[data-v-281c1d8e] {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  align-items: flex-end;
}
.sequence[data-v-281c1d8e] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: -4rem;
  width: 100%;
}
.sequence .sequence-field[data-v-281c1d8e] {
  display: flex;
  flex-direction: column;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: center;
  position: relative;
  width: 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sequence .sequence-field .sequence-field-value[data-v-281c1d8e] {
  font-size: 2.5rem;
  font-weight: bold;
}
.sequence .sequence-field .sequence-field-text[data-v-281c1d8e] {
  font-weight: 600;
  max-width: 100px;
}
.sequence.first-sequence .sequence-field[data-v-281c1d8e]:first-child {
  background-color: #cbe0fb;
}
.sequence.first-sequence .sequence-field[data-v-281c1d8e]:first-child:before {
  background-color: #cbe0fb;
}
.sequence.first-sequence .sequence-field[data-v-281c1d8e]:last-child {
  background-color: #d7e9fd;
}
.sequence.first-sequence .sequence-field[data-v-281c1d8e]:last-child:before {
  background-color: #d7e9fd;
}
.sequence.second-sequence .sequence-field[data-v-281c1d8e]:first-child {
  background-color: #e2f2ff;
}
.sequence.second-sequence .sequence-field[data-v-281c1d8e]:first-child:before {
  background-color: #e2f2ff;
}
.sequence.second-sequence .sequence-field[data-v-281c1d8e]:last-child {
  background-color: #f3f8fe;
}
.sequence.second-sequence .sequence-field[data-v-281c1d8e]:last-child:before {
  background-color: #f3f8fe;
}
.columns-wrapper[data-v-281c1d8e] {
  align-items: center;
}
@container (max-width: 1023px) {
.columns.columns-wrapper-text-section[data-v-281c1d8e] {
    flex-direction: column;
}
.columns.columns-wrapper-text-section .column[data-v-281c1d8e] {
    display: flex;
    flex-direction: column;
    width: 50%;
}
@container (max-width: 1200px) {
.columns.columns-wrapper-text-section .column[data-v-281c1d8e] {
      width: 50% !important;
      margin: 0 !important;
}
}
@container (max-width: 1023px) {
.columns.columns-wrapper-text-section .column[data-v-281c1d8e] {
      width: 100%;
      margin: 0 0 2rem 0;
}
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-04882556],[data-v-04882556]::before,[data-v-04882556]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-04882556] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-04882556] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-04882556] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-04882556] {
  max-width: 100%;
}
footer[data-v-04882556] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-04882556] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-04882556] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.page-wrapper[data-v-04882556] {
  margin-bottom: 2rem;
}
.page-wrapper .page-content[data-v-04882556] {
  padding: 2rem 6rem;
  position: relative;
  width: 100%;
}
.main-text-wrapper[data-v-04882556] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-text-wrapper .main-text[data-v-04882556] {
  width: 56%;
}
@container (max-width: 1200px) {
.main-text-wrapper .main-text[data-v-04882556] {
    width: 80%;
}
}
.main-text-wrapper .main-text.article-section[data-v-04882556] {
  width: 100%;
  font-size: 1rem;
  line-height: 1.8rem;
}
.main-text-wrapper .main-text.article-section .main-title[data-v-04882556] {
  font-size: 1.8rem;
}
.main-title[data-v-04882556] {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.hex-background[data-v-04882556] {
  position: absolute;
  top: 1.4rem;
  right: 0;
  height: 110%;
  width: 110%;
  background-image: url("/missions/hex-background-3.svg");
  background-position: top right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@container (max-width: 650px) {
.hex-background[data-v-04882556] {
    width: 100%;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-b695f4a8],[data-v-b695f4a8]::before,[data-v-b695f4a8]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-b695f4a8] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-b695f4a8] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-b695f4a8] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-b695f4a8] {
  max-width: 100%;
}
footer[data-v-b695f4a8] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-b695f4a8] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-b695f4a8] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.quote-wrapper[data-v-b695f4a8] {
  display: flex;
  flex-direction: row;
}
.quote-wrapper .quote-symbol[data-v-b695f4a8] {
  margin: 0 0.7rem;
}
@container (max-width: 768px) {
.quote-wrapper .quote-symbol[data-v-b695f4a8] {
    position: absolute;
}
}
.quote-wrapper .quote-symbol img[data-v-b695f4a8] {
  height: 2.5rem;
}
.quote-wrapper .quote-content[data-v-b695f4a8] {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  margin-top: 2.6rem;
}
@container (max-width: 768px) {
.quote-wrapper .quote-content[data-v-b695f4a8] {
    margin-left: 1.2rem;
}
}
.quote-wrapper .quote-content .quote-text[data-v-b695f4a8] {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 2.1rem;
  font-weight: 600;
}
.quote-wrapper .quote-content .quote-author[data-v-b695f4a8] {
  margin-top: 0.7rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-3fee8237],[data-v-3fee8237]::before,[data-v-3fee8237]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-3fee8237] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-3fee8237] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-3fee8237] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-3fee8237] {
  max-width: 100%;
}
footer[data-v-3fee8237] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-3fee8237] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-3fee8237] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.content-wrapper[data-v-3fee8237] {
  margin: 0 3rem 2rem 3rem;
}
.documents-wrapper[data-v-3fee8237] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.documents-wrapper .document[data-v-3fee8237] {
  margin-right: 5rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-d22c2c5e],[data-v-d22c2c5e]::before,[data-v-d22c2c5e]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-d22c2c5e] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-d22c2c5e] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-d22c2c5e] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-d22c2c5e] {
  max-width: 100%;
}
footer[data-v-d22c2c5e] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-d22c2c5e] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-d22c2c5e] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.footer-triangle[data-v-d22c2c5e] {
  height: 8rem;
  background-color: #1f4077;
  clip-path: polygon(0 0, 0 100%, 100% 100%);
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-92fcb654],[data-v-92fcb654]::before,[data-v-92fcb654]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-92fcb654] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-92fcb654] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-92fcb654] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-92fcb654] {
  max-width: 100%;
}
footer[data-v-92fcb654] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-92fcb654] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-92fcb654] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.sequence.second-sequence .sequence-field[data-v-92fcb654]:last-child:before, .sequence.second-sequence .sequence-field[data-v-92fcb654]:first-child:before, .sequence.first-sequence .sequence-field[data-v-92fcb654]:last-child:before, .sequence.first-sequence .sequence-field[data-v-92fcb654]:first-child:before {
  content: "";
  position: absolute;
  display: block;
  left: calc((30px - 0.5px) * -1);
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 0 50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.page-wrapper[data-v-92fcb654] {
  position: relative;
}
@container (max-width: 1023px) {
.page-wrapper[data-v-92fcb654] {
    margin-bottom: 1rem;
}
}
.page-wrapper[data-v-92fcb654]::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  width: 100%;
  height: 38rem;
  top: 0;
  display: block;
}
.page-wrapper.upwards[data-v-92fcb654] {
  margin-bottom: 3rem;
}
@container (max-width: 1024px) {
.page-wrapper.upwards[data-v-92fcb654] {
    margin-bottom: 0rem;
}
}
.page-wrapper.upwards[data-v-92fcb654]::after {
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
}
.page-wrapper.upwards[data-v-92fcb654] .page-wrapper {
  padding-right: 15% !important;
}
@container (max-width: 1024px) {
.page-wrapper.upwards[data-v-92fcb654] .page-wrapper {
    padding-right: 0 !important;
}
}
.page-wrapper.downwards[data-v-92fcb654] {
  margin-bottom: 3rem;
}
@container (max-width: 1024px) {
.page-wrapper.downwards[data-v-92fcb654] {
    margin-bottom: 0rem;
}
}
.page-wrapper.downwards[data-v-92fcb654]::after {
  clip-path: polygon(0 0, 100% 25%, 100% 100%, 0 75%);
}
.page-wrapper.downwards[data-v-92fcb654] .page-wrapper {
  padding-left: 15% !important;
}
@container (max-width: 1024px) {
.page-wrapper.downwards[data-v-92fcb654] .page-wrapper {
    padding-left: 0 !important;
}
}
.page-wrapper.downwards[data-v-92fcb654] .quote-wrapper {
  padding-left: 5% !important;
}
@container (max-width: 1024px) {
.page-wrapper.downwards[data-v-92fcb654] .quote-wrapper {
    padding-left: 0 !important;
}
}
.page-wrapper .page-content[data-v-92fcb654] {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: 1rem;
}
.text-background[data-v-92fcb654] {
  clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  width: 100%;
  height: 38rem;
  position: relative;
  top: 0;
  background: linear-gradient(180deg, #dfdfdf 0%, #fafafa 25%, #fafafa 70%, #dfdfdf 100%);
  display: block;
}
.main-text-wrapper[data-v-92fcb654] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-text-wrapper .main-text[data-v-92fcb654] {
  width: 56%;
}
@container (max-width: 1200px) {
.main-text-wrapper .main-text[data-v-92fcb654] {
    width: 80%;
}
}
.secondary-sequences[data-v-92fcb654] {
  display: flex;
  flex-direction: column;
  align-self: center;
  width: 100%;
  align-items: flex-end;
}
.sequence[data-v-92fcb654] {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: -4rem;
  width: 100%;
}
.sequence .sequence-field[data-v-92fcb654] {
  display: flex;
  flex-direction: column;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: center;
  position: relative;
  width: 50%;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@container (max-width: 1023px) {
.sequence .sequence-field[data-v-92fcb654] {
    width: 48%;
}
}
.sequence .sequence-field .sequence-field-value[data-v-92fcb654] {
  font-size: 2.5rem;
  font-weight: bold;
}
.sequence .sequence-field .sequence-field-text[data-v-92fcb654] {
  font-weight: 600;
  max-width: 100px;
}
.sequence.first-sequence .sequence-field[data-v-92fcb654]:first-child {
  background-color: #cbe0fb;
}
@container (max-width: 768px) {
.sequence.first-sequence .sequence-field[data-v-92fcb654]:first-child {
    width: 55%;
}
}
.sequence.first-sequence .sequence-field[data-v-92fcb654]:first-child:before {
  background-color: #cbe0fb;
}
.sequence.first-sequence .sequence-field[data-v-92fcb654]:last-child {
  background-color: #d7e9fd;
}
@container (max-width: 768px) {
.sequence.first-sequence .sequence-field[data-v-92fcb654]:last-child {
    width: 35%;
}
}
.sequence.first-sequence .sequence-field[data-v-92fcb654]:last-child:before {
  background-color: #d7e9fd;
}
.sequence.second-sequence .sequence-field[data-v-92fcb654]:first-child {
  background-color: #e2f2ff;
}
@container (max-width: 768px) {
.sequence.second-sequence .sequence-field[data-v-92fcb654]:first-child {
    width: 55%;
}
}
.sequence.second-sequence .sequence-field[data-v-92fcb654]:first-child:before {
  background-color: #e2f2ff;
}
.sequence.second-sequence .sequence-field[data-v-92fcb654]:last-child {
  background-color: #f3f8fe;
}
@container (max-width: 768px) {
.sequence.second-sequence .sequence-field[data-v-92fcb654]:last-child {
    width: 35%;
}
}
.sequence.second-sequence .sequence-field[data-v-92fcb654]:last-child:before {
  background-color: #f3f8fe;
}
[data-v-92fcb654] .image-slideshow {
  margin-bottom: 0rem;
}
[data-v-92fcb654] .image-slideshow + .card {
  margin-top: 4rem;
}
@container (max-width: 768px) {
[data-v-92fcb654] .image-slideshow + .card {
    margin-top: 2rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-6c41a174],[data-v-6c41a174]::before,[data-v-6c41a174]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-6c41a174] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-6c41a174] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-6c41a174] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-6c41a174] {
  max-width: 100%;
}
footer[data-v-6c41a174] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-6c41a174] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-6c41a174] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.left-arrow-container[data-v-6c41a174]:before {
  content: "";
  position: absolute;
  display: block;
  left: calc((40px - 0.5px) * -1);
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 0 50%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.left-arrow-container[data-v-6c41a174]:after {
  content: "";
  position: absolute;
  display: block;
  right: -500rem;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 500rem;
  height: 100%;
}
.left-arrow-container[data-v-6c41a174] {
  background-color: #e2f2ff;
  padding: 2.5rem 0 2.5rem 1rem;
  position: relative;
  font-size: 1rem;
  text-align: right;
  margin-left: 30%;
  margin-bottom: 1.5rem;
}
@container (max-width: 768px) {
.left-arrow-container[data-v-6c41a174] {
    margin-left: 10%;
}
}
.left-arrow-container[data-v-6c41a174]:before {
  background-color: #e2f2ff;
}
.left-arrow-container[data-v-6c41a174]:after {
  background-color: #e2f2ff;
}
.intro-text[data-v-6c41a174] {
  font-size: 1.3rem;
}
[data-v-6c41a174] .card {
  padding: 2rem;
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-1a952384],[data-v-1a952384]::before,[data-v-1a952384]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-1a952384] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-1a952384] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-1a952384] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-1a952384] {
  max-width: 100%;
}
footer[data-v-1a952384] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-1a952384] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-1a952384] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.story-card[data-v-1a952384] {
  container-type: inline-size;
  position: relative;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  overflow: hidden;
  cursor: pointer;
}
.story-card-header[data-v-1a952384] {
  position: relative;
  height: 100%;
}
.story-card-header .background-overlay[data-v-1a952384] {
  position: absolute;
  bottom: 0;
  left: 0;
}
.card-mission-title[data-v-1a952384] {
  font-size: 0.8rem;
  padding: 1rem 1rem 0 1rem;
  font-weight: 600;
}
.card-content[data-v-1a952384] {
  padding: 0 1rem 1rem 1rem;
  font-size: 1.2rem;
}
.card-absolute-content[data-v-1a952384] {
  padding: 0 1rem 1rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  left: 30%;
  bottom: 0.5rem;
  position: absolute;
  right: 10%;
  line-height: 1.5rem;
}
@container (max-width: 900px) {
.card-absolute-content[data-v-1a952384] {
    position: relative;
    color: black;
    left: 0;
    bottom: 0;
    padding-top: 10px;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-0914f348],[data-v-0914f348]::before,[data-v-0914f348]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-0914f348] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-0914f348] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-0914f348] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-0914f348] {
  max-width: 100%;
}
footer[data-v-0914f348] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-0914f348] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-0914f348] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.video-description[data-v-0914f348] {
  z-index: 9;
  margin-bottom: 0;
  padding: 2.5rem;
  margin-right: 2rem;
}
@container (max-width: 1510px) {
.video-description[data-v-0914f348] {
    margin: 0;
}
}
@container (max-width: 768px) {
.video-description[data-v-0914f348] {
    padding: 2rem 1.5rem !important;
}
}
.video-description .card-title[data-v-0914f348] {
  margin-bottom: 1.5rem;
  line-height: 1.5rem;
}
.first-story[data-v-0914f348] {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 1rem 0rem 1rem;
  flex-wrap: wrap;
  height: 100%;
  /* @container (max-width: 1510px) {
    .story-card-item {
      width: calc(50% - 2rem);
    }
  } */
  /* @container (max-width: 1015px) {
    .story-card-item {
      width: calc(100% - 4rem);
    }
  } */
}
@container (max-width: 1510px) {
.first-story[data-v-0914f348] {
    margin: 0;
}
}
.first-story .story-card-item[data-v-0914f348] {
  width: 100%;
}
.first-story .story-card-item .story-card-header[data-v-0914f348] {
  height: 100%;
}
.first-story .story-card-image[data-v-0914f348] {
  width: 100%;
  height: 100%;
  background-size: cover;
}
@container (max-width: 1400px) {
.first-story .story-card-image[data-v-0914f348] {
    padding-bottom: 56%;
}
}
.stories-list[data-v-0914f348] {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 1rem 4rem 1rem;
  flex-wrap: wrap;
}
.stories-list .story-card-item[data-v-0914f348] {
  width: calc(33% - 2rem);
  margin: 1rem;
}
.stories-list .story-card-image[data-v-0914f348] {
  width: 100%;
  padding-bottom: 56%;
  background-size: cover;
}
@container (max-width: 1510px) {
.stories-list .story-card-item[data-v-0914f348] {
    width: calc(50% - 2rem);
}
}
@container (max-width: 1015px) {
.stories-list .story-card-item[data-v-0914f348] {
    width: calc(100% - 4rem);
}
}
.text-center[data-v-0914f348] {
  text-align: center;
}
.text-center .story-button[data-v-0914f348] {
  padding: 1.3rem 1.5rem !important;
  font-size: 1.1rem !important;
}
@container (max-width: 1015px) {
.text-center .story-button[data-v-0914f348] {
    margin: 0 2rem;
}
}
@container (max-width: 768px) {
.text-center .story-button[data-v-0914f348] {
    margin: 0;
}
}
@container (max-width: 1024px) {
[data-v-0914f348] .story-card {
    overflow: visible;
    margin-bottom: 4rem;
}
}
@container (max-width: 900px) {
[data-v-0914f348] .story-card .card-absolute-content {
    background: white;
    font-size: 1rem;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html {
  container-type: inline-size;
  font-size: 18px;
}
body {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img {
  max-width: 100%;
}
footer {
  display: flex;
  flex-direction: column;
}
.page-body {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
[id="Dati PNRR"] {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: 4000px;
  height: 100%;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 600px) {
[id="Dati PNRR"] {
    height: 100%;
    min-height: 6115px;
    width: 100%;
    max-width: 400px;
}
}/*
  default syles that maybe you want to import into your app.
  this feature is not necessary if you use @csi templates
*/
/*
  to be used on the vue app's main container to provide
  sticky footer functionality
*/
/*
  used by ds loading spinners to have correct size
*/
/*
  removes browser's light blue highlight on elements
*/
[data-v-e1af0963],[data-v-e1af0963]::before,[data-v-e1af0963]::after {
  box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}
html[data-v-e1af0963] {
  container-type: inline-size;
  font-size: 18px;
}
body[data-v-e1af0963] {
  color: #212121;
  background: #fefefe;
  font-family: "Titillium Web";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}
main[data-v-e1af0963] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-grow: 1;
}
main img[data-v-e1af0963] {
  max-width: 100%;
}
footer[data-v-e1af0963] {
  display: flex;
  flex-direction: column;
}
.page-body[data-v-e1af0963] {
  padding: 2rem 1rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
.small-page-body[data-v-e1af0963] {
  padding: 2rem 0;
  max-width: 1000px;
  width: 100%;
}

/* base colors */
/* color palette  */
/* generic defaults */
/* missions */
/* components */
/* $proclamation-state-opened-color: $green-light-4;
$proclamation-state-extended-color: $orange-base;
$proclamation-state-coming-color: $blue-light-5; */
.data-view[data-v-e1af0963] {
  display: flex;
  flex-direction: column;
  /* min-height: 4000px; */
  height: 100%;
  /*  max-width: 1280px; */
  width: 100%;
}
@media (max-width: 600px) {
.data-view[data-v-e1af0963] {
    height: 100%;
    /*  min-height: 6115px; */
    width: 100%;
    /* max-width: 400px; */
}
}