/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/leaflet/dist/leaflet.css ***!
  \*********************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(./images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(./images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(./images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-control-attribution svg {
	display: inline !important;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		}
	}

/*!*****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/tiny-slider/dist/tiny-slider.css ***!
  \*****************************************************************************************************************************/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/@fancyapps/ui/dist/fancybox.css ***!
  \****************************************************************************************************************************/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-ExtraLight.woff2) format("woff2"), url(./fonts/Lufga-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-ExtraLightItalic.woff2) format("woff2"), url(./fonts/Lufga-ExtraLightItalic.woff) format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-Light.woff2) format("woff2"), url(./fonts/Lufga-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-LightItalic.woff2) format("woff2"), url(./fonts/Lufga-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-Regular.woff2) format("woff2"), url(./fonts/Lufga-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-Italic.woff2) format("woff2"), url(./fonts/Lufga-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-Medium.woff2) format("woff2"), url(./fonts/Lufga-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-MediumItalic.woff2) format("woff2"), url(./fonts/Lufga-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-SemiBold.woff2) format("woff2"), url(./fonts/Lufga-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-Bold.woff2) format("woff2"), url(./fonts/Lufga-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-BoldItalic.woff2) format("woff2"), url(./fonts/Lufga-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-ExtraBold.woff2) format("woff2"), url(./fonts/Lufga-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-ExtraBoldItalic.woff2) format("woff2"), url(./fonts/Lufga-ExtraBoldItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-Black.woff2) format("woff2"), url(./fonts/Lufga-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lufga";
  src: url(./fonts/Lufga-BlackItalic.woff2) format("woff2"), url(./fonts/Lufga-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Authenia";
  src: url(./fonts/Authenia-Regular.woff2) format("woff2"), url(./fonts/Authenia-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --fancybox-accent-color: #EE5959;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #EE5959;
  --bs-secondary: #35353C;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 238, 89, 89;
  --bs-secondary-rgb: 53, 53, 60;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 53, 53, 60;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Lufga", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #35353C;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: bold;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.4125rem + 1.95vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.875rem;
  }
}

h2, .h2 {
  font-size: calc(1.4125rem + 1.95vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.875rem;
  }
}

h3, .h3 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.875rem;
  }
}

h5, .h5 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 1.375rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #EE5959;
  text-decoration: underline;
}
a:hover {
  color: #be4747;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.4125rem + 1.95vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.875rem;
  }
}

.display-3 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2.5rem;
  }
}

.display-4 {
  font-size: calc(1.3125rem + 0.75vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.875rem;
  }
}

.display-5 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1.5rem;
  }
}

.display-6 {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 1.375rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.9375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1450px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #35353C;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #35353C;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #35353C;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #35353C;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #fcdede;
  --bs-table-striped-bg: #efd3d3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c8c8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9cdcd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e3c8c8;
}

.table-secondary {
  --bs-table-bg: #d7d7d8;
  --bs-table-striped-bg: #cccccd;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2c2c2;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7c7c8;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2c2c2;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1449.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.71875rem + 1px);
  padding-bottom: calc(0.71875rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.71875rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #35353C;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  appearance: none;
  border-radius: 0.9375rem;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #35353C;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(238, 89, 89, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.71875rem 1rem;
  margin: -0.71875rem -1rem;
  margin-inline-end: 1rem;
  color: #35353C;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}
.form-control::-webkit-file-upload-button {
  padding: 0.71875rem 1rem;
  margin: -0.71875rem -1rem;
  margin-inline-end: 1rem;
  color: #35353C;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.71875rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #35353C;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.4375rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.71875rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.9375rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.9375rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.71875rem 3rem 0.71875rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #35353C;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid #fff;
  border-radius: 0.9375rem;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(238, 89, 89, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #35353C;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 89, 89, 0.25);
}
.form-check-input:checked {
  background-color: #EE5959;
  border-color: #EE5959;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #EE5959;
  border-color: #EE5959;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, .25%29%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(238, 89, 89, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(238, 89, 89, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #EE5959;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #facdcd;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #EE5959;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #facdcd;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.71875rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #35353C;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.9375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.9375rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.9375rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #35353C;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.71875rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.9375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #35353C;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(238, 89, 89, 0.25);
}
.btn-check:checked + .btn, .btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-check:checked + .btn:focus, .btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 89, 89, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-primary {
  color: #000;
  background-color: #EE5959;
  border-color: #EE5959;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-primary:hover {
  color: #000;
  background-color: #f17272;
  border-color: #f06a6a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #f17272;
  border-color: #f06a6a;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(202, 76, 76, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #f17a7a;
  border-color: #f06a6a;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(202, 76, 76, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #EE5959;
  border-color: #EE5959;
}

.btn-secondary {
  color: #fff;
  background-color: #35353C;
  border-color: #35353C;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2d2d33;
  border-color: #2a2a30;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #2d2d33;
  border-color: #2a2a30;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(83, 83, 89, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2a2a30;
  border-color: #28282d;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(83, 83, 89, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #35353C;
  border-color: #35353C;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #EE5959;
  border-color: #EE5959;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #EE5959;
  border-color: #EE5959;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(238, 89, 89, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #EE5959;
  border-color: #EE5959;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(238, 89, 89, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #EE5959;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #35353C;
  border-color: #35353C;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #35353C;
  border-color: #35353C;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 53, 60, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #35353C;
  border-color: #35353C;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(53, 53, 60, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #35353C;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #EE5959;
  text-decoration: underline;
}
.btn-link:hover {
  color: #be4747;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #35353C;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.9375rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1450px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #EE5959;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #EE5959;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #E0E0E0;
  text-decoration: none;
  background-color: transparent;
  border: 0 solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #35353C;
  background-color: transparent;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #35353C;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #35353C;
  background-color: transparent;
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #E0E0E0;
  pointer-events: none;
  background-color: transparent;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.9375rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #8f3535;
  background-color: #fcdede;
  border-color: #facdcd;
}
.alert-primary .alert-link {
  color: #722a2a;
}

.alert-secondary {
  color: #202024;
  background-color: #d7d7d8;
  border-color: #c2c2c5;
}
.alert-secondary .alert-link {
  color: #1a1a1d;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.9375rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #EE5959;
}
.link-primary:hover, .link-primary:focus {
  color: #f17a7a;
}

.link-secondary {
  color: #35353C;
}
.link-secondary:hover, .link-secondary:focus {
  color: #2a2a30;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1450px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

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

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #EE5959 !important;
}

.border-secondary {
  border-color: #35353C !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

.m-3 {
  margin: 1rem !important;
}

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

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

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

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

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

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

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

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

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

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

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

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

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

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

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

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

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

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

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

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

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.4125rem + 1.95vw) !important;
}

.fs-2 {
  font-size: calc(1.4125rem + 1.95vw) !important;
}

.fs-3 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-4 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.9375rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.9375rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.9375rem !important;
  border-top-right-radius: 0.9375rem !important;
}

.rounded-end {
  border-top-right-radius: 0.9375rem !important;
  border-bottom-right-radius: 0.9375rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.9375rem !important;
  border-bottom-left-radius: 0.9375rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.9375rem !important;
  border-top-left-radius: 0.9375rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

  .m-sm-3 {
    margin: 1rem !important;
  }

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

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

  .m-sm-auto {
    margin: auto !important;
  }

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

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

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

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

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

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

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

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

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

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

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

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

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

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

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

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

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

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

  .m-md-3 {
    margin: 1rem !important;
  }

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

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

  .m-md-auto {
    margin: auto !important;
  }

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

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

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

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

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

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

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

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

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

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

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

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

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

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

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

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

  .m-lg-3 {
    margin: 1rem !important;
  }

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

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

  .m-lg-auto {
    margin: auto !important;
  }

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

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

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

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

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

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

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

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

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

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

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

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

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

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

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

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

  .m-xl-3 {
    margin: 1rem !important;
  }

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

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

  .m-xl-auto {
    margin: auto !important;
  }

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

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

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

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

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

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

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

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

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

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

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

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

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

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

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

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

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1450px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

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

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

  .m-xxl-3 {
    margin: 1rem !important;
  }

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

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

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

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

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

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

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

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

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

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

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

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

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

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

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

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

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

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

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

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

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

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

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

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

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.875rem !important;
  }

  .fs-2 {
    font-size: 2.875rem !important;
  }

  .fs-3 {
    font-size: 2.5rem !important;
  }

  .fs-4 {
    font-size: 1.875rem !important;
  }

  .fs-5 {
    font-size: 1.5rem !important;
  }

  .fs-6 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
html {
  font-size: 87.5%;
}

@media (max-width: 1450px) {
  html {
    font-size: 75%;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1464px;
  }
}
:root {
  --content-margin-top: 3.5rem;
  --logo-height: 3.875rem;
  --logo-padding-y: 1.25rem;
  --container-max-width: 100%;
  --container-small-padding-x: 0;
}
@media (max-width: 991px), (pointer: coarse) {
  :root {
    --logo-height: 3rem;
  }
}
@media (max-width: 575px) {
  :root {
    --bs-gutter-x: 25px;
  }
}
@media (min-width: 576px) {
  :root {
    --container-max-width: 540px;
    --container-small-padding-x: 0;
  }
}
@media (min-width: 768px) {
  :root {
    --container-max-width: 720px;
    --container-small-padding-x: 2rem;
  }
}
@media (min-width: 992px) {
  :root {
    --container-max-width: 960px;
    --container-small-padding-x: 4rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-max-width: 1140px;
    --container-small-padding-x: 5rem;
  }
}
@media (min-width: 1450px) {
  :root {
    --container-max-width: 1320px;
    --container-small-padding-x: 6rem;
  }
}
@media (min-width: 1500px) {
  :root {
    --container-max-width: 1464px;
    --container-small-padding-x: 6rem;
  }
}

.container-small {
  padding-left: var(--container-small-padding-x);
  padding-right: var(--container-small-padding-x);
}

.container-small-left {
  padding-left: var(--container-small-padding-x);
}

img {
  max-width: 100%;
}

.dropdown-menu {
  overflow: hidden;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1001;
  background-color: #fff;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
}
#header .logo {
  display: block;
  padding: var(--logo-padding-y) 0;
}
#header .logo img {
  height: var(--logo-height);
}
#header .menu_container > .row {
  height: 100%;
}
#header .menu_container .main_menu_container {
  align-self: stretch;
}
#header #main_menu {
  height: 100%;
}
#header #main_menu > ul {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
}
#header #main_menu ul {
  list-style: none;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  #header #main_menu ul {
    font-size: 1.15rem;
  }
}
#header #main_menu ul li {
  position: relative;
  display: flex;
  padding: 0;
  margin: 0;
}
#header #main_menu ul li a {
  display: flex;
  align-items: center;
  color: #35353C;
  text-decoration: none;
  padding: 0 1rem;
}
#header #main_menu ul li a:hover, #header #main_menu ul li a._selected {
  color: #EE5959;
}
#header #main_menu ul li .submenu {
  position: absolute;
  top: calc(100% - 3px);
  left: -1rem;
  background-color: #fff;
  white-space: nowrap;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
  min-width: 100%;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}
