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

#map.svelte-rdx3jz{height:100%;width:100%}button.svelte-rdx3jz{color:black;background-color:#ed203d;margin:auto;min-width:15px;min-height:15px;border:none;padding:4px;margin-top:4px}
textarea.svelte-1vum8hk{font-family:'Open Sans', serif;font-size:14px;width:100%;height:200px}button.svelte-1vum8hk{color:black;background-color:#ed203d;margin:auto;min-width:15px;min-height:15px;border:none;padding:4px;margin-top:4px}
h3.svelte-8vwln4,p.svelte-8vwln4{color:white}.skill.svelte-8vwln4{border:2px solid black;padding:10px;margin-bottom:10px;box-shadow:3px 3px 3px #888}button.svelte-8vwln4{color:black;background-color:#ed203d;margin:auto;min-width:15px;min-height:15px;border:none;padding:4px;margin-top:4px}
label.svelte-174810i{color:white}input.svelte-174810i{font-family:'Open Sans', serif;font-size:14px;color:black}textarea.svelte-174810i{font-family:'Open Sans', serif;font-size:14px;color:black}button.svelte-174810i{color:black;background-color:#ed203d;margin:auto;min-width:15px;min-height:15px;border:none;padding:4px;margin-top:4px}
button.svelte-1d1ie6t{color:black;background-color:#ed203d;margin:auto;min-width:15px;min-height:15px;border:none;padding:4px;margin-top:4px}
div.svelte-1nggpcn{z-index:1;margin-top:10px}h1.svelte-1nggpcn{color:#eff3f4;text-transform:uppercase;font-size:1em;font-weight:100}article.svelte-1nggpcn{border-width:5px;border-style:solid;border-color:black;border-radius:10px;width:100%;height:400px;padding:20px 50px;background-color:#7b5ea7;box-shadow:3px 3px 3px #888;overflow-y:auto}article.svelte-1nggpcn::-webkit-scrollbar{width:8px}article.svelte-1nggpcn::-webkit-scrollbar-track{background:rgba(255, 255, 255, 0.1);border-radius:5px}article.svelte-1nggpcn::-webkit-scrollbar-thumb{background-color:rgba(255, 255, 255, 0.5);border-radius:5px}article.svelte-1nggpcn::-webkit-scrollbar-thumb:hover{background-color:rgba(255, 255, 255, 0.8)}select.svelte-1nggpcn{display:flex;flex-direction:column;align-items:center;margin:auto;margin-bottom:8px;margin-top:8px;background-color:#f38ba3;box-shadow:-10px 6px 2px black;border:none;border-bottom:2px solid black;justify-self:auto;z-index:1}button.svelte-1nggpcn{color:black;background-color:#ed203d;margin:auto;min-width:15px;min-height:15px;border:none;padding:4px;margin-top:4px}@keyframes svelte-1nggpcn-append-animate{from{transform:scale(0);opacity:0}to{transform:scale(1.2);transform:scale(1);opacity:1}}
div.svelte-ng5jk7.svelte-ng5jk7{z-index:1;padding-left:5px;padding-right:5px;margin-right:20px;height:90vh}.card-wrapper.svelte-ng5jk7.svelte-ng5jk7{transition:width 4s;height:200px}.new-main.svelte-ng5jk7.svelte-ng5jk7{display:flex;justify-content:space-between;flex-wrap:nowrap;flex-direction:column;align-items:center;height:200px}form.svelte-ng5jk7.svelte-ng5jk7{z-index:1}h1.svelte-ng5jk7.svelte-ng5jk7{color:#eff3f4;text-transform:uppercase;font-size:2em;font-weight:80}input.svelte-ng5jk7.svelte-ng5jk7{font-family:"Open Sans", sans-serif;font-size:14px;font-weight:bold}.card-wrapper.svelte-ng5jk7.svelte-ng5jk7{justify-content:start;width:385px;height:180px}main.svelte-ng5jk7.svelte-ng5jk7{position:relative;background:#f1ae56;border:4px solid #66686b;margin-right:100px;height:180px}main.svelte-ng5jk7.svelte-ng5jk7:after,main.svelte-ng5jk7.svelte-ng5jk7:before{left:100%;top:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none}main.svelte-ng5jk7.svelte-ng5jk7:after{border-color:rgba(241, 174, 86, 0);border-left-color:#f1ae56;border-width:30px;margin-top:-30px}main.svelte-ng5jk7.svelte-ng5jk7:before{border-color:rgba(102, 104, 107, 0);border-left-color:#66686b;border-width:36px;margin-top:-36px}button.svelte-ng5jk7.svelte-ng5jk7{background-color:#ed203d;min-width:15px;border:none;padding:2px;margin-bottom:20px
  }.button-select.svelte-ng5jk7.svelte-ng5jk7{background-color:#eff3f4;min-width:15px;border:none;padding:2px;margin-bottom:20px
  }.add-event.svelte-ng5jk7.svelte-ng5jk7{margin-top:10px}@keyframes svelte-ng5jk7-append-animate{from{transform:scale(0);opacity:0}to{transform:scale(1.2);transform:scale(1);opacity:1}}.new-form.svelte-ng5jk7.svelte-ng5jk7{animation:svelte-ng5jk7-append-animate 0.3s linear}.new-form.svelte-ng5jk7 input.svelte-ng5jk7{font-weight:bold}@keyframes svelte-ng5jk7-slidein{from{margin-left:100%;width:300%}to{margin-left:0%;width:100%}}.new-main.svelte-ng5jk7.svelte-ng5jk7{animation:svelte-ng5jk7-slidein 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);animation-fill-mode:forwards}
#map.svelte-107n3i7.svelte-107n3i7{width:100%;height:75%}article.svelte-107n3i7.svelte-107n3i7{border-width:2px;border-style:solid;border-color:#66686b;border-radius:10px;width:400px;height:400px;padding:20px 50px;background-color:#7b5ea7;box-shadow:-4px 4px 0px 0px #f0c996;overflow-y:auto}article.svelte-107n3i7.svelte-107n3i7::-webkit-scrollbar{width:8px}article.svelte-107n3i7.svelte-107n3i7::-webkit-scrollbar-track{background:rgba(255, 255, 255, 0.1);border-radius:5px}article.svelte-107n3i7.svelte-107n3i7::-webkit-scrollbar-thumb{background-color:rgba(255, 255, 255, 0.5);border-radius:5px}article.svelte-107n3i7.svelte-107n3i7::-webkit-scrollbar-thumb:hover{background-color:rgba(255, 255, 255, 0.8)}div.svelte-107n3i7.svelte-107n3i7{z-index:1;padding-left:5px;padding-right:5px}.modal.svelte-107n3i7.svelte-107n3i7{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);display:flex;justify-content:center;align-items:center;z-index:10}.modal-image.svelte-107n3i7.svelte-107n3i7{max-width:90vh;max-height:90vh}.main-div.svelte-107n3i7.svelte-107n3i7{margin:0px 25px}.new-main.svelte-107n3i7.svelte-107n3i7{display:flex;justify-content:center;flex-wrap:nowrap;flex-direction:column;align-items:center;height:200px}.button-list.svelte-107n3i7.svelte-107n3i7{margin:10px 0px 0px 0px}h1.svelte-107n3i7.svelte-107n3i7{color:#eff3f4;text-transform:uppercase;font-size:2em;font-weight:80}p.svelte-107n3i7.svelte-107n3i7{color:#eff3f4}main.svelte-107n3i7.svelte-107n3i7{border-width:2px;border-style:solid;border-color:#66686b;border-radius:10px;width:-moz-fit-content;width:fit-content;padding:20px 20px;background-color:#f1ae56;margin:10px 50px;box-shadow:-4px 4px 0px 0px #f0c996;height:-moz-fit-content;height:fit-content}.button.svelte-107n3i7.svelte-107n3i7{background-color:#ed203d;margin:auto;min-width:37px;min-height:37px;padding:4px}.button-select.svelte-107n3i7.svelte-107n3i7{background-color:#eff3f4;margin:auto;min-width:37px;min-height:37px;padding:4px}.qualification.svelte-107n3i7 strong.svelte-107n3i7{font-weight:bold}.qualification.svelte-107n3i7.svelte-107n3i7{border:solid black 5px;box-shadow:3px 3px 3px #888;padding:16px;margin:16px;color:white;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;flex-direction:column;align-content:center}.img.svelte-107n3i7.svelte-107n3i7{width:100%;margin:0px 0px 20px 0px}@keyframes svelte-107n3i7-append-animate{from{transform:scale(0);opacity:0}to{transform:scale(1.2);transform:scale(1);opacity:1}}.new-form.svelte-107n3i7.svelte-107n3i7{animation:svelte-107n3i7-append-animate 0.3s linear}@keyframes svelte-107n3i7-slidein{from{margin-left:100%;width:300%}to{margin-left:0%;width:100%}}.new-main.svelte-107n3i7.svelte-107n3i7{animation:svelte-107n3i7-slidein 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);animation-fill-mode:forwards}
main.svelte-1jdarl0.svelte-1jdarl0{list-style:none;padding:0px;display:flex;flex-direction:row;flex-wrap:nowrap;min-width:100%;width:-moz-fit-content;width:fit-content;align-content:flex-start;justify-content:flex-start;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.custom-shape-divider-top-1680089435.svelte-1jdarl0.svelte-1jdarl0{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.custom-shape-divider-top-1680089435.svelte-1jdarl0 svg.svelte-1jdarl0{position:relative;display:block;width:calc(100% + 1.3px);height:254px;transform:rotateY(180deg);background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.custom-shape-divider-top-1680089435.svelte-1jdarl0 .shape-fill.svelte-1jdarl0{fill:#fcba2880}.custom-shape-divider-bottom-1680089599.svelte-1jdarl0.svelte-1jdarl0{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg);background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.custom-shape-divider-bottom-1680089599.svelte-1jdarl0 svg.svelte-1jdarl0{position:relative;display:block;width:calc(143% + 1.3px);height:254px;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.custom-shape-divider-bottom-1680089599.svelte-1jdarl0 .shape-fill.svelte-1jdarl0{fill:#0cb2c059}
.account-page-form.svelte-y3uzjf.svelte-y3uzjf{max-height:600px;overflow-y:auto;padding-right:16px}.preset-image-wrap.svelte-y3uzjf.svelte-y3uzjf{display:grid;grid-template-columns:1fr 1fr;overflow-y:auto;height:250px}.preset-image-wrap.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar{width:8px}.preset-image-wrap.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar-track{background:rgba(255, 255, 255, 0.1);border-radius:5px}.preset-image-wrap.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar-thumb{background-color:rgba(255, 255, 255, 0.5);border-radius:5px}.preset-image-wrap.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar-thumb:hover{background-color:rgba(255, 255, 255, 0.8)}.account-page-form.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar{width:8px}.account-page-form.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar-track{background:rgba(255, 255, 255, 0.1);border-radius:5px}.account-page-form.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar-thumb{background-color:rgba(255, 255, 255, 0.5);border-radius:5px}.account-page-form.svelte-y3uzjf.svelte-y3uzjf::-webkit-scrollbar-thumb:hover{background-color:rgba(255, 255, 255, 0.8)}h1.svelte-y3uzjf.svelte-y3uzjf{z-index:1}.form-wrapper.svelte-y3uzjf.svelte-y3uzjf{box-shadow:-8px 8px #f5becc;border-radius:10px;z-index:1;align-items:center}.button-create.svelte-y3uzjf.svelte-y3uzjf{margin-bottom:30px}button.svelte-y3uzjf.svelte-y3uzjf{display:flex;flex-direction:column;margin:auto;align-items:center;background-color:#ed203d;box-shadow:-3px 3px 0px 0px #f5becc;z-index:1;color:white;border:none;border-radius:5px;width:116px;height:44px;justify-content:center;margin-bottom:30px;margin-top:10px}img.svelte-y3uzjf.svelte-y3uzjf{justify-content:center;align-items:center;margin:auto;padding:1.5rem}main.svelte-y3uzjf.svelte-y3uzjf{display:flex;flex-direction:column;align-items:center;padding:1.5rem}input.svelte-y3uzjf.svelte-y3uzjf{font-family:"Open Sans", sans-serif;font-size:14px;display:flex;flex-direction:column;align-items:center;margin:auto;margin-bottom:8px;margin-top:8px;background-color:#f38ba3;box-shadow:-10px 6px 2px black;border:none;border-bottom:2px solid black;justify-self:auto;z-index:1}h1.svelte-y3uzjf.svelte-y3uzjf{font-size:2rem;margin-bottom:1rem}label.svelte-y3uzjf.svelte-y3uzjf{font-size:1.2rem;margin-bottom:0.5rem;margin:auto;color:#272122}input[type="file"].svelte-y3uzjf.svelte-y3uzjf{padding:0}.custom-shape-divider-bottom-1680013680.svelte-y3uzjf.svelte-y3uzjf{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg);z-index:0}.custom-shape-divider-bottom-1680013680.svelte-y3uzjf svg.svelte-y3uzjf{position:relative;display:block;width:calc(133% + 1.3px);height:160px;transform:rotateY(180deg);z-index:0}.custom-shape-divider-bottom-1680013680.svelte-y3uzjf .shape-fill.svelte-y3uzjf{fill:#0cb2c0;z-index:0}.custom-shape-divider-top-1680013806.svelte-y3uzjf.svelte-y3uzjf{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;z-index:0}.custom-shape-divider-top-1680013806.svelte-y3uzjf svg.svelte-y3uzjf{position:relative;display:block;width:calc(192% + 1.3px);height:160px;transform:rotateY(180deg);z-index:0}.custom-shape-divider-top-1680013806.svelte-y3uzjf .shape-fill.svelte-y3uzjf{fill:#fcba28;z-index:0}.avatar-input.svelte-y3uzjf.svelte-y3uzjf{font-family:"Open Sans", sans-serif;font-size:14px;width:100%}section.svelte-y3uzjf.svelte-y3uzjf{z-index:0}.form-wrapper.svelte-y3uzjf.svelte-y3uzjf{position:relative;width:624px;height:auto;margin:0 auto;box-shadow:-8px 8px #f5becc;border-radius:10px;z-index:1;align-items:center}.preset-images-container.svelte-y3uzjf.svelte-y3uzjf{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;border:0px solid black;box-shadow:0 0 10px 5px rgba(221, 209, 44, 0.1);background-color:#f38ba3}.preset-image.svelte-y3uzjf.svelte-y3uzjf{width:120px;height:120px;box-sizing:border-box;margin:5px;border:1px solid white;box-shadow:0 0 10px 5px rgba(221, 209, 44, 0.1)}form.svelte-y3uzjf.svelte-y3uzjf{display:flex;flex-direction:column;align-items:center}input.svelte-y3uzjf.svelte-y3uzjf{width:65%}span.svelte-y3uzjf.svelte-y3uzjf{justify-content:center;height:auto}
.team-grid.svelte-cn3s89.svelte-cn3s89{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:16px;text-align:center;margin-bottom:16px}.team-member.svelte-cn3s89.svelte-cn3s89{padding:8px;background-color:rgba(255, 255, 255, 0.1);border-radius:8px}.bullets.svelte-cn3s89.svelte-cn3s89{list-style:none;counter-reset:list-counter}.bullets.svelte-cn3s89 li.svelte-cn3s89{position:relative;counter-increment:list-counter}.bullets.svelte-cn3s89 li.svelte-cn3s89::before{content:counter(list-counter) ".";position:absolute;left:-1.5em;color:white}.about.svelte-cn3s89.svelte-cn3s89{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:white;margin:10px;margin-top:0;padding:20px;border:2px solid white;box-shadow:0 0 10px 5px rgba(221, 209, 44, 0.1);overflow-y:auto}.about-container.svelte-cn3s89.svelte-cn3s89{max-width:800px;max-height:870px;overflow-y:auto;padding-right:16px}.about-container.svelte-cn3s89.svelte-cn3s89::-webkit-scrollbar{width:8px}.about-container.svelte-cn3s89.svelte-cn3s89::-webkit-scrollbar-track{background:rgba(255, 255, 255, 0.1);border-radius:5px}.about-container.svelte-cn3s89.svelte-cn3s89::-webkit-scrollbar-thumb{background-color:rgba(255, 255, 255, 0.5);border-radius:5px}.about-container.svelte-cn3s89.svelte-cn3s89::-webkit-scrollbar-thumb:hover{background-color:rgba(255, 255, 255, 0.8)}h1.svelte-cn3s89.svelte-cn3s89{font-size:3em;margin-bottom:8px}h2.svelte-cn3s89.svelte-cn3s89,h3.svelte-cn3s89.svelte-cn3s89,h4.svelte-cn3s89.svelte-cn3s89,h5.svelte-cn3s89.svelte-cn3s89{font-size:1.5em;margin-bottom:8px}p.svelte-cn3s89.svelte-cn3s89{margin-bottom:16px;text-align:center}ol.svelte-cn3s89.svelte-cn3s89{margin-bottom:16px;padding-left:24px;text-align:left}.custom-shape-divider-top-1680002298.svelte-cn3s89.svelte-cn3s89{position:absolute;top:0;left:0;width:100%;overflow:hidden;line-height:0;z-index:0}.custom-shape-divider-top-1680002298.svelte-cn3s89 svg.svelte-cn3s89{position:relative;display:block;width:calc(100% + 1.3px);height:144px;z-index:0}.custom-shape-divider-top-1680002298.svelte-cn3s89 .shape-fill.svelte-cn3s89{fill:#fcba28;z-index:0}.custom-shape-divider-bottom-1680002532.svelte-cn3s89.svelte-cn3s89{position:absolute;bottom:0;left:0;width:100%;overflow:hidden;line-height:0;transform:rotate(180deg);z-index:0}.custom-shape-divider-bottom-1680002532.svelte-cn3s89 svg.svelte-cn3s89{position:relative;display:block;width:calc(211% + 1.3px);height:152px;transform:rotateY(180deg);z-index:0}.custom-shape-divider-bottom-1680002532.svelte-cn3s89 .shape-fill.svelte-cn3s89{fill:#0cb2c0;z-index:0}
nav.svelte-1lj55w1{z-index:5;position:sticky;left:0;right:0}a.svelte-1lj55w1,.a-button.svelte-1lj55w1{color:black}img.svelte-1lj55w1{width:100px;height:100px}
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}::before,::after{--tw-content:''}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, -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-feature-settings:normal}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role="button"]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,::before,::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:  ;--tw-pan-y:  ;--tw-pinch-zoom:  ;--tw-scroll-snap-strictness:proximity;--tw-ordinal:  ;--tw-slashed-zero:  ;--tw-numeric-figure:  ;--tw-numeric-spacing:  ;--tw-numeric-fraction:  ;--tw-ring-inset:  ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:  ;--tw-brightness:  ;--tw-contrast:  ;--tw-grayscale:  ;--tw-hue-rotate:  ;--tw-invert:  ;--tw-saturate:  ;--tw-sepia:  ;--tw-drop-shadow:  ;--tw-backdrop-blur:  ;--tw-backdrop-brightness:  ;--tw-backdrop-contrast:  ;--tw-backdrop-grayscale:  ;--tw-backdrop-hue-rotate:  ;--tw-backdrop-invert:  ;--tw-backdrop-opacity:  ;--tw-backdrop-saturate:  ;--tw-backdrop-sepia:  }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x:  ;--tw-pan-y:  ;--tw-pinch-zoom:  ;--tw-scroll-snap-strictness:proximity;--tw-ordinal:  ;--tw-slashed-zero:  ;--tw-numeric-figure:  ;--tw-numeric-spacing:  ;--tw-numeric-fraction:  ;--tw-ring-inset:  ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur:  ;--tw-brightness:  ;--tw-contrast:  ;--tw-grayscale:  ;--tw-hue-rotate:  ;--tw-invert:  ;--tw-saturate:  ;--tw-sepia:  ;--tw-drop-shadow:  ;--tw-backdrop-blur:  ;--tw-backdrop-brightness:  ;--tw-backdrop-contrast:  ;--tw-backdrop-grayscale:  ;--tw-backdrop-hue-rotate:  ;--tw-backdrop-invert:  ;--tw-backdrop-opacity:  ;--tw-backdrop-saturate:  ;--tw-backdrop-sepia:  }.container{width:100%}@media(min-width: 640px){.container{max-width:640px}}@media(min-width: 768px){.container{max-width:768px}}@media(min-width: 1024px){.container{max-width:1024px}}@media(min-width: 1280px){.container{max-width:1280px}}@media(min-width: 1536px){.container{max-width:1536px}}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.right-\[220px\]{right:220px}.right-\[4px\]{right:4px}.top-0{top:0px}.top-\[0px\]{top:0px}.m-4{margin:1rem}.m-auto{margin:auto}.mx-3{margin-left:0.75rem;margin-right:0.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.mb-20{margin-bottom:5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:0.25rem}.mt-12{margin-top:3rem}.mt-2{margin-top:0.5rem}.mt-3{margin-top:0.75rem}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-8{height:2rem}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100vw\]{width:100vw}.w-\[90px\]{width:90px}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}.grid-rows-1{grid-template-rows:repeat(1, minmax(0, 1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.rounded{border-radius:0.25rem}.rounded-lg{border-radius:0.5rem}.rounded-md{border-radius:0.375rem}.border{border-width:1px}.border-solid{border-style:solid}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.bg-\[\#7b5ea7\]{--tw-bg-opacity:1;background-color:rgb(123 94 167 / var(--tw-bg-opacity))}.bg-\[\#FCBA28\]{--tw-bg-opacity:1;background-color:rgb(252 186 40 / var(--tw-bg-opacity))}.bg-\[black\]{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.p-2{padding:0.5rem}.p-6{padding:1.5rem}.px-3{padding-left:0.75rem;padding-right:0.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:0.25rem;padding-bottom:0.25rem}.py-2{padding-top:0.5rem;padding-bottom:0.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-6xl{font-size:3.75rem;line-height:1}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.uppercase{text-transform:uppercase}.text-\[\#f0ebd2\]{--tw-text-opacity:1;color:rgb(240 235 210 / var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-50{opacity:0.5}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.transition-colors{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}.duration-300{transition-duration:300ms}@import url("https://fonts.googleapis.com/css2?family=Arvo&display=swap");.page{display:inline-block;height:100%;min-height:screen}main{height:-moz-fit-content;height:fit-content}.nav-wrapper{width:100%}.hover\:bg-\[\#CD87E8\]:hover{--tw-bg-opacity:1;background-color:rgb(205 135 232 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-gradient-to-r:hover{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.hover\:from-\[\#F2B39D\]:hover{--tw-gradient-from:#F2B39D;--tw-gradient-to:rgb(242 179 157 / 0);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:via-\[\#97C9E8\]:hover{--tw-gradient-to:rgb(151 201 232 / 0);--tw-gradient-stops:var(--tw-gradient-from), #97C9E8, var(--tw-gradient-to)}.hover\:to-\[\#CD87E8\]:hover{--tw-gradient-to:#CD87E8}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:opacity-75:hover{opacity:0.75}@media(min-width: 768px){.md\:mx-2{margin-left:0.5rem;margin-right:0.5rem}.md\:ml-auto{margin-left:auto}.md\:mt-0{margin-top:0px}.md\:flex{display:flex}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:py-4{padding-top:1rem;padding-bottom:1rem}}@media(min-width: 1024px){.lg\:px-4{padding-left:1rem;padding-right:1rem}}
