/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src-frontend/scss/main.scss ***!
  \**********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap);
/*!*****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./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(/img/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/img/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(/img/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!./node_modules/ol/ol.css ***!
  \**************************************************************************/
:root,
:host {
  --ol-background-color: white;
  --ol-accent-background-color: #F5F5F5;
  --ol-subtle-background-color: rgba(128, 128, 128, 0.25);
  --ol-partial-background-color: rgba(255, 255, 255, 0.75);
  --ol-foreground-color: #333333;
  --ol-subtle-foreground-color: #666666;
  --ol-brand-color: #00AAFF;
}

.ol-box {
  box-sizing: border-box;
  border-radius: 2px;
  border: 1.5px solid var(--ol-background-color);
  background-color: var(--ol-partial-background-color);
}

.ol-mouse-position {
  top: 8px;
  right: 8px;
  position: absolute;
}

.ol-scale-line {
  background: var(--ol-partial-background-color);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid var(--ol-subtle-foreground-color);
  border-top: none;
  color: var(--ol-foreground-color);
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
  transition: all 0.25s;
}

.ol-scale-bar {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.ol-scale-bar-inner {
  display: flex;
}

.ol-scale-step-marker {
  width: 1px;
  height: 15px;
  background-color: var(--ol-foreground-color);
  float: right;
  z-index: 10;
}

.ol-scale-step-text {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  z-index: 11;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-text {
  position: absolute;
  font-size: 12px;
  text-align: center;
  bottom: 25px;
  color: var(--ol-foreground-color);
  text-shadow: -1.5px 0 var(--ol-partial-background-color), 0 1.5px var(--ol-partial-background-color), 1.5px 0 var(--ol-partial-background-color), 0 -1.5px var(--ol-partial-background-color);
}

.ol-scale-singlebar {
  position: relative;
  height: 10px;
  z-index: 9;
  box-sizing: border-box;
  border: 1px solid var(--ol-foreground-color);
}

.ol-scale-singlebar-even {
  background-color: var(--ol-subtle-foreground-color);
}

.ol-scale-singlebar-odd {
  background-color: var(--ol-background-color);
}

.ol-unsupported {
  display: none;
}

.ol-viewport,
.ol-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.ol-viewport canvas {
  all: unset;
}

.ol-selectable {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

.ol-grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.ol-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.ol-control {
  position: absolute;
  background-color: var(--ol-subtle-background-color);
  border-radius: 4px;
}

.ol-zoom {
  top: .5em;
  left: .5em;
}

.ol-rotate {
  top: .5em;
  right: .5em;
  transition: opacity .25s linear, visibility 0s linear;
}

.ol-rotate.ol-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s linear, visibility 0s linear .25s;
}

.ol-zoom-extent {
  top: 4.643em;
  left: .5em;
}

.ol-full-screen {
  right: .5em;
  top: .5em;
}

.ol-control button {
  display: block;
  margin: 1px;
  padding: 0;
  color: var(--ol-subtle-foreground-color);
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  text-align: center;
  height: 1.375em;
  width: 1.375em;
  line-height: .4em;
  background-color: var(--ol-background-color);
  border: none;
  border-radius: 2px;
}

.ol-control button::-moz-focus-inner {
  border: none;
  padding: 0;
}

.ol-zoom-extent button {
  line-height: 1.4em;
}

.ol-compass {
  display: block;
  font-weight: normal;
  will-change: transform;
}

.ol-touch .ol-control button {
  font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
  top: 5.5em;
}

.ol-control button:hover,
.ol-control button:focus {
  text-decoration: none;
  outline: 1px solid var(--ol-subtle-foreground-color);
  color: var(--ol-foreground-color);
}

.ol-zoom .ol-zoom-in {
  border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
  border-radius: 0 0 2px 2px;
}

.ol-attribution {
  text-align: right;
  bottom: .5em;
  right: .5em;
  max-width: calc(100% - 1.3em);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
}

.ol-attribution a {
  color: var(--ol-subtle-foreground-color);
  text-decoration: none;
}

.ol-attribution ul {
  margin: 0;
  padding: 1px .5em;
  color: var(--ol-foreground-color);
  text-shadow: 0 0 2px var(--ol-background-color);
  font-size: 12px;
}

.ol-attribution li {
  display: inline;
  list-style: none;
}

.ol-attribution li:not(:last-child):after {
  content: " ";
}

.ol-attribution img {
  max-height: 2em;
  max-width: inherit;
  vertical-align: middle;
}

.ol-attribution button {
  flex-shrink: 0;
}

.ol-attribution.ol-collapsed ul {
  display: none;
}

.ol-attribution:not(.ol-collapsed) {
  background: var(--ol-partial-background-color);
}

.ol-attribution.ol-uncollapsible {
  bottom: 0;
  right: 0;
  border-radius: 4px 0 0;
}

.ol-attribution.ol-uncollapsible img {
  margin-top: -.2em;
  max-height: 1.6em;
}

.ol-attribution.ol-uncollapsible button {
  display: none;
}

.ol-zoomslider {
  top: 4.5em;
  left: .5em;
  height: 200px;
}

.ol-zoomslider button {
  position: relative;
  height: 10px;
}

.ol-touch .ol-zoomslider {
  top: 5.5em;
}

.ol-overviewmap {
  left: 0.5em;
  bottom: 0.5em;
}

.ol-overviewmap.ol-uncollapsible {
  bottom: 0;
  left: 0;
  border-radius: 0 4px 0 0;
}

.ol-overviewmap .ol-overviewmap-map,
.ol-overviewmap button {
  display: block;
}

.ol-overviewmap .ol-overviewmap-map {
  border: 1px solid var(--ol-subtle-foreground-color);
  height: 150px;
  width: 150px;
}

.ol-overviewmap:not(.ol-collapsed) button {
  bottom: 0;
  left: 0;
  position: absolute;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map,
.ol-overviewmap.ol-uncollapsible button {
  display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
  background: var(--ol-subtle-background-color);
}

.ol-overviewmap-box {
  border: 1.5px dotted var(--ol-subtle-foreground-color);
}

.ol-overviewmap .ol-overviewmap-box:hover {
  cursor: move;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/core.css ***!
  \***********************************************************************************************/
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/accordion.css ***!
  \****************************************************************************************************/
/*!
 * jQuery UI Accordion 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/autocomplete.css ***!
  \*******************************************************************************************************/
/*!
 * jQuery UI Autocomplete 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/button.css ***!
  \*************************************************************************************************/
/*!
 * jQuery UI Button 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/checkboxradio.css ***!
  \********************************************************************************************************/
/*!
 * jQuery UI Checkboxradio 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}

/*!*******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/controlgroup.css ***!
  \*******************************************************************************************************/
/*!
 * jQuery UI Controlgroup 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}


/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/datepicker.css ***!
  \*****************************************************************************************************/
/*!
 * jQuery UI Datepicker 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/dialog.css ***!
  \*************************************************************************************************/
/*!
 * jQuery UI Dialog 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/draggable.css ***!
  \****************************************************************************************************/
/*!
 * jQuery UI Draggable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/menu.css ***!
  \***********************************************************************************************/
/*!
 * jQuery UI Menu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/progressbar.css ***!
  \******************************************************************************************************/
/*!
 * jQuery UI Progressbar 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}

/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/resizable.css ***!
  \****************************************************************************************************/
/*!
 * jQuery UI Resizable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}

/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/selectable.css ***!
  \*****************************************************************************************************/
/*!
 * jQuery UI Selectable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}

/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/selectmenu.css ***!
  \*****************************************************************************************************/
/*!
 * jQuery UI Selectmenu 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}

/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/sortable.css ***!
  \***************************************************************************************************/
/*!
 * jQuery UI Sortable 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}

/*!*************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/slider.css ***!
  \*************************************************************************************************/
/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/spinner.css ***!
  \**************************************************************************************************/
/*!
 * jQuery UI Spinner 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/tabs.css ***!
  \***********************************************************************************************/
/*!
 * jQuery UI Tabs 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/*!**************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/tooltip.css ***!
  \**************************************************************************************************/
/*!
 * jQuery UI Tooltip 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/base.css ***!
  \***********************************************************************************************/
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/theme.css ***!
  \************************************************************************************************/
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/img/ui-icons_444444_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/img/ui-icons_444444_256x240.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/img/ui-icons_555555_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/img/ui-icons_ffffff_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/img/ui-icons_777620_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/img/ui-icons_cc0000_256x240.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/img/ui-icons_777777_256x240.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/jquery-ui/themes/base/all.css ***!
  \**********************************************************************************************/
/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \**********************************************************************************************************/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel], .iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input,
[dir=rtl] .iti--allow-dropdown input[type=text],
[dir=rtl] .iti--allow-dropdown input[type=tel], [dir=rtl] .iti--separate-dial-code input,
[dir=rtl] .iti--separate-dial-code input[type=text],
[dir=rtl] .iti--separate-dial-code input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url(/img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/img/flags@2x.png);
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src-frontend/scss/main.scss (1) ***!
  \**************************************************************************************************************************/
@charset "UTF-8";
/*!
* Start Bootstrap - SB Admin v6.0.0 (https://startbootstrap.com/templates/sb-admin)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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 {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  /*color: #007bff;*/
  color: white;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  /*text-decoration: underline;*/
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  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.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 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;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 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;
  line-height: 1.5;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  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 {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem 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;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  /* color: #212529; */
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #81b650;
  /* border-color: #007bff; */
}

/*
.btn-primary:hover {
  color: #fff;
  background-color: --culti-green;
  border-color: --culti-green;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
*/
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  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;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  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.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  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;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .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;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .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;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.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:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.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:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

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

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z%27/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27%3e%3cpath stroke=%27%23fff%27 d=%27M0 2h4%27/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23343a40%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.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;
  line-height: 1.5;
}

.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;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -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-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 .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  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.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -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-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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23fff%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath d=%27M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

.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;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6c757d !important;
}

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

.border-info {
  border-color: #17a2b8 !important;
}

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

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

.fixed-top,
.sb-nav-fixed #layoutSidenav #layoutSidenav_nav,
.sb-nav-fixed .sb-topnav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

.shadow-none {
  box-shadow: none !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;
}

.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;
}

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
html,
body {
  height: 100%;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}

#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}

#layoutSidenav {
  display: flex;
}

#layoutSidenav #layoutSidenav_nav {
  flex-basis: 265px;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-265px);
}

#layoutSidenav #layoutSidenav_content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  min-height: calc(100vh - 70px);
  margin-left: -265px;
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
  transform: translateX(0);
}

.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1037;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 992px) {
  #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
    transition: margin 0.15s ease-in-out;
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    transform: translateX(-265px);
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-left: -265px;
  }
  .sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    display: none;
  }
}
.sb-nav-fixed .sb-topnav {
  z-index: 1039;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav {
  width: 265px;
  height: 100vh;
  z-index: 1038;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav {
  padding-top: 70px;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_nav .sb-sidenav .sb-sidenav-menu {
  overflow-y: auto;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 265px;
  top: 70px;
}

#layoutError {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#layoutError #layoutError_content {
  min-width: 0;
  flex-grow: 1;
}

#layoutError #layoutError_footer {
  min-width: 0;
}

.img-error {
  max-width: 20rem;
}

.nav .nav-link .sb-nav-link-icon,
.sb-sidenav-menu .nav-link .sb-nav-link-icon {
  margin-right: 0.5rem;
}

.sb-topnav {
  padding-left: 0;
  height: 70px;
  z-index: 1039;
}

.sb-topnav .navbar-brand {
  width: 265px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
}

.sb-topnav.navbar-dark #sidebarToggle {
  color: rgba(255, 255, 255, 0.5);
}

.sb-topnav.navbar-light #sidebarToggle {
  color: #212529;
}

.sb-sidenav {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-wrap: nowrap;
}

.sb-sidenav .sb-sidenav-menu {
  flex-grow: 1;
}

.sb-sidenav .sb-sidenav-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-heading {
  padding: 1.75rem 1rem 0.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link {
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-nav-link-icon {
  font-size: 0.9rem;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link .sb-sidenav-collapse-arrow {
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
}

.sb-sidenav .sb-sidenav-menu .nav .nav-link.collapsed .sb-sidenav-collapse-arrow {
  transform: rotate(-90deg);
}

.sb-sidenav .sb-sidenav-menu .nav .sb-sidenav-menu-nested {
  margin-left: 1.5rem;
  flex-direction: column;
}

.sb-sidenav .sb-sidenav-footer {
  padding: 0.75rem;
  flex-shrink: 0;
}

.sb-sidenav-dark {
  background-color: #212529;
  color: rgba(255, 255, 255, 0.5);
}

.sb-sidenav-dark .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: rgba(255, 255, 255, 0.25);
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: rgba(255, 255, 255, 0.25);
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: rgba(255, 255, 255, 0.25);
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link:hover {
  color: #fff;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link.active {
  color: #fff;
}

.sb-sidenav-dark .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
  color: #fff;
}

.sb-sidenav-dark .sb-sidenav-footer {
  background-color: #343a40;
}

.sb-sidenav-light {
  background-color: #f8f9fa;
  color: #212529;
}

.sb-sidenav-light .sb-sidenav-menu .sb-sidenav-menu-heading {
  color: #adb5bd;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link {
  color: #212529;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-nav-link-icon {
  color: #adb5bd;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link .sb-sidenav-collapse-arrow {
  color: #adb5bd;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
  color: #007bff;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link.active {
  color: #007bff;
}

.sb-sidenav-light .sb-sidenav-menu .nav-link.active .sb-nav-link-icon {
  color: #007bff;
}

.sb-sidenav-light .sb-sidenav-footer {
  background-color: #e9ecef;
}

:root {
  /* COLORS */
  --culti-green: #26a659; /* rgb(129, 182, 80) */
  --culti-hover: #208c4b;
  --sentinel-green: var(--culti-hover);
  --planet-green: #f75c3a;
  --culti-dark-green: #203b30;
  --culti-red: #a81227;
  --culti-black: #323540; /* rgb(50, 53, 64) */
  --culti-light-grey: #f4f4f4;
  --culti-menu-font-color: #302f31bf;
  --culti-new-dark: #302f31;
  --culti-footer-green: #274936;
  --culti-dark-grey: #e0e0e0;
  --culti-darker-grey: #c5c5c5;
  --culti-white: #ffffff;
  --default-border-color: rgba(0, 0, 0, 0.2);
  --default-box-shadow: 0 0.25rem 1rem 0 rgba(19, 82, 53, 0.15);
  /* SIZES */
  --sidenav-width: 330px;
  --cursor-x: 0.5;
  --cursor-y: 0.5;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
}

.heading-h1 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--culti-black);
  line-height: 1.35;
  margin-bottom: 2rem;
}
.heading-h1--center {
  margin: 0 auto 2rem auto;
  text-align: center;
}
.heading-h1--nomargin {
  margin-bottom: 1.5rem !important;
}
@media only screen and (min-width : 420px) {
  .heading-h1 {
    font-size: 1.75rem;
    margin-bottom: 4rem;
  }
  .heading-h1--center {
    margin: 0 auto 4rem auto;
    text-align: center;
  }
}
@media only screen and (min-width : 992px) {
  .heading-h1 {
    font-size: 2.375rem;
    margin-bottom: 4.5rem;
  }
  .heading-h1--center {
    margin: 0 auto 4.5rem auto;
    text-align: center;
  }
}