#header #main_menu ul li .submenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #EE5959;
  height: 0;
  transition: height 0.15s ease;
}
#header #main_menu ul li .submenu._active:before {
  height: 3px;
}
#header #main_menu ul li .submenu ul {
  padding: 0.5rem 1rem;
}
#header #main_menu ul li .submenu ul li {
  padding: 0.25rem 0;
}
#header #main_menu ul li > .btn {
  align-self: center;
  padding: 0.71875rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0.9375rem;
}
#header #main_menu ul li > .btn.btn-primary {
  color: #fff;
}
#header .favoris {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #35353C;
  text-decoration: none;
}
#header .favoris:hover {
  color: #EE5959;
}
#header .favoris .picto {
  position: relative;
}
#header .favoris .picto img {
  width: 2.25rem;
}
#header .favoris .picto #favoris_total {
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 19px;
  height: 19px;
  background: #35353C;
  border-radius: 50%;
  transform: translateX(50%);
}
#header .favoris .picto #favoris_total:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-favoris-total);
  color: #fff;
}
#header .favoris .picto #favoris_total[data-total="0"] {
  display: none;
}
#header .toggle_menu {
  display: none;
}
#header .toggle_menu a {
  position: relative;
  display: block;
  padding: 1rem;
  width: 5rem;
  height: 5rem;
}
#header .toggle_menu a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 2px;
  background: #35353C;
  transition: background-color 0.25s ease;
}
#header .toggle_menu a span:before, #header .toggle_menu a span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #35353C;
  transition: transform 0.25s ease;
  transform: translateY(-0.75rem);
}
#header .toggle_menu a span:after {
  transform: translateY(0.75rem);
}
#header .toggle_menu a._active span {
  background-color: transparent;
}
#header .toggle_menu a._active span:before {
  transform: translateY(0) rotate(45deg);
}
#header .toggle_menu a._active span:after {
  transform: translateY(0) rotate(-45deg);
}
@media (max-width: 991px), (pointer: coarse) {
  #header .toggle_menu {
    display: block;
  }
  #header .menu_container {
    position: fixed;
    top: calc(var(--logo-height) + var(--logo-padding-y) * 2);
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    background: #fff;
    transition: height 0.4s ease;
  }
  #header .menu_container._active {
    height: calc(100vh - (var(--logo-height) + var(--logo-padding-y) * 2));
  }
  #header .menu_container > .row {
    flex-direction: column;
    height: unset;
  }
  #header .menu_container > .row > * {
    align-self: unset;
    max-width: var(--container-max-width);
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #header .menu_container #main_menu {
    padding-top: 1.5rem;
  }
  #header .menu_container #main_menu ul {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    font-size: 1.75rem;
  }
  #header .menu_container #main_menu ul li {
    display: block;
  }
  #header .menu_container #main_menu ul li a {
    display: block;
    padding: 0;
    margin-bottom: 1rem;
  }
  #header .menu_container #main_menu ul li .submenu {
    position: static;
    height: unset;
    overflow: unset;
    transition: none;
    box-shadow: none;
  }
  #header .menu_container #main_menu ul li .submenu:before {
    display: none;
  }
  #header .menu_container #main_menu ul li .submenu ul {
    padding: 0 0 0 2rem;
  }
  #header .menu_container #main_menu ul li .submenu ul li {
    padding: 0;
  }
  #header .menu_container #main_menu ul li > .btn {
    align-self: center;
    padding: 0.71875rem 1.5rem;
    font-size: calc(1.275rem + 0.3vw);
    border-radius: 0.9375rem;
  }
}
@media (max-width: 991px) and (min-width: 1200px), (pointer: coarse) and (min-width: 1200px) {
  #header .menu_container #main_menu ul li > .btn {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px), (pointer: coarse) {
  #header .menu_container #main_menu ul li > .btn.btn-primary {
    color: #fff;
  }
}
@media (max-width: 991px), (pointer: coarse) {
  #header .menu_container .favoris {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.75rem;
    font-weight: 500;
  }
  #header .menu_container .favoris span:first-letter {
    text-transform: uppercase;
  }
  #header .menu_container .favoris .picto {
    position: relative;
    margin-right: 1.5rem;
  }
  #header .menu_container .favoris .picto img {
    width: 2.25rem;
  }
  #header .menu_container .favoris .picto #favoris_total {
    font-size: 12px;
    font-weight: 400;
  }
}

@media (min-width: 992px), (pointer: fine) {
  nav .hideondesktop {
    display: none !important;
  }
}
@media (max-width: 991px), (pointer: coarse) {
  nav .hideonmobile {
    display: none !important;
  }
}

#favoris_infobulle {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0.5rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 2px solid #EE5959;
  font-weight: bold;
  line-height: 1.2;
  color: #35353C;
  text-decoration: none;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease, padding 0.4s ease;
  width: 14rem;
  /*@media (min-width: 1200px) {
  	width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem) - 1rem);
  }*/
}
#favoris_infobulle .toggle {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  height: 2rem;
  cursor: pointer;
  transition: height 0.4s ease, background-color 0.4s ease;
}
#favoris_infobulle .toggle span:first-child {
  display: block;
  padding: 0.5rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 0.5;
}
#favoris_infobulle .toggle span:last-child {
  display: none;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}
#favoris_infobulle .toggle span:last-child img {
  height: 1.5rem;
  margin-right: 0.5rem;
}
#favoris_infobulle .toggle:hover span:first-child {
  color: #EE5959;
}
#favoris_infobulle .content span {
  display: block;
  margin-bottom: 0.5rem;
}
#favoris_infobulle[data-favoris-total="0"] {
  visibility: hidden;
}
#favoris_infobulle._active {
  opacity: 1;
  transform: translateY(-2rem);
}
#favoris_infobulle._mini {
  transform: translateY(calc(100% - 2.75rem));
}
#favoris_infobulle._mini .toggle {
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  padding-top: 0.5rem;
  background: #fff;
}
#favoris_infobulle._mini .toggle span:first-child {
  display: none;
}
#favoris_infobulle._mini .toggle span:last-child {
  display: flex;
}

#float-rs {
  position: fixed;
  z-index: 1;
  top: 8rem;
  right: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  #float-rs {
    display: none;
  }
}
#float-rs a {
  padding: 0.85rem;
  text-align: center;
}
@media (min-width: 1450px) {
  #float-rs a {
    padding: 1.125rem;
  }
}
#float-rs a:first-child {
  border-top-left-radius: 1.125rem;
}
#float-rs a:last-child {
  border-bottom-left-radius: 1.125rem;
}
#float-rs a.linkedin {
  padding-top: 0.85rem;
}
@media (max-width: 1449px) {
  #float-rs a img {
    transform: scale(0.85);
  }
}

#frm_search {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#frm_search .btn-group {
  align-items: flex-end;
}
#frm_search .btn-group > .btn {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.75rem 2.75rem 0.625rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 0 0.385rem rgba(0, 0, 0, 0.16) !important;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
#frm_search .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0.9375rem;
}
#frm_search .btn-group > .btn:nth-child(n+3) {
  border-top-left-radius: 0.9375rem;
}
#frm_search .btn-group .btn-check:checked + .btn {
  z-index: 2;
  font-size: 1.5rem;
}
#frm_search .btn-group .btn-check:not(:checked) + .btn-secondary {
  color: #35353C;
  background-color: #fff;
  border-color: #fff;
}
#frm_search .form-container {
  align-self: stretch;
  padding: 1.75rem;
  background: #EE5959;
  font-size: 1.125rem;
  border-radius: 2rem;
}
#frm_search #frm_search_ville_container {
  position: relative;
}
#frm_search #frm_search_ville_container .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background-image: none;
}
#frm_search #frm_search_ville_container .dropdown-toggle:after {
  display: none;
}
#frm_search #frm_search_ville_container .dropdown-toggle.has-addon {
  padding-left: 1rem;
}
#frm_search #frm_search_ville_container .dropdown-toggle.has-addon img {
  max-height: 1.5rem;
  margin-right: 1rem;
}
#frm_search #frm_search_ville_container .dropdown-toggle .value {
  position: relative;
  flex: 1 0 auto;
  align-self: stretch;
  text-align: left;
}
#frm_search #frm_search_ville_container .dropdown-toggle .value:before {
  content: "ph";
  color: transparent;
}
#frm_search #frm_search_ville_container .dropdown-toggle .value > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
#frm_search #frm_search_ville_container .dropdown-toggle .value > span > span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#frm_search #frm_search_ville_container .dropdown-toggle [data-bs-toggle=tooltip] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#frm_search #frm_search_ville_container .dropdown-menu {
  min-width: 100%;
  margin-top: 2px;
}
#frm_search #frm_search_ville_container .dropdown-menu .form-control {
  border-radius: 0;
  box-shadow: none;
}
#frm_search #frm_search_ville_container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#frm_search #frm_search_ville_container .dropdown-menu ul .dropdown-header {
  color: #35353C;
  font-size: 1.1rem;
}
#frm_search #frm_search_ville_container .dropdown-menu ul .dropdown-header > span {
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #EE5959;
}
#frm_search [data-toggle=range-slider] {
  width: 100%;
}
#frm_search [data-toggle=range-slider]._active {
  background-color: #984747;
  border-color: #984747;
  color: #fff;
}
#frm_search .range-slider-container .btn .close,
#frm_search .dropdown-toggle .close {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2rem;
  line-height: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  color: #35353C;
  transform: translate(-75%, -50%);
  display: none;
}
#frm_search .range-slider-container .btn .close:hover,
#frm_search .dropdown-toggle .close:hover {
  color: #EE5959;
}
#frm_search .range-slider-container .btn._selected,
#frm_search .dropdown-toggle._selected {
  padding-right: 2rem;
}
#frm_search .range-slider-container .btn._selected span,
#frm_search .dropdown-toggle._selected span {
  color: #EE5959;
}
#frm_search .range-slider-container .btn._selected .close,
#frm_search .dropdown-toggle._selected .close {
  display: block;
}
#frm_search .btn[type=submit] {
  width: 100%;
}

#frm_contact .form-control,
#frm_sendfavoris .form-control {
  border-color: #EE5959;
  box-shadow: none;
}
#frm_contact .form-control:focus,
#frm_sendfavoris .form-control:focus {
  outline: 0 !important;
}
#frm_contact .form-check-label,
#frm_sendfavoris .form-check-label {
  font-size: 12px;
}
#frm_contact .btn-secondary,
#frm_sendfavoris .btn-secondary {
  box-shadow: none;
}
#frm_contact button[type=submit]:not(.disabled) .spinner-border,
#frm_sendfavoris button[type=submit]:not(.disabled) .spinner-border {
  display: none;
}
#frm_contact .form-check.form-check-xl,
#frm_sendfavoris .form-check.form-check-xl {
  font-size: 1.125rem;
}
#frm_contact .form-check.form-check-xl .form-check-input,
#frm_sendfavoris .form-check.form-check-xl .form-check-input {
  border-color: #EE5959;
}
#frm_contact .form-check.form-check-xl .form-check-label,
#frm_sendfavoris .form-check.form-check-xl .form-check-label {
  font-size: 1.125rem;
}

#frm_sendfavoris .form-control {
  font-size: 1rem;
}

#footer {
  position: relative;
  background: #f9f9f9;
  padding: 5rem 0;
  margin-top: 8rem;
  font-size: 14px;
}
@media (max-width: 767px) {
  #footer {
    padding: 3rem 0;
    margin-top: 4rem;
  }
}
#footer a {
  color: #35353C;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .sep {
  width: 1.3125rem;
  height: 2px;
  background: #35353C;
  margin: 0.6875rem 0;
}
#footer .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1449px) {
  #footer .rs img {
    max-height: 4rem;
  }
}

@media (min-width: 992px) {
  #frm_sendfavoris_container {
    width: 900px;
  }
}
@media (max-width: 767px) {
  #frm_sendfavoris_container {
    margin: -10px -36px;
  }
}

.template-errorapi body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.template-errorapi body .page-content {
  flex-grow: 1;
}

.table-responsive-xl {
  scrollbar-width: thin;
  scrollbar-color: #35353C rgba(53, 53, 60, 0.25);
}
.table-responsive-xl::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.table-responsive-xl::-webkit-scrollbar-track {
  background: rgba(53, 53, 60, 0.25);
}
.table-responsive-xl::-webkit-scrollbar-thumb {
  background-color: #35353C;
  border-radius: 0;
  border: none;
}

hr {
  width: 5rem;
  background-color: #EE5959;
  opacity: 1;
}

.btn-primary {
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
}

.btn-white {
  color: #35353C;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
}