.polygon {
  position: relative;
}
.polygon::after {
  display: none;
}
@media only screen and (min-width : 420px) {
  .polygon::after {
    display: block;
    position: absolute;
    user-select: none;
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media only screen and (min-width : 992px) {
  .polygon::after {
    width: 8.5rem;
    height: 8.5rem;
  }
}

.heading-h2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--culti-black);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width : 420px) {
  .heading-h2 {
    line-height: 1.7;
    font-size: 1rem;
  }
}
@media only screen and (min-width : 992px) {
  .heading-h2 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

.heading-h3 {
  display: inline;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  text-align: left;
  color: var(--culti-green);
}

.text--medium {
  font-size: 0.875rem;
  line-height: 1.8;
}
.text--medium b {
  font-weight: 600;
}
.text--small {
  font-size: 0.875rem;
  line-height: 1.7;
}
@media only screen and (min-width : 420px) {
  .text--medium {
    font-size: 1rem;
  }
  .text--small {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 992px) {
  .text--medium {
    font-size: 1.125rem;
  }
  .text--small {
    font-size: 1.125rem;
  }
}

.culti-content-header {
  width: 50%;
  padding: 1.125rem 0;
  text-align: center;
  background-color: var(--culti-light-grey);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 auto 12px auto;
}

.culti-content-header h1 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

.cultiwise-header {
  padding-top: 0 !important;
}

.green-text {
  color: var(--culti-green);
}

/*Settings for portal, that's just temporary solution, so i don't have to overwrite 50 files
this is not best practice 
don't do this on your project
*/
h1 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--culti-black);
  line-height: 1.35;
  margin-bottom: 2rem;
}
@media only screen and (min-width : 420px) {
  h1 {
    font-size: 1.75rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width : 992px) {
  h1 {
    font-size: 2.375rem;
    margin-bottom: 4.5rem;
  }
}

h2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--culti-black);
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width : 420px) {
  h2 {
    line-height: 1.7;
    font-size: 1rem;
  }
}
@media only screen and (min-width : 992px) {
  h2 {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}

h3 {
  display: inline;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  text-align: left;
  color: var(--culti-green);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
}

.iti__flag {
  background-image: url(/img/flags.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url(/img/flags@2x.png);
  }
}
.c-helpers__no-display {
  display: none !important;
}

.c-btn-primary {
  display: inline-flex;
  margin: 1em auto;
  padding: 0.4em 1.2em;
  font-weight: 600;
  text-align: center;
  color: var(--culti-white);
  background-color: var(--culti-green);
  border: none;
  border-radius: 0.4em;
  width: max-content;
  outline: none;
  transition: all 0.4s;
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (min-width : 992px) {
  .c-btn-primary {
    margin: 1em 0;
  }
}
.c-btn-primary:hover {
  color: var(--culti-white);
  cursor: pointer;
  background-color: var(--culti-hover);
}
.c-btn-primary:focus {
  outline: none;
}
.c-btn-primary:disabled {
  background-color: var(--culti-dark-grey);
}
.c-btn-primary a {
  color: var(--culti-white);
  outline: none;
}

.c-btn-table,
.c-table .c-btn-table {
  display: inline-flex;
  padding: 1rem 2.5rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: var(--culti-white);
  background-color: var(--culti-green);
  border: none;
  border-radius: 0.4em;
  transition: all 0.4s;
  font-size: 0.75rem;
  margin: 0.625rem;
  outline: none;
  text-transform: uppercase;
}
.c-btn-table__small,
.c-table .c-btn-table__small {
  margin: 1em auto;
  padding: 0.4em 1.2em;
}
.c-btn-table:hover,
.c-table .c-btn-table:hover {
  color: var(--culti-white);
  cursor: pointer;
  background-color: var(--culti-hover);
}
.c-btn-table:disabled, .c-btn-table__disabled, .c-btn-table__disabled:hover,
.c-table .c-btn-table:disabled,
.c-table .c-btn-table__disabled,
.c-table .c-btn-table__disabled:hover {
  color: var(--culti-darker-grey);
  font-style: normal;
  background-color: var(--culti-dark-grey);
  cursor: default;
}

.c-btn-secondary {
  display: inline-flex;
  margin: 1em auto;
  padding: 0.4em 1.2em;
  font-weight: 600;
  text-align: center;
  color: var(--culti-black);
  background-color: transparent;
  border: 1px solid var(--culti-green);
  border-radius: 0.4em;
  width: max-content;
  outline: none;
  transition: all 0.4s;
  font-size: 12px;
  text-transform: uppercase;
}
.c-btn-secondary:hover, .c-btn-secondary:focus {
  outline: none;
  color: var(--culti-black);
  border: 1px solid var(--culti-black);
}

/*use this class when defining any submit buttons please*/
.c-btn-submit {
  display: block;
  padding: 0.4rem 1rem;
  font-size: 1.1em;
  margin: 1rem auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: var(--culti-white);
  background-color: var(--culti-green);
  border: none;
  border-radius: 0.4em;
  width: max-content;
  transition: all 0.4s;
  text-transform: uppercase;
}
.c-btn-submit:hover, .c-btn-submit:focus {
  color: var(--culti-white);
  outline: none;
  cursor: pointer;
  background-color: var(--culti-hover);
}
.c-btn-submit:disabled {
  background-color: var(--culti-dark-grey);
}

.c-btn-change {
  display: block;
  padding: 0.4rem 1rem;
  font-size: 1.1em;
  margin: 1rem auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  color: var(--culti-white);
  background-color: var(--culti-black);
  border: none;
  border-radius: 0.4em;
  width: max-content;
  transition: all 0.4s;
  text-transform: uppercase;
}
.c-btn-change:hover, .c-btn-change:focus {
  color: var(--culti-white);
  outline: none;
  cursor: pointer;
  background-color: var(--culti-hover);
}
.c-btn-change:disabled {
  background-color: var(--culti-light-grey);
  color: #aaa;
  border: 1px solid #aaa;
}

.button__icon {
  height: 1.2em;
  margin-left: 0.4em;
}

.add_new_button__icon {
  height: 1.4em;
  margin-left: 0.4em;
}

.card-hyperlink {
  display: block;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  padding: 1rem 1.25rem;
  text-decoration: none;
  font-size: 1rem;
  color: #111;
  font-weight: 600;
  transition: all 0.2s ease;
}
.card-hyperlink:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}
.card-hyperlink:disabled {
  color: #9ca3af;
  pointer-events: none;
  cursor: default;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.card-hyperlink.disabled {
  color: #9ca3af;
  pointer-events: none;
  cursor: default;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.section {
  padding: 3rem 0rem;
}
@media only screen and (min-width : 768px) {
  .section {
    padding: 4rem 0rem;
  }
}
@media only screen and (min-width : 992px) {
  .section {
    padding: 6rem 0rem;
  }
}
.section--wider {
  max-width: none;
}
.section--top {
  padding-top: 14.25rem;
}
.section--nopad {
  padding: 0rem;
}

.c-wrapper {
  padding: 0 1rem;
  width: 90rem;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width : 768px) {
  .c-wrapper {
    padding: 0 2rem;
  }
}
@media only screen and (min-width : 1200px) {
  .c-wrapper {
    padding: 0 4rem;
  }
}

/* General styles */
form {
  color: var(--culti-black);
}

input {
  width: 100%;
  height: 2em;
  border: none;
  border-bottom: 1px solid var(--default-border-color);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 2.2em;
  padding: 0.3em 0.3em;
  transition: border 0.1s;
  font-weight: 500;
  background-color: transparent;
}

input:focus {
  border-color: var(--culti-green);
  border-width: 2px;
  outline: none;
}

input::placeholder {
  color: #999;
}

/* Select boxes */
select {
  width: 100%;
  height: 2em;
  border: none;
  border-bottom: 1px solid var(--default-border-color);
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 2.2em;
  transition: border 0.1s;
  font-weight: 500;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(/img/icon-arrow-down.svg) no-repeat right;
  background-size: 1em;
}

select[multiple] {
  height: auto;
}

select:focus {
  border-color: var(--culti-green);
  border-width: 2px;
  outline: none;
}

/* Textareas */
textarea {
  min-width: 60%;
  width: 100%;
  min-height: 10em;
  border: 1px solid var(--default-border-color);
  box-shadow: none;
  transition: border 0.1s;
  margin-bottom: 2.2em;
  padding: 0.2em;
  font-weight: 500;
}

textarea:focus {
  border-color: var(--culti-green);
  border-width: 2px;
  outline: none;
}

textarea::placeholder,
input::placeholder {
  opacity: 1;
  color: #bbb;
}

/* Radio buttons & checkboxes */
/* Use divs to put each radio/checkbox on new line */
input[type=radio],
input[type=checkbox] {
  margin: 0 0.2em 0 0.4em;
}

/* File upload input field */
input[type=file] {
  border: none;
  padding: 0;
}
input[type=file]:hover {
  cursor: pointer;
}

/* Labels and legends */
label {
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 3px;
}

legend {
  font-size: 1em;
  font-weight: 500;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content .map {
  position: relative;
  height: 400px;
  width: 100%;
  margin-bottom: 1em;
  left: 0;
  top: 0;
}

.c-divider {
  background-color: var(--culti-dark-green);
}
.c-divider__inner {
  padding: 2rem;
  text-align: center;
  max-width: 75rem;
  margin: 0 auto;
}
@media only screen and (min-width : 768px) {
  .c-divider__inner {
    padding: 3rem;
  }
}
@media only screen and (min-width : 992px) {
  .c-divider__inner {
    padding: 4rem;
  }
}
.c-divider__white-text {
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width : 420px) {
  .c-divider__white-text {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width : 992px) {
  .c-divider__white-text {
    font-size: 1.325rem;
  }
}
.c-divider__green-text {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: var(--culti-green);
  margin-bottom: 0rem;
}
@media only screen and (min-width : 992px) {
  .c-divider__green-text {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width : 992px) {
  .c-divider__green-text {
    font-size: 1.25rem;
  }
}
.c-divider__input-wrapper {
  display: flex;
  flex-direction: row;
  max-width: 42rem;
  margin: 2rem auto 0 auto;
  border: 4px solid white;
  border-radius: 6px;
  background-color: white;
}
.c-divider__input {
  background-color: white;
  font-size: 1rem;
  color: #989a9f;
  height: initial;
  padding: 0.5rem;
  margin: 0;
  border: none;
}
.c-divider__input:focus {
  outline: none;
}
@media only screen and (min-width : 768px) {
  .c-divider__input {
    padding: 1rem;
  }
}
.c-divider__button {
  background-color: var(--culti-black);
  font-size: 1rem;
  font-weight: bold;
  color: white;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  border: 1px solid var(--culti-black);
  border-radius: 6px;
  outline: none;
}
.c-divider__button:after, .c-divider__button:focus {
  border: none;
  outline: none;
  background-color: var(--culti-green);
}
@media only screen and (min-width : 768px) {
  .c-divider__button {
    font-size: 1.365rem;
    padding: 0.5rem 2rem;
  }
}

/* The sliders */
.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 30px;
  /* Specified height */
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 244, 0) 50%, rgb(26, 255, 0) 100%);
  outline: none;
  /* Remove outline */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: #4caf50;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 20px;
  /* Set a specific slider handle width */
  height: 30px;
  /* Slider handle height */
  background: #ffffff;
  /* Green background */
  opacity: 0.6;
  cursor: pointer;
  /* Cursor on hover */
}

.paginator .pagination {
  display: flex;
  justify-content: center;
}
.paginator .pagination a {
  color: var(--culti-black);
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}
.paginator .pagination a:hover {
  color: var(--culti-green);
}
.paginator .pagination li {
  padding: 10px;
}

.paginator {
  color: var(--culti-black);
  font-size: 12px;
}

.paginator .pagination-info {
  padding: 0.825rem;
  font-weight: 600;
  text-align: right;
}

.table-buttons {
  display: inline-flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0.5rem 0 0.5rem 0;
}

.search-button {
  padding: 20px;
}

.table-shadow {
  box-shadow: 6.5px 4.5px 3.2px 0 rgba(47, 96, 36, 0.1);
}
.table-shadow tbody tr td {
  /* word-break: break-all; */
}

.vertical-table tbody tr th {
  background-color: var(--culti-dark-green);
  color: white;
  width: 30%;
}

.vertical-table-red tbody tr th {
  background-color: var(--culti-red);
  color: white;
  font-size: 18px;
  padding: 0.5rem;
}
.vertical-table-red tbody td {
  text-align: left;
  padding: 30px 40px;
}

.c-submenu {
  display: none;
  border: none;
  list-style: none;
  flex-direction: column;
  background-color: white;
  padding: 0.5rem 0;
  align-items: center;
  border-radius: 5px;
}
.c-submenu[data-state~=opened] {
  display: flex;
}
@media only screen and (min-width : 1200px) {
  .c-submenu {
    min-width: 10rem;
    box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -1rem;
    right: 0;
    transform: translateY(100%);
  }
}
.c-submenu__item {
  margin-bottom: 0.5rem;
}
@media only screen and (min-width : 1200px) {
  .c-submenu__item {
    width: 100%;
    margin-bottom: 0;
  }
}
.c-submenu__link {
  font-size: 14px;
  font-weight: 600;
  display: block;
  width: 100%;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.c-submenu__link:hover, .c-submenu__link:active {
  color: var(--culti-black);
  background-color: var(--culti-white);
}
@media only screen and (min-width : 1200px) {
  .c-submenu__link {
    font-size: 0.75rem;
    padding: 0.25rem 1.5rem;
  }
  .c-submenu__link:hover, .c-submenu__link:active {
    color: var(--culti-black);
    background-color: var(--culti-light-grey);
  }
}
.c-submenu__divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  display: none;
  border-top: 1px solid #e9ecef;
}
@media only screen and (min-width : 1200px) {
  .c-submenu__divider {
    display: block;
  }
}

.c-add_new_submenu {
  display: none;
  border: none;
  list-style: none;
  flex-direction: column;
  background-color: white;
  padding: 0.5rem 0;
  align-items: normal;
  border-radius: 5px;
  box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0.3rem;
  transform: translateY(100%);
  left: 1.2rem;
  width: 11rem;
}
.c-add_new_submenu[data-state~=opened] {
  display: flex;
}
.c-add_new_submenu__item {
  width: 100%;
  margin-bottom: 0;
}
.c-add_new_submenu__item:hover, .c-add_new_submenu__item.hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--culti-black);
  background-color: var(--culti-dark-grey);
}
.c-add_new_submenu__item.collapsible:not(.collapsed) {
  background-color: var(--culti-dark-grey);
  border-left: 2px solid var(--culti-black);
}
.c-add_new_submenu__item--generic a {
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--culti-black);
  user-select: none;
  width: 100%;
  padding: 0.875rem 0rem;
}
.c-add_new_submenu__item--generic a:hover {
  color: var(--culti-black);
}
.c-add_new_submenu__link {
  font-weight: 600;
  display: block;
  width: 100%;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.75rem;
  padding: 0.25rem 1.5rem;
}
.c-add_new_submenu__link:hover, .c-add_new_submenu__link:active {
  color: var(--culti-black);
  background-color: var(--culti-light-grey);
}
.c-add_new_submenu__button {
  display: flex;
  padding: 0.3125rem 1.5rem;
}
.c-add_new_submenu__divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  display: none;
  border-top: 1px solid #e9ecef;
}
@media only screen and (min-width : 1200px) {
  .c-add_new_submenu__divider {
    display: block;
  }
}
.c-add_new_submenu__dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--culti-green);
  border: none;
  border-radius: 0.4em;
  width: max-content;
  outline: none;
  transition: all 0.4s;
  font-size: 12px;
  margin: 0.5em auto;
  padding: 0.5em 1.2em;
  color: white;
}
.c-add_new_submenu__dropdown-toggle::after {
  display: flex;
  align-items: center;
  margin-left: 0rem;
  margin-top: 0.1rem;
}
.c-add_new_submenu__dropdown-btn_add-new {
  font-size: 0.8125rem;
  margin: 0 0.5rem 0 0;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
}
.c-add_new_submenu__close-menu-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-bottom: 2px;
}
.c-add_new_submenu__close-menu-btn:hover, .c-add_new_submenu__close-menu-btn.hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--culti-black);
  background-color: var(--culti-dark-grey);
}
.c-add_new_submenu__dropdown-item-add-new {
  position: relative;
}

/* === New Operation button typography and submenu divider — keep dimensions intact === */
.c-add_new_submenu {
  /* Trigger button text: adjust only font styling, not size/padding */
  /* Add a subtle divider between items without affecting spacing */
  /* Harmonize submenu link typography (keep dimensions as-is) */
}
.c-add_new_submenu__dropdown-btn_add-new {
  font-weight: 700; /* stronger weight to match mock */
  letter-spacing: 0.04em; /* subtle tracking for uppercase look */
  /* font-size and padding come from existing rules; do not change */
}
.c-add_new_submenu__item + .c-add_new_submenu__item {
  border-top: 1px solid #e9ecef;
}
.c-add_new_submenu .c-sidenav-menu__add_new_link {
  letter-spacing: 0.02em; /* light tracking */
  text-transform: none; /* keep natural casing of labels */
  margin: 3px 0;
}

.c-modal-form {
  font-size: 0.75rem;
  padding: 0 1.25rem 0 1.25rem;
  line-height: 2.05;
  background-color: var(--culti-white);
  width: 100%;
}
.c-modal-form p {
  font-size: 0.625rem;
  font-style: italic;
  text-align: justify;
  font-weight: 400;
  color: var(--culti-black);
  margin-bottom: 1rem;
}
.c-modal-form__description {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--culti-black);
  margin-bottom: 1rem;
  line-height: 1.2rem;
  text-align: justify;
}
.c-modal-form__title {
  display: block;
  font-size: 1.175rem;
  font-weight: 600;
  font-style: normal;
  color: var(--culti-black);
  margin-bottom: 0.35rem;
}
.c-modal-form__title--center {
  text-align: center;
}
.c-modal-form__subtitle {
  font-size: 0.815rem;
  font-weight: 600;
  color: var(--culti-black);
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-modal-form__button-wrapper {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.c-modal-form__button-wrapper button {
  font-size: 0.75rem;
  margin: 0;
}
.c-modal-form__button-wrapper button.c-btn-secondary {
  display: block;
}
.c-modal-form__button-wrapper__title {
  display: block;
  font-size: 1.175rem;
  font-weight: 600;
  font-style: normal;
  color: var(--culti-black);
  margin-bottom: 0.35rem;
}
.c-modal-form__button-wrapper__title--center {
  text-align: center;
}
.c-modal-form .select {
  font-size: 0.875rem;
  padding: 0.5rem 0;
  border: 1px solid var(--culti-gray);
  border-radius: 0.25rem;
  background-color: var(--culti-white);
  color: var(--culti-black);
  box-sizing: border-box;
  max-width: 100%;
}
.c-modal-form .select:focus {
  border-color: var(--culti-primary);
  outline: none;
}
.c-modal-form .c-modal-form__generic-zoning-options-button-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 0.5em 0;
}
.c-modal-form .c-modal-form__generic-zoning-options-button-wrapper .zoning-options-submit-btn {
  width: 290px;
  flex: 1;
}
.c-modal-form .c-modal-form__generic-zoning-options-button-wrapper .zoning-options-btn {
  margin: 0.5em 0;
}

.c-hamburger {
  cursor: pointer;
  caret-color: transparent;
  margin-right: 10px;
}
.c-hamburger--landing {
  display: flex;
  flex: 1;
  justify-content: end;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .c-hamburger--landing {
    display: none;
  }
}
.c-hamburger--portal {
  display: block;
}
@media only screen and (min-width : 1200px) {
  .c-hamburger--portal {
    display: none;
  }
}
.c-hamburger__inner {
  display: flex;
  flex-direction: column;
  width: 25px;
}
.c-hamburger__inner span {
  border-radius: 3px;
  height: 3px;
  margin-bottom: 4px;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.c-hamburger__inner span:nth-of-type(1) {
  margin-left: auto;
  background: var(--culti-dark-green);
  width: 50%;
}
.c-hamburger__inner span:nth-of-type(2) {
  margin-left: auto;
  background: var(--culti-green);
  width: 75%;
}
.c-hamburger__inner span:nth-of-type(3) {
  margin-left: auto;
  background: var(--culti-green);
  width: 100%;
}
.c-hamburger[data-state~=opened] span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(-45deg);
}
.c-hamburger[data-state~=opened] span:nth-of-type(2) {
  width: 50%;
  transform-origin: bottom;
  transform: rotatez(-45deg) translate(-8px, -5px);
}
.c-hamburger[data-state~=opened] span:nth-of-type(3) {
  transform-origin: bottom;
  width: 100%;
  transform: translate(0px, -10px) rotatez(45deg);
}

.c-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.c-footer__top {
  background-color: var(--culti-footer-green);
  color: var(--culti-white);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  padding: 37px;
  gap: 20px;
}
@media only screen and (min-width : 992px) {
  .c-footer__top {
    flex-direction: row;
  }
}
.c-footer__contanct {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  height: 100%;
  font-size: 16px;
  gap: 60px;
}
.c-footer__contanct a {
  font-size: 20px;
  margin-top: 15px;
}
.c-footer__contanct a:hover {
  color: var(--culti-white);
}
.c-footer__logo {
  width: 200px;
}
.c-footer__nav {
  display: flex;
  flex-direction: row;
  gap: 150px;
}
.c-footer__pages, .c-footer__explore {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.c-footer__pages a, .c-footer__explore a {
  line-height: 2.5em;
  text-align: left;
  position: relative;
  width: 100%;
}
.c-footer__pages a:after, .c-footer__explore a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--culti-white);
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.c-footer__pages a:hover, .c-footer__explore a:hover {
  color: var(--culti-white);
}
.c-footer__pages a:hover:after, .c-footer__explore a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.c-footer__list-header {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-footer__bottom {
  background-color: var(--culti-new-dark);
  color: var(--culti-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px 0;
  font-size: 13px;
  gap: 20px;
}
@media only screen and (min-width : 992px) {
  .c-footer__bottom {
    flex-direction: row;
  }
}
.c-footer__terms {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-weight: 300;
}
.c-footer__terms a {
  text-decoration: none;
  color: var(--culti-white);
}
.c-footer__terms a:hover {
  color: var(--culti-white);
}
.c-footer__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-footer__social-icon {
  height: 34px;
  width: 34px;
  padding: 8px;
  background-color: var(--culti-footer-green);
  border-radius: 4px;
  transition: all 0.3s;
}
.c-footer__social-icon:hover {
  background-color: var(--culti-white);
}
.c-footer__social-icon:hover svg {
  color: var(--culti-footer-green);
}
.c-footer__social-icon svg {
  color: var(--culti-white);
  height: 18px;
}

.c-search {
  margin: 1.5em auto;
  width: 100%;
  position: relative;
  padding-right: 0;
}
.c-search__input {
  font-style: italic;
  font-weight: 500;
  color: var(--culti-black);
  font-size: 0.9em;
  border: none;
  background-color: var(--culti-light-grey);
  border-radius: 7px;
  padding: 1em 1em;
  margin-bottom: 0;
}
.c-search__icon {
  width: 1rem;
  height: 1rem;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 0.1rem;
}
.c-search__send {
  cursor: pointer;
}

.c-custom-slider {
  width: 100%;
  margin-bottom: 1.375rem;
}
.c-custom-slider__score-handle {
  margin-top: 0.3rem;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.c-custom-slider__score-handle .ui-slider-handle {
  width: 2.4em;
  height: 1.8em;
  line-height: 1.6em;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  position: absolute;
  top: -0.6em;
}
.c-custom-slider__score-handle .ui-state-active {
  background-color: #ffffff;
  color: #1b1e21;
  border: 1px solid #cccccc;
}

.c-datepicker {
  padding: 0.625rem 2rem 0 2rem;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}
.c-datepicker__content {
  position: relative;
  max-width: 100%;
}
.c-datepicker__btn {
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  display: block;
  background-color: var(--culti-green);
  width: 30px;
  height: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.c-datepicker__btn--left {
  left: 0;
  border-radius: 50% 0% 0% 50%;
}
.c-datepicker__btn--right {
  right: 0;
  border-radius: 0% 50% 50% 0%;
}
.c-datepicker__arrow {
  cursor: pointer;
  position: absolute;
  bottom: 35%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 10px;
  height: 10px;
}
.c-datepicker__arrow--left {
  left: 35%;
  transform: rotate(-225deg);
}
.c-datepicker__arrow--right {
  right: 35%;
  transform: rotate(-45deg);
}
.c-datepicker__dates {
  margin: 0px 30px 0px 30px;
  overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  white-space: nowrap;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  line-height: 30px;
  background-color: white;
  display: flex;
}
.c-datepicker__dates::-webkit-scrollbar {
  display: none;
  width: 0px;
  background: transparent; /* Chrome/Safari/Webkit */
}
.c-datepicker__date {
  cursor: pointer;
  color: black;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  min-width: 100px;
  height: 30px;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
}
.c-datepicker__date:hover {
  color: black;
  text-decoration: none;
  background-color: var(--culti-dark-grey);
}
.c-datepicker__date.active {
  color: white;
  background-color: var(--culti-green);
}
.c-datepicker__date.active:hover {
  color: white;
  background-color: var(--culti-green);
}
.c-datepicker__date_disabled {
  color: var(--culti-darker-grey);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  min-width: 100px;
  height: 30px;
  border-left: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  cursor: not-allowed;
  position: relative;
}

.c-dropdown {
  position: relative;
  display: flex;
  justify-content: center;
}
.c-dropdown__menu {
  display: none;
  position: absolute;
  background-color: white;
  border-radius: 3px;
  bottom: 0;
  z-index: 1000;
  box-shadow: rgba(26, 26, 26, 0.2) 0px 0px 12px;
  transform: translateY(calc(100% - 0.8rem));
  min-width: 7rem;
}
.c-dropdown__menu.show {
  display: flex;
  flex-direction: column;
}
.c-dropdown__item {
  padding: 0.5rem 1rem;
  color: var(--culti-black);
  font-size: 0.625rem;
  outline: none;
  border: none;
  background: transparent;
  text-align: left;
}
.c-dropdown__item:hover {
  background-color: var(--culti-light-grey);
  color: var(--culti-black);
}

.c-checkbox-tick {
  font-size: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-checkbox-tick:hover {
  cursor: pointer;
}
.c-checkbox-tick__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
}
.c-checkbox-tick__input:checked ~ .c-checkbox-tick__checkmark {
  background-color: var(--culti-green);
}
.c-checkbox-tick__checkmark {
  position: relative;
  height: 1.125rem;
  width: 1.125rem;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--culti-green);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.c-checkbox-tick__checkmark svg {
  position: absolute;
  width: 0.625rem;
}

.c-checkbox-radio {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkbox-radio.hidden {
  display: none;
}
.c-checkbox-radio.disabled {
  display: flex;
}
.c-checkbox-radio.disabled .c-checkbox-radio__checkmark {
  border: 2px solid var(--culti-darker-grey);
}
.c-checkbox-radio.disabled .c-checkbox-radio__checkmark:after {
  background: var(--culti-darker-grey);
}
.c-checkbox-radio__checkmark {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--culti-green);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-checkbox-radio__checkmark:after {
  content: "";
  display: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--culti-green);
}
.c-checkbox-radio__input {
  position: absolute;
  opacity: 0;
  width: auto;
  height: auto;
  margin: 0 !important;
}
.c-checkbox-radio__input:checked ~ .c-checkbox-radio__checkmark {
  background-color: transparent;
}
.c-checkbox-radio__input:checked ~ .c-checkbox-radio__checkmark:after {
  display: block;
}

.c-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.c-tooltip__text {
  all: initial;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  visibility: hidden;
  width: max-content;
  max-width: 30vw;
  background-color: var(--culti-dark-green);
  color: var(--culti-white);
  text-align: left;
  border-radius: 4px;
  padding: 0.8em;
  position: fixed;
  z-index: 1;
  top: var(--cursor-y);
  left: var(--cursor-x);
  /* Fade in tooltip - takes 1 second to go from 0% to 95% opacity */
  opacity: 0;
}
.c-tooltip:hover .c-tooltip__text {
  visibility: visible;
  opacity: 0.95;
}
.c-tooltip img {
  height: 1em;
}

.c-spinner {
  display: none;
}
.c-spinner.disabled {
  display: block;
}
.c-spinner.visible {
  display: block;
  text-align: center;
}
.c-spinner.visible-inline {
  display: inline-block;
  margin: auto 0 auto 1em;
}
.c-spinner__border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.25em solid var(--culti-darker-grey);
  border-right-color: var(--culti-darker-grey);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.c-spinner__span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-alert__flash {
  position: fixed;
  width: 70vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
  z-index: 10000;
}
.c-alert__flash--hidden {
  display: none;
}

dialog {
  width: 600px;
  border: none;
  border-radius: 0.5rem;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
dialog form {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}
dialog form a {
  color: var(--culti-black);
  text-decoration: underline;
}
dialog form a:hover {
  color: var(--culti-black);
}
dialog form h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}
dialog form p {
  flex-grow: 1;
  font-size: 0.75rem !important;
}
dialog form .c-dialog__button-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
dialog form .c-dialog__button-wrapper button {
  font-size: 0.75rem;
  margin: 0;
}
dialog form .c-dialog__button-wrapper button.c-btn-secondary {
  display: block;
}

.c-dialog__field-list {
  margin: 1rem 0;
}
.c-dialog__total-area {
  margin-bottom: 1rem;
}
.c-dialog__summary-container {
  background-color: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.c-dialog__summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 15px;
  padding: 10px;
}
.c-dialog__summary-total {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-weight: bold;
  font-size: 16px;
  background-color: #F4F4F4;
  padding: 10px;
}
.c-dialog__total-amount {
  color: #2e7d32;
}

.c-frontend-flash__container {
  position: fixed;
  width: 70vw;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.25rem;
  z-index: 10000;
}
.c-frontend-flash__element {
  margin-top: 1rem;
  height: auto;
}
.c-frontend-flash__element--hidden {
  display: none;
}

.c-stepper__steps-wrapper {
  margin: 0 auto 1rem auto;
  padding: 1rem 2rem 0 2rem;
  width: 62%;
  max-width: 80%;
}
.c-stepper__steps {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.c-stepper__steps:before {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--culti-green);
  width: calc(100% - 16rem);
  top: 23px;
  z-index: 0;
  left: 8rem;
}
.c-stepper__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12rem;
  z-index: 2;
}
.c-stepper__step-number-wrapper {
  padding: 0 0.5rem;
  background-color: white;
}
.c-stepper__step-number {
  font-size: larger;
  font-style: italic;
  font-weight: 600;
  background-color: var(--culti-white);
  color: var(--culti-black);
  padding: 1.125rem 1rem;
  border: 2px solid var(--culti-green);
  border-radius: 50%;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.c-stepper__step-number.active {
  background-color: var(--culti-green);
  color: var(--culti-white);
}
.c-stepper__step-text {
  font-size: small;
  margin-bottom: 0rem;
  text-align: center;
}

.c-landing-body.prevent-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  .c-landing-body.prevent-scroll {
    height: unset;
    overflow: visible;
  }
}

.c-login__container {
  min-height: calc(100vh - 150px);
  padding-top: 156px;
}

.c-login {
  flex-grow: unset;
  margin-bottom: 4rem;
}
.c-login input,
.c-login select {
  margin-bottom: 0;
}
.c-login main {
  display: block;
  min-width: 300px;
  margin: 1rem auto 3rem auto;
  text-align: center;
}
.c-login a {
  color: var(--culti-green);
}
.c-login a:hover {
  color: var(--culti-dark-green);
}
.c-login form {
  margin: 2rem auto;
  text-align: left;
}
.c-login .error-message {
  color: var(--culti-red);
}
.c-login .input {
  margin-bottom: 1.65rem;
}
.c-login .col-lg-6 {
  padding: 1em 2em;
}
.c-login__add-user {
  max-width: 700px;
}
.c-login__login {
  width: 20vw;
}
.c-login__toggles {
  width: 20vw;
  min-width: 300px;
  margin: 0 auto;
}
.c-login__toggles a {
  color: var(--culti-black);
}
.c-login__toggles a:hover {
  color: var(--culti-black);
}
.c-login__toggle, .c-login__box {
  display: inline-block;
  text-align: center;
  background-color: var(--culti-light-grey);
  padding: 0.5em 1.7em;
  border-radius: 0.5em;
  font-size: 14px;
  font-weight: 600;
}
.c-login__box {
  width: 100%;
  padding: 0.8em;
  margin-top: 0.5em;
  font-size: 16px;
}
.c-login__toggle {
  width: 49%;
}
.c-login__toggle-active {
  background-color: var(--culti-black);
  color: var(--culti-white);
}
.c-login__toggle:first-child {
  margin-right: 1px;
}
.c-login__reset-pwd {
  font-style: italic;
  font-size: 0.9em;
  color: var(--culti-black);
}
.c-login__reset-pwd:hover {
  color: var(--culti-green);
}
.c-login__terms {
  display: flex;
}
.c-login__terms input {
  width: revert;
  height: revert;
  margin-right: 0.5em;
}
.c-login__phone-input {
  margin-bottom: 2.2em;
}

.wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
}

.playpause {
  background-image: url(/img/button-play.svg);
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: center;
  background-color: rgba(235, 248, 242, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  padding-top: 2em;
}

.c-landing-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
  font-family: gilroy, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (min-width : 992px) {
  .c-landing-menu--right {
    margin-left: auto;
  }
}
.c-landing-menu__list {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .c-landing-menu__list {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.c-landing-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s;
  margin: 0 5px;
}
@media only screen and (min-width : 1270px) {
  .c-landing-menu__item {
    margin: 0 12px;
  }
}
.c-landing-menu__item:hover:before, .c-landing-menu__item:active .c-landing-menu__item:focus:before {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 30;
  background-color: var(--culti-hover);
}
.c-landing-menu__link {
  text-decoration: none;
  background-color: transparent;
  color: var(--culti-menu-font-color);
  font-weight: 400;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  font-size: 1.25rem;
  margin: 0 auto;
  width: max-content;
  padding: 0;
}
.c-landing-menu__link:hover, .c-landing-menu__link:active .c-landing-menu__link:focus {
  color: var(--culti-black);
}
@media only screen and (min-width : 992px) {
  .c-landing-menu__link {
    padding: 0 6px;
    position: relative;
    display: flex;
    justify-content: center;
    line-height: 1.7;
    letter-spacing: 0;
    font-size: 16px;
  }
}
.c-landing-menu__dropdown-item {
  position: relative;
  padding-right: 1em;
  transition: all 0.3s;
}
@media only screen and (min-width : 992px) {
  .c-landing-menu__dropdown-item {
    background: url(/img/icon-arrow-down.svg) no-repeat right;
    background-size: 1em;
  }
  .c-landing-menu__dropdown-item:hover {
    cursor: pointer;
  }
  .c-landing-menu__dropdown-item:hover .c-landing-menu__submenu {
    display: flex;
  }
}
.c-landing-menu__submenu {
  transition: all 0.3s;
  position: absolute;
  top: 86px;
  left: -6px;
  display: none;
  border: none;
  list-style: none;
  flex-direction: column;
  background-color: rgb(248, 249, 250);
  align-items: center;
  border-radius: 5px;
  color: var(--culti-menu-font-color);
  box-shadow: 0px 3px 10px 0px hsla(270deg, 2%, 19%, 0.03);
}
.c-landing-menu__submenu-item {
  transition: all 0.3s;
  padding: 12px 20px;
  width: 100%;
}
.c-landing-menu__submenu-item:hover {
  background-color: var(--culti-hover);
}
.c-landing-menu__submenu-item:last-child {
  border-radius: 0 0 5px 5px;
}
.c-landing-menu__submenu-link {
  color: var(--culti-menu-font-color);
  text-align: start;
  font-weight: 400;
  font-size: 0.8rem;
  white-space: nowrap;
}
.c-landing-menu__submenu-link:hover {
  color: var(--culti-black);
}
.c-landing-menu__button-wrapper {
  width: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width : 992px) {
  .c-landing-menu__button-wrapper {
    width: 20%;
  }
}
.c-landing-menu__button {
  margin: 0;
  font-size: 15px;
  display: flex;
  align-items: center;
  background-color: var(--culti-dark-green);
  text-transform: none;
  white-space: nowrap;
}
@media only screen and (min-width : 992px) {
  .c-landing-menu__button {
    margin: 0 14px;
    font-size: 15px;
    padding: 13px 29px;
  }
}
@media only screen and (min-width : 1200px) {
  .c-landing-menu__button {
    margin: 0 28px;
    font-size: 15px;
    padding: 13px 29px;
  }
}
.c-landing-menu__button:hover {
  background-color: var(--culti-black);
}

.c-landing-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2.2rem 0 1.2rem;
  position: fixed;
  width: 100%;
  background-color: white;
  height: 86px;
  justify-content: space-around;
  left: 0;
  top: 0;
  z-index: 10000;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width : 992px) {
  .c-landing-header {
    padding: 0 30px;
    height: 86px;
  }
}
.c-landing-header[data-scroll~=true] {
  margin-bottom: 0;
  height: 86px;
}
.c-landing-header[data-scroll~=true] .c-landing-menu__submenu {
  top: 86px;
}
.c-landing-header__wrapper {
  flex: 1;
  height: 100%;
  display: flex;
  width: 70%;
  max-width: 70%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 -2%;
}
.c-landing-header__logo-wrapper {
  margin-left: 0;
  padding-left: 20px;
}
@media only screen and (min-width : 1270px) {
  .c-landing-header__logo-wrapper {
    margin-left: 40px;
    padding-left: 100px;
  }
}
.c-landing-header__brand {
  width: 140px;
  max-width: 100%;
  padding: 0;
  z-index: 20;
}
@media only screen and (min-width : 1270px) {
  .c-landing-header__brand {
    width: 200px;
  }
}
.c-landing-header__logo {
  width: 140px;
  max-width: 100%;
}
.c-landing-header__logo[data-state~=hidden] {
  display: none;
}
@media only screen and (min-width : 1270px) {
  .c-landing-header__logo {
    width: 200px;
  }
}

.c-landing-topnav {
  font-weight: 600;
  color: var(--culti-black);
  background: white;
  top: 0;
  display: flex;
  position: fixed;
  flex-direction: column;
  align-items: center;
  top: -10000px;
  left: 0;
  right: 0;
  padding: 1rem 2rem 2rem 2rem;
  overflow-y: auto;
}
.c-landing-topnav[data-state~=opened] {
  top: 6.75rem;
  height: calc(100vh - 6.75rem);
}
.c-landing-topnav[data-state~=opened][data-scroll~=true] {
  top: 3.75rem;
  height: calc(100vh - 3.75rem);
}
@media only screen and (min-width : 992px) {
  .c-landing-topnav {
    top: 86px;
    height: 100%;
    position: static;
    flex-direction: row;
    padding: 0rem;
    overflow: visible;
    width: 60%;
  }
  .c-landing-topnav[data-state~=opened] {
    top: 0;
    height: unset;
  }
  .c-landing-topnav[data-state~=opened][data-scroll~=true] {
    top: 0;
    height: unset;
  }
}

.g-recaptcha {
  margin: 0 auto;
}

.c-portal-body.prevent-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width : 1200px) {
  .c-portal-body.prevent-scroll {
    height: unset;
    overflow: visible;
  }
}

/* Styles for content part of portal */
/* General styles */
.culti-content {
  background-color: #fff;
}

/* Forms in content part */
.culti-content .culti-form {
  width: 50%;
  margin: 2em auto;
}

/* Multi-column content */
#layoutSidenav_content main.culti-two-column {
  display: flex;
  height: 100%;
}

#layoutSidenav_content .culti-column {
  flex: 50%;
  height: 100%;
}

#layoutSidenav_content .culti-two-column .culti-column .culti-form,
#layoutSidenav_content .culti-two-column .culti-column .culti-content-header {
  width: 55%;
}