.input-group {
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
  border-radius: 0.9375rem;
  overflow: hidden;
}
.input-group .form-control,
.input-group .form-select {
  box-shadow: none;
}
.input-group .form-control:not(:first-child),
.input-group .form-select:not(:first-child) {
  padding-left: 0;
}
.input-group .input-group-text img {
  max-height: 1.5rem;
}

.alternative {
  font-family: "Authenia", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
}

a.alternative,
.alternative a {
  color: #35353C;
  text-decoration: none;
}

.display-1 {
  line-height: 1;
}
.display-1.alternative,
.display-1 .alternative {
  font-size: 4.5rem;
  line-height: 0.85;
  font-weight: normal;
}
@media (min-width: 1450px) {
  .display-1.alternative,
.display-1 .alternative {
    font-size: 5.3125rem;
  }
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.375rem;
}

.text-sun {
  position: relative;
  padding-right: 0.45em;
}
.text-sun:after {
  content: "";
  position: absolute;
  top: -0.2em;
  right: 0;
  height: 60%;
  width: 100%;
  background-image: url(./images/3points.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.text-sun.sun-red:after {
  background-image: url(./images/3points_rose.svg);
}

.text-jaune {
  color: #FFF0BC;
}

.text-souligne-crayon {
  position: relative;
}
.text-souligne-crayon:after {
  content: "";
  position: absolute;
  left: -0.4em;
  right: -0.4em;
  bottom: -0.15em;
  background-image: url(./images/trace_crayon.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 0.4em;
  transform: translateY(0.2em);
}
.text-souligne-crayon.blanc:after {
  background-image: url(./images/trace_crayon_blanc.svg);
}

.text-bandeau-jaune {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.text-bandeau-jaune:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -0.4em;
  bottom: 0;
  left: -0.4em;
  background-image: url(./images/soulignage_jaune.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.text-bandeau-gris {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.text-bandeau-gris:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.1em;
  right: -0.5em;
  bottom: 0.1em;
  left: -0.5em;
  background-image: url(./images/soulignage_gris.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.text-bandeau-noir {
  display: inline-block;
  position: relative;
  color: #FFF0BC;
  z-index: 0;
}
.text-bandeau-noir:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.1em;
  right: -0.5em;
  bottom: 0.1em;
  left: -0.5em;
  background-image: url(./images/soulignage_noir.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.text-bandeau-noir > a {
  color: #FFF0BC;
  text-decoration: none;
}

.text-circle {
  position: relative;
  z-index: 0;
}
.text-circle:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -1.35em;
  left: -1.1em;
  width: 4.75em;
  height: 4.75em;
  background-image: url(./images/cercle_crayon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.text-circle > * {
  position: relative;
}

.text-ellipse {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.text-ellipse:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.2em;
  right: -0.5em;
  bottom: -0.2em;
  left: -0.5em;
  background-image: url(./images/cercle_crayon.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.text-ellipse > * {
  position: relative;
}

.text-coins-jaune {
  position: relative;
  display: inline-block;
  padding: 1rem 0.5rem;
}
.text-coins-jaune:before, .text-coins-jaune:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./images/cadre_corner.svg);
  width: 2.625rem;
  height: 2.125rem;
}
.text-coins-jaune:after {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.cta_loupe {
  font-weight: bold;
  border: 2px solid #EE5959;
  border-radius: 2.5rem;
  color: #35353C;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1.25rem;
  padding-right: 2rem;
}
.cta_loupe:before {
  content: "";
  width: 1.682rem;
  height: 1.625rem;
  margin-right: 0.75rem;
  background-image: url(./images/loupe_rose.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

:root {
  --border-radius-md: 3.4375rem;
  --border-radius-lg: 4.6875rem;
  --border-radius-xl: 18.75rem;
}
@media (max-width: 1199px) {
  :root {
    --border-radius-xl: 16rem;
  }
}
@media (max-width: 991px) {
  :root {
    --border-radius-xl: 15rem;
  }
}
@media (max-width: 767px) {
  :root {
    --border-radius-xl: 12rem;
  }
}

.radius-top-right-md,
.radius-top-left-md,
.radius-bottom-right-md,
.radius-bottom-left-md,
.radius-top-right-lg,
.radius-top-left-lg,
.radius-bottom-right-lg,
.radius-bottom-left-lg,
.radius-top-right-xl,
.radius-top-left-xl,
.radius-bottom-right-xl,
.radius-bottom-left-xl {
  position: relative;
  overflow: hidden;
}

.radius-top-right-md {
  border-top-right-radius: var(--border-radius-md);
}

.radius-top-left-md {
  border-top-left-radius: var(--border-radius-md);
}

.radius-bottom-right-md {
  border-bottom-right-radius: var(--border-radius-md);
}

.radius-bottom-left-md {
  border-bottom-left-radius: var(--border-radius-md);
}

.radius-top-right-lg {
  border-top-right-radius: var(--border-radius-lg);
}

.radius-top-left-lg {
  border-top-left-radius: var(--border-radius-lg);
}

.radius-bottom-right-lg {
  border-bottom-right-radius: var(--border-radius-lg);
}

.radius-bottom-left-lg {
  border-bottom-left-radius: var(--border-radius-lg);
}

.radius-top-right-xl {
  border-top-right-radius: var(--border-radius-xl);
}

.radius-top-left-xl {
  border-top-left-radius: var(--border-radius-xl);
}

.radius-bottom-right-xl {
  border-bottom-right-radius: var(--border-radius-xl);
}

.radius-bottom-left-xl {
  border-bottom-left-radius: var(--border-radius-xl);
}

.has-ajax .fancybox__content {
  border-radius: var(--border-radius-md);
}

.form-switch.toggle-switch {
  padding-left: 0;
}
.form-switch.toggle-switch .form-check-input {
  float: none;
  margin: 0 1rem;
  width: 4rem;
  vertical-align: -0.2em;
  background-color: #EE5959;
  border-color: #EE5959;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-switch.toggle-switch .form-check-input:focus {
  box-shadow: none;
}

.page_header {
  margin-top: var(--content-margin-top);
  margin-bottom: 5rem;
}
@media (max-width: 991px) {
  .page_header {
    margin-bottom: var(--content-margin-top);
  }
}

#accompagnement2 {
  margin-top: 8rem;
}
#accompagnement2 .illu-container {
  position: relative;
}
#accompagnement2 .illu-container .brand {
  position: absolute;
  top: 4rem;
  right: 0;
  transform: translateX(50%);
  height: 7.6875rem;
}
@media (max-width: 767px) {
  #accompagnement2 .illu-container .brand {
    display: none;
  }
}
@media (max-width: 991px) {
  #accompagnement2 .illu-container {
    height: 100%;
  }
  #accompagnement2 .illu-container .illu {
    height: 100%;
  }
  #accompagnement2 .illu-container .illu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#accompagnement2 .points {
  transform: rotate(-38deg);
  height: 3rem;
}

.accompagnement_pane {
  font-size: 1.3125rem;
}
.accompagnement_pane h2, .accompagnement_pane .h2,
.accompagnement_pane h3,
.accompagnement_pane .h3,
.accompagnement_pane h4,
.accompagnement_pane .h4 {
  display: flex;
  align-items: center;
  color: #EE5959;
  margin-bottom: 2.5rem;
}
.accompagnement_pane h2 img, .accompagnement_pane .h2 img,
.accompagnement_pane h3 img,
.accompagnement_pane .h3 img,
.accompagnement_pane h4 img,
.accompagnement_pane .h4 img {
  max-height: 6rem;
  margin-right: 2rem;
}
.accompagnement_pane h3, .accompagnement_pane .h3 {
  font-size: 1.875rem;
}
.accompagnement_pane ul {
  margin: 0 4rem 3rem;
  list-style: none;
}
.accompagnement_pane ul li {
  padding: 1rem 0 0.5rem 3rem;
  position: relative;
}
.accompagnement_pane ul li:before, .accompagnement_pane ul li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  height: 2rem;
  width: 1px;
  background: #EE5959;
}
.accompagnement_pane ul li:after {
  transform: rotate(90deg);
}

#accompagnement_slider {
  position: relative;
  margin-top: 5rem;
}
#accompagnement_slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  width: var(--bs-gutter-x, 0.75rem);
  height: 80vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  display: none;
}
@media (min-width: 576px) {
  #accompagnement_slider:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#accompagnement_slider .slider_container {
  margin-top: 5rem;
}
@media (min-width: 576px) {
  #accompagnement_slider .slider_container {
    padding-left: calc((100% - var(--container-max-width)) / 2 + var(--container-small-padding-x));
  }
}
#accompagnement_slider #slider_line_container {
  position: relative;
}
#accompagnement_slider #slider_line_container .mask {
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}
#accompagnement_slider #slider_line_container .mask > span {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#accompagnement_slider #slider_line_container .mask > span > span {
  display: block;
  width: 14px;
  height: 14px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}
#accompagnement_slider #slider_line_container .mask > span._active > span {
  visibility: hidden;
}
@media (max-width: 767px) {
  #accompagnement_slider #slider_line_container {
    display: none;
  }
}
#accompagnement_slider #slider_line {
  width: 100%;
  height: 100px;
}
#accompagnement_slider .slider_titles {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
#accompagnement_slider .slider_titles .accompagnement_title {
  flex: 1;
  text-align: center;
}
#accompagnement_slider .slider_titles .accompagnement_title .btn {
  font-size: 1.875rem;
  font-weight: bold;
  border: 2px solid #EE5959;
  border-radius: 2.125rem;
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  box-shadow: none !important;
}
#accompagnement_slider .slider_titles .accompagnement_title .btn span {
  color: #EE5959;
}
#accompagnement_slider .slider_titles .accompagnement_title .btn:hover, #accompagnement_slider .slider_titles .accompagnement_title .btn._active {
  color: #fff;
  background-color: #EE5959;
  border-color: #EE5959;
}
#accompagnement_slider .slider_titles .accompagnement_title .btn:hover span, #accompagnement_slider .slider_titles .accompagnement_title .btn._active span {
  color: #35353C;
}
@media (max-width: 767px) {
  #accompagnement_slider .slider_titles {
    display: none;
  }
}
#accompagnement_slider .slider-controls {
  position: relative;
}
#accompagnement_slider .slider-controls button {
  position: absolute;
  top: 1.8rem;
}
#accompagnement_slider .slider-controls button[data-controls=next] {
  order: 3;
  right: 0;
}
#accompagnement_slider .slider-controls .accompagnement_title {
  display: none;
  margin-top: 0;
}
#accompagnement_slider .slider-controls .accompagnement_title > span {
  display: none;
  font-size: 1.25rem;
  font-weight: bold;
  border: 2px solid #EE5959;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
}
#accompagnement_slider .slider-controls .accompagnement_title > span span {
  color: #EE5959;
}
#accompagnement_slider .slider-controls .accompagnement_title > span._active {
  display: inline;
}
@media (max-width: 767px) {
  #accompagnement_slider .slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #accompagnement_slider .slider-controls button {
    position: relative;
    top: unset;
    margin-left: 0;
  }
  #accompagnement_slider .slider-controls .accompagnement_title {
    display: block;
  }
}

.page_prefooter {
  position: relative;
  margin-top: 8rem;
  margin-bottom: -8rem;
  padding-bottom: 6rem;
}
.page_prefooter .illu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 17.3vw;
  height: 11.25rem;
  display: none;
}
@media (min-width: 576px) {
  .page_prefooter .illu {
    display: block;
  }
}
.page_prefooter .illu img {
  min-width: 100%;
  min-height: 100%;
  object-fit: none;
  object-position: center right;
}
.page_prefooter .text-ellipse:before {
  top: 1em;
  right: -1em;
  bottom: 1.5em;
  left: -1em;
}

#bureauopere1_col1 {
  padding-bottom: 4rem;
}
#bureauopere1_col1 p {
  width: 70.5%;
}

@media (max-width: 991px) {
  .template-bureauopere #bureauopere1_col1 p {
    width: unset;
  }
}
#bureauopere1_col2 .display-1.alternative {
  font-size: 4rem;
  transform: rotate(-3deg);
}
#bureauopere1_col2 img {
  width: 80%;
}

@media (max-width: 991px) {
  .template-bureauopere #bureauopere1_col2 .display-1.alternative br {
    display: none;
  }
}
#bureauopere2 {
  margin-top: 6rem;
  position: relative;
}
@media (max-width: 991px) {
  #bureauopere2 {
    margin-top: 3rem;
  }
}
#bureauopere2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 80vh;
  background-image: url(./images/texture_beton.jpg);
  background-size: cover;
  background-position: center right;
  overflow: hidden;
  border-bottom-right-radius: 18.75rem;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 576px) {
  #bureauopere2:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#bureauopere2:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 70vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  transform: translateY(33%);
  display: none;
}
@media (min-width: 576px) {
  #bureauopere2:after {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}

#bureauopere2_col2 .display-2.alternative {
  font-size: 3.5rem;
  transform: rotate(-3deg);
}
@media (min-width: 1450px) {
  #bureauopere2_col2 .display-2.alternative {
    font-size: 4rem;
  }
}
#bureauopere2_col2 .display-2.alternative .text-bandeau-jaune:before {
  left: -0.15em;
}

@media (min-width: 1450px) {
  #metier1 .col1 p {
    width: 80%;
  }
}
#metier1 .col1 h2, #metier1 .col1 .h2 {
  width: 90%;
}
@media (max-width: 1199px) {
  #metier1 .col1 h2, #metier1 .col1 .h2 {
    width: unset;
  }
}

.slider-controls {
  display: flex;
  align-items: center;
}
.slider-controls button {
  position: relative;
  margin-left: 1rem;
  width: 3.9375rem;
  height: 3.9375rem;
  appearance: none;
  border: 2px solid #EE5959;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  transition: 0.25s ease;
}
.slider-controls button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  border-top: 2px solid #EE5959;
  border-left: 2px solid #EE5959;
  transform: translate(-33%, -50%) rotate(-45deg);
}
.slider-controls button[data-controls=next]:before {
  transform: translate(-66%, -50%) rotate(135deg);
}
.slider-controls button:hover {
  background-color: #EE5959;
}
.slider-controls button:hover:before {
  border-color: #fff;
}

#metier_slider {
  position: relative;
  margin-top: 5rem;
}
#metier_slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 80vh;
  background-image: url(./images/texture_beton.jpg);
  background-size: cover;
  background-position: center right;
  border-bottom-right-radius: 18.75rem;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 576px) {
  #metier_slider:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#metier_slider .slider-controls-container {
  position: relative;
}
#metier_slider .slider-controls {
  position: absolute;
  z-index: 1;
  right: 0;
}
@media (max-width: 991px) {
  #metier_slider .slider-controls {
    position: static;
    margin-bottom: 2rem;
    justify-content: flex-end;
  }
}
#metier_slider .slider-controls .compteur {
  font-size: 1.875rem;
  font-weight: bold;
}
#metier_slider .slider-controls .compteur .current {
  color: #EE5959;
  display: inline-block;
  width: 1.5em;
  text-align: right;
}
@media (min-width: 576px) {
  #metier_slider .slider_container {
    padding-left: calc((100% - var(--container-max-width)) / 2 + var(--container-small-padding-x));
  }
}

.metier_pane {
  font-size: 1.375rem;
}
.metier_pane ul {
  margin: 2rem 0 2rem;
  list-style: none;
}
.metier_pane ul li {
  padding: 0 0 0 4rem;
  position: relative;
  margin-bottom: 2rem;
}
.metier_pane ul li:before, .metier_pane ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  height: 2rem;
  width: 1px;
  background: #EE5959;
  transform: translateY(-50%);
}
.metier_pane ul li:after {
  transform: translateY(-50%) rotate(90deg);
}

#metier2 {
  margin-top: 6rem;
}
#metier2 .illu img.brand {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  max-height: 18rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  #metier2 .illu {
    height: 100%;
  }
  #metier2 .illu .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#metier3 {
  position: relative;
}
#metier3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: var(--bs-gutter-x, 0.75rem);
  height: 60vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 576px) {
  #metier3:after {
    display: block;
    width: calc(((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem)) / 2);
  }
}
@media (max-width: 1199px) {
  #metier3 .illu {
    height: 100%;
  }
  #metier3 .illu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#metier4 .text {
  padding-top: 6rem;
}
@media (max-width: 1199px) {
  #metier4 .text {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  #metier4 .text {
    padding-top: 3rem;
  }
}

#metier_slider2 {
  background: #FFF0BC;
  padding: 5rem 6rem;
}
@media (max-width: 1199px) {
  #metier_slider2 {
    padding: 4rem 5rem;
  }
}
@media (max-width: 767px) {
  #metier_slider2 {
    padding: 2rem 2rem 4rem;
  }
}
#metier_slider2 .slider-controls {
  margin-top: 3rem;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  #metier_slider2 .slider-controls {
    margin-top: 1rem;
  }
}
#metier_slider2 .slider-controls button {
  border-color: #35353C;
}
#metier_slider2 .slider-controls button:before {
  border-color: #35353C;
}
#metier_slider2 .slider-controls button:hover {
  background-color: #35353C;
}
#metier_slider2 .slider-controls button:hover:before {
  border-color: #FFF0BC;
}

.metier_pane2 {
  padding: 1rem 0;
  background: #FFF0BC;
  font-size: 1.375rem;
}
.metier_pane2 h2, .metier_pane2 .h2,
.metier_pane2 h3,
.metier_pane2 .h3 {
  display: inline-block;
  font-size: 5rem;
  color: #FFF0BC;
  -webkit-text-stroke: 2px #EE5959;
  position: relative;
  padding-right: 0.45em;
}
.metier_pane2 h2:after, .metier_pane2 .h2:after,
.metier_pane2 h3:after,
.metier_pane2 .h3:after {
  content: "";
  position: absolute;
  top: -0.15em;
  right: 0;
  height: 45%;
  width: 100%;
  background-image: url(./images/3points_rose.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

#faq.metier_faq {
  position: relative;
  margin-top: 4rem;
}
#faq.metier_faq:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: var(--bs-gutter-x, 0.75rem);
  height: 70vh;
  background-image: url(./images/texture_beton.jpg);
  background-size: cover;
  background-position: center right;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 576px) {
  #faq.metier_faq:after {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#faq.metier_faq:before {
  right: unset;
  left: 0;
  top: 0;
  height: 100%;
  background: #EE5959;
}
@media (min-width: 576px) {
  #faq.metier_faq:before {
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem) + var(--container-small-padding-x));
  }
}
@media (max-width: 991px) {
  #faq.metier_faq:before {
    display: none;
  }
}
#faq.metier_faq .faq {
  height: auto;
}
#faq.metier_faq .faq .content {
  position: static;
  padding: 5rem 8rem 5rem 0;
  overflow: visible;
}
@media (max-width: 991px) {
  #faq.metier_faq .faq .content {
    padding: 0;
  }
}
#faq.metier_faq .faq .content h2, #faq.metier_faq .faq .content .h2 {
  margin-left: 0;
}

#investissement_slider {
  position: relative;
  margin-top: 5rem;
}
#investissement_slider .slider-controls-container {
  position: relative;
  margin-top: 1rem;
}
#investissement_slider .slider-controls-container .slider-controls button {
  margin-left: 0;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  #investissement_slider .slider_container {
    padding-left: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#investissement_slider .investissement_pane {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8.125rem;
  border-bottom-right-radius: 8.125rem;
}

.investissement_pane {
  font-size: 1.125rem;
}
.investissement_pane h2, .investissement_pane .h2,
.investissement_pane h3,
.investissement_pane .h3 {
  font-size: 1.5625rem;
  color: #EE5959;
}
.investissement_pane h2:before, .investissement_pane .h2:before,
.investissement_pane h3:before,
.investissement_pane .h3:before {
  content: "";
  display: inline-block;
  vertical-align: 0.25em;
  width: 1.5em;
  height: 2px;
  background: #EE5959;
  margin-right: 1rem;
}
.investissement_pane .inner {
  padding: 20% calc(17% - 1rem) 20% 17%;
}
.investissement_pane .inner .content {
  overflow: auto;
  height: calc(100vh - (12.3125rem + 24vh));
  padding-right: 1rem;
  scrollbar-width: thin;
  scrollbar-color: white rgba(255, 255, 255, 0.25);
}
.investissement_pane .inner .content::-webkit-scrollbar {
  width: 3px;
}
.investissement_pane .inner .content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.25);
}
.investissement_pane .inner .content::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 0;
  border: none;
}
.investissement_pane.style1 .inner {
  background: #FFE3E3;
}
.investissement_pane.style2 .inner {
  background: #F4F4F4;
}
.investissement_pane.style3 .inner {
  background: #EE5959;
  color: #fff;
}
.investissement_pane.style3 .inner h3, .investissement_pane.style3 .inner .h3 {
  color: #fff;
}
.investissement_pane.style3 .inner h3:before, .investissement_pane.style3 .inner .h3:before {
  background: #fff;
}
.investissement_pane.style4 .inner {
  background: #FFF0BC;
}

@media (max-width: 1199px) {
  #investissement1 .illu,
#investissement2 .illu {
    height: 100%;
  }
  #investissement1 .illu img,
#investissement2 .illu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*@media (max-width: 991px) {
	#investissement1,
	#investissement2 {
		h2 br {
			display: none;
		}
	}
}*/
#investissement2 h2 .text-sun:after, #investissement2 .h2 .text-sun:after {
  height: 1.25em;
  top: -0.75em;
  right: -0.5em;
}

#investissement3 {
  position: relative;
  margin-top: 8rem;
}
#investissement3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 70vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  transform: translateY(8rem);
  display: none;
}
@media (min-width: 576px) {
  #investissement3:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#investissement3 .col1 {
  padding-left: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
}
#investissement3 .illu-container {
  position: relative;
}
#investissement3 .illu-container .brand {
  position: absolute;
  top: 50%;
  left: 0;
  height: 12.1875rem;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  #investissement3 .illu-container .brand {
    transform: translate(-50%, -50%);
    height: 10rem;
  }
}
@media (max-width: 767px) {
  #investissement3 .illu-container .brand {
    height: 8rem;
  }
}

#equipe_equipe {
  position: relative;
  margin-top: 5rem;
  margin-bottom: 8rem;
}
#equipe_equipe:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 70vh;
  background-image: url(./images/texture_beton.jpg);
  background-size: cover;
  background-position: center right;
  transform: translateY(15rem);
  border-bottom-right-radius: 18.75rem;
  display: none;
}
@media (min-width: 576px) {
  #equipe_equipe:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#equipe_equipe:after {
  content: "";
  position: absolute;
  right: 0;
  top: -5rem;
  width: var(--bs-gutter-x, 0.75rem);
  height: 70vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  display: none;
}
@media (min-width: 576px) {
  #equipe_equipe:after {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#equipe_equipe .equipier {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #equipe_equipe .equipier {
    margin-bottom: 4rem;
  }
}
#equipe_equipe .equipier .illu {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8.125rem;
}
#equipe_equipe .equipier .text {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  #equipe_equipe .equipier .text {
    padding: 0;
  }
}
#equipe_equipe .equipier .text .text-bandeau-jaune:before {
  left: 0;
  right: 0;
}
#equipe_equipe .equipier .text .text-sun:after {
  top: -0.8em;
  right: -0.8em;
  height: 1.5em;
}
@media (min-width: 768px) {
  #equipe_equipe .equipier:nth-child(even) > .row > *:first-child {
    order: 2;
  }
  #equipe_equipe .equipier:nth-child(even) > .row > *:last-child {
    order: 1;
  }
  #equipe_equipe .equipier:nth-child(even) > .row .illu {
    border-top-right-radius: 8.125rem;
    border-top-left-radius: 0;
  }
  #equipe_equipe .equipier:nth-child(even) > .row .text {
    text-align: right;
  }
  #equipe_equipe .equipier:nth-child(even) > .row .text .text-sun {
    padding-right: 0;
    padding-left: 0.45em;
  }
  #equipe_equipe .equipier:nth-child(even) > .row .text .text-sun:after {
    transform: rotateY(180deg);
    right: 0.8em;
  }
}