/* No sidenav */
#layoutNoSidenav {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: var(--culti-white);
  width: 100%;
  padding-top: 2em;
  top: 70px;
}

/* Tables in content part */
/* General styles */
.c-table__form {
  display: inline-flex;
  justify-content: center;
}

.culti-content-tabular {
  font-weight: 600;
  font-style: italic;
}

.culti-content-tabular a {
  color: var(--culti-black);
}

.culti-content-tabular a:hover {
  color: var(--culti-green);
}

.culti-content-tabular table {
  margin: 0 auto 1em auto;
  border-radius: 13px;
  overflow: hidden;
  width: 100%;
}

/* Cells */
.culti-content-tabular table td,
.culti-content-tabular table th {
  padding: 1em;
  font-weight: 400;
  text-align: center;
}

.culti-content-tabular ul.pagination li::after {
  content: "";
  display: inline-block;
  width: 3px;
}

.culti-content-tabular table td {
  font-weight: 600;
  padding: 1.5em 1em;
}

.culti-content-tabular table td img {
  height: 1.2em;
}

.culti-content-tabular table td img.image-count {
  margin-bottom: 0.2em;
  margin-right: 0.7em;
}

.culti-content-tabular table td.actions a {
  border: none;
  margin-right: 10%;
}

.culti-content-tabular table td.actions a:last-child {
  margin-right: 0;
}

/* Heading */
.culti-content-tabular table thead {
  background-color: var(--culti-dark-green);
  color: var(--culti-white);
  font-weight: 400;
  font-style: italic;
}

.culti-content-tabular table thead a {
  color: var(--culti-white);
}

.culti-content-tabular table thead a:hover {
  color: var(--culti-white);
}

/* Body */
.culti-content-tabular table tbody tr:nth-child(odd) {
  background-color: var(--culti-white);
}

.culti-content-tabular table tbody tr:nth-child(even) {
  background-color: var(--culti-light-grey);
}

.c-portal-menu {
  list-style: none;
  margin-bottom: 0;
  align-items: center;
  display: flex;
  caret-color: transparent;
  /* Knowledge Base button */
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu--right {
    margin-left: auto;
  }
}
.c-portal-menu__list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__list {
    flex-direction: row;
  }
}
.c-portal-menu__item {
  margin: 0 0 1.25rem 0;
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__item {
    margin: 0 0.75rem;
  }
}
@media only screen and (min-width : 1400px) {
  .c-portal-menu__item {
    margin: 0 1rem;
  }
}
.c-portal-menu__link {
  text-decoration: none;
  background-color: transparent;
  color: var(--culti-black);
  font-weight: 600;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  margin: 0 auto;
  width: max-content;
  padding: 0;
}
.c-portal-menu__link:hover, .c-portal-menu__link:active .c-portal-menu__link:focus {
  color: var(--culti-green);
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__link {
    font-size: 13px;
    padding: 0.5em 0 0.2em 0;
  }
  .c-portal-menu__link:hover, .c-portal-menu__link:active .c-portal-menu__link:focus {
    border-bottom: 2px solid var(--culti-hover);
    color: var(--culti-black);
  }
}
.c-portal-menu__dropdown-item {
  margin: 0 0 1rem 0;
  position: relative;
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__dropdown-item {
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width : 1400px) {
  .c-portal-menu__dropdown-item {
    margin: 0 1rem;
  }
}
.c-portal-menu__dropdown-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-portal-menu__dropdown-toggle::after {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}
.c-portal-menu__button-wrapper {
  margin: 0 0 1.25rem 0;
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__button-wrapper {
    margin: 0 0.5rem;
  }
}
@media only screen and (min-width : 1400px) {
  .c-portal-menu__button-wrapper {
    margin: 0 1rem;
  }
}
.c-portal-menu__button {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__button {
    font-size: 0.8125rem;
  }
}
.c-portal-menu__dropdown-link {
  font-weight: 400;
  font-style: italic;
  border-bottom: 2px solid transparent;
  margin: 0 0.5rem 0 0;
  font-size: 1rem;
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__dropdown-link {
    font-size: 13px;
    margin: 0 0.5rem 0 0;
  }
}
.c-portal-menu__link-icon {
  width: 1.5rem;
}
@media only screen and (min-width : 1200px) {
  .c-portal-menu__link-icon {
    width: 1.625rem;
  }
}
.c-portal-menu__kb-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: #fff;
  color: var(--culti-black);
  border: 1.5px solid var(--culti-green);
  border-radius: 8px;
  padding: 6px 12px 6px 36px; /* left space for icon */
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease, color 0.2s ease, border-color 0.2s ease;
  font-size: 13px; /* match other top menu items on desktop */
  letter-spacing: 0.4px;
  /* icon via CSS (no extra markup needed) */
}
.c-portal-menu__kb-btn::before {
  content: "";
  position: absolute;
  left: 12px;
  width: 18px;
  height: 18px;
  background-image: url(/img/light-bulb-on.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-portal-menu__kb-btn:hover {
  background: #f5fff8;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  color: var(--culti-green);
}
.c-portal-menu__kb-btn:active {
  transform: translateY(1px);
}

.c-portal-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem 2rem;
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 100;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.1);
  height: 4.375rem;
  justify-content: space-between;
  left: 0;
  top: 0;
  z-index: 10000;
}
@media only screen and (min-width : 1200px) {
  .c-portal-header {
    height: 4.375rem;
    justify-content: unset;
  }
}
.c-portal-header__brand {
  margin-right: 0rem;
}
@media only screen and (min-width : 1200px) {
  .c-portal-header__brand {
    margin-right: 2rem;
  }
}
@media only screen and (min-width : 1400px) {
  .c-portal-header__brand {
    margin-right: 3.125rem;
  }
}
.c-portal-header__logo {
  width: 8rem;
}
@media only screen and (min-width : 1200px) {
  .c-portal-header__logo {
    width: 9rem;
  }
}
@media only screen and (min-width : 1400px) {
  .c-portal-header__logo {
    width: 10.5rem;
  }
}

.c-portal-topnav {
  font-weight: 600;
  color: var(--culti-black);
  background: white;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  flex-direction: column;
  top: -10000px;
  right: 0;
  padding: 1rem 2rem 2rem 2rem;
  overflow-y: auto;
}
.c-portal-topnav[data-state~=opened] {
  top: 4.375rem;
  height: calc(100vh - 4.375rem);
  width: 55%;
  box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width : 1200px) {
  .c-portal-topnav {
    top: 0;
    position: static;
    flex-direction: row;
    padding: 0rem;
    height: unset;
    overflow-y: visible;
  }
  .c-portal-topnav[data-state~=opened] {
    top: 0;
    height: unset;
  }
}

.c-field-selector-menu__search {
  max-width: 40%;
  min-width: 250px;
  margin: 1rem 0.25rem;
}
.c-field-selector-menu__item {
  width: 100%;
  padding: 0 0 0.5rem 0.5rem;
  border: 1px solid var(--culti-dark-grey);
}

.c-sidenav-topbar {
  background-color: var(--culti-dark-green);
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0.5px 3.6px 5.6px 0 rgba(51, 51, 51, 0.15);
  padding: 1em;
  z-index: 25;
  width: var(--sidenav-width);
  color: var(--culti-white);
}
.c-sidenav-topbar__submenu {
  background-color: var(--culti-white);
  cursor: pointer;
  padding: 1em;
  z-index: 25;
  width: var(--sidenav-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-sidenav-topbar__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 1rem;
  padding-right: 1rem;
}
.c-sidenav-topbar__title {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--culti-white);
  text-transform: uppercase;
  display: inline;
}
.c-sidenav-topbar__title-menu {
  font-size: 1rem;
  font-weight: 600;
  color: var(--culti-dark-green);
  margin-bottom: 0;
}
.c-sidenav-topbar__name {
  font-size: 1.125rem;
  font-weight: 500;
  font-style: italic;
  color: var(--culti-white);
  margin-bottom: 0.2rem;
  text-transform: capitalize;
  overflow: hidden;
  word-break: break-word;
}
.c-sidenav-topbar__position {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-sidenav-topbar__position-title {
  font-size: 0.875rem;
  font-weight: 500;
  font-style: italic;
  color: var(--culti-white);
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-sidenav-topbar__link {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.c-sidenav-topbar__link:hover, .c-sidenav-topbar__link:active {
  color: white;
}
.c-sidenav-topbar__arrow {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.2rem;
}
.c-sidenav-topbar__table {
  width: 90%;
  font-size: 0.75rem;
  font-style: italic;
  color: var(--culti-white);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0.5em 5% 0 5%;
}
.c-sidenav-topbar__icon {
  height: 2em;
  margin-right: 1em;
  margin-bottom: 6px;
}
.c-sidenav-topbar__pin {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 0.2rem;
}
.c-sidenav-topbar__menu-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  border: solid var(--culti-dark-green);
  border-width: 0 2px 2px 0;
  padding: 4px;
  transform: rotate(45deg);
  margin: 0 0 5px 8px;
}

/** Sidebar toggle button in header (mobile-only) **/
.c-portal-header__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  margin-left: 8px;
  color: #012970;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 1041;
  position: relative;
  /* Hide the old FontAwesome icon if still present in markup */
  /* New icon via pseudo-element; default: open-panel.svg (sidebar hidden) */
}
.c-portal-header__toggle > i {
  display: none;
}
.c-portal-header__toggle::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(/img/close-panel.svg);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
}

/* When sidebar is toggled (open on mobile), show the close icon */
body.sb-sidenav-toggled .c-portal-header__toggle::before {
  background-image: url(/img/open-panel.svg);
}