#equipe2 {
  position: relative;
}
#equipe2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: var(--bs-gutter-x, 0.75rem);
  height: 70vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 576px) {
  #equipe2:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#equipe2 .illu {
  height: 100%;
}
#equipe2 .illu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.equipe2_text h2, .equipe2_text .h2 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border: 3px solid #EE5959;
  border-radius: 2.5rem;
  padding: 0.625rem 1.75rem 0.625rem 1.25rem;
}
.equipe2_text h2:before, .equipe2_text .h2:before {
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  margin-right: 1rem;
  background-image: url(./images/loupe_rose.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1450px) {
  .equipe2_text h2, .equipe2_text .h2 {
    font-size: 3.25rem;
  }
  .equipe2_text h2:before, .equipe2_text .h2:before {
    width: 2.6rem;
    height: 2.5rem;
  }
}
@media (max-width: 991px) {
  .equipe2_text h2, .equipe2_text .h2 {
    font-size: 2.25rem;
  }
  .equipe2_text h2:before, .equipe2_text .h2:before {
    width: 2rem;
    height: 2rem;
  }
}
.equipe2_text ul {
  margin: 2rem 0 2rem;
  list-style: none;
}
.equipe2_text ul li {
  padding: 0 0 0 4rem;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .equipe2_text ul li {
    padding-left: 2.75rem;
  }
}
.equipe2_text ul li:before, .equipe2_text ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  height: 2rem;
  width: 1px;
  background: #EE5959;
  transform: translateY(-50%);
}
.equipe2_text ul li:after {
  transform: translateY(-50%) rotate(90deg);
}

#equipe3 {
  margin-top: 10rem;
}
#equipe3 .illu-container {
  margin-top: 8rem;
  position: relative;
  width: 67%;
  height: 15rem;
}
@media (min-width: 1450px) {
  #equipe3 .illu-container {
    height: 21rem;
  }
}
#equipe3 .illu-container .illu {
  height: 100%;
  opacity: 0.59;
}
#equipe3 .illu-container .illu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#equipe3 .illu-container .brand {
  position: absolute;
  bottom: 3rem;
  right: 0;
  transform: translateX(50%);
  height: 57%;
}
@media (max-width: 767px) {
  #equipe3 .display-1.alternative {
    font-size: 3.5rem;
    padding: 0 3rem;
  }
}

#confieznous1 {
  position: relative;
}
#confieznous1:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 50vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  display: none;
}
@media (min-width: 576px) {
  #confieznous1:after {
    display: block;
    width: calc(((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem)) / 2);
  }
}
#confieznous1 .text {
  padding-bottom: 20rem;
}
#confieznous1 .text h2, #confieznous1 .text .h2 {
  width: 70%;
}
@media (max-width: 1199px) {
  #confieznous1 .text h2, #confieznous1 .text .h2 {
    width: unset;
  }
}
#confieznous1 .illu {
  height: 100%;
}
#confieznous1 .illu img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#confieznous2 {
  width: 37%;
  margin-top: -12rem;
}
#confieznous2 .illu-container {
  position: relative;
  height: 12rem;
}
#confieznous2 .illu-container .illu {
  height: 100%;
  opacity: 0.59;
}
#confieznous2 .illu-container .illu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#confieznous2 .illu-container .brand {
  position: absolute;
  bottom: 3rem;
  right: 0;
  transform: translateX(50%);
  height: 50%;
}

#contact1 a {
  color: #35353C;
  text-decoration: none;
}
#contact1 a:hover {
  color: #EE5959;
}

#contact2 {
  position: relative;
}
#contact2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 45vh;
  background-image: url(./images/texture_beton.jpg);
  background-size: cover;
  background-position: center right;
  transform: translateY(-50%);
  border-bottom-right-radius: 18.75rem;
  display: none;
}
@media (min-width: 576px) {
  #contact2:before {
    display: block;
    width: calc(((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem)) / 2);
  }
}
#contact2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: var(--bs-gutter-x, 0.75rem);
  height: 50vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 576px) {
  #contact2:after {
    display: block;
    width: calc(((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem)) / 2);
  }
}

.range-slider {
  background: #FCFCFC;
  border-radius: 0.9375rem;
  box-shadow: 0px 0.4375rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 2rem;
  width: 25rem;
}
.range-slider .form-control {
  border-color: #EE5959;
  box-shadow: 0 0.4375rem 0.375rem rgba(238, 89, 89, 0.2);
  background: #fff;
}
.range-slider .input-group {
  box-shadow: 0 0.4375rem 0.375rem rgba(238, 89, 89, 0.2);
}
.range-slider .input-group .form-control {
  box-shadow: none;
  background: #fff;
}
.range-slider .input-group .form-control:first-child {
  border-right-width: 0;
  padding-right: 0;
}
.range-slider .input-group .form-control:last-child {
  border-left-width: 0;
  padding-left: 0;
}
.range-slider .input-group .input-group-text {
  color: #EE5959;
  border-color: #EE5959;
}
.range-slider .input-group .input-group-text:first-child {
  border-right-width: 0;
}
.range-slider .input-group .input-group-text:last-child {
  border-left-width: 0;
}
.range-slider .inner {
  position: relative;
  height: 1px;
  margin: 3rem 1.4375rem 0.4375rem;
}
.range-slider .inner:before, .range-slider .inner:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1px;
  background-color: #35353C;
  right: 100%;
}
.range-slider .inner:after {
  right: unset;
  left: 100%;
}
.range-slider .inner .inverse {
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #35353C;
  width: 70%;
}
.range-slider .inner .inverse.end {
  left: unset;
  right: 0;
}
.range-slider .inner .range {
  position: absolute;
  left: 0;
  height: 1px;
  background-color: #EE5959;
}
.range-slider .inner .thumb {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 14px;
  width: 14px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(238, 89, 89, 0.2);
  background-color: #EE5959;
  border-radius: 50%;
  outline: none;
  transform: translateX(-7px);
}
.range-slider .inner .thumb.right {
  transform: translateX(7px);
}
.range-slider .inner .thumb:before, .range-slider .inner .thumb:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 6px;
  background: #fff;
  transform: translate(-2px, -50%);
}
.range-slider .inner .thumb:after {
  transform: translate(1px, -50%);
}
.range-slider .inner input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -7px;
  left: -7px;
  right: -7px;
  opacity: 0;
}
.range-slider .inner input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
.range-slider .inner input[type=range]:focus {
  outline: none;
}
.range-slider .inner input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}
.range-slider .inner input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
.range-slider .inner input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
.range-slider .inner input[type=range]::-ms-tooltip {
  display: none;
}

.range-slider-container {
  position: relative;
}
.range-slider-container .range-slider {
  position: absolute;
  z-index: 1000;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.range-slider-container .range-slider._active {
  display: block;
}

#home_header {
  position: relative;
}
#home_header .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#home_header .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#home_header .bg #home_header_slider,
#home_header .bg #home_header_slider-ow,
#home_header .bg #home_header_slider-mw,
#home_header .bg #home_header_slider-iw,
#home_header .bg #home_header_slider .item {
  height: 100%;
}
#home_header .content {
  position: relative;
  padding: 9rem 0 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  #home_header .content {
    padding: 4rem 0 9rem;
  }
}
#home_header .content h1, #home_header .content .h1 {
  text-align: center;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  margin-bottom: 4rem;
}
@media (min-width: 1450px) {
  #home_header .content h1, #home_header .content .h1 {
    margin-bottom: 6rem;
  }
}
#home_header .content #frm_search {
  margin-bottom: 4rem;
}
#home_header .content .cta_loupe {
  font-size: 1.5625rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(34px);
}
@media (max-width: 767px) {
  #home_header .content .cta_loupe {
    font-size: 1.15rem;
    padding-right: 1.25rem;
  }
}

#home1 {
  position: relative;
  margin-top: -5rem;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  #home1 .col1 {
    border-top-right-radius: var(--border-radius-xl);
  }
}
#home1 .illu {
  position: relative;
}
#home1 .illu img.brand {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  #home1 .illu {
    height: 100%;
  }
  #home1 .illu .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#home2 {
  position: relative;
}
#home2 .illu {
  position: relative;
  height: 13.75rem;
}
@media (max-width: 991px) {
  #home2 .illu {
    height: 7rem;
  }
}
#home2 .illu img {
  object-fit: none;
  object-position: bottom;
  min-width: 100%;
  min-height: 100%;
}
#home2:before, #home2:after {
  content: "";
  position: absolute;
  width: var(--bs-gutter-x, 0.75rem);
  height: 90vh;
  display: none;
}
@media (min-width: 576px) {
  #home2:before, #home2:after {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#home2:before {
  left: 0;
  top: calc(100% + 3rem);
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
}
#home2:after {
  right: 0;
  top: 50%;
  background: #F4F4F4;
  transform: translateY(-50%);
}

#home3 .phone {
  font-size: 2.75rem;
}
#home3 .illu-container {
  position: relative;
  margin-top: 5rem;
}
#home3 .illu-container .brand {
  position: absolute;
  bottom: 25%;
  left: 0;
  transform: translateX(-50%);
  height: 12rem;
}
@media (max-width: 767px) {
  #home3 .illu-container {
    margin-bottom: 10rem;
  }
  #home3 .illu-container .brand {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}

#home4 {
  margin-top: 4rem;
}
@media (min-width: 1450px) {
  #home4 {
    margin-top: 6rem;
  }
}

.page404 {
  height: 100vh;
}
.page404 body {
  height: 100vh;
}

.selectmulti button {
  display: flex;
  align-items: center;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  padding-right: 3rem;
}
.selectmulti button:after {
  display: none;
}
.selectmulti button span {
  max-width: 16rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectmulti button.has-addon {
  padding-left: 1rem;
}
.selectmulti button.has-addon img {
  max-height: 1.5rem;
  margin-right: 1rem;
}
.selectmulti button._selected {
  background-image: none;
  color: #EE5959;
}
.selectmulti .dropdown-menu {
  min-width: 100%;
}
.selectmulti .dropdown-menu > * {
  white-space: nowrap;
}
.selectmulti.list button > div {
  position: relative;
  text-align: left;
}
.selectmulti.list button > div .value {
  width: 100%;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectmulti.list button > div .default {
  visibility: hidden;
}
.selectmulti.list.default button > div .value {
  display: none;
}
.selectmulti.list.default button > div .default {
  visibility: visible;
}
.selectmulti.list .dropdown-menu .dropdown-item:focus:not(.active) {
  background-color: inherit;
  color: inherit;
}

#offres_header {
  margin-top: var(--content-margin-top);
}
#offres_header .search_total_results {
  font-size: 1.875rem;
  margin-bottom: 3rem;
}

#ll_map {
  z-index: 0;
  position: relative;
  padding-top: 79%;
}
#ll_map .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#ll_map .map .leaflet-popup-content-wrapper {
  padding: 0;
  overflow: hidden;
}
#ll_map .map .leaflet-popup-content-wrapper .leaflet-popup-content {
  font-size: 13px;
  margin: 0;
}
#ll_map .map .leaflet-popup-content-wrapper .leaflet-popup-content .ll_popover .img {
  padding-top: 75%;
  position: relative;
}
#ll_map .map .leaflet-popup-content-wrapper .leaflet-popup-content .ll_popover .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ll_map .map .leaflet-popup-content-wrapper .leaflet-popup-content .ll_popover .text {
  padding: 13px 20px;
}
#ll_map .map a.leaflet-popup-close-button {
  z-index: 2;
  background: #fff;
}