@media (max-width: 991.98px) {
  .c-portal-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.c-sidenav-submenu {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-left: 0;
  background-color: var(--culti-light-grey);
  border-left: 2px solid var(--culti-green);
}
.c-sidenav-submenu__list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.c-sidenav-submenu__item {
  flex-direction: column;
}
.c-sidenav-submenu__item:hover .c-sidenav-submenu__edit:not(.hidden) {
  display: block;
}
.c-sidenav-submenu__item:hover .c-sidenav-submenu__delete:not(.hidden) {
  display: block;
}
.c-sidenav-submenu__item:hover .c-sidenav-submenu__bars:not(.hidden) {
  display: block;
}
.c-sidenav-submenu__item.disabled:hover {
  cursor: not-allowed;
}
.c-sidenav-submenu__item-inner-nohover, .c-sidenav-submenu__item-inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 1rem;
  border-left: 2px solid transparent;
}
.c-sidenav-submenu__item-inner-nohover--failed {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 1rem;
  border-left: 2px solid transparent;
  background-color: #fff3cd;
}
.c-sidenav-submenu__item-inner:hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--culti-black);
  background-color: var(--culti-dark-grey);
}
.c-sidenav-submenu__item-inner--nohover:hover {
  cursor: default;
  text-decoration: none;
  color: var(--culti-black);
  background-color: var(--culti-light-grey);
}
.c-sidenav-submenu__item-inner.disabled {
  pointer-events: none;
}
.c-sidenav-submenu__button-wrapper {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-sidenav-submenu__button {
  display: flex;
  justify-content: center;
  padding: 0.3125rem 1.5rem;
  height: 2rem;
}
.c-sidenav-submenu__button-logo {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.c-sidenav-submenu__editable {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-sidenav-submenu__link-wrapper {
  display: flex;
  align-items: center;
}
.c-sidenav-submenu__checkbox {
  margin-right: 0.5rem;
}
.c-sidenav-submenu__link {
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--culti-black);
  width: 100%;
  padding: 0.875rem 0rem;
  margin: 0 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-sidenav-submenu__link:hover {
  cursor: pointer;
  color: var(--culti-black);
}
.c-sidenav-submenu__link.hidden {
  display: none;
}
.c-sidenav-submenu__link.focus {
  display: inline-block;
  background-color: white;
  margin: 0.5rem 0;
  padding: 0.875rem 0.5rem;
  border: 1px solid var(--default-border-color);
  border-radius: 5px;
  text-overflow: unset;
}
.c-sidenav-submenu__link--editable {
  white-space: nowrap;
}
.c-sidenav-submenu__link--editable:hover {
  cursor: text;
}
.c-sidenav-submenu__link.disabled {
  color: var(--culti-darker-grey);
}
.c-sidenav-submenu__link.disabled:hover {
  color: var(--culti-darker-grey);
  cursor: not-allowed;
}
.c-sidenav-submenu__link--sub-text {
  font-weight: normal;
}
.c-sidenav-submenu__tools {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.c-sidenav-submenu__edit {
  margin-right: 0.5rem;
  display: none;
  outline: none;
  border: 0;
  background: none;
}
.c-sidenav-submenu__edit:active, .c-sidenav-submenu__edit:focus {
  outline: none;
}
.c-sidenav-submenu__edit.show {
  display: block;
}
.c-sidenav-submenu__edit.hidden {
  display: none;
}
.c-sidenav-submenu__edit-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.c-sidenav-submenu__delete {
  margin-right: 0.5rem;
  display: none;
  outline: none;
  border: 0;
  background: none;
}
.c-sidenav-submenu__delete:active, .c-sidenav-submenu__delete:focus {
  outline: none;
}
.c-sidenav-submenu__delete.show {
  display: block;
}
.c-sidenav-submenu__delete.hidden {
  display: none;
}
.c-sidenav-submenu__delete-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.c-sidenav-submenu__lock {
  display: none;
  align-items: center;
}
.c-sidenav-submenu__lock.disabled {
  display: flex;
}
.c-sidenav-submenu__lock-icon {
  width: 0.875rem;
  height: 0.875rem;
}
.c-sidenav-submenu__arrow-icon {
  width: 0.75rem;
  height: 0.75rem;
  display: none;
}
.c-sidenav-submenu__arrow-icon.show {
  display: block;
}
.c-sidenav-submenu__arrow-icon.hidden {
  display: none;
}
.c-sidenav-submenu__bars {
  font-size: 0.875rem;
  display: none;
}
.c-sidenav-submenu__bars.show {
  display: block;
}
.c-sidenav-submenu__bars.hidden {
  display: none;
}
.c-sidenav-submenu__bars-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.c-sidenav-submenu__buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-sidenav-submenu__save {
  display: none;
  background-color: var(--culti-green);
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.3rem 0.75rem;
  font-size: 0.75rem;
}
.c-sidenav-submenu__save.show {
  display: inline-flex;
}
.c-sidenav-submenu__discard {
  display: none;
  font-weight: 600;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin-bottom: 0.5rem;
}
.c-sidenav-submenu__discard:hover {
  text-decoration: underline;
}
.c-sidenav-submenu__discard.show {
  display: inline-flex;
}
.c-sidenav-submenu__textarea {
  display: none;
}
.c-sidenav-submenu__textarea.show {
  display: block;
}
.c-sidenav-submenu__eta {
  font-size: 0.7rem;
  font-weight: 500;
  color: var(--culti-black);
}
.c-sidenav-submenu__border-export {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.c-sidenav-submenu__border-export .input {
  width: 40%;
  margin-right: 0.5rem;
}
.c-sidenav-submenu__border-export select {
  margin-bottom: 0rem;
}
.c-sidenav-submenu__border-export button {
  width: 55%;
  margin-left: 0.5rem;
}
.c-sidenav-submenu__agrirouter-export {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.c-sidenav-submenu__agrirouter-export.hidden {
  display: none;
}
.c-sidenav-submenu__agrirouter-export .input {
  width: 100%;
}
.c-sidenav-submenu__agrirouter-export select {
  margin-bottom: 0rem;
}
.c-sidenav-submenu__agrirouter-export button {
  width: 100%;
}
.c-sidenav-submenu__thumbnail {
  display: flex;
  position: relative;
  align-items: center;
  margin-right: 0.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
}

.c-sidenav {
  height: 100vh;
  z-index: 1038;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 4.375rem;
}
.c-sidenav__color-picker {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--culti-dark-grey);
  opacity: 0.7;
}
.c-sidenav__color {
  border: 0;
  padding: 0;
  width: 200%;
  height: 200%;
  cursor: default;
  transform: scale(2);
}
.c-sidenav .hidden {
  display: none;
}
.c-sidenav .checkbox-advanced {
  display: inline-flex;
  align-items: center;
}
.c-sidenav .checkbox-advanced label {
  display: inline-block;
  margin-left: 3px;
  margin-top: 4px;
  font-weight: bolder;
  font-size: 0.625rem;
}
.c-sidenav .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

/* Sidebar toggle behavior (global) */
body.sb-sidenav-toggled {
  /* Hide our custom fixed sidenav */
  /* Remove left padding from content when nav is hidden */
}
body.sb-sidenav-toggled .c-sidenav {
  display: none;
}
body.sb-sidenav-toggled.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 0;
}

/* Keep supporting the older class name if used anywhere */
body.toggle-sidebar .c-sidenav {
  display: none;
}
body.toggle-sidebar.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
  padding-left: 0;
}

/* Disable Bootstrap's dimming overlay on content when sidebar is toggled */
.sb-sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#sidenavAccordion {
  background-color: transparent;
}

.c-sidenav-menu {
  border-right: none;
  border-top-right-radius: 0.5rem;
  height: 100%;
  overflow-x: hidden;
}
.c-sidenav-menu hr {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.c-sidenav-menu__blocks {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.c-sidenav-menu__block {
  width: var(--sidenav-width);
  transition: all 0.4s;
  display: block;
}
.c-sidenav-menu__block-inner {
  padding-top: 1.25rem;
  overflow-y: auto;
  height: 100%;
}
.c-sidenav-menu__block-top {
  position: relative;
  background-color: var(--culti-light-grey);
  padding: 1.25rem;
  text-align: left;
}
.c-sidenav-menu__block-title {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  color: var(--culti-black);
  margin-bottom: 0.25rem;
}
.c-sidenav-menu__block-subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--culti-green);
  margin-bottom: 0;
}
.c-sidenav-menu__close-button {
  position: absolute;
  border: none;
  right: 0.75rem;
  top: 0.75rem;
  border-radius: 50%;
  background-color: white;
  padding: 0.5rem;
  line-height: 0;
  outline: none;
}
.c-sidenav-menu__close-button:active, .c-sidenav-menu__close-button:focus {
  outline: none;
}
.c-sidenav-menu__close-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.c-sidenav-menu__search {
  width: 80%;
}
.c-sidenav-menu__button-wrapper {
  text-align: center;
  margin: 1rem auto;
}
.c-sidenav-menu__button-wrapper .c-btn-primary {
  display: inline-block;
  margin: 0;
  width: 50%;
}
.c-sidenav-menu__button {
  display: flex;
  width: 100%;
  padding: 0.3125rem 1.5rem;
}
.c-sidenav-menu__button-logo {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.c-sidenav-menu__list {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.c-sidenav-menu__list-border {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 2px solid var(--default-border-color);
}
.c-sidenav-menu__item {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--culti-gray);
  font-weight: bold;
  user-select: none;
  border-left: 2px solid transparent;
  padding: 0 1rem;
  width: 100%;
}
.c-sidenav-menu__item:hover, .c-sidenav-menu__item.hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--culti-black);
  background-color: var(--culti-dark-grey);
  border-left: 2px solid var(--culti-black);
}
.c-sidenav-menu__item.collapsible:not(.collapsed) {
  background-color: var(--culti-dark-grey);
  border-left: 2px solid var(--culti-black);
}
.c-sidenav-menu__item--disabled, .c-sidenav-menu__item--disabled:hover {
  color: var(--culti-dark-grey);
  cursor: default;
  background-color: var(--culti-light-grey);
  border: none;
}
.c-sidenav-menu__item--generic a {
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--culti-black);
  user-select: none;
  width: 100%;
  padding: 0.875rem 0rem;
}
.c-sidenav-menu__item--generic a:hover {
  color: var(--culti-black);
}
.c-sidenav-menu__add_new_link {
  display: flex;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--culti-black);
  padding: 0.25rem 1.5rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-sidenav-menu__add_new_link:hover {
  cursor: pointer;
  color: var(--culti-black);
}
.c-sidenav-menu__add_new_link.disabled {
  color: var(--culti-darker-grey);
  pointer-events: none;
}
.c-sidenav-menu__add_new_link.disabled:hover {
  color: var(--culti-darker-grey);
  cursor: not-allowed;
}
.c-sidenav-menu__add_new_link--sub-text {
  font-weight: normal;
}
.c-sidenav-menu__link {
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--culti-black);
  user-select: none;
  padding: 0.875rem 0rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-sidenav-menu__link:hover {
  color: var(--culti-black);
}
.c-sidenav-menu__link--sub-text {
  font-weight: normal;
}
.c-sidenav-menu__link-icon {
  width: 1.8rem;
  max-height: 1.35rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.c-sidenav-menu__edit-button {
  display: inline-block;
  width: 1em;
  margin-left: auto;
  margin-right: 1em;
  flex-shrink: 0;
}
.c-sidenav-menu__edit-button:not(.show) {
  display: none;
}
.c-sidenav-menu__delete-button {
  display: inline-block;
  width: 1em;
  margin-left: auto;
  margin-right: 1em;
  flex-shrink: 0;
}
.c-sidenav-menu__delete-button:not(.show) {
  display: none;
}
.c-sidenav-menu__collapse-button {
  display: inline-block;
  width: 1em;
}
.c-sidenav-menu__collapse-button:not(.show) {
  display: none;
}

.c-sidenav-block {
  width: var(--sidenav-width);
  overflow: hidden;
  position: relative;
  box-shadow: 0px 8px 16px rgba(179, 182, 185, 0.16);
}
.c-sidenav-block--collapsible {
  width: 0px;
  transition: width 0.35s ease;
}
.c-sidenav-block--collapsible.collapsing {
  width: 0px;
  height: auto;
  overflow: hidden;
  transition: width 0.35s ease;
}
.c-sidenav-block--collapsible.collapsing h3,
.c-sidenav-block--collapsible.collapsing h4,
.c-sidenav-block--collapsible.collapsing label {
  white-space: nowrap;
}
.c-sidenav-block--collapsible.collapsing p {
  white-space: pre-wrap;
}
.c-sidenav-block--collapsible.show {
  width: var(--sidenav-width);
}
.c-sidenav-block__wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: var(--sidenav-width);
}
.c-sidenav-block__wrapper--prescriptions-menu {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  background-color: var(--culti-white);
  border-top: 0.02rem solid #e9ecef;
  border-right: 0.02rem solid #e9ecef;
}
.c-sidenav-block__inner {
  padding-top: 1.25rem;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  background-color: var(--culti-white);
}
.c-sidenav-block__inner--title {
  padding-top: 0rem;
}
.c-sidenav-block__inner--top {
  padding-top: 0rem;
  height: calc(100% - 4.7rem);
  border-top-right-radius: 0rem;
}
.c-sidenav-block__top {
  position: relative;
  background-color: var(--culti-light-grey);
  padding: 1.25rem;
  text-align: left;
  border-top-right-radius: 0.5rem;
}
.c-sidenav-block__close {
  position: absolute;
  border: none;
  right: 0.75rem;
  top: 0.75rem;
  border-radius: 50%;
  background-color: white;
  padding: 0.5rem;
  line-height: 0;
  outline: none;
}
.c-sidenav-block__close:active, .c-sidenav-block__close:focus {
  outline: none;
}
.c-sidenav-block__close-icon {
  width: 0.75rem;
  height: 0.75rem;
}
.c-sidenav-block__title-wrapper {
  background-color: var(--culti-light-grey);
  padding: 1.125rem;
  border-top-right-radius: 0.5rem;
  margin-bottom: 0.625rem;
}
.c-sidenav-block__title {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  font-style: normal;
  color: var(--culti-black);
  margin-bottom: 0.25rem;
}
.c-sidenav-block__title--center {
  text-align: center;
}
.c-sidenav-block__subtitle {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--culti-green);
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-sidenav-content {
  font-size: 0.625rem;
  padding: 0.625rem 1.25rem;
  line-height: 1.44;
  background-color: var(--culti-white);
  width: 100%;
}
.c-sidenav-content p {
  font-size: 0.625rem;
  font-style: italic;
  font-weight: 400;
  color: var(--culti-black);
  margin-bottom: 1rem;
}
.c-sidenav-content h3 {
  font-size: 0.9rem;
  font-weight: bold;
  font-style: normal;
  color: var(--culti-black);
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5em;
}
.c-sidenav-content h4 {
  font-size: 0.625rem;
  font-style: italic;
  font-weight: 600;
  color: var(--culti-black);
}
.c-sidenav-content table {
  margin-bottom: 0;
}
.c-sidenav-content__warning {
  font-size: 1.1em;
  background-color: #fff3cd;
  color: #856404;
  padding: 1em;
  border-radius: 0.5em;
  margin: 1em 0;
}
.c-sidenav-content__warning svg {
  height: 2em;
  margin: 0.3em -0.4em 0.5em -0.4em;
  float: left;
}
.c-sidenav-content__coming-soon {
  display: flex;
  align-items: center;
}
.c-sidenav-content__coming-soon p {
  margin-bottom: 0;
}
.c-sidenav-content__no-available p {
  margin-bottom: 0;
}
.c-sidenav-content__icon {
  width: 1.3rem;
  height: auto;
  margin-right: 0.5rem;
}
.c-sidenav-content__edit-icon {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.5rem;
}
.c-sidenav-content__edit-buttons {
  display: flex;
}
.c-sidenav-content__save-button {
  padding: 0.375rem 0.75rem;
  margin: 0.75rem auto 0.75rem auto;
}
.c-sidenav-content__info {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
.c-sidenav-content__info-icon {
  margin-right: 0.5rem;
  width: 1rem;
  height: auto;
}
.c-sidenav-content__info-text {
  margin-bottom: 0rem !important;
}

.sb-nav-fixed #layoutSidenav #layoutSidenav_content.culti-content {
  padding-left: var(--sidenav-width);
  width: calc(100% - var(--sidenav-width));
}

.c-sidenav-form.hidden {
  display: none;
}
.c-sidenav-form__top {
  padding: 0 1rem;
}
.c-sidenav-form__config {
  display: block;
}
.c-sidenav-form__config.hidden {
  display: none;
}
.c-sidenav-form__main {
  display: block;
}
.c-sidenav-form__layer-select {
  margin-bottom: 1.375rem;
  font-size: 0.75rem;
}
.c-sidenav-form__list {
  list-style: none;
}
.c-sidenav-form__item {
  margin-bottom: 1.65rem;
}
.c-sidenav-form__item--no-margin {
  margin-bottom: 0rem;
}
.c-sidenav-form__item label {
  font-size: 0.625rem;
  margin-bottom: 0;
}
.c-sidenav-form__item input {
  font-size: 0.75rem;
  margin-bottom: 0rem;
}
.c-sidenav-form__item select {
  font-size: 0.75rem;
  margin-bottom: 0rem;
}
.c-sidenav-form__divider {
  margin: 1.65rem 0rem !important;
}
.c-sidenav-form__button {
  font-size: 0.75rem !important;
}

.c-language-form {
  width: 100%;
}

.c-sidenav-legend-table {
  word-wrap: break-word;
  width: 100%;
}
.c-sidenav-legend-table thead {
  border-bottom: 2px solid #ddd;
}
.c-sidenav-legend-table tfoot tr {
  border-top: 2px solid #ddd;
}
.c-sidenav-legend-table tfoot th {
  text-align: left;
}
.c-sidenav-legend-table td,
.c-sidenav-legend-table th {
  padding: 0.8em 0.5em;
  text-align: center;
  width: 25%;
}
.c-sidenav-legend-table td.zone-strength {
  text-align: left;
  font-style: italic;
  padding: 0.2em;
}
.c-sidenav-legend-table td.color,
.c-sidenav-legend-table th.color {
  padding: 0.5em;
  width: 10%;
}
.c-sidenav-legend-table td.focus {
  background-color: white;
}
.c-sidenav-legend-table input {
  margin: auto;
  text-align: center;
}

.c-sidenav-histogram__label {
  font-size: 0.625rem;
}
.c-sidenav-histogram__select {
  font-size: 0.75rem;
  margin-bottom: 1.5rem !important;
}
.c-sidenav-histogram__settings {
  position: relative;
}
.c-sidenav-histogram__settings-button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  outline: initial;
  z-index: 1;
  border: 0;
}
.c-sidenav-histogram__settings-button:focus {
  outline: initial;
}
.c-sidenav-histogram__settings-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
}
.c-sidenav-histogram__menu {
  padding-top: 1.5rem;
}
.c-sidenav-histogram__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
}
.c-sidenav-histogram__list-field-trials {
  list-style: none;
  display: flex;
  flex-direction: column;
}
.c-sidenav-histogram__item {
  display: flex;
  align-items: center;
}
.c-sidenav-histogram__item-field-trials {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.c-sidenav-histogram__label {
  margin-bottom: 0.3rem;
}
.c-sidenav-histogram__checkbox {
  display: flex;
  align-items: center;
}
.c-sidenav-histogram__checkbox:hover {
  cursor: pointer;
}
.c-sidenav-histogram__checkbox-field-trials {
  font-size: 0.625rem;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-sidenav-histogram__checkbox-field-trials:hover {
  cursor: pointer;
}
.c-sidenav-histogram__input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0 !important;
}
.c-sidenav-histogram__input:checked ~ .c-sidenav-histogram__checkmark {
  background-color: var(--culti-green);
}
.c-sidenav-histogram__checkmark {
  position: relative;
  height: 1.125rem;
  width: 1.125rem;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid var(--culti-green);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.25rem;
}
.c-sidenav-histogram__checkmark svg {
  position: absolute;
  width: 0.625rem;
}
.c-sidenav-histogram__svg {
  display: flex;
  justify-content: center;
}
.c-sidenav-histogram__slider {
  margin-bottom: 1.5rem;
}
.c-sidenav-histogram__svg {
  display: flex;
  justify-content: center;
}
.c-sidenav-histogram__custom-slider {
  margin-top: 0.7rem;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
.c-sidenav-histogram__custom-slider .ui-slider-handle {
  width: 2.8em;
  height: 1.8em;
  line-height: 1.6em;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 0.5em;
  position: absolute;
  top: -0.6em;
}
.c-sidenav-histogram__custom-slider .ui-state-active {
  background-color: #ffffff;
  color: #1b1e21;
  border: 1px solid #cccccc;
}

.c-sidenav-calendar {
  padding: 0.625rem 0rem;
  cursor: default;
  caret-color: transparent;
}
.c-sidenav-calendar__month-slider {
  display: flex;
  background-color: var(--culti-dark-green);
  align-items: center;
  padding: 0.375rem 0.375rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.c-sidenav-calendar__month-slide {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--culti-white);
  text-align: center;
}
.c-sidenav-calendar__btn:hover {
  cursor: pointer;
}
.c-sidenav-calendar__arrow {
  width: 0.875rem;
  height: 0.875rem;
}
.c-sidenav-calendar__week-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 0.625rem;
  row-gap: 0.625rem;
  margin: 0.25rem 0 0.5rem 0;
}
.c-sidenav-calendar__week-day {
  color: #6d6d6d;
  font-weight: 500;
  text-align: center;
  padding: 0.25rem;
}
.c-sidenav-calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 0.625rem;
  row-gap: 0.3rem;
  margin-bottom: 0.5rem;
}
.c-sidenav-calendar__day {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-sidenav-calendar__day[data-has-events=true]:hover {
  cursor: pointer;
}
.c-sidenav-calendar__day--highlighted {
  position: relative;
  z-index: 1;
  color: white;
}
.c-sidenav-calendar__day--highlighted:before {
  position: absolute;
  z-index: -1;
  top: -0.2rem;
  left: auto;
  width: 1.3rem;
  height: 1.3rem;
  content: "";
  border-radius: 50%;
  background-color: var(--culti-green);
}
.c-sidenav-calendar__day-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.25rem;
}
.c-sidenav-calendar__day-events {
  width: 100%;
  height: 0.5rem;
  display: flex;
  text-align: center;
  justify-content: center;
}
.c-sidenav-calendar__day-event {
  width: 100%;
  height: 0.2rem;
  border-radius: 0.1rem;
}
.c-sidenav-calendar__day-event--sentinel {
  background-color: var(--sentinel-green);
}
.c-sidenav-calendar__day-event--planet {
  background-color: var(--planet-green);
}
.c-sidenav-calendar__legend {
  display: flex;
  flex-wrap: wrap;
}
.c-sidenav-calendar__legend-item {
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.c-sidenav-calendar__legend-item--sentinel::before {
  content: "";
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: var(--sentinel-green);
  margin-right: 0.3125rem;
}
.c-sidenav-calendar__legend-item--planet::before {
  content: "";
  width: 1.5rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: var(--planet-green);
  margin-right: 0.3125rem;
}
.c-sidenav-calendar__item {
  display: none;
}
.c-sidenav-calendar__item.show {
  display: block;
}
.c-sidenav-calendar__cloud {
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-sidenav-calendar__cloud-text--sentinel, .c-sidenav-calendar__cloud-text--planet {
  font-size: 0.625rem;
  font-weight: bold;
}
.c-sidenav-calendar__cloud-image {
  width: 1.25rem;
  height: auto;
}
.c-sidenav-calendar__list {
  list-style: none;
  margin: 0;
}

#calendar-hide-button {
  display: none;
}

.c-sidenav-checklist-dropdown {
  position: relative;
}
.c-sidenav-checklist-dropdown.visible .c-sidenav-checklist-dropdown__dropdown {
  display: block;
}
.c-sidenav-checklist-dropdown.visible .c-sidenav-checklist-dropdown__items {
  max-height: 20em;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 2px;
}
.c-sidenav-checklist-dropdown__anchor.focused {
  border-bottom: 2px solid var(--culti-hover);
}
.c-sidenav-checklist-dropdown__anchor {
  cursor: pointer;
  padding-right: 20px;
  background: url(/img/icon-arrow-down.svg) no-repeat right;
  background-size: 1em;
  text-overflow: ellipsis;
}
.c-sidenav-checklist-dropdown__dropdown {
  display: none;
  box-shadow: 4px 4px 6px 6px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding-top: 1px;
  position: absolute;
  background-color: var(--culti-white);
  z-index: 2;
  min-width: auto;
}
.c-sidenav-checklist-dropdown__reason-info-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--planet-green);
  border-radius: 50%;
  background: white;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-left: 4px;
  cursor: help;
}
.c-sidenav-checklist-dropdown__reason-info-icon-black {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid var(--culti-black);
  border-radius: 50%;
  background: transparent;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  margin-left: 4px;
  cursor: help;
}
.c-sidenav-checklist-dropdown__label {
  font-size: 1.1em;
}
.c-sidenav-checklist-dropdown__input {
  width: fit-content;
}

.c-sidenav-user-selection {
  background-color: var(--culti-dark-green);
  box-shadow: 0.5px 3.6px 5.6px 0 rgba(51, 51, 51, 0.15);
  padding: 1em;
  z-index: 25;
  width: var(--sidenav-width);
  color: white;
}
.c-sidenav-user-selection__dropdown {
  margin: 0rem;
}
.c-sidenav-user-selection select {
  color: var(--culti-white);
}
.c-sidenav-user-selection select:focus {
  border-color: var(--culti-white);
}
.c-sidenav-user-selection select option {
  color: var(--culti-dark-green);
}

.c-map {
  position: fixed;
  left: 0;
  top: 4.375rem;
  width: 100%;
  height: calc(100% - 4.375rem);
}
.c-map__leaflet-popup {
  font-weight: 600;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
@media only screen and (min-width : 992px) {
  .c-map {
    left: 15.5rem;
    width: calc(100% - 15.5rem);
  }
}

/* TODO - find better way to edit zoom buttons */
/* Leaflet and openlayers specific styles */
#layoutSidenav_content #map .ol-zoom {
  top: 2rem;
  right: 2rem;
  left: unset;
}
#layoutSidenav_content #map .leaflet-top {
  top: 2rem;
}
#layoutSidenav_content #map .leaflet-right {
  right: 2rem;
}
#layoutSidenav_content #map .leaflet-bar,
#layoutSidenav_content #map .ol-zoom {
  border: none;
  border-radius: 2em;
  height: 2.25rem;
  background: none;
  margin: 0;
}
#layoutSidenav_content #map .leaflet-bar a,
#layoutSidenav_content #map .ol-control button {
  display: inline-block;
  border: none;
  border-radius: 0;
  color: var(--culti-green);
  background-color: var(--culti-white);
  font-size: 2em;
  width: 50px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  font-weight: 500;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
#layoutSidenav_content #map .leaflet-bar a:hover,
#layoutSidenav_content #map .ol-control button:hover {
  background-color: var(--culti-light-grey);
}
#layoutSidenav_content #map .leaflet-bar a:first-child,
#layoutSidenav_content #map .ol-control .ol-zoom-in {
  border-radius: 0.625rem 0 0 0.625rem;
  border-right: 1px solid var(--culti-light-grey);
}
#layoutSidenav_content #map .leaflet-bar a:last-child,
#layoutSidenav_content #map .ol-control .ol-zoom-out {
  border-radius: 0 0.625rem 0.625rem 0;
}
#layoutSidenav_content #map .ol-attribution {
  display: none;
}

.c-map-legend {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--culti-white);
  font-size: 0.75rem;
  font-style: italic;
  font-weight: bold;
}
.c-map-legend.show {
  display: block;
}
@media only screen and (min-width : 992px) {
  .c-map-legend {
    left: var(--sidenav-width);
    width: calc(100% - var(--sidenav-width));
  }
}
.c-map-legend__gradient {
  height: 0.75rem;
  text-align: right;
  line-height: 1;
  padding-right: 0.5em;
}
.c-map-legend__values {
  background: rgba(0, 0, 0, 0.2);
  height: 1.375rem;
  padding: 0 0.5em;
  margin: auto 0;
}
.c-map-legend__table {
  width: 100%;
  font-size: 0.5rem;
  color: white;
}
.c-map-legend__table td {
  text-align: center;
  width: 25%;
  padding-bottom: 0.4em;
  font-size: 0.75rem;
}
.c-map-legend__table td:first-child {
  text-align: left;
  width: 12.5%;
}
.c-map-legend__table td:last-child {
  text-align: right;
  width: 12.5%;
}

.c-map-controls {
  position: absolute;
  top: 5rem;
  right: 2rem;
  /* Based on Leaflet and OpenLayers controls styles */
  width: 100px;
}
.c-map-controls__panel {
  border-radius: 1.125rem;
  padding: 1.6em 0.7em;
  background-color: var(--culti-white);
  font-size: 0.6875rem;
  font-style: italic;
  text-align: center;
  margin-bottom: 1rem;
}
.c-map-controls__title {
  font-size: 0.75rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.c-map-controls__line {
  width: 100%;
}
.c-map-controls__table {
  width: 100%;
}
.c-map-controls__table input {
  font-size: 0.6875rem;
  width: 1rem;
  height: 1rem;
  border: none;
  border-bottom: 1px solid var(--default-border-color);
  border-radius: 0;
  box-shadow: none;
  transition: border 0.1s;
  font-weight: 500;
  background-color: transparent;
  margin-bottom: 1rem;
}
.c-map-controls__table td {
  text-align: center;
}
.c-map-controls__table td:last-child {
  font-size: 0.5rem;
}
.c-map-controls__table img {
  width: 2rem;
  max-height: 1.3rem;
}
.c-map-controls__geolocation {
  width: 100%;
  height: 2.25rem;
  margin-bottom: 1rem;
}
.c-map-controls__geolocation-button {
  font-size: 0.9em;
  font-style: italic;
  display: flex;
  align-items: center;
  padding: 0rem 0.5rem;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  outline: none;
  border: none;
  background-color: white;
}
.c-map-controls__geolocation-button:active, .c-map-controls__geolocation-button:focus {
  outline: none;
}
.c-map-controls__geolocation-button:hover {
  cursor: pointer;
}
.c-map-controls__geolocation-icon {
  margin-left: auto;
  width: 1rem;
  height: 1rem;
}

#drawing-tools-controls {
  display: none;
}

/* Hide base layer controls on small screens */
@media (max-width: 991.98px) {
  #base-layer-controls {
    display: none !important;
  }
}
.c-map-edit {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 40px;
  background-color: white;
  border-radius: 1rem;
  padding: 3rem;
  max-width: 500px;
}

.c-document {
  margin-bottom: 8em;
}
.c-document__polygon::after {
  content: url(/img/bg-poly-about.svg);
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
}
.c-document a {
  color: var(--culti-green);
}
.c-document a:hover {
  color: var(--culti-dark-green);
}

.c-contact__heading {
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .c-contact__heading {
    text-align: left;
  }
}
.c-contact__block {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 0rem;
}
@media only screen and (min-width : 992px) {
  .c-contact__block {
    margin: 0rem 0 0 -4rem;
    flex-direction: row;
  }
}
@media only screen and (min-width : 1200px) {
  .c-contact__block {
    margin: 0 0 0 -8rem;
  }
}
.c-contact__info-wrapper {
  width: 100%;
  padding: 0 2rem;
}
@media only screen and (min-width : 992px) {
  .c-contact__info-wrapper {
    width: calc(55% - 4rem);
    margin-left: 4rem;
    padding: 3rem 0 8rem 8rem;
  }
}
@media only screen and (min-width : 1200px) {
  .c-contact__info-wrapper {
    width: calc(55% - 8rem);
    margin-left: 8rem;
    padding: 3rem 0 8rem 12rem;
  }
}
.c-contact__info {
  position: relative;
}
.c-contact__info::after {
  display: none;
  position: absolute;
  content: "";
  background-image: url(/img/bg-poly-contact-1.svg);
  background-repeat: no-repeat;
  width: 20rem;
  height: 15rem;
  bottom: 0%;
  left: 33%;
  transform: translate(-50%, 60%);
}
@media only screen and (min-width : 992px) {
  .c-contact__info::after {
    display: block;
  }
}
.c-contact__title-wrapper {
  margin-bottom: 1rem;
  display: flex;
}
.c-contact__title-wrapper img {
  margin-right: 0.5rem;
  height: 1.25rem;
  width: auto;
}
.c-contact__content {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.36;
}
.c-contact__content span {
  font-weight: 400;
  font-style: italic;
  margin-right: 0.5em;
}
.c-contact__content--space {
  margin: 2rem 0;
}
.c-contact__form-wrapper {
  margin: 1rem;
  box-shadow: 0.5px 8px 15px 0 rgba(51, 51, 51, 0.15);
  border-radius: 10px;
}
@media only screen and (min-width : 992px) {
  .c-contact__form-wrapper {
    padding: 4em 0 3em 0;
    width: calc(45% - 4rem);
    margin: 0 0 0 4rem;
  }
}
@media only screen and (min-width : 1200px) {
  .c-contact__form-wrapper {
    width: calc(45% - 8rem);
    margin: 0 0 0 8rem;
  }
}
.c-contact__form {
  width: 60%;
  margin: auto;
}

.c-contact-map__polygon::after {
  content: url(/img/bg-poly-contact-2.svg);
  transform: translate(50%, -50%);
  top: 0;
  right: 0;
}
.c-contact-map__title {
  text-align: center;
  padding: 8em 0 4em 0;
}
.c-contact-map__container {
  padding: 0;
}
.c-contact-map__map {
  position: relative;
  height: 400px;
}
.c-contact-map__mapframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.tutorials-mobile {
  max-width: 90%;
}

.font-size-16 {
  font-size: 16px !important;
  font-weight: bold;
}

.container-no-mobile {
  padding-bottom: 0;
  margin: 1;
}

#layoutNoSidenav .container {
  padding-bottom: 3em;
  margin: 3em auto;
}

.culti-support-container {
  background-image: url(/img/Cultiwise_Portal_POLYGON_2.svg);
  background-position-y: bottom;
  background-position-x: 10%;
  background-repeat: no-repeat;
  background-size: 14em;
}

.culti-support-container h3 {
  font-size: 20px;
  display: block;
  margin-bottom: 0.7em;
  margin-top: 0;
}

.culti-support-container h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-bottom: 0.2em;
  margin-top: 0;
}

.culti-support-container strong {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
  font-style: normal;
}

.culti-support-container .tutorials {
  box-shadow: 0.5px 8px 15px 0 rgba(51, 51, 51, 0.15);
  background-color: var(--culti-white);
  border-radius: 20px;
  margin: 3em auto 8em auto;
  width: max-content;
  max-width: 100%;
  padding: 2em;
}

.culti-support-container .tutorials img {
  height: 8em;
}

.culti-support-container .tutorials div {
  padding: 1em 1.5em;
}

.culti-support-container .tutorials div:first-child {
  text-align: center;
}

.culti-support-container .contact {
  margin: 0 auto;
}

.culti-support-container .contact img {
  height: 5em;
}

.culti-support-container .phone {
  padding-top: 1em;
}

.culti-support-container .email {
  padding-top: 1em;
  font-style: italic;
  font-size: 14px;
}

.chat-support-arrow-down-right {
  position: absolute;
  height: 4em;
  top: 2em;
  left: 11.4em;
}
@media only screen and (min-width : 1024px) {
  .chat-support-arrow-down-right {
    left: 9.9em;
  }
}

.chat-support-arrow-right {
  position: absolute;
  height: 4em;
  right: 2.2em;
  top: 2em;
}

.culti-support-container .email p {
  margin-top: 2em;
}

.culti-support-container .chat {
  padding-top: 1em;
  font-style: italic;
  font-size: 14px;
}

.culti-support-container .chat p {
  margin-top: 2em;
}

.knowledge-base-link {
  color: var(--culti-green);
  text-decoration: underline;
}

.c-support__polygon::after {
  content: url(/img/Cultiwise_Portal_POLYGON_1.svg);
  transform: translate(60%, -10%);
  top: 0;
  right: 0;
}

@media (max-width: 1023px) {
  .no-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}
.c-uploads__title {
  text-align: center;
  font-size: 1.5rem;
  color: var(--culti-black);
  margin-bottom: 3rem;
}
.c-uploads__blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-uploads__block {
  display: flex;
  margin: 2.5rem;
  align-items: center;
  min-width: 18.5rem;
  max-width: 18.5rem;
  background-color: var(--culti-white);
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: var(--default-box-shadow);
}
.c-uploads__block-image {
  margin-right: 1.5rem;
}
.c-uploads__block-title {
  font-style: normal;
  color: var(--culti-black);
  margin-bottom: 0rem;
}
.c-uploads__form {
  width: 100%;
}
.c-uploads__steps-wrapper {
  margin: 0 auto 3rem auto;
  padding: 1rem 2rem;
  border-radius: 1rem;
  width: 100%;
  max-width: 80%;
  box-shadow: var(--default-box-shadow);
}
.c-uploads__steps {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.c-uploads__steps:before {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--culti-green);
  width: calc(100% - 16rem);
  top: 23px;
  z-index: 0;
  left: 8rem;
}
.c-uploads__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12rem;
  z-index: 2;
}
.c-uploads__step-number-wrapper {
  padding: 0 0.5rem;
  background-color: white;
}
.c-uploads__step-number {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 600;
  background-color: var(--culti-white);
  color: var(--culti-black);
  padding: 1.125rem 1rem;
  border: 2px solid var(--culti-green);
  border-radius: 50%;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.c-uploads__step-number.active {
  background-color: var(--culti-green);
  color: var(--culti-white);
}
.c-uploads__step-text {
  font-size: 0.875rem;
  margin-bottom: 0rem;
  text-align: center;
}
.c-uploads__tabs {
  min-height: 18.75rem;
}
.c-uploads__tab {
  margin: 2.5rem 0 1.5rem 0;
  display: none;
}
.c-uploads__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -2rem;
}
.c-uploads__buttons.hidden {
  display: none;
}
.c-uploads__button {
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  padding: 0.375rem 1.25rem;
  text-decoration: none;
  border-radius: 5px;
  margin-left: 2rem;
}
.c-uploads__button:hover, .c-uploads__button:active, .c-uploads__button:focus {
  outline: none;
}
.c-uploads__button--prev {
  background: var(--culti-white);
  color: var(--culti-black);
  border: 1px solid var(--culti-black);
}
.c-uploads__button--next {
  background: var(--culti-green);
  color: var(--culti-white);
  border: 1px solid transparent;
}
.c-uploads__button.disabled {
  background-color: var(--culti-light-grey);
  color: #aaa;
  border: 1px solid #aaa;
}
.c-uploads b {
  font-style: normal;
  color: var(--culti-green);
  font-weight: 600;
}
.c-uploads__container {
  padding-left: 2em;
  padding-right: 2em;
}
.c-uploads__reminders {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
}
.c-uploads__description {
  margin-bottom: 2em;
  text-align: center;
}
.c-uploads__step-container-narrow {
  max-width: 18rem;
  margin: 0 auto 0 auto;
}
.c-uploads__method-select-container {
  text-align: center;
}
.c-uploads__file-list {
  text-align: center;
}
.c-uploads__download {
  color: var(--culti-green);
  font-weight: bold;
  text-decoration: none;
}
.c-uploads__download:hover, .c-uploads__download:active {
  color: var(--culti-green);
}
.c-uploads__download-icon {
  margin-right: 0.5rem;
}
.c-uploads__drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  margin: 1em;
  padding: 1em;
  max-width: calc(50% - 2em);
  height: min-content;
}
.c-uploads__drop-area--center {
  border: 2px dashed #ccc;
  border-radius: 20px;
  padding: 1em;
  max-width: calc(50% - 2em);
  height: min-content;
  margin: 1em auto;
}
.c-uploads__drop-area.highlight {
  border-color: var(--culti-green);
}
.c-uploads__file-input {
  display: none !important;
}
.c-uploads__file-input-label {
  margin: 1em auto 0 auto;
  font-style: normal;
  width: fit-content;
}
.c-uploads__file-counter {
  margin-bottom: 1em;
}
.c-uploads__select-list {
  overflow-y: auto;
  max-height: 20em;
  width: 100% !important;
}
.c-uploads__delete-file {
  cursor: pointer;
}
.c-uploads__remove-all {
  text-decoration: underline;
  cursor: pointer;
}
.c-uploads .checkbox label {
  display: block;
  text-align: center;
}
.c-uploads__checkbox-container {
  margin: 0 auto 1.5rem auto;
  width: max-content;
  text-align: center;
}
.c-uploads__checkbox-container div.input {
  display: inline-block;
}
.c-uploads__notes-bullets {
  font-size: 0.875em;
}
.c-uploads__specific-item {
  display: block;
}
.c-uploads__specific-item.hidden {
  display: none;
}
.c-uploads__warning {
  margin-bottom: 1.5rem;
  text-align: justify;
}
.c-uploads__processing {
  text-align: center;
  margin-bottom: 1em;
}
.c-uploads__spinner {
  margin-right: 0.3em;
}
.c-uploads__alert-box {
  display: inline-block;
  margin-bottom: 0.8em;
}
.c-uploads__progress-container {
  margin-top: 2em;
}
.c-uploads__total-progress {
  margin-bottom: 2em;
}
.c-uploads__progress-list {
  width: 100% !important;
  overflow-y: auto;
  max-height: 20em;
}
.c-uploads__progress-bar {
  border-radius: 4px;
  margin: 0 0.5em 1em 0.5em;
  width: calc(100% - 1em);
  height: 18px;
  border: 1px solid var(--culti-dark-grey);
}
.c-uploads__meter {
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  background-color: var(--culti-green);
  width: 0;
  height: 100%;
}
.c-uploads__percentage {
  text-align: left;
  padding-left: 0.2em;
}
.c-uploads__status-header {
  display: block;
  font-weight: 600;
}
.c-uploads__message {
  text-align: center;
}
.c-uploads__link {
  color: var(--culti-green);
  text-decoration: underline;
  transition: all 0.4s;
}
.c-uploads__link:hover, .c-uploads__link:active {
  color: var(--culti-green);
  text-decoration: none;
}
.c-uploads__item-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c-uploads__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
  align-items: center;
  width: 40%;
}
.c-uploads__item:last-of-type {
  margin-bottom: 0rem;
}
.c-uploads__radio-wrapper {
  display: flex;
  align-items: center;
}
.c-uploads__radio {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem !important;
}
.c-uploads__label {
  margin-bottom: 0 !important;
}
.c-uploads__note {
  font-size: 0.625rem;
  font-style: italic;
  text-align: center;
  margin-top: 0.5rem;
}
.c-uploads dialog span.hidden, .c-uploads dialog div.hidden, .c-uploads dialog p.hidden {
  display: none;
}

.c-uploads-content {
  width: 100%;
  background-color: var(--culti-white);
  border-radius: 1rem;
}
.c-uploads-content__divider {
  margin: 2rem 0;
}
.c-uploads-content__title-wrapper {
  margin-bottom: 1.5rem;
}
.c-uploads-content__title {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  color: var(--culti-black);
}
.c-uploads-content__title--center {
  text-align: center;
}
.c-uploads-content__list {
  list-style: none;
  counter-reset: item;
}
.c-uploads-content__item {
  counter-increment: item;
  margin-bottom: 5px;
  display: flex;
}
.c-uploads-content__item:before {
  content: counter(item) ".";
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--culti-black);
  margin-right: 0.5rem;
}
.c-uploads-content__text {
  font-size: 0.875rem;
  color: var(--culti-black);
  margin-bottom: 0rem;
}
.c-uploads-content__text a {
  color: var(--culti-green);
  font-weight: bold;
}
.c-uploads-content__text a:hover {
  cursor: pointer;
}
.c-uploads-content__text b {
  color: var(--culti-black);
  font-weight: bold;
}
.c-uploads-content__secret {
  width: 100%;
  position: relative;
  margin: 0.75rem 0 1.5rem 0;
}
.c-uploads-content__secret-inner {
  display: flex;
  align-items: center;
}
.c-uploads-content__secret-input-wrapper {
  position: relative;
}
.c-uploads-content__secret-input {
  padding-right: 2.25rem;
  margin-bottom: 0rem;
}
.c-uploads-content__secret-icon {
  position: absolute;
  right: 0.5rem;
  bottom: 0.25rem;
}
.c-uploads-content__secret-icon:hover {
  cursor: pointer;
}
.c-uploads-content__secret-icon svg {
  fill: var(--culti-green);
  width: 1.25rem;
  height: 1rem;
}
.c-uploads-content__secret-icon:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid var(--culti-green);
  transform: rotate(-40deg);
}
.c-uploads-content__secret-icon.visible:before {
  display: none;
}
.c-uploads-content__button-wrapper {
  display: flex;
  align-items: center;
}
.c-uploads-content__copy-button {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--culti-white);
  padding: 0.125rem 1rem;
  margin: 0 0.5rem 0 0.25rem;
  border: none;
  border-radius: 0.4em;
  background-color: var(--culti-green);
}
.c-uploads-content__copy-button:hover, .c-uploads-content__copy-button:active {
  outline: none;
  background-color: var(--culti-black);
}
.c-uploads-content__copy-message {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s;
}
.c-uploads-content__copy-message.show {
  visibility: visible;
  height: auto;
  opacity: 0.75;
}
.c-uploads-content__checkbox {
  font-size: 0.875rem;
  font-style: normal;
  justify-content: left;
}