.offres .results_filters {
  font-size: 1.125rem;
}
.offres .results_filters .gotosearch {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 1rem calc(1rem + 0.5em) 1rem 1rem;
}
.offres .results_filters .gotosearch:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -0.5em;
  background-image: url(./images/soulignage_noir.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(5deg);
}
.offres .results_filters .gotosearch > * {
  position: relative;
}
.offres .results_filters .gotosearch:hover {
  color: #FFF0BC;
}
.offres .results_filters .btn_link {
  display: flex;
  align-items: center;
  border: 1px solid #EAEAEA;
}
.offres .results_filters .btn_link a {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
  text-decoration: none;
  padding: 0.25rem 0.9rem;
  border-right: 1px solid #EAEAEA;
}
.offres .results_filters .btn_link span {
  padding: 0 1.5rem;
}
.offres .offre {
  border-top-right-radius: 5rem;
  border-bottom-left-radius: 2.625rem;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.offres .offre .photos .item > a {
  display: block;
  position: relative;
  padding-top: 75%;
}
.offres .offre .photos .item > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offres .offre .tns-outer {
  position: relative;
}
.offres .offre .tns-outer .tns-controls {
  position: absolute;
  bottom: 0;
}
.offres .offre .tns-outer .tns-controls button {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  width: 3.375rem;
  height: 3.375rem;
  border: none;
  position: relative;
  font-size: 0;
  line-height: 0;
}
.offres .offre .tns-outer .tns-controls button:before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #EE5959;
  border-left: 1px solid #EE5959;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.offres .offre .tns-outer .tns-controls button:last-child:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.offres .offre .infos {
  flex-grow: 1;
  background: #EE5959;
}
.offres .offre .infos > a {
  color: #fff;
  text-decoration: none;
  padding: 2rem 2.5rem 2.5rem 2.625rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
}
.offres .offre .infos .type {
  color: #FFF0BC;
  font-size: 1.25rem;
}
.offres .offre .infos .type span {
  display: inline-block;
  vertical-align: middle;
}
.offres .offre .infos .type:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: #FFF0BC;
  vertical-align: middle;
  margin-right: 0.7rem;
}
.offres .offre .infos .localisation {
  font-size: 1.5625rem;
}
.offres .offre .infos .localisation .postcode {
  font-weight: 500;
}
.offres .offre .infos .details .label {
  font-weight: 300;
}
.offres .encart {
  position: relative;
  padding: 0 1rem;
}
.offres .encart .text-bandeau-noir {
  width: 100%;
  padding: 0.75rem 0;
}
.offres .encart .text-bandeau-noir:before {
  left: 0;
  right: 0;
}
.offres .pagination-container {
  margin-top: 4rem;
  font-size: 1.5625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px), (pointer: coarse) {
  .offres .pagination-container {
    font-size: 2rem;
  }
  .offres .pagination-container .page-link {
    padding: 0.5rem 1rem;
  }
}
.offres .pagination-container .pagination {
  border-top: 1px solid #E0E0E0;
}

.offre ._offre_favoris,
.single-offre ._offre_favoris {
  position: absolute;
  z-index: 1;
  width: 3.375rem;
  height: 3.375rem;
  background: rgba(255, 255, 255, 0.9) url(./images/picto_etoile_vide.svg) center/50% no-repeat;
}
.offre ._offre_favoris:before, .offre ._offre_favoris:after,
.single-offre ._offre_favoris:before,
.single-offre ._offre_favoris:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff url(./images/picto_etoile_rose.svg) center/50% no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.offre ._offre_favoris:after,
.single-offre ._offre_favoris:after {
  content: "×";
  color: #EE5959;
  background: #fff;
  font-size: 4.5rem;
  font-weight: 100;
  line-height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offre ._offre_favoris:hover:before, .offre ._offre_favoris._active:before,
.single-offre ._offre_favoris:hover:before,
.single-offre ._offre_favoris._active:before {
  opacity: 1;
}
@media (max-width: 991px), (pointer: coarse) {
  .offre ._offre_favoris._active:after,
.single-offre ._offre_favoris._active:after {
    opacity: 1;
  }
}
.offre ._offre_favoris._active:hover:after,
.single-offre ._offre_favoris._active:hover:after {
  opacity: 1;
}

#faq {
  position: relative;
  margin-top: 7rem;
}
#faq:before {
  content: "";
  position: absolute;
  width: var(--bs-gutter-x, 0.75rem);
  height: 90vh;
  right: 0;
  bottom: 100%;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  display: none;
}
@media (min-width: 576px) {
  #faq:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
#faq .faq {
  position: relative;
  background: #EE5959;
  color: #fff;
  height: 100%;
}
#faq .faq a {
  color: #fff;
}
#faq .faq .content {
  position: absolute;
  top: 5rem;
  right: 4rem;
  bottom: 5rem;
  left: 4rem;
  padding: 0 4rem;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: white #EE5959;
}
#faq .faq .content::-webkit-scrollbar {
  width: 3px;
}
#faq .faq .content::-webkit-scrollbar-track {
  background: #EE5959;
}
#faq .faq .content::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 0;
  border: none;
}
#faq .faq .content h2:not(.toggle), #faq .faq .content .h2:not(.toggle) {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-size: 3.25rem;
  line-height: 1;
  font-weight: bold;
  border: 3px solid #fff;
  border-radius: 2.5rem;
  color: #35353C;
  padding: 0.625rem 2.25rem 0.625rem 1.25rem;
}
#faq .faq .content h2:not(.toggle) img, #faq .faq .content .h2:not(.toggle) img {
  height: 2.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 1199px) {
  #faq .faq .content h2:not(.toggle), #faq .faq .content .h2:not(.toggle) {
    font-size: 3rem;
  }
  #faq .faq .content h2:not(.toggle) img, #faq .faq .content .h2:not(.toggle) img {
    height: 2.25rem;
  }
}
@media (max-width: 767px) {
  #faq .faq .content h2:not(.toggle), #faq .faq .content .h2:not(.toggle) {
    font-size: 2.5rem;
  }
  #faq .faq .content h2:not(.toggle) img, #faq .faq .content .h2:not(.toggle) img {
    height: 2rem;
  }
}
#faq .faq .content .element {
  border-bottom: 2px solid #fff;
  padding-bottom: 2rem;
  margin-top: 4rem;
  font-size: 1.25rem;
}
@media (max-width: 1449px) {
  #faq .faq .content .element {
    margin-top: 3rem;
  }
}
#faq .faq .content .element .toggle {
  margin-bottom: 2rem;
}
@media (max-width: 1449px) {
  #faq .faq .content .element .toggle {
    margin-bottom: 1rem;
  }
}
#faq .faq .content .element .toggle a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  font-size: 1.5rem;
}
#faq .faq .content .element .toggle a .plus {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin-left: 1rem;
}
@media (max-width: 1449px) {
  #faq .faq .content .element .toggle a .plus {
    width: 2rem;
    height: 2rem;
  }
}
#faq .faq .content .element .toggle a .plus:before, #faq .faq .content .element .toggle a .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
#faq .faq .content .element .toggle a .plus:after {
  transition: transform 0.3s ease;
  transform: translateY(-50%) rotate(90deg);
}
#faq .faq .content .element .toggle a[aria-expanded=true] .plus:after {
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #faq .faq {
    padding: 5rem 6rem;
  }
  #faq .faq .content {
    position: static;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #faq .faq {
    padding: 5rem 3rem;
  }
}
#faq .image {
  position: relative;
}
#faq .image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #35353C;
  opacity: 0.48;
}
#faq .image .bg {
  width: 100%;
}
#faq .image .content {
  position: absolute;
  z-index: 1;
  bottom: 7rem;
  left: 5rem;
  width: 60%;
}
@media (max-width: 1199px) {
  #faq .image .content {
    left: 4rem;
    width: 75%;
  }
}
@media (max-width: 991px) {
  #faq .image .bg {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #faq .image .content {
    position: relative;
    bottom: unset;
    left: unset;
    width: unset;
    padding: 10rem 6rem 5rem;
  }
}
@media (max-width: 767px) {
  #faq .image .content {
    padding: 10rem 3rem 5rem;
  }
}

#offres_blocs {
  margin-top: 8rem;
  position: relative;
}
#offres_blocs:before {
  content: "";
  position: absolute;
  width: var(--bs-gutter-x, 0.75rem);
  height: 60vh;
  left: 0;
  top: calc(100% - 7rem);
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  filter: grayscale(1);
  display: none;
}
@media (min-width: 576px) {
  #offres_blocs:before {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
@media (min-width: 1200px) {
  #offres_blocs:before {
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem) + 3rem);
  }
}
#offres_blocs .bloc {
  margin-bottom: 5rem;
}
#offres_blocs .bloc h2, #offres_blocs .bloc .h2 {
  color: #EE5959;
  line-height: 1.075;
  margin-bottom: 2rem;
}
#offres_blocs .bloc h2 img, #offres_blocs .bloc .h2 img {
  height: 3.5rem;
  margin-right: 1rem;
}

#offres_prefooter {
  margin-top: 7rem;
  display: flex;
}
#offres_prefooter .illu-container {
  position: relative;
  width: 67%;
  margin-left: auto;
  height: 15rem;
}
@media (min-width: 1450px) {
  #offres_prefooter .illu-container {
    height: 21rem;
  }
}
#offres_prefooter .illu-container .illu {
  height: 100%;
  opacity: 0.59;
}
#offres_prefooter .illu-container .illu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#offres_prefooter .illu-container .brand {
  position: absolute;
  bottom: 3rem;
  left: 0;
  transform: translateX(-50%);
  height: 57%;
}

.template-selection .search_total_results .vide {
  display: none;
}
.template-selection .search_total_results[data-favoris-total="0"] .vide {
  display: block;
}
.template-selection .search_total_results[data-favoris-total="0"] .pasvide {
  display: none;
}
.template-selection .search_total_results .singulier {
  display: none;
}
.template-selection .search_total_results[data-favoris-total="1"] .pluriel {
  display: none;
}
.template-selection .search_total_results[data-favoris-total="1"] .singulier {
  display: inline;
}
.template-selection .search_total_results .number:before {
  content: attr(data-favoris-total);
}