.c-yield-potential__container {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 8.5rem;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem);
}
.c-yield-potential__top {
  height: 70%;
  max-width: 100%;
  background-color: var(--culti-light-grey);
  margin: 1rem;
  border-radius: 20px;
}
.c-yield-potential__avg {
  height: calc(80% - 2rem);
  width: calc(100% - 2rem);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 1rem;
}
.c-yield-potential__legend {
  height: 10%;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.c-yield-potential__legend_gradient {
  height: 0.5rem;
  width: 100%;
  background-color: green;
  background-image: linear-gradient(to right, red, yellow, green);
  border-radius: 0.5rem;
}
.c-yield-potential__legend_label_min {
  float: left;
  width: 50%;
}
.c-yield-potential__legend_label_max {
  float: right;
  text-align: right;
  width: 50%;
}
.c-yield-potential__field-nav {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 10%;
  width: 100%;
}
.c-yield-potential__field-btn-wrapper {
  text-align: center;
  min-width: 40%;
}
.c-yield-potential__field-info-wrapper {
  text-align: center;
  min-width: 20%;
  font-size: 1rem;
}
.c-yield-potential__bottom {
  display: flex;
  flex-direction: row;
  height: 30%;
  max-width: 100%;
  background-color: var(--culti-light-grey);
  margin: 1rem;
  border-radius: 20px;
}
.c-yield-potential__individual-years {
  display: flex;
  flex-direction: column;
  height: calc(100% - 2rem);
  width: calc((100% - 2rem) / 6);
  margin: 1rem;
}
.c-yield-potential__year-label {
  height: 10%;
  width: 100%;
  font-size: 1rem;
}
.c-yield-potential__year-img {
  height: 90%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-measurement-tooltip {
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  color: black;
  padding: 4px 8px;
  opacity: 0.75;
  white-space: nowrap;
  font-size: 12px;
  cursor: default;
  user-select: none;
}
.c-measurement-tooltip.hidden {
  display: none;
}
.c-measurement-tooltip--measure:before, .c-measurement-tooltip--static:before {
  border-top: 6px solid rgba(255, 255, 255, 0.95);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: -7px;
  left: 50%;
}
.c-measurement-tooltip--measure {
  opacity: 1;
  font-weight: 600;
}
.c-measurement-tooltip--static {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  color: black;
}

.c-integrations__btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.c-integrations__btn {
  width: 20rem;
  height: 4rem;
  margin: 10px;
  padding: 0.4rem 1rem;
  font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  border: none;
  border-radius: 0.4em;
  transition: all 0.4s;
  color: var(--culti-white);
}
.c-integrations__btn.hidden {
  display: none;
}
.c-integrations__btn:hover, .c-integrations__btn:focus {
  color: var(--culti-white);
  outline: none;
  cursor: pointer;
  background-color: var(--culti-black);
}
.c-integrations__btn__green {
  background-color: var(--culti-green);
}
.c-integrations__btn__red {
  background-color: var(--culti-red);
}
.c-integrations__text-container {
  text-align: center;
  margin: 2rem auto;
}

.c-subscriptions__box-wrapper {
  box-shadow: 0.5px 8px 15px 0 rgba(51, 51, 51, 0.15);
  border-radius: 10px;
  width: 100%;
  padding: 2rem;
}

@font-face {
  font-family: "Gilroy";
  src: url(/86bc2a5a8350170447c9.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/9f1092d036076c580041.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/a64a9abefbbe02db74ef.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(/6b9111993e1056a5a92c.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body.cw-agritechnica {
  font-family: "Gilroy", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.container {
  max-width: 1400px;
  padding-left: clamp(16px, 2vw, 24px);
  padding-right: clamp(16px, 2vw, 24px);
}

.ph--card, .ph {
  background: linear-gradient(135deg, #eef2f6, #e6ecf2);
}

.ph--icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(145deg, #2c3642, #1e2630);
}

.ph--card {
  height: 160px;
}

.ph--hero {
  background: radial-gradient(600px 380px at 25% 28%, rgba(0, 0, 0, 0.42), transparent 70%), linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55)), linear-gradient(135deg, #61b36f 0%, #6bb96e 40%, #79c86a 70%, #9fdb85 100%);
  width: 100%;
  height: 100%;
}

.cw-body {
  background: #fff;
  color: #0f1720;
}

:root {
  --topbar-h: 77px;
} /* default desktop */
.cw-body {
  padding-top: var(--topbar-h);
}

section[id] {
  scroll-margin-top: var(--topbar-h);
}

.cw-topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 2000;
  background: #f7f6f3;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.cw-topbar__brands, .cw-topbar__nav {
  border-bottom: 1px solid #eceff3;
}
.cw-topbar .brands-panel {
  height: var(--topbar-h);
  position: relative;
  padding: 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw-topbar .cw-hamburger {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.cw-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-right: 2px;
}
.cw-brand__mark {
  height: 47px;
  width: auto;
  display: block;
}
.cw-brand__mark--amz {
  height: 49px;
}
.cw-brand__divider {
  font-size: 36px;
  color: #d2d5d5;
  line-height: 1;
  transform: translateY(1px);
  padding: 0 12px;
}
.cw-brand:hover {
  opacity: 0.95;
  text-decoration: none;
}

/* Desktop nav */
.cw-topbar__nav {
  padding: 0;
}

.cw-menu {
  display: flex;
  align-items: center;
  /* Reduced base gap; specific ranges override below to scale proportionally */
  gap: 60px;
}

.cw-menu .cw-menu__link,
.cw-menu .cw-menu__link:link,
.cw-menu .cw-menu__link:visited {
  color: #5b6673;
  font-size: 18px;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.cw-menu .cw-menu__link:hover {
  color: #0f1720;
  text-decoration: none;
}

.cw-menu .cw-menu__link--active,
.cw-menu .cw-menu__link[aria-current=page] {
  color: #0f1720;
  border-bottom-color: #0f1720;
}

.cw-menu .cw-menu__link:focus-visible {
  outline: none;
  box-shadow: inset 0 -2px 0 0 #0f1720;
}

/* Lang dropdown */
.cw-menu .cw-lang {
  position: relative;
}

.cw-menu .cw-lang__btn {
  appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  font-size: 18px;
  color: #5b6673;
  line-height: 1.2;
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.cw-menu .cw-lang__btn::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  transition: transform 0.15s ease;
}
.cw-menu .cw-lang__btn:hover {
  color: #0f1720;
}
.cw-menu .cw-lang__btn[aria-expanded=true] {
  color: #0f1720;
  font-weight: 700;
  border-bottom-color: #0f1720;
}

.cw-menu .cw-lang.is-open .cw-lang__btn::after {
  transform: rotate(180deg);
}

.cw-menu .cw-lang__menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: none;
  list-style: none;
  margin: 0;
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(15, 23, 32, 0.08);
  padding: 4px 6px;
  min-width: 108px;
  z-index: 2000;
}

.cw-menu .cw-lang.is-open > .cw-lang__menu {
  display: block;
}

.cw-menu .cw-lang__item {
  display: block;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1.25;
  color: #5b6673;
  text-decoration: none;
  border-radius: 6px;
}
.cw-menu .cw-lang__item:hover {
  background: #f1f4f8;
  color: #0f1720;
  text-decoration: none;
}

/* Hamburger */
.cw-hamburger {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  padding: 0;
  border-radius: 8px;
}
.cw-hamburger:focus-visible {
  outline: 2px solid rgba(15, 23, 32, 0.25);
  outline-offset: 2px;
}
.cw-hamburger__bar, .cw-hamburger__bar::before, .cw-hamburger__bar::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #0f1720;
  border-radius: 2px;
  position: relative;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}
.cw-hamburger__bar::before {
  position: absolute;
  top: -6px;
}
.cw-hamburger__bar::after {
  position: absolute;
  top: 6px;
}

.cw-hamburger[aria-expanded=true] .cw-hamburger__bar {
  background: transparent;
}

.cw-hamburger[aria-expanded=true] .cw-hamburger__bar::before {
  transform: translateY(6px) rotate(45deg);
}

.cw-hamburger[aria-expanded=true] .cw-hamburger__bar::after {
  transform: translateY(-6px) rotate(-45deg);
}

/* Mobile dropdown */
.cw-mobile-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--topbar-h);
  background: #fff;
  border-bottom: 1px solid #eceff3;
  box-shadow: 0 8px 24px rgba(15, 23, 32, 0.08);
  max-height: calc(100vh - var(--topbar-h));
  overflow: hidden;
  z-index: 1999;
}
.cw-mobile-menu .cw-mobile-nav {
  display: grid;
  gap: 6px;
  padding: 12px 16px 16px;
}
.cw-mobile-menu .cw-mobile-link {
  display: block;
  padding: 12px 6px;
  font-size: 16px;
  color: #0f1720;
  text-decoration: none;
  border-radius: 8px;
}
.cw-mobile-menu .cw-mobile-link:hover {
  background: #f5f7fa;
}
.cw-mobile-menu .cw-mobile-lang {
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #eceff3;
}
.cw-mobile-menu .cw-mobile-lang__label {
  font-weight: 700;
  color: #0f1720;
  margin-right: 8px;
}
.cw-mobile-menu .cw-mobile-lang__list {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cw-mobile-menu .cw-mobile-lang__item {
  color: #5b6673;
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 6px;
}
.cw-mobile-menu .cw-mobile-lang__item:hover {
  background: #f5f7fa;
  color: #0f1720;
}
.cw-mobile-menu .cw-mobile-link.is-active {
  font-weight: 700;
}
.cw-mobile-menu .cw-mobile-menu.show {
  max-height: calc(100vh - var(--topbar-h));
  overflow: auto;
}

.cw-hero {
  --hero-min-h: 520px;
  --hero-ideal-h: 48vw;
  --hero-max-h: 820px;
  --hero-pos-x: 50%;
  --hero-pos-y: 50%;
  --hero-white: #fff;
  --hero-ink: #0f1720;
  --hero-ink-2: rgba(255, 255, 255, 0.88);
  --hero-muted: rgba(255, 255, 255, 0.7);
  --hero-red: #fb6a21;
  position: relative;
  z-index: 1;
  min-height: clamp(var(--hero-min-h), var(--hero-ideal-h), var(--hero-max-h));
  background: url(/9275958c57b7513cc280.webp) no-repeat;
  background-size: cover;
  background-position: var(--hero-pos-x) var(--hero-pos-y);
  overflow: visible;
}

.cw-hero__bg {
  display: none !important;
}

.cw-hero__content {
  position: static;
  z-index: auto;
  padding: 56px 0 clamp(72px, 8vw, 110px);
}

.cw-hero .cw-promo-badge {
  display: inline-block;
  margin: 5rem 0 18px;
}

.cw-hero .cw-promo-badge__big {
  display: inline-block;
  font-weight: 900;
  font-size: clamp(48px, 6.5vw, 80px);
  line-height: 1;
  color: var(--hero-white);
  background: var(--hero-red);
  border-radius: 4px;
  padding: 4px 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.cw-hero .cw-promo-badge__small {
  display: block;
  margin-top: 5px;
  font-weight: 900;
  font-size: clamp(48px, 6.5vw, 80px);
  line-height: 1;
  letter-spacing: 0.2px;
  color: var(--hero-ink);
  background: #fff;
  border-radius: 4px;
  padding: 4px 12px;
  box-shadow: 0 12px 30px rgba(15, 23, 32, 0.18);
}

.cw-hero__lead {
  max-width: 670px;
  width: 660px;
  margin: 40px 0 22px;
  font-size: 24px;
  line-height: 140%;
  color: var(--hero-ink-2);
}

.cw-hero__lead strong {
  color: #fff;
  font-weight: 800;
}

.cw-hero .cw-btn-cta {
  --cta-h: clamp(40px, 5.2vw, 60px);
  --cta-pad-x: clamp(14px, 1.4vw, 22px);
  --cta-seg-w: calc(var(--cta-h) - 12px);
  position: relative;
  display: inline-flex !important;
  align-items: center;
  height: var(--cta-h);
  padding-left: var(--cta-pad-x) !important;
  padding-right: calc(var(--cta-seg-w) + var(--cta-pad-x)) !important;
  margin-top: 40px;
  border: 0 !important;
  border-radius: 9999px !important;
  background: #fff !important;
  color: var(--hero-ink) !important;
  font-weight: 800;
  font-size: clamp(13px, 1.15vw, 16px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.8 !important;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(15, 23, 32, 0.2);
  -webkit-font-smoothing: antialiased;
}
.cw-hero .cw-btn-cta::before {
  content: "";
  position: absolute;
  right: calc(6px + var(--cta-seg-w));
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(15, 23, 32, 0.12);
}
.cw-hero .cw-btn-cta::after {
  content: "→";
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  width: var(--cta-seg-w);
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: #fff;
  color: var(--hero-ink);
  font-weight: 800;
  font-size: clamp(16px, 1.3vw, 20px);
  transform: translateX(0);
  transition: transform 0.18s ease;
}
.cw-hero .cw-btn-cta:hover::after {
  transform: translateX(2px);
}
.cw-hero .cw-btn-cta:active {
  transform: translateY(1px);
}
.cw-hero .cw-btn-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.95), 0 0 0 6px rgba(25, 135, 84, 0.3), 0 8px 18px rgba(15, 23, 32, 0.2);
}

.cw-hero .cw-hero__note {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(14px, 2vw, 24px);
  width: min(1400px, 100%);
  padding: 0 16px;
  text-align: center;
  color: var(--hero-muted);
  font-size: 12.5px;
  line-height: 1.35;
  z-index: 2;
  pointer-events: none;
}

.cw-hero::after {
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
  left: 0;
  top: 100%;
  width: 260px;
  height: 88px;
  background: url(/img/rectangles.svg) no-repeat left top/contain;
}

.cw-h2 {
  font-weight: 900;
  letter-spacing: 0.1px;
  font-size: 40px;
  line-height: 100%;
}

.cw-applications {
  margin-top: 6rem !important;
  margin-bottom: 5rem !important;
  /* images by order */
}
.cw-applications .cw-card {
  border: 1px solid #e6eaef;
  border-radius: 4px;
  background: #f7f6f3;
  box-shadow: 0 10px 26px rgba(15, 23, 32, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.cw-applications .cw-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(15, 23, 32, 0.14);
  background: #f1f4f8;
}
.cw-applications .cw-card__media {
  height: 230px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #e9edf2;
  background-color: #e9eef5;
}
.cw-applications .cw-card__body {
  padding: 32px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cw-applications .cw-card__title {
  color: #0f1720;
  font-weight: 900;
  font-size: 24px;
  text-transform: uppercase;
  margin: 15px;
}
.cw-applications .cw-card__title::after {
  content: "";
  display: block;
  height: 2px;
  margin-top: 12px;
  background: linear-gradient(90deg, rgba(16, 24, 32, 0.14), rgba(16, 24, 32, 0.06) 55%, rgba(16, 24, 32, 0));
  border-radius: 2px;
}
.cw-applications .cw-card__text {
  color: #5b6673;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin: 15px;
}
.cw-applications .row > .col-md-4:nth-child(1) .cw-card__media {
  background-image: url(/img/fendt-fertilizing.png);
}
.cw-applications .row > .col-md-4:nth-child(2) .cw-card__media {
  background-image: url(/img/fendt-seeding.png);
}
.cw-applications .row > .col-md-4:nth-child(3) .cw-card__media {
  background-image: url(/img/amaselect-spot.png);
}

.cw-steps {
  background: #f7f6f3;
  padding: 5rem 0;
}

.cw-steps .cw-h2 {
  text-align: left !important;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  line-height: 1.1;
}
.cw-steps .cw-h2::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #e6eaef;
  margin-left: 28px;
}

.cw-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.cw-step {
  background: #f7f6f3;
  padding: 32px 24px;
  border: 1px solid #e6eaef;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(15, 23, 32, 0.03);
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.cw-step:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 23, 32, 0.08);
  border-color: #dde3ea;
  background: #f1f4f8;
}
.cw-step__no {
  color: #fb6c22;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 6px;
  line-height: 140%;
}
.cw-step__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 6px;
  color: #1e2e2f;
}
.cw-step__text {
  color: #5b6673;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  margin: 0;
}

.cw-form-section {
  background: #ffffff;
  padding: 90px 0 64px;
}
.cw-form-section #cw-form {
  align-items: flex-start;
}

.cw-form-card {
  background: #f5f3ef;
  border: 1px solid #e6e2da;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(15, 23, 32, 0.06);
  padding: 35px 22px 18px;
  max-width: 100%;
}
.cw-form-card .form-group {
  position: relative;
  margin-bottom: 18px;
}
.cw-form-card .form-group .cw-input {
  height: 48px;
  width: 100%;
  margin: 0 !important;
  border: 1.5px solid #cfd6df;
  border-radius: 9999px;
  background: #fff;
  color: #0f1720;
  font-weight: 600;
  letter-spacing: 0.1px;
  padding: 12px 22px;
  box-shadow: inset 0 1px 0 rgba(15, 23, 32, 0.03);
  transition: border-color 0.15s, box-shadow 0.15s, padding-top 0.15s;
}
.cw-form-card .form-group .cw-input::placeholder {
  color: transparent;
}
.cw-form-card .form-group .cw-input:focus {
  outline: none;
  border-color: #9bd257;
  box-shadow: 0 0 0 3px rgba(155, 210, 87, 0.25), inset 0 1px 0 rgba(15, 23, 32, 0.03);
  background: #fff;
}
.cw-form-card .form-group .cw-input:-webkit-autofill {
  -webkit-text-fill-color: #0f1720;
  transition: background-color 9999s;
  box-shadow: 0 0 0 1000px #fff inset;
}
.cw-form-card .form-group .cw-input:-webkit-autofill:focus {
  box-shadow: 0 0 0 3px rgba(155, 210, 87, 0.25), 0 0 0 1000px #fff inset;
}
.cw-form-card .form-group select.cw-input {
  line-height: 1.2;
  padding-right: 50px;
}
.cw-form-card .form-group select.cw-input:focus {
  outline: none;
  border-color: #9bd257;
  box-shadow: 0 0 0 3px rgba(155, 210, 87, 0.25), inset 0 1px 0 rgba(15, 23, 32, 0.03);
  background: #fff;
}
.cw-form-card .form-group select.cw-input option[value=""],
.cw-form-card .form-group select.cw-input option[disabled] {
  color: #9aa6b2;
}
.cw-form-card .form-group input[type=password].cw-input {
  padding-right: 52px;
}
.cw-form-card .form-group.is-invalid .cw-input {
  border-color: #e5484d;
  box-shadow: 0 0 0 3px rgba(229, 72, 77, 0.2), inset 0 1px 0 rgba(15, 23, 32, 0.03);
}
.cw-form-card .form-group > label {
  position: absolute !important;
  left: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  line-height: 1;
  pointer-events: none;
  display: block;
  font-style: normal;
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: 0.2px;
  padding: 0 6px;
  border-radius: 6px;
  transition: all 0.18s ease;
}
.cw-form-card .form-group:focus-within > label, .cw-form-card .form-group.is-filled > label {
  top: 6px !important;
  transform: none !important;
  font-size: 10.5px;
  color: #6a7280;
  background: #fff;
}
.cw-form-card .form-group:focus-within .cw-input, .cw-form-card .form-group.is-filled .cw-input {
  padding-top: 18px;
  padding-left: 25px;
}
.cw-form-card .cw-note {
  color: #9aa6b2;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

.cw-form-card .form-group--country select.cw-input {
  padding: 12px 56px 12px 22px;
  background-position: calc(100% - 26px) 20px, calc(100% - 20px) 20px;
}

.cw-form-card .form-group--promo {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 16px;
  margin: 50px 0 40px;
}
.cw-form-card .form-group--promo > label {
  display: none !important;
}
.cw-form-card .form-group--promo:focus-within .cw-input, .cw-form-card .form-group--promo.is-filled .cw-input {
  padding-top: 12px !important;
}
.cw-form-card .form-group--promo .promo__label {
  min-width: 0;
  margin-left: 20px;
  padding-bottom: 10px;
}
.cw-form-card .form-group--promo .promo__title {
  display: block;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 2px 6px;
}
.cw-form-card .form-group--promo .promo__hint {
  font-size: 12px;
  margin-left: 6px;
  font-weight: 400;
}
.cw-form-card .form-group--promo .promo__input {
  height: 48px;
  width: 300px;
  justify-self: end;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
}
.cw-form-card .form-group--promo .promo__input::placeholder {
  color: #9aa6b2;
}

/* Right-side icons */
.cw-form-card .form-group input[type=password].cw-input {
  padding-right: 48px;
  background-image: url(/img/eye.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
}
.cw-form-card .form-group input[type=password].cw-input:focus {
  background-image: url(/img/eye.svg);
}
.cw-form-card .form-group input[type=password].cw-input:-webkit-autofill {
  background-image: url(/img/eye.svg);
}

.cw-form-card .form-group--promo .promo__input {
  padding-right: 48px;
  background-image: url(/img/Tag.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
}
.cw-form-card .form-group--promo .promo__input:focus {
  background-image: url(/img/Tag.svg);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
}

/* Checkbox */
.cw-form-section .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 25px 5px 35px;
  padding-left: 0 !important;
}

.cw-form-section .form-check .form-check-input {
  position: relative !important;
  margin: 0 !important;
  transform: none !important;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  appearance: none;
  border: 1.5px solid #cfd6df;
  border-radius: 4px;
  background: #fff;
  outline: none;
  cursor: pointer;
}
.cw-form-section .form-check .form-check-input:hover {
  border-color: #b7c1cf;
}
.cw-form-section .form-check .form-check-input:focus-visible {
  box-shadow: 0 0 0 3px rgba(155, 210, 87, 0.25);
  border-color: #9bd257;
}
.cw-form-section .form-check .form-check-input:checked {
  background: #dff2a6;
  border-color: #9bd257;
}
.cw-form-section .form-check .form-check-input::after {
  content: none;
}
.cw-form-section .form-check .form-check-input:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 9px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 14 10%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 5l3.2 3.2L13 1.4%27 fill=%27none%27 stroke=%27%232c6b1d%27 stroke-width=%272.2%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.cw-form-section .form-check.is-invalid .form-check-input {
  border-color: #e5484d;
  box-shadow: 0 0 0 3px rgba(229, 72, 77, 0.18);
}

.cw-form-section .form-check .form-check-label {
  flex: 1 1 auto;
  margin: 0 !important;
  color: #2e3440 !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.cw-form-section .form-check .form-check-label a {
  color: #0f1720 !important;
  text-decoration: underline;
  opacity: 1 !important;
}

/* Submit CTA */
.cw-btn-submit {
  --btn-h: 50px;
  --pad-x: 30px;
  --seg-w: calc(var(--btn-h) - 12px);
  position: relative;
  display: block;
  align-items: center;
  justify-content: flex-start;
  height: var(--btn-h);
  width: 250px;
  margin: 0 auto;
  padding-right: 45px;
  border: 1px solid rgba(15, 23, 32, 0.14);
  border-radius: 9999px;
  background: #d9ef54;
  color: #0e1a12;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 20px rgba(140, 160, 40, 0.18);
  transition: transform 0.12s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.cw-btn-submit::before {
  content: "";
  position: absolute;
  right: calc(6px + var(--seg-w));
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(15, 23, 32, 0.14);
}
.cw-btn-submit::after {
  content: "→";
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  width: var(--seg-w);
  display: grid;
  place-items: center;
  border-radius: 9999px;
  background: #d9ef54;
  color: #0f1720;
  font-weight: 900;
  transform: translateX(0);
  transition: transform 0.18s ease;
}
.cw-btn-submit:hover::after {
  transform: translateX(2px);
}
.cw-btn-submit:focus-visible {
  outline: none;
}
.cw-btn-submit:active {
  transform: translateY(1px);
}

/* Register aside */
.cw-register-aside {
  background: #fff;
  padding: 40px 80px;
}
.cw-register-aside .cw-h3 {
  font-style: normal;
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 900;
  color: #1e2e2f;
}
.cw-register-aside p {
  color: #2a343f;
  font-size: 24px;
  line-height: 140%;
  font-weight: 400;
  margin: 30px 0 12px;
}
.cw-register-aside strong {
  font-weight: 900;
}
.cw-register-aside .cw-list-check {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
.cw-register-aside .cw-list-check li {
  position: relative;
  padding-left: 40px;
  margin: 25px 0;
  color: #2a343f;
  font-size: 16px;
  line-height: 1.5;
}
.cw-register-aside .cw-list-check li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 24px;
  height: 24px;
  background: url(/img/tick-green-rounded.svg) no-repeat center/contain;
}
.cw-register-aside .cw-list-check li::after {
  content: none;
}

.cw-faq {
  background: #f7f6f3;
}
.cw-faq .cw-h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1px;
  margin-bottom: 22px !important;
}

.cw-faq-card {
  border: 1px solid #d2d5d5 !important;
  border-radius: 4px !important;
  background: #f7f6f3;
  margin-bottom: 14px;
  box-shadow: none;
}
.cw-faq-card .card-header {
  background: #f7f6f3;
  border: 0;
  padding: 0;
}
.cw-faq-card .cw-faq-btn {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 18px 54px 18px 18px;
  color: #0f1720;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.cw-faq-card .cw-faq-btn:hover {
  text-decoration: none;
}
.cw-faq-card .cw-faq-btn:focus {
  outline: none;
}
.cw-faq-card .cw-faq-btn:focus-visible {
  outline: 2px solid #e6eaef;
  outline-offset: 2px;
  border-radius: 8px;
}
.cw-faq-card .cw-faq-btn::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(/img/arrow-down-lime.svg) no-repeat center/contain;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}
.cw-faq-card .cw-faq-btn:not(.collapsed)::after {
  background: url(/img/arrow-up-black.svg) no-repeat center/contain;
}
.cw-faq-card .card-body {
  background: #f7f6f3;
  color: #5b6673;
  font-size: 15px;
  line-height: 1.55;
  border-top: 1px solid #d2d5d5;
}

.cw-footer {
  background: #182628;
  color: #e3ebe8;
  padding: 28px 0 24px;
  border-radius: 0 0 14px 14px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.06) inset;
}
.cw-footer__top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px 0 8px;
}
.cw-footer__brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #e3ebe8;
  text-decoration: none !important;
}
.cw-footer__brandmark {
  height: 28px;
  width: auto;
  display: block;
}
.cw-footer__brandname {
  font-weight: 600;
  font-size: 20px;
}
.cw-footer__nav {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
}
.cw-footer__nav a {
  color: #e3ebe8;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cw-footer__nav a:hover {
  color: #fff;
}
.cw-footer__nav a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.18);
  outline-offset: 2px;
  border-radius: 6px;
  text-decoration: none;
}
.cw-footer__social {
  justify-self: end;
  display: inline-flex;
  gap: 14px;
}
.cw-footer .cw-social {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  transition: transform 0.12s ease, box-shadow 0.15s ease;
}
.cw-footer .cw-social img {
  width: 100%;
  height: 100%;
  display: block;
}
.cw-footer .cw-social:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.cw-footer .cw-social:active {
  transform: translateY(0);
}
.cw-footer__rule {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin: 12px 0 10px;
}
.cw-footer__bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-top: 6px;
}
.cw-footer__legal {
  color: #e3ebe8;
  text-decoration: underline;
}
.cw-footer__legal:hover {
  color: #fff;
}
.cw-footer__copy {
  color: rgba(227, 235, 232, 0.75);
  letter-spacing: 0.1px;
}