.single-offre {
  margin-top: var(--content-margin-top);
}
.single-offre h1 .address, .single-offre .h1 .address,
.single-offre h1 .offerType,
.single-offre .h1 .offerType {
  font-size: 1.5625rem;
  font-weight: normal;
}
.single-offre .details {
  margin-top: 3rem;
  font-size: 1.8125rem;
}
@media (max-width: 767px) {
  .single-offre .details {
    font-size: 1.25rem;
  }
}
.single-offre .details .label {
  color: #EE5959;
}
.single-offre .details .label ~ .value:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 2px;
  background: #EE5959;
  margin: 0 0.35em;
  vertical-align: 0.25em;
}
.single-offre .details .value {
  font-weight: bold;
}
.single-offre .consultant {
  margin-top: 3rem;
}
.single-offre .consultant .advice {
  font-family: "Authenia", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.25rem;
  line-height: 1;
  text-align: right;
}
.single-offre .consultant .id {
  align-self: flex-end;
  color: #EE5959;
  font-size: 1.125rem;
}
.single-offre .consultant .id .nom {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.single-offre .consultant .id a {
  text-decoration: none;
}
.single-offre .consultant .id .cta_loupe {
  padding: 0.35rem 1.15rem 0.35rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-offre .consultant .id .cta_loupe:before {
  height: 1.25rem;
  width: 1.3rem;
}
.single-offre .ref {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.single-offre .photos .item > * {
  display: block;
  position: relative;
  padding-top: 100%;
}
.single-offre .photos .item > * img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-offre .photos .item > * .contact {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
}
.single-offre .photos .tns-outer {
  position: relative;
}
.single-offre .photos .tns-outer .tns-controls {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}
.single-offre .photos .tns-outer .tns-controls button {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
  width: 3.375rem;
  height: 3.375rem;
  border: none;
  position: relative;
  font-size: 0;
  line-height: 0;
  border-bottom-left-radius: 1rem;
}
.single-offre .photos .tns-outer .tns-controls button:before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  border-top: 1px solid #EE5959;
  border-left: 1px solid #EE5959;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single-offre .photos .tns-outer .tns-controls button:last-child {
  margin-left: 1rem;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1rem;
}
.single-offre .photos .tns-outer .tns-controls button:last-child:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.single-offre .internal {
  margin: 4rem 0;
  font-size: 1.125rem;
}
.single-offre .internal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.single-offre .internal ul li a {
  color: #bcbcbc;
  text-decoration: none;
}
.single-offre .internal ul li a:hover {
  color: #35353C;
}
@media (max-width: 991px) {
  .single-offre .internal ul {
    justify-content: center;
  }
  .single-offre .internal ul li:after {
    content: "-";
    display: inline-block;
    margin: 0 0.75rem;
    color: #bcbcbc;
  }
  .single-offre .internal ul li:last-child:after {
    display: none;
  }
}
.single-offre #surface {
  margin-bottom: 4rem;
}
.single-offre #surface .inner {
  background-color: #F4F4F4;
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
}
.single-offre #surface .inner .table {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .single-offre #surface .inner .table th,
.single-offre #surface .inner .table td {
    white-space: nowrap;
  }
}
.single-offre #surface .inner .table > :not(caption) > *:last-child > * {
  border-bottom-width: 0;
}
.single-offre .offre-details {
  position: relative;
}
.single-offre .offre-details:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: var(--bs-gutter-x, 0.75rem);
  height: 80vh;
  background-image: url(./images/texture_bois.svg);
  background-size: cover;
  background-position: center right;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 992px) {
  .single-offre .offre-details:after {
    display: block;
    width: calc((100% - var(--container-max-width)) / 2 + var(--bs-gutter-x, 0.75rem));
  }
}
.single-offre #ll_map {
  padding-top: 125%;
  position: sticky;
  top: 6.375rem;
}
@media (max-width: 991px) {
  .single-offre #ll_map {
    padding-top: 75%;
  }
}
.single-offre .offre_section {
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.single-offre .offre_section:last-child {
  margin-bottom: 0;
}
.single-offre .offre_section .inner {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 8.125rem;
  padding: 3rem 3.5rem 4rem 4.5rem;
}
@media (max-width: 767px) {
  .single-offre .offre_section .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.single-offre .offre_section .inner h2, .single-offre .offre_section .inner .h2 {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: -1rem;
}
@media (max-width: 767px) {
  .single-offre .offre_section .inner h2, .single-offre .offre_section .inner .h2 {
    margin-left: 0;
  }
}
.single-offre .offre_section .inner h2 img, .single-offre .offre_section .inner .h2 img {
  max-width: 6.25rem;
  max-height: 5.75rem;
  margin-right: 1.5rem;
}
@media (max-width: 1199px) {
  .single-offre .offre_section .inner h2, .single-offre .offre_section .inner .h2 {
    font-size: 2.5rem;
  }
  .single-offre .offre_section .inner h2 img, .single-offre .offre_section .inner .h2 img {
    max-width: 5.5rem;
    max-height: 5.25rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .single-offre .offre_section .inner h2, .single-offre .offre_section .inner .h2 {
    font-size: 2rem;
  }
  .single-offre .offre_section .inner h2 img, .single-offre .offre_section .inner .h2 img {
    max-width: 4rem;
    max-height: 4rem;
  }
}
.single-offre .offre_section#description .inner {
  background: #EE5959;
  color: #fff;
}
.single-offre .offre_section#description .inner h2, .single-offre .offre_section#description .inner .h2 {
  color: #FFF0BC;
}
.single-offre .offre_section#description .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-offre .offre_section#description .inner ul li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.single-offre .offre_section#description .inner ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.4375rem;
  height: 1.25rem;
  transform: translateY(-50%);
  background: url(./images/picto-coche_jaune.svg) center no-repeat;
  background-size: contain;
}
.single-offre .offre_section#description .contact {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;
  background: #FFF0BC;
  font-weight: bold;
  color: #35353C;
  text-decoration: none;
  width: 13rem;
  padding: 1.75rem 1rem 1.5rem 1.5rem;
  border-bottom-right-radius: 4.5625rem;
  transform: translateX(-3rem);
}
.single-offre .offre_section#description .contact span {
  display: block;
  font-size: 12px;
  margin-bottom: 0.5rem;
}
.single-offre .offre_section#description .contact a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: #fff;
  color: #35353C;
  text-decoration: none;
}
@media (max-width: 991px) {
  .single-offre .offre_section#description .contact {
    display: none;
  }
}
.single-offre .offre_section#juridique .inner {
  background: #FFF0BC;
}
.single-offre .offre_section#juridique .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-offre .offre_section#juridique .inner ul li {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.single-offre .offre_section#juridique .inner ul li .value {
  color: #EE5959;
  font-weight: bold;
}
.single-offre .offre_section#certifications .inner {
  background: #FFE3E3;
}
.single-offre .offre_section#certifications .inner h2, .single-offre .offre_section#certifications .inner .h2 {
  color: #EE5959;
}
.single-offre .offre_section#certifications .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-offre .offre_section#certifications .inner ul li {
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.single-offre .offre_section#certifications .inner ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.4375rem;
  height: 1.25rem;
  transform: translateY(-50%);
  background: url(./images/picto-coche_noir.svg) center no-repeat;
  background-size: contain;
}
.single-offre .offre_section#certifications .inner ul li .value {
  color: #EE5959;
  font-weight: bold;
}
.single-offre .offre_section#quartier .inner {
  background: url(./images/bordeaux_bg_blur2.jpg) top center no-repeat;
  background-size: cover;
}
.single-offre .offre_section#quartier .inner h2, .single-offre .offre_section#quartier .inner .h2 {
  color: #fff;
}
.single-offre .offre_section#quartier .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-offre .offre_section#quartier .inner ul li {
  display: flex;
  align-items: center;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.single-offre .offre_section#quartier .inner ul li .picto {
  flex: 0 0 4.6875rem;
  height: 3.25rem;
  margin-right: 1rem;
}
.single-offre .offre_section#quartier .inner ul li .picto img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.single-offre .offre_section#quartier .inner ul li ul {
  list-style: disc;
  padding-left: 1.3rem;
}
.single-offre .offre_section#quartier .inner ul li ul li {
  display: list-item;
  margin-bottom: 0;
}
.single-offre .offre_section#energie .inner {
  background: #EE5959;
  color: #fff;
}
.single-offre .offre_section#energie .inner h2, .single-offre .offre_section#energie .inner .h2 {
  color: #FFF0BC;
}
.single-offre .offre_section#energie .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-offre .offre_section#energie .inner ul li {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.single-offre .offre_section#energie .inner ul li .value,
.single-offre .offre_section#energie .inner ul li .rating {
  color: #FFF0BC;
  font-weight: bold;
}

.fancybox__content .contact-container {
  position: relative;
  margin: -36px;
  height: calc(100vh - 208px);
  width: calc((100vh - 208px) * 1.5);
}
.fancybox__content .contact-container img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__content .contact-container .contact {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  height: calc(100vh - 208px);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
}

#cookies_pp {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1rem;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}
#cookies_pp .links a {
  text-decoration: underline;
}
#cookies_pp .links a:hover {
  text-decoration: none;
}
#cookies_pp .buttons {
  white-space: nowrap;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-copyright {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  opacity: 0.5;
  font-size: 9px;
  letter-spacing: normal;
  line-height: 1.3;
  color: #35353C;
}
.recaptcha-copyright a {
  color: #35353C;
}

#pp_code_lancement {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 2rem;
  transform: translateY(calc(100% - 2.715rem));
  transition: transform 0.35s ease;
}
#pp_code_lancement .pp_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22.71rem;
}
#pp_code_lancement header {
  position: relative;
  background: #35353C;
  color: #FFF0BC;
  font-size: 1.071rem;
  font-weight: 500;
  border: 1px solid #FFF0BC;
  border-bottom: none;
  border-top-left-radius: 1.57rem;
  border-top-right-radius: 1.57rem;
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  padding: 0.714rem 1.14rem 0.357rem;
}
#pp_code_lancement header img {
  position: relative;
  top: -2px;
}
#pp_code_lancement header .text {
  text-align: center;
  white-space: nowrap;
  margin: 0 1.428rem;
}
#pp_code_lancement header a {
  flex: 0 0 21px;
  text-decoration: none;
  font-weight: 100;
  font-size: 40px;
  line-height: 21px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
}
#pp_code_lancement header a .collapsed {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #EE5959;
  border-left: 2px solid #EE5959;
  transform: translateY(25%) rotate(45deg);
}
#pp_code_lancement header a .notcollapsed {
  display: none;
}
#pp_code_lancement #pp_code_lancement_body .inner {
  background: #35353C;
  border: 1px solid #FFF0BC;
  border-radius: 3.428rem;
  padding: 1.714rem;
}
#pp_code_lancement #pp_code_lancement_body .inner form {
  background: #fff;
  border-radius: 1.714rem;
  padding: 1.714rem;
  text-align: center;
}
#pp_code_lancement #pp_code_lancement_body .inner form p {
  font-size: 1.428rem;
  line-height: 1.2;
  margin-bottom: 1.428rem;
}
#pp_code_lancement #pp_code_lancement_body .inner form .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#pp_code_lancement #pp_code_lancement_body .inner form .inputs input.form-control {
  border: 1px solid #EE5959;
  border-radius: 1.28rem;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 2.14rem;
  height: 2.78rem;
  padding: 0;
}
#pp_code_lancement #pp_code_lancement_body .inner form .frm-message {
  color: #EE5959;
}
#pp_code_lancement #pp_code_lancement_body .inner form .btn {
  margin-top: 0.714rem;
  padding: 3px 1.78rem;
  font-size: 1.0714rem;
  font-weight: 500;
  border-radius: 0.714rem;
  box-shadow: none;
}
#pp_code_lancement #pp_code_lancement_body .inner footer {
  color: #fff;
  margin-top: 1.428rem;
  font-size: 0.928rem;
  line-height: 1.4;
}
#pp_code_lancement #pp_code_lancement_body .inner footer img {
  height: 63px;
}
#pp_code_lancement._active {
  transform: translateY(-2rem);
}
#pp_code_lancement._active .collapsed {
  display: none;
}
#pp_code_lancement._active .notcollapsed {
  display: inline-block;
}
@media (max-width: 1199px) {
  #pp_code_lancement {
    z-index: 1001;
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    background: rgba(255, 255, 255, 0.79);
    transform: none;
    transition: 0.4s ease;
  }
  #pp_code_lancement .pp_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s ease;
  }
  #pp_code_lancement header {
    padding: 9px 14px 7px;
    font-size: 13px;
    border: none;
  }
  #pp_code_lancement header img {
    height: 16px;
    top: -1px;
  }
  #pp_code_lancement header .text {
    font-size: 14px;
    padding-top: 1px;
    padding-right: 12px;
  }
  #pp_code_lancement header a {
    font-size: 35px;
    line-height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    justify-content: flex-end;
    padding-right: 14px;
    padding-top: 2px;
  }
  #pp_code_lancement header a .collapsed {
    display: none;
    width: 9px;
    height: 9px;
  }
  #pp_code_lancement header a .notcollapsed {
    display: inline-block;
  }
  #pp_code_lancement #pp_code_lancement_body .inner {
    border: none;
  }
  #pp_code_lancement #pp_code_lancement_body .inner form .btn {
    padding-left: 35px;
    padding-right: 35px;
  }
  #pp_code_lancement #pp_code_lancement_body .inner footer {
    text-align: center;
    font-size: 12px;
  }
  #pp_code_lancement._active {
    justify-content: flex-start;
    background: transparent;
    transform: none;
    height: 37px;
  }
  #pp_code_lancement._active .pp_inner {
    top: 0;
    transform: translate(-50%, 0);
  }
  #pp_code_lancement._active .collapsed {
    display: inline-block;
  }
  #pp_code_lancement._active .notcollapsed {
    display: none;
  }
}

.modal_code_lancement .fancybox__backdrop {
  background: rgba(255, 255, 255, 0.79);
}
.modal_code_lancement .fancybox__content {
  padding: 0;
  background: transparent;
  --main-pp-content-max-width: 100%;
  --header-border-radius: 110px;
  --header-image-border-radius: 215px;
  --inner-padding-x: 5rem;
}
.modal_code_lancement .fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
.modal_code_lancement .fancybox__content > .carousel__button.is-close {
  top: 4rem;
  right: 4rem;
  color: #fff;
  background: #EE5959;
}
.modal_code_lancement .fancybox__content > .carousel__button.is-close svg {
  width: 14px;
  height: 14px;
  fill: none;
  filter: none;
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content > .carousel__button.is-close {
    top: 5px;
    right: 30px;
  }
  .modal_code_lancement .fancybox__content > .carousel__button.is-close svg {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 576px) {
  .modal_code_lancement .fancybox__content {
    --main-pp-content-max-width: 540px;
  }
}
@media (min-width: 768px) {
  .modal_code_lancement .fancybox__content {
    --main-pp-content-max-width: 720px;
  }
}
@media (min-width: 992px) {
  .modal_code_lancement .fancybox__content {
    --main-pp-content-max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .modal_code_lancement .fancybox__content {
    --main-pp-content-max-width: 1090px;
  }
}
@media (min-width: 1450px) {
  .modal_code_lancement .fancybox__content {
    --main-pp-content-max-width: 1220px;
  }
}
@media (min-width: 1500px) {
  .modal_code_lancement .fancybox__content {
    --main-pp-content-max-width: 1364px;
  }
}
.modal_code_lancement .fancybox__content .container.main_pp_content {
  max-width: var(--main-pp-content-max-width);
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content {
    --header-border-radius: 26px;
    --inner-padding-x: 30px;
  }
  .modal_code_lancement .fancybox__content .inner-padding-x-inverse {
    margin-left: calc(var(--inner-padding-x) * -0.5);
    margin-right: calc(var(--inner-padding-x) * -0.5);
  }
}
.modal_code_lancement .fancybox__content .souligne {
  position: relative;
}
.modal_code_lancement .fancybox__content .souligne:after {
  content: "";
  position: absolute;
  left: -1em;
  right: -1em;
  bottom: -0.15em;
  background-image: url(./images/trace_crayon_jaune.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 0.4em;
  transform: translateY(0.2em);
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .souligne:after {
    display: none;
  }
}
.modal_code_lancement .fancybox__content .inner-padding-x {
  padding-left: var(--inner-padding-x);
  padding-right: var(--inner-padding-x);
}
.modal_code_lancement .fancybox__content header {
  overflow: hidden;
  background: #35353C;
  border-top-left-radius: var(--header-border-radius);
  border-top-right-radius: var(--header-border-radius);
}
.modal_code_lancement .fancybox__content header h2, .modal_code_lancement .fancybox__content header .h2 {
  color: #EE5959;
  font-size: 3.857rem;
  line-height: 1;
}
.modal_code_lancement .fancybox__content header h2 small, .modal_code_lancement .fancybox__content header .h2 small, .modal_code_lancement .fancybox__content header h2 .small, .modal_code_lancement .fancybox__content header .h2 .small {
  display: block;
  font-size: 2.428rem;
  color: #fff;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.modal_code_lancement .fancybox__content header .image {
  overflow: hidden;
  border-bottom-left-radius: var(--header-image-border-radius);
}
@media (max-width: 1199px) {
  .modal_code_lancement .fancybox__content header h2, .modal_code_lancement .fancybox__content header .h2 {
    font-size: 3rem;
  }
  .modal_code_lancement .fancybox__content header h2 small, .modal_code_lancement .fancybox__content header .h2 small, .modal_code_lancement .fancybox__content header h2 .small, .modal_code_lancement .fancybox__content header .h2 .small {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content header {
    text-align: center;
    padding: 25px 15px;
  }
  .modal_code_lancement .fancybox__content header h2, .modal_code_lancement .fancybox__content header .h2 {
    position: relative;
    display: inline-block;
    font-size: 23px;
    line-height: 1.2;
  }
  .modal_code_lancement .fancybox__content header h2:after, .modal_code_lancement .fancybox__content header .h2:after {
    content: "";
    position: absolute;
    left: -0.5em;
    right: -0.5em;
    bottom: -0.4em;
    background-image: url(./images/trace_crayon_jaune.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 0.4em;
    transform: translateY(0.2em);
  }
  .modal_code_lancement .fancybox__content header h2 small, .modal_code_lancement .fancybox__content header .h2 small, .modal_code_lancement .fancybox__content header h2 .small, .modal_code_lancement .fancybox__content header .h2 .small {
    font-size: 17px;
  }
}
.modal_code_lancement .fancybox__content .body {
  background: #fff;
  padding-top: 3rem;
  border-bottom-left-radius: var(--header-border-radius);
  border-bottom-right-radius: var(--header-border-radius);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body {
    padding-top: 20px;
  }
}
.modal_code_lancement .fancybox__content .body h3.cta_loupe, .modal_code_lancement .fancybox__content .body .cta_loupe.h3 {
  font-size: 1.714rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.modal_code_lancement .fancybox__content .body h3.cta_loupe .cta_loupe:before, .modal_code_lancement .fancybox__content .body .cta_loupe.h3 .cta_loupe:before {
  content: "";
  width: 1.928rem;
  height: 1.857rem;
  margin-right: 1rem;
}
.modal_code_lancement .fancybox__content .body h3.cta_loupe span, .modal_code_lancement .fancybox__content .body .cta_loupe.h3 span {
  position: relative;
  top: 0.1em;
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body h3.cta_loupe, .modal_code_lancement .fancybox__content .body .cta_loupe.h3 {
    padding: 7px;
    font-size: 12px;
    border-width: 1px;
  }
  .modal_code_lancement .fancybox__content .body h3.cta_loupe:before, .modal_code_lancement .fancybox__content .body .cta_loupe.h3:before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .modal_code_lancement .fancybox__content .body h3.cta_loupe span, .modal_code_lancement .fancybox__content .body .cta_loupe.h3 span {
    top: 0;
  }
}
.modal_code_lancement .fancybox__content .body .fleche {
  padding-top: 2rem;
}
.modal_code_lancement .fancybox__content .body .questions {
  margin-bottom: 1.5rem;
}
.modal_code_lancement .fancybox__content .body .questions .question {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EE5959;
  padding: 1.5rem 0;
}
.modal_code_lancement .fancybox__content .body .questions .question:last-child {
  border-bottom: none;
}
.modal_code_lancement .fancybox__content .body .questions .question .num {
  flex: 0 0 4rem;
  font-size: 2.143rem;
  font-weight: 500;
  color: #EE5959;
}
.modal_code_lancement .fancybox__content .body .questions .question .label {
  flex: 0 0 61%;
  font-size: 1.428rem;
  line-height: 1.2;
  font-weight: normal;
}
.modal_code_lancement .fancybox__content .body .questions .question .checkboxes {
  display: flex;
  align-self: flex-end;
  margin-left: auto;
  font-size: 1.286rem;
}
.modal_code_lancement .fancybox__content .body .questions .question .checkboxes .form-check {
  margin-right: 2rem;
  color: #EE5959;
}
.modal_code_lancement .fancybox__content .body .questions .question .checkboxes .form-check .form-check-input[type=radio] {
  border-color: #EE5959;
}
.modal_code_lancement .fancybox__content .body .questions .question .checkboxes .form-check .form-check-input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"15\" height=\"12\" fill=\"%23fff\" xmlns:v=\"https://vecta.io/nano\"%3e%3cpath d=\"M.15 5.768L2.27 3.646l5.659 5.656-2.121 2.122z\"/%3e%3cpath d=\"M3.686 9.303L12.878.111 15 2.232l-9.192 9.192z\"/%3e%3c/svg%3e");
  background-size: 60%;
}
.modal_code_lancement .fancybox__content .body .questions .question .checkboxes .form-check label {
  padding-top: 0.1em;
}
.modal_code_lancement .fancybox__content .body .questions .question:nth-child(3) .label {
  color: #EE5959;
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body .questions .question {
    display: block;
    text-align: center;
  }
  .modal_code_lancement .fancybox__content .body .questions .question .num,
.modal_code_lancement .fancybox__content .body .questions .question .label {
    font-size: 13px;
    display: inline;
  }
  .modal_code_lancement .fancybox__content .body .questions .question .checkboxes {
    display: flex;
    justify-content: center;
    font-size: 13px;
    margin-top: 10px;
  }
  .modal_code_lancement .fancybox__content .body .questions .question .checkboxes .form-check:last-child {
    margin-right: 0;
  }
}
.modal_code_lancement .fancybox__content .body textarea {
  border: 1px solid #EE5959;
  box-shadow: none;
  padding: 2rem 4rem;
  font-size: 1.285rem;
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body textarea {
    font-size: 13px;
    padding: 15px;
  }
}
.modal_code_lancement .fancybox__content .body .form2 {
  background: #EE5959;
  color: #fff;
  border-bottom-left-radius: var(--header-border-radius);
  border-bottom-right-radius: var(--header-border-radius);
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body .form2 {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .modal_code_lancement .fancybox__content .body .form2 h3, .modal_code_lancement .fancybox__content .body .form2 .h3 {
    font-size: 17px;
    position: relative;
    z-index: 1;
  }
}
.modal_code_lancement .fancybox__content .body .form2 .box {
  position: relative;
}
.modal_code_lancement .fancybox__content .body .form2 .box img {
  position: absolute;
  left: 50%;
  transform: translateX(-33%);
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body .form2 .box {
    height: 95px;
  }
  .modal_code_lancement .fancybox__content .body .form2 .box img {
    transform: translate(-40%, -18%);
  }
}
.modal_code_lancement .fancybox__content .body .form2 .form-control {
  padding-top: 0.65rem;
  padding-bottom: 0.45rem;
  box-shadow: none;
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body .form2 .form-control {
    position: relative;
    z-index: 1;
  }
}
.modal_code_lancement .fancybox__content .body .form2 .invalid-feedback {
  color: #fff;
}
.modal_code_lancement .fancybox__content .body .form2 .btn {
  font-size: 1.285rem;
  font-weight: 500;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  box-shadow: none;
}
.modal_code_lancement .fancybox__content .body .frm-message {
  font-size: 2.143rem;
  line-height: 1.3;
  text-align: center;
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease;
}
.modal_code_lancement .fancybox__content .body .frm-message .inner {
  padding: 3rem 0;
  max-width: 49rem;
  margin: 0 auto;
}
.modal_code_lancement .fancybox__content .body .frm-message h3, .modal_code_lancement .fancybox__content .body .frm-message .h3 {
  font-family: "Authenia", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 4.28rem;
  font-weight: normal;
}
@media (max-width: 991px) {
  .modal_code_lancement .fancybox__content .body .frm-message {
    font-size: 13px;
  }
  .modal_code_lancement .fancybox__content .body .frm-message .inner {
    padding: 25px 30px;
  }
  .modal_code_lancement .fancybox__content .body .frm-message h3, .modal_code_lancement .fancybox__content .body .frm-message .h3 {
    font-size: 40px;
  }
}

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