/* Footer: mobile layout like mock */
.cw-footer__termsInNav {
  display: none;
}

@media (max-width: 575.98px) {
  .cw-footer {
    padding: 24px 0 22px;
  }
  .cw-footer__top {
    grid-template-columns: 1fr;
    justify-items: start;
    row-gap: 18px;
    padding: 6px 0;
  }
  .cw-footer__nav {
    justify-self: start;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .cw-footer__nav a {
    font-size: 16px;
  }
  .cw-footer__social {
    justify-self: start;
    margin-top: 6px;
  }
  .cw-footer__rule {
    margin: 18px 0 12px;
  }
  .cw-footer__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
  }
  .cw-footer__legal {
    display: none;
  }
  .cw-footer__copy {
    text-align: center;
  }
  .cw-footer__termsInNav {
    display: inline;
  }
}
@media (min-width: 576px) {
  .cw-footer__termsInNav {
    display: none;
  }
}
/* 320–480 */
@media (min-width: 320px) and (max-width: 480px) {
  :root {
    --topbar-h: 58px;
  }
  .cw-topbar .brands-panel {
    padding-right: 48px;
  }
  .cw-topbar .cw-hamburger {
    right: 8px;
  }
  .cw-brand__mark {
    height: 20px;
  }
  .cw-brand__mark--amz {
    height: 21px;
  }
  .cw-brand__divider {
    font-size: 14px;
    padding: 0 4px;
  }
  .cw-topbar__nav {
    display: none !important;
  }
  .cw-hero {
    --hero-min-h: 420px;
    --hero-ideal-h: 70vw;
    --hero-max-h: 720px;
    --hero-pos-x: 55%;
    --hero-pos-y: 48%;
  }
  .cw-hero__content {
    padding: 32px 0 72px;
  }
  .cw-hero .cw-promo-badge {
    margin: 1.75rem 0 10px;
  }
  .cw-hero .cw-promo-badge__big,
.cw-hero .cw-promo-badge__small {
    font-size: clamp(24px, 8.5vw, 40px);
    padding: 3px 10px;
  }
  .cw-hero__lead {
    max-width: 100%;
    width: 100%;
    margin: 20px 0 16px;
    font-size: 16px;
    line-height: 1.45;
  }
  .cw-hero .cw-btn-cta {
    --cta-h: 44px;
    margin-top: 18px;
    font-size: 13px;
  }
  .cw-hero .cw-hero__note {
    font-size: 11.5px;
    bottom: 10px;
  }
  .cw-h2 {
    font-size: 28px;
  }
  .cw-applications {
    margin: 40px 0;
  }
  .cw-applications .cw-card__media {
    height: 160px;
  }
  .cw-applications .cw-card__body {
    padding: 18px;
  }
  .cw-applications .cw-card__title {
    font-size: 18px;
    margin: 6px 0 10px;
  }
  .cw-applications .cw-card__text {
    font-size: 14px;
    margin: 0;
  }
  .cw-steps {
    padding: 44px 0;
  }
  .cw-steps .cw-h2 {
    margin-bottom: 12px;
  }
  .cw-steps .cw-h2::after {
    margin-left: 16px;
  }
  .cw-steps-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .cw-step {
    padding: 20px 16px;
  }
  .cw-step__no {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .cw-step__title {
    font-size: 18px;
  }
  .cw-step__text {
    font-size: 13px;
  }
  .cw-form-section {
    padding: 48px 0 40px;
  }
  .cw-form-card {
    padding: 20px 14px 14px;
  }
  .cw-form-card .form-group {
    margin-bottom: 14px;
  }
  .cw-form-card .cw-input {
    height: 44px;
    font-weight: 600;
  }
  .cw-form-card .form-group > label {
    font-size: 15px;
    left: 16px !important;
  }
  .cw-form-card .form-group.is-filled > label,
.cw-form-card .form-group:focus-within > label {
    top: 6px !important;
    font-size: 10px;
  }
  .cw-form-card .form-group--promo {
    grid-template-columns: 1fr;
    row-gap: 6px;
    margin: 28px 0 20px;
  }
  .cw-form-card .form-group--promo .promo__label {
    margin-left: 0;
    padding-bottom: 4px;
  }
  .cw-form-card .form-group--promo .promo__title {
    font-size: 14px !important;
    margin: 0 0 2px;
  }
  .cw-form-card .form-group--promo .promo__hint {
    font-size: 11.5px;
  }
  .cw-form-card .form-group--promo .promo__input {
    width: 100%;
    justify-self: stretch;
  }
  .cw-btn-submit {
    --btn-h: 48px;
    width: 100%;
    max-width: 420px;
    font-size: 16px;
  }
  .cw-form-section .form-check {
    margin: 18px 5px 26px;
  }
  .cw-form-section .form-check .form-check-input {
    width: 18px;
    height: 18px;
  }
  .cw-form-section .form-check .form-check-label {
    font-size: 14px;
  }
  .cw-faq .cw-h2 {
    font-size: 28px;
    margin-bottom: 12px !important;
  }
  .cw-faq-card .cw-faq-btn {
    padding: 14px 44px 14px 14px;
    font-size: 16px;
  }
  .cw-faq-card .cw-faq-btn::after {
    right: 10px;
    width: 24px;
    height: 24px;
  }
  .cw-faq-card .card-body {
    font-size: 14px;
  }
  .cw-footer {
    padding: 22px 0 18px;
  }
  .cw-footer__top {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .cw-footer__brandmark {
    height: 24px;
  }
  .cw-footer__nav {
    flex-wrap: wrap;
    gap: 10px 14px;
  }
  .cw-footer__nav a {
    font-size: 14px;
  }
  .cw-footer__social {
    justify-self: center;
  }
  .cw-footer__bottom {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }
  .cw-footer__legal {
    font-size: 14px;
  }
  .cw-footer__copy {
    font-size: 13px;
    text-align: left;
  }
}
/* 481–600 */
@media (min-width: 481px) and (max-width: 600px) {
  :root {
    --topbar-h: 62px;
  }
  .cw-topbar .brands-panel {
    padding-right: 48px;
  }
  .cw-brand__mark {
    height: 24px;
  }
  .cw-brand__mark--amz {
    height: 25px;
  }
  .cw-brand__divider {
    font-size: 16px;
    padding: 0 6px;
  }
  .cw-topbar__nav {
    display: none !important;
  }
}
/* 601–768 */
@media (min-width: 601px) and (max-width: 768px) {
  :root {
    --topbar-h: 72px;
  }
  .cw-brand__mark {
    height: 28px;
  }
  .cw-brand__mark--amz {
    height: 29px;
  }
  .cw-brand__divider {
    font-size: 18px;
    padding: 0 8px;
  }
  .cw-topbar__nav {
    display: none !important;
  }
  .cw-applications .cw-card__media {
    height: 180px;
  }
  .cw-btn-submit {
    width: 280px;
  }
}
/* 769–1024 (tablet/landscape, show desktop nav) */
@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --topbar-h: 77px;
  }
  .cw-topbar__nav {
    display: block !important;
  }
  .cw-mobile-menu {
    display: none !important;
  }
  .cw-brand__mark {
    height: 36px;
  }
  .cw-brand__mark--amz {
    height: 38px;
  }
  .cw-hero {
    --hero-ideal-h: 58vw;
    --hero-pos-x: 58%;
    --hero-pos-y: 44%;
  }
  .cw-hero__content {
    padding: 44px 0 96px;
  }
  .cw-hero__lead {
    font-size: 20px;
    max-width: 640px;
  }
  .cw-h2 {
    font-size: 34px;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* 1025–1280 */
@media (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --topbar-h: 77px;
  }
  .cw-brand__mark {
    height: 42px;
  }
  .cw-brand__mark--amz {
    height: 44px;
  }
}
/* 1281–1440 */
@media (min-width: 1281px) and (max-width: 1440px) {
  :root {
    --topbar-h: 77px;
  }
  .cw-brand__mark {
    height: 47px;
  }
  .cw-brand__mark--amz {
    height: 49px;
  }
  .cw-h2 {
    font-size: 40px;
  }
  .cw-applications .cw-card__media {
    height: 230px;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
/* >1440 */
@media (min-width: 1441px) {
  :root {
    --topbar-h: 100px;
  }
  .cw-brand__mark {
    height: 50px;
  }
  .cw-brand__mark--amz {
    height: 52px;
  }
}
/* Register to CultiWise — tighten type on the smallest widths */
/* 320–480px */
@media (min-width: 320px) and (max-width: 480px) {
  .cw-register-aside {
    padding: 16px 14px;
  }
  .cw-register-aside .cw-h3 {
    font-size: 26px;
    line-height: 1.08;
    margin-bottom: 8px;
    letter-spacing: 0;
  }
  .cw-register-aside p {
    font-size: 15px;
    line-height: 1.5;
    margin: 12px 0 8px;
  }
  .cw-register-aside .cw-list-check li {
    font-size: 14px;
    margin: 10px 0;
    padding-left: 30px;
  }
  .cw-register-aside .cw-list-check li::before {
    width: 18px;
    height: 18px;
    top: 0.2em;
  }
}
/* 481–600px */
@media (min-width: 481px) and (max-width: 600px) {
  .cw-register-aside {
    padding: 20px 18px;
  }
  .cw-register-aside .cw-h3 {
    font-size: 30px;
    line-height: 1.08;
  }
  .cw-register-aside p {
    font-size: 17px;
    line-height: 1.5;
  }
  .cw-register-aside .cw-list-check li {
    font-size: 15px;
    margin: 12px 0;
    padding-left: 32px;
  }
  .cw-register-aside .cw-list-check li::before {
    width: 20px;
    height: 20px;
  }
}
/* HOW IT WORKS — responsive grid with requested breakpoints */
/* Base (320–480) — 1 per row */
.cw-steps {
  padding: 36px 0;
}

.cw-steps .cw-h2 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.1;
}

.cw-steps .cw-h2::after {
  margin-left: 14px;
}

.cw-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.cw-step {
  padding: 18px 14px;
}

.cw-step__no {
  font-size: 14px;
  margin-bottom: 6px;
}

.cw-step__title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
}

.cw-step__text {
  font-size: 13px;
}

/* 481–600 — 2 per row, slight type bump */
@media (min-width: 481px) and (max-width: 600px) {
  .cw-steps {
    padding: 40px 0;
  }
  .cw-steps .cw-h2 {
    font-size: 30px;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .cw-step {
    padding: 20px 16px;
  }
  .cw-step__title {
    font-size: 19px;
  }
}
/* 601–768 — 2 per row, roomier */
@media (min-width: 601px) and (max-width: 768px) {
  .cw-steps {
    padding: 44px 0;
  }
  .cw-steps .cw-h2 {
    font-size: 32px;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .cw-step {
    padding: 22px 18px;
  }
  .cw-step__text {
    font-size: 13.5px;
  }
}
/* 769–1024 — 3 per row */
@media (min-width: 769px) and (max-width: 1024px) {
  .cw-steps {
    padding: 48px 0;
  }
  .cw-steps .cw-h2 {
    font-size: 34px;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .cw-step {
    padding: 24px 20px;
  }
  .cw-step__no {
    font-size: 15px;
  }
  .cw-step__title {
    font-size: 20px;
  }
  .cw-step__text {
    font-size: 14px;
  }
}
/* 1025–1280 — 4 per row */
@media (min-width: 1025px) and (max-width: 1280px) {
  .cw-steps {
    padding: 56px 0;
  }
  .cw-steps .cw-h2 {
    font-size: 38px;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }
  .cw-step {
    padding: 26px 22px;
  }
}
/* 1281–1440 — 5 per row (design target) */
@media (min-width: 1281px) and (max-width: 1440px) {
  .cw-steps .cw-h2 {
    font-size: 40px;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .cw-step {
    padding: 28px 22px;
  }
}
/* >1440 — keep 5 per row, add breathing room */
@media (min-width: 1441px) {
  .cw-steps {
    padding: 64px 0;
  }
  .cw-steps-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
  }
  .cw-step {
    padding: 30px 24px;
  }
}
/* ---------- Mobile language selector: bigger, tappable pills ---------- */
.cw-mobile-menu {
  /* Layout the languages as a responsive grid of pill buttons */
}
.cw-mobile-menu .cw-mobile-lang {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eceff3;
}
.cw-mobile-menu .cw-mobile-lang__label {
  display: block;
  margin: 0 0 8px;
  font-weight: 800;
  color: #0f1720;
  letter-spacing: 0.2px;
}
.cw-mobile-menu .cw-mobile-lang__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 10px 8px;
}
.cw-mobile-menu .cw-mobile-lang__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px; /* >=40px tap target */
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid #e4e8ee;
  background: #fff;
  color: #2b3440;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
  transition: background 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  /* Active/current language */
}
.cw-mobile-menu .cw-mobile-lang__item:hover {
  background: #f5f7fa;
}
.cw-mobile-menu .cw-mobile-lang__item:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(15, 23, 32, 0.12);
  border-color: #cfd6df;
}
.cw-mobile-menu .cw-mobile-lang__item.is-active, .cw-mobile-menu .cw-mobile-lang__item[aria-current=true], .cw-mobile-menu .cw-mobile-lang__item[aria-current=page] {
  background: #0f1720;
  color: #fff;
  border-color: #0f1720;
  box-shadow: 0 6px 14px rgba(15, 23, 32, 0.18);
}

/* ---------- Your requested ranges ---------- */
/* 320–480 */
@media (min-width: 320px) and (max-width: 480px) {
  .cw-mobile-menu .cw-mobile-lang__label {
    font-size: 14px;
  }
  .cw-mobile-menu .cw-mobile-lang__list {
    gap: 10px 8px;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
  }
  .cw-mobile-menu .cw-mobile-lang__item {
    height: 42px;
    font-size: 14px;
    padding: 0 12px;
  }
}
/* 481–600 */
@media (min-width: 481px) and (max-width: 600px) {
  .cw-mobile-menu .cw-mobile-lang__label {
    font-size: 15px;
  }
  .cw-mobile-menu .cw-mobile-lang__list {
    gap: 12px 10px;
    grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
  }
  .cw-mobile-menu .cw-mobile-lang__item {
    height: 44px;
    font-size: 15px;
    padding: 0 14px;
  }
}
/* 601–768 */
@media (min-width: 601px) and (max-width: 768px) {
  .cw-mobile-menu .cw-mobile-lang__label {
    font-size: 15px;
  }
  .cw-mobile-menu .cw-mobile-lang__list {
    gap: 12px 12px;
    grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
  }
  .cw-mobile-menu .cw-mobile-lang__item {
    height: 44px;
    font-size: 15px;
    padding: 0 16px;
  }
}
/* 769–1024 */
@media (min-width: 769px) and (max-width: 1024px) {
  .cw-mobile-menu .cw-mobile-lang__label {
    font-size: 16px;
  }
  .cw-mobile-menu .cw-mobile-lang__item {
    height: 44px;
    font-size: 15px;
  }
}
/* 1025–1280 */
@media (min-width: 1025px) and (max-width: 1280px) {
  .cw-mobile-menu .cw-mobile-lang__item {
    height: 42px;
  }
}
/* 1281–1440 */
@media (min-width: 1281px) and (max-width: 1440px) {
  .cw-mobile-menu .cw-mobile-lang__item {
    height: 42px;
  }
}
/* >1440 */
@media (min-width: 1441px) {
  .cw-mobile-menu .cw-mobile-lang__item {
    height: 40px;
  }
}
/* ===========================
   Country selector – mobile friendly
   =========================== */
/* Base tweaks */
.cw-form-card .form-group--country {
  /* Make dropdown items readable where supported */
}
.cw-form-card .form-group--country select.cw-input {
  width: 100%;
  max-width: 100%;
  font-weight: 600;
  line-height: 1.25;
  /* extra room for the caret on the right */
  padding: 12px 56px 12px 18px;
  background-position: calc(100% - 26px) center, calc(100% - 18px) center; /* (fallback) */
}
.cw-form-card .form-group--country select.cw-input option {
  font-size: 16px;
  line-height: 1.35;
}

/* 320–480 */
@media (min-width: 320px) and (max-width: 480px) {
  .cw-form-card .form-group--country select.cw-input {
    height: 50px;
    font-size: 16px; /* avoids iOS zoom & improves legibility */
    padding: 12px 56px 12px 16px;
    border-radius: 14px;
  }
}
/* 481–600 */
@media (min-width: 481px) and (max-width: 600px) {
  .cw-form-card .form-group--country select.cw-input {
    height: 52px;
    font-size: 16px;
    padding: 12px 58px 12px 18px;
  }
}
/* 601–768 */
@media (min-width: 601px) and (max-width: 768px) {
  .cw-form-card .form-group--country select.cw-input {
    height: 52px;
    font-size: 15.5px;
    padding: 12px 58px 12px 18px;
  }
}
/* 769–1024 */
@media (min-width: 769px) and (max-width: 1024px) {
  .cw-form-card .form-group--country select.cw-input {
    height: 50px;
    font-size: 15px;
  }
}
/* 1025–1280 */
@media (min-width: 1025px) and (max-width: 1280px) {
  .cw-form-card .form-group--country select.cw-input {
    height: 48px;
    font-size: 15px;
  }
}
/* 1281–1440 */
@media (min-width: 1281px) and (max-width: 1440px) {
  .cw-form-card .form-group--country select.cw-input {
    height: 48px;
  }
}
/* >1440 */
@media (min-width: 1441px) {
  .cw-form-card .form-group--country select.cw-input {
    height: 48px;
  }
}
/* iOS-specific: force ≥16px to stop zoom on focus */
@supports (-webkit-touch-callout: none) {
  .cw-form-card .form-group--country select.cw-input {
    font-size: 16px;
  }
}
/* ===== Breakpoints ===== */
/* ===== Topbar tokens (per band) ===== */
:root {
  --topbar-h: 64px;
  --logo-h-cw: 22px;
  --logo-h-amz: 23px;
  --brand-gap: 8px;
  --divider: 16px;
}

@media (min-width: 481px) and (max-width: 600px) {
  :root {
    --topbar-h: 68px;
    --logo-h-cw: 24px;
    --logo-h-amz: 25px;
    --brand-gap: 10px;
    --divider: 18px;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  :root {
    --topbar-h: 72px;
    --logo-h-cw: 28px;
    --logo-h-amz: 29px;
    --brand-gap: 12px;
    --divider: 20px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  :root {
    --topbar-h: 77px;
    --logo-h-cw: 34px;
    --logo-h-amz: 36px;
    --brand-gap: 12px;
    --divider: 22px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  :root {
    --topbar-h: 77px;
    --logo-h-cw: 40px;
    --logo-h-amz: 42px;
    --brand-gap: 14px;
    --divider: 24px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  :root {
    --topbar-h: 77px;
    --logo-h-cw: 44px;
    --logo-h-amz: 46px;
    --brand-gap: 16px;
    --divider: 26px;
  }
}
@media (min-width: 1441px) {
  :root {
    --topbar-h: 77px;
    --logo-h-cw: 47px;
    --logo-h-amz: 49px;
    --brand-gap: 18px;
    --divider: 28px;
  }
}
/* Proportional desktop menu gaps per range */
@media (min-width: 601px) and (max-width: 768px) {
  .cw-menu {
    gap: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .cw-menu {
    gap: 32px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .cw-menu {
    gap: 40px;
  }
}
@media (min-width: 1281px) and (max-width: 1440px) {
  .cw-menu {
    gap: 45px;
  }
}
@media (min-width: 1441px) {
  .cw-menu {
    gap: 60px;
  }
}
/* ===== Topbar ===== */
.cw-topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
  background: #f7f6f3;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  display: grid;
  grid-template-rows: var(--topbar-h) auto;
}
.cw-topbar__brands, .cw-topbar__nav {
  border-bottom: 1px solid #eceff3;
}

.topbar__inner {
  height: var(--topbar-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 12px;
  position: relative;
}

.topbar__brand {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: var(--brand-gap);
  /* room for hamburger */
}
@media (max-width: 768px) {
  .topbar__brand {
    padding-right: 44px;
  }
}

.topbar__divider {
  font-size: var(--divider);
  color: #cfd6df;
  line-height: 1;
}

/* Use <img src="../img/cw-logo-black.svg"> and <img src="../img/amazone-logo.svg"> */
.topbar__logo {
  display: block;
  height: auto;
}

.topbar__logo--cw {
  height: var(--logo-h-cw);
}

.topbar__logo--amz {
  height: var(--logo-h-amz);
}

/* Hamburger (visible <769px) */
.cw-hamburger {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  border-radius: 8px;
}
.cw-hamburger:focus-visible {
  outline: 2px solid rgba(15, 23, 32, 0.25);
  outline-offset: 2px;
}
.cw-hamburger__bar, .cw-hamburger__bar::before, .cw-hamburger__bar::after {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: #0f1720;
  border-radius: 2px;
  position: relative;
  transition: transform 0.18s, opacity 0.18s, background 0.18s;
}
.cw-hamburger__bar::before {
  position: absolute;
  top: -6px;
}
.cw-hamburger__bar::after {
  position: absolute;
  top: 6px;
}

.cw-hamburger[aria-expanded=true] .cw-hamburger__bar {
  background: transparent;
}

.cw-hamburger[aria-expanded=true] .cw-hamburger__bar::before {
  transform: translateY(6px) rotate(45deg);
}

.cw-hamburger[aria-expanded=true] .cw-hamburger__bar::after {
  transform: translateY(-6px) rotate(-45deg);
}

/* Desktop nav row on ≥769px */
@media (min-width: 769px) {
  .cw-topbar__nav {
    display: block;
  }
  .cw-hamburger {
    display: none;
  }
}
@media (max-width: 768px) {
  .cw-topbar__nav {
    display: none !important;
  }
}
/* Push content below fixed bar */
.cw-body {
  padding-top: var(--topbar-h);
}

/* =========================
   TERMS & CONDITIONS — section
   Right-edge rectangles + responsive secondary header
   Breakpoints covered: 320–480, 481–600, 601–768, 769–1024, 1025–1280, 1281–1440, >1440
   ========================= */
.cw-terms {
  position: relative;
  max-width: 980px;
  margin-top: 2rem;
  font-size: 16px;
  /* H1 */
  /* Secondary header (the muted line below H1) */
}
.cw-terms .row {
  justify-content: center;
}
.cw-terms h1 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.3px;
  margin-bottom: 4px;
}
.cw-terms > .row > .col-lg-10 > p.text-muted:last-child {
  text-align: center;
  margin-bottom: 36px;
  font-weight: 600;
  letter-spacing: 0.2px;
  line-height: 1.22;
  text-wrap: balance;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 18px; /* base for ≥1025px */
}
.cw-terms p {
  color: #2a343f;
  line-height: 1.55;
  margin: 0 0 12px;
}
.cw-terms a {
  color: #0b63ce;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cw-terms a:hover {
  color: #084c9a;
}
.cw-terms h2.h4,
.cw-terms h2.h5 {
  font-weight: 800;
  margin: 28px 0 10px;
  letter-spacing: 0.2px;
  color: #0f1720;
}
.cw-terms ul {
  list-style: disc outside;
  padding-left: 1.2rem;
  margin: 6px 0 14px;
}
.cw-terms ul li {
  margin: 4px 0;
}
.cw-terms ul ul {
  list-style: circle;
  margin-top: 6px;
}
.cw-terms hr {
  margin: 36px 0;
}

/* ---------- Title block with decoration locked to viewport right ---------- */
.cw-terms__head {
  position: relative;
  margin-top: clamp(0.25rem, 1.2vw, 0.75rem);
  margin-bottom: 28px;
  /* Rectangles:
     - We offset by HALF of the difference between viewport and element width,
       which places the asset exactly on the viewport's right edge.
     - Size uses a wide clamp so it remains visible at all sizes.
   */
}
.cw-terms__head::after {
  content: "";
  position: absolute;
  top: 0; /* align with H1 top */
  right: calc((100vw - 100%) / -2); /* push from column edge to viewport edge */
  width: clamp(72px, 18vw, 180px);
  height: clamp(72px, 18vw, 180px);
  background: url(/img/rectangles-terms.svg) no-repeat right top/contain;
  opacity: 0.95;
  pointer-events: none;
  z-index: 1; /* keep above page bg, below text */
}

/* ---------- Responsivity ---------- */
/* 320–480 */
@media (max-width: 480px) {
  .cw-terms {
    max-width: 100%;
    margin-top: 0.5rem;
  }
  .cw-terms h1 {
    margin-top: 0.25rem;
    font-size: 22px;
  }
  .cw-terms p.text-muted:last-child {
    font-size: 19px;
  }
  .cw-terms > .row > .col-lg-10 > p.text-muted:last-child {
    font-size: 14px;
    margin-bottom: 18px;
    line-height: 1.25;
  }
  .cw-terms__head::after {
    /* bigger than before so it’s clearly visible on tiny screens */
    width: clamp(84px, 22vw, 140px);
    height: clamp(84px, 22vw, 140px);
    top: -3.55rem;
  }
}
/* 481–600 */
@media (min-width: 481px) and (max-width: 600px) {
  .cw-terms h1 {
    font-size: 24px;
  }
  p.text-muted:last-child {
    font-size: 20px;
  }
  .cw-terms > .row > .col-lg-10 > p.text-muted:last-child {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .cw-terms__head::after {
    width: clamp(96px, 20vw, 160px);
    height: clamp(96px, 20vw, 160px);
    top: -3.55rem;
  }
}
/* 601–768 */
@media (min-width: 601px) and (max-width: 768px) {
  .cw-terms h1 {
    font-size: 28px;
  }
  p.text-muted:last-child {
    font-size: 23px;
  }
  .cw-terms > .row > .col-lg-10 > p.text-muted:last-child {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .cw-terms__head::after {
    width: clamp(110px, 18vw, 180px);
    height: clamp(110px, 18vw, 180px);
    top: -3.55rem;
  }
}
/* 769–1024 */
@media (min-width: 769px) and (max-width: 1024px) {
  .cw-terms h1 {
    font-size: 34px;
  }
  p.text-muted:last-child {
    font-size: 29px;
  }
  .cw-terms > .row > .col-lg-10 > p.text-muted:last-child {
    font-size: 17px;
    margin-bottom: 24px;
  }
  .cw-terms__head::after {
    width: clamp(130px, 15vw, 180px);
    height: clamp(130px, 15vw, 180px);
    top: -2.2rem;
  }
}
/* 1025–1280 */
@media (min-width: 1025px) and (max-width: 1280px) {
  .cw-terms h1 {
    font-size: 38px;
  }
  p.text-muted:last-child {
    font-size: 30px;
  }
  .cw-terms__head::after {
    width: clamp(150px, 14vw, 200px);
    height: clamp(150px, 14vw, 200px);
  }
}
/* 1281–1440 */
@media (min-width: 1281px) and (max-width: 1440px) {
  .cw-terms h1 {
    font-size: 40px;
  }
  p.text-muted:last-child {
    font-size: 28px;
  }
  .cw-terms__head::after {
    width: clamp(170px, 12vw, 220px);
    height: clamp(170px, 12vw, 220px);
  }
}
/* >1440 */
@media (min-width: 1441px) {
  .cw-terms {
    max-width: 1130px;
  }
  p.text-muted:last-child {
    font-size: 28px;
  }
  .cw-terms__head::after {
    /* Grow further on ultra-wide to keep it in view and impactful */
    width: clamp(190px, 10vw, 260px);
    height: clamp(190px, 10vw, 260px);
    right: calc((100vw - 100%) / -2); /* keep locked to viewport edge */
  }
}
.cw-contacts .container {
  text-align: center;
  /* Keep other content left-aligned */
}
.cw-contacts .container .cw-contacts__grid, .cw-contacts .container .cw-contacts__cta {
  text-align: left;
}
.cw-contacts .cw-h2 {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.cw-contacts .cw-h2::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid #408000;
  background: #E2FB64;
}

.cw-contacts__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  gap: 24px;
  margin-bottom: 3rem !important;
}
@media (min-width: 576px) {
  .cw-contacts__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 769px) {
  .cw-contacts__grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .cw-contacts__grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 3rem;
  }
}

.cw-contacts__subheader {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.cw-contact {
  background: #F7F6F3;
  border: 1px solid #eceff3;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, transform 0.05s ease;
  will-change: transform, box-shadow;
}
.cw-contact:hover {
  background: #fff;
  border-color: white;
  box-shadow: 0 6px 16px rgba(15, 23, 32, 0.08);
  transform: translateY(-1px);
}

.cw-contact__logo {
  background: #fff;
  border-radius: 6px;
  flex: 0 0 120px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.cw-contact__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cw-contact__info {
  flex: 1 1 auto;
}

.cw-contact__country {
  color: #5b6673;
  font-size: 14px;
}

.cw-contact__name {
  margin: 2px 0 6px;
  font-weight: 800;
}

.cw-contact__contacts {
  font-size: 12px;
}
.cw-contact__contacts p {
  margin: 6px 0 0;
}
.cw-contact__contacts a {
  color: #0f1720;
  text-decoration: underline;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.cw-contacts__cta {
  margin-top: 28px;
  background: #e9f8d2;
  border-radius: 14px;
  padding: clamp(16px, 3vw, 28px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cw-contacts__cta-text {
  color: #0f1720;
}

@media (max-width: 575.98px) {
  .cw-contacts .cw-h2 {
    flex-direction: column;
    gap: 0;
  }
  .cw-contacts .cw-h2::before {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto 1rem;
  }
}
.section.section--banner_cta-block {
  padding: 0;
}
@media (min-width: 768px) {
  .section.section--banner_cta-block {
    transform: translateY(-50%);
    margin-bottom: -60px;
  }
}

.banner_cta-block {
  position: relative;
  background-color: #E2FB64;
  border: 1px solid #d9fa32;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex-direction: column;
  background-image: url(/img/bg_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .banner_cta-block {
    flex-direction: row;
    padding: 18px 48px;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .banner_cta-block {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .banner_cta-block {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.banner_cta-block-content {
  color: #0f1720;
}
@media (max-width: 575.98px) {
  .banner_cta-block-content {
    text-align: center;
  }
}
@media (min-width: 576px) {
  .banner_cta-block-content {
    max-width: 365px;
  }
}
.banner_cta-block-content .register_cat-block-title.h4 {
  font-weight: 900;
  font-size: clamp(23px, 2.4vw, 30px);
  line-height: 100%;
  margin: 0;
}
.banner_cta-block-content .banner_cta-block-lead {
  margin-top: 10px;
  color: #2a343f;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  max-width: 460px;
}
.banner_cta-block-buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 56px;
}
@media (min-width: 576px) {
  .banner_cta-block-buttons {
    width: auto;
    justify-content: flex-end;
  }
}
.banner_cta-block-buttons .btn {
  position: relative;
  --seg-w: 36px;
  --gap-before: 10px;
  --gap-after: 6px;
  --div-color: rgba(255,255,255,0.28);
  --icon-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  color: #fff;
  background: #0f1720;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  padding-right: calc(4px + var(--seg-w) + var(--gap-after) + var(--gap-before));
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  box-shadow: 0 8px 18px rgba(15, 23, 32, 0.18);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
  width: 100%;
}
@media (min-width: 576px) {
  .banner_cta-block-buttons .btn {
    width: auto;
  }
}
.banner_cta-block-buttons .btn:hover {
  background: #16212e;
}
.banner_cta-block-buttons .btn:active {
  transform: translateY(1px);
}
.banner_cta-block-buttons .btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(4px + var(--seg-w) + var(--gap-after));
  width: 0.3px;
  background: #363F40;
}
.banner_cta-block-buttons .btn::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 4px;
  bottom: 4px;
  width: var(--seg-w);
  background-image: url(/img/arrow-down-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--icon-size) var(--icon-size);
  transition: transform 0.18s ease;
}
.banner_cta-block-buttons .btn:hover::after {
  transform: translateX(2px);
}
.banner_cta-block-buttons .btn .btn-text {
  display: inline-block;
  font-weight: 800;
  font-size: 18px;
}
.banner_cta-block-buttons .btn .btn-icon {
  display: none;
}
.banner_cta-block-buttons .btn + .btn {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .banner_cta-block-buttons .btn + .btn {
    margin-left: 24px;
    margin-top: 0;
  }
}

.cw-form-card .form-group .cw-input.is-pw-visible {
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%232a343f%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7%27/%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%273%27/%3E%3Cpath d=%27M3 3l18 18%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px 20px;
}

.cw-form-card .form-group .cw-input.is-pw-visible:focus {
  background-image: url("data:image/svg+xml,%3Csvg viewBox=%270 0 24 24%27 xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 stroke=%27%232a343f%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpath d=%27M1 12s4-7 11-7 11 7 11 7-4 7-11 7-11-7-11-7%27/%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%273%27/%3E%3Cpath d=%27M3 3l18 18%27/%3E%3C/svg%3E");
}

/* Promo feedback positioning: place under input on the right column */
.cw-form-card .form-group--promo .promo__feedback {
  grid-column: 2;
  justify-self: end;
  width: 300px; /* match promo input width */
  margin-top: 6px;
  font-size: 0.95rem; /* a bit bigger than default */
  line-height: 1.25;
}

@media (max-width: 768px) {
  .cw-form-card .form-group--promo .promo__feedback {
    width: 100%;
    justify-self: stretch;
  }
}
@media (max-width: 768px) {
  .cw-form-card .form-group--promo {
    grid-template-columns: 1fr;
    align-items: stretch;
    row-gap: 6px;
    margin: 28px 0 28px;
  }
  .cw-form-card .form-group--promo .promo__label {
    display: block;
    margin: 0 0 2px 0;
    padding-bottom: 0;
  }
  .cw-form-card .form-group--promo .promo__input {
    width: 100%;
    justify-self: stretch;
  }
}
/* --- Ensure Promo label always stays visible and not transformed into floating label --- */
.cw-form-card .form-group--promo .promo__label {
  display: block;
}

.cw-form-card .form-group--promo .promo__label label {
  position: static !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  opacity: 1 !important;
  padding: 0 !important;
  margin: 0 0 2px 6px;
}

@media (max-width: 576px) {
  .cw-form-card .form-group--promo {
    display: block;
  }
  .cw-form-card .form-group--promo .promo__input {
    width: 100%;
  }
  .cw-form-card .form-group--promo .promo__feedback {
    width: 100%;
  }
}
.cw-contacts + .section--banner_cta-block .banner_cta-block {
  margin-top: 0 !important;
}

/* Neutralize upward shift for CTA section when it follows contacts */
.cw-contacts + .section--banner_cta-block {
  transform: none !important;
}

.section--banner_cta-block {
  margin-bottom: 3rem !important;
}

.section--banner_cta-block .banner_cta-block {
  margin-bottom: 3rem !important;
}

@media (max-width: 575.98px) {
  .cw-contacts__subheader {
    font-size: clamp(18px, 5.2vw, 24px);
    line-height: 120%;
  }
  .cw-contact {
    padding: 12px;
    gap: 12px;
    align-items: flex-start;
  }
  .cw-contact__logo {
    flex: 0 0 86px;
    min-height: 86px;
    padding: 8px;
  }
  .cw-contact__country {
    font-size: 13px;
  }
  .cw-contact__name {
    font-size: 16px;
    line-height: 1.2;
  }
  .cw-contact__contacts {
    font-size: 13px;
    line-height: 1.35;
  }
}
@media (max-width: 575.98px) {
  /* Ensure side margins in the top bar brand row */
  .cw-topbar__brands .brands-panel {
    padding-left: 16px;
    padding-right: 56px; /* reserve space for hamburger so it doesn't overlap AMAZONE */
  }
  /* Extra-narrow phones: give the burger more breathing room */
  /* Compact hero padding with horizontal margins */
  /* Remove fixed width and make copy wrap nicely */
  /* Make CTA span full width like on the mock */
}
@media (max-width: 575.98px) and (max-width: 349.98px) {
  .cw-topbar__brands .brands-panel {
    padding-right: 72px;
  }
}
@media (max-width: 575.98px) {
  .cw-hero__content {
    padding: 24px 16px 56px;
  }
}
@media (max-width: 575.98px) {
  .cw-hero__lead {
    width: auto;
    max-width: 100%;
    margin: 24px 0 16px;
    font-size: 16px; /* smaller hero copy on smallest screens */
    line-height: 150%;
  }
}
@media (max-width: 575.98px) {
  .cw-hero .cw-btn-cta {
    display: block !important;
    width: 100%;
    max-width: none;
    font-size: 18px; /* larger button label on smallest screens */
    text-align: center;
    /* Make paddings symmetric so the label is visually centered despite the right arrow segment */
    padding-left: calc(var(--cta-seg-w) + var(--cta-pad-x)) !important;
  }
}
/* Tablet to large desktop: keep horizontal gutters up to 1400px */
@media (min-width: 576px) and (max-width: 768px) {
  /* 576–768px: still show hamburger → reserve extra right padding */
  .cw-topbar__brands .brands-panel {
    padding-left: 16px;
    padding-right: 56px;
  }
  .cw-hero__content {
    /* add horizontal gutters while keeping existing vertical padding */
    padding-left: 16px;
    padding-right: 16px;
  }
  /* Ensure hero copy wraps within the container on small tablets */
  .cw-hero__lead {
    width: auto;
    max-width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1399px) {
  /* 769–1399px: hamburger hidden, keep symmetric gutters */
  .cw-topbar__brands .brands-panel {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cw-hero__content {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* Ensure hero copy doesn't overflow when constrained by gutters */
  .cw-hero__lead {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .banner_cta-block {
    background-position: top center;
  }
}